@Transactional(rollbackFor={PortalException.class,SystemException.class}) public interface CyrusService
| Modifier and Type | Method and Description |
|---|---|
void |
addUser(long userId,
java.lang.String emailAddress,
java.lang.String password) |
void |
deleteEmailAddress(long companyId,
long userId) |
void |
deleteUser(long userId) |
void |
updateEmailAddress(long companyId,
long userId,
java.lang.String emailAddress) |
void |
updatePassword(long companyId,
long userId,
java.lang.String password) |
void addUser(long userId,
java.lang.String emailAddress,
java.lang.String password)
throws SystemException
SystemExceptionvoid deleteEmailAddress(long companyId,
long userId)
throws SystemException
SystemExceptionvoid deleteUser(long userId)
throws SystemException
SystemExceptionvoid updateEmailAddress(long companyId,
long userId,
java.lang.String emailAddress)
throws SystemException
SystemExceptionvoid updatePassword(long companyId,
long userId,
java.lang.String password)
throws SystemException
SystemException