Package es.caib.seycon.ng.sync.intf
Interface MailAliasMgr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidremoveListAlias(String nomLlista, String domini)voidremoveUserAlias(String userKey)voidupdateListAlias(LlistaCorreu llista)voidupdateUserAlias(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
-
-