Liferay 6.2.0

com.liferay.mail.service
Interface CyrusService

All Known Implementing Classes:
CyrusServiceImpl

@Transactional(rollbackFor={PortalException.class,SystemException.class})
public interface CyrusService


Method Summary
abstract  void addUser(long userId, String emailAddress, String password)
           
abstract  void deleteEmailAddress(long companyId, long userId)
           
abstract  void deleteUser(long userId)
           
abstract  void updateEmailAddress(long companyId, long userId, String emailAddress)
           
abstract  void updatePassword(long companyId, long userId, String password)
           
 

Method Detail

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

Liferay 6.2.0