Liferay 6.1.2-ce-ga3

com.liferay.mail.service
Interface CyrusService


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


Method Summary
 void addUser(long userId, String emailAddress, String password)
           
 void deleteEmailAddress(long companyId, long userId)
           
 void deleteUser(long userId)
           
 void updateEmailAddress(long companyId, long userId, String emailAddress)
           
 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.1.2-ce-ga3