com.liferay.mail.service
Interface CyrusService
@Transactional(rollbackFor={PortalException.class,SystemException.class})
public interface CyrusService
addUser
void addUser(long userId,
String emailAddress,
String password)
throws SystemException
- Throws:
SystemException
deleteEmailAddress
void deleteEmailAddress(long companyId,
long userId)
throws SystemException
- Throws:
SystemException
deleteUser
void deleteUser(long userId)
throws SystemException
- Throws:
SystemException
updateEmailAddress
void updateEmailAddress(long companyId,
long userId,
String emailAddress)
throws SystemException
- Throws:
SystemException
updatePassword
void updatePassword(long companyId,
long userId,
String password)
throws SystemException
- Throws:
SystemException