Interface ServidorsService
-
public interface ServidorsService
Service ServidorsService
-
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getNomBustiaDeCorreuByServidorCorreu(String nomUsuari, String llinatgeUsuari, String nomServidorCorreu)
Operation getNomBustiaDeCorreuByServidorCorreuCollection<Maquina>
getServidorsCorreu()
Operation getServidorsCorreuCollection<Maquina>
getServidorsHome()
Operation getServidorsHomeCollection<Maquina>
getServidorsPerfil()
Operation getServidorsPerfilvoid
sendMail(String codiUsuari, String header, String content)
Operation sendMailvoid
sendMailGeneric(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
-
-