Package es.caib.seycon.ng.sync.intf
Interface MailAliasMgr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
removeListAlias(String nomLlista, String domini)
void
removeUserAlias(String userKey)
void
updateListAlias(LlistaCorreu llista)
void
updateUserAlias(String useKey, Usuari user)
-
-
-
Method Detail
-
updateUserAlias
void updateUserAlias(String useKey, Usuari user) throws InternalErrorException
- Throws:
InternalErrorException
-
removeUserAlias
void removeUserAlias(String userKey) throws InternalErrorException
- Throws:
InternalErrorException
-
updateListAlias
void updateListAlias(LlistaCorreu llista) throws InternalErrorException
- Throws:
InternalErrorException
-
removeListAlias
void removeListAlias(String nomLlista, String domini) throws InternalErrorException
- Throws:
InternalErrorException
-
-