Interface ServidorsService
-
public interface ServidorsServiceService ServidorsService
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNomBustiaDeCorreuByServidorCorreu(String nomUsuari, String llinatgeUsuari, String nomServidorCorreu)Operation getNomBustiaDeCorreuByServidorCorreuCollection<Maquina>getServidorsCorreu()Operation getServidorsCorreuCollection<Maquina>getServidorsHome()Operation getServidorsHomeCollection<Maquina>getServidorsPerfil()Operation getServidorsPerfilvoidsendMail(String codiUsuari, String header, String content)Operation sendMailvoidsendMailGeneric(String adrecaCorreuCompleta, String header, String content)Operation sendMailGeneric
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getNomBustiaDeCorreuByServidorCorreu
String getNomBustiaDeCorreuByServidorCorreu(String nomUsuari, String llinatgeUsuari, String nomServidorCorreu) throws InternalErrorException, InternalErrorException
Operation getNomBustiaDeCorreuByServidorCorreu- Parameters:
nomUsuari-llinatgeUsuari-nomServidorCorreu-- Returns:
- Throws:
InternalErrorException
-
getServidorsCorreu
Collection<Maquina> getServidorsCorreu() throws InternalErrorException, InternalErrorException
Operation getServidorsCorreu- Returns:
- Throws:
InternalErrorException
-
getServidorsHome
Collection<Maquina> getServidorsHome() throws InternalErrorException, InternalErrorException
Operation getServidorsHome- Returns:
- Throws:
InternalErrorException
-
getServidorsPerfil
Collection<Maquina> getServidorsPerfil() throws InternalErrorException, InternalErrorException
Operation getServidorsPerfil- Returns:
- Throws:
InternalErrorException
-
sendMail
void sendMail(String codiUsuari, String header, String content) throws InternalErrorException, InternalErrorException
Operation sendMail- Parameters:
codiUsuari-header-content-- Throws:
InternalErrorException
-
sendMailGeneric
void sendMailGeneric(String adrecaCorreuCompleta, String header, String content) throws InternalErrorException, InternalErrorException
Operation sendMailGeneric- Parameters:
adrecaCorreuCompleta-header-content-- Throws:
InternalErrorException
-
-