Liferay 6.2-ce-ga5

com.liferay.mail.service.impl
Class CyrusServiceImpl

java.lang.Object
  extended by com.liferay.mail.service.impl.CyrusServiceImpl
All Implemented Interfaces:
CyrusService, IdentifiableBean

public class CyrusServiceImpl
extends Object
implements CyrusService, IdentifiableBean


Constructor Summary
CyrusServiceImpl()
           
 
Method Summary
 void addUser(long userId, String emailAddress, String password)
           
 void deleteEmailAddress(long companyId, long userId)
           
 void deleteUser(long userId)
           
 String getBeanIdentifier()
           
 void setBeanIdentifier(String beanIdentifier)
           
 void updateEmailAddress(long companyId, long userId, String emailAddress)
           
 void updatePassword(long companyId, long userId, String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CyrusServiceImpl

public CyrusServiceImpl()
Method Detail

addUser

public void addUser(long userId,
                    String emailAddress,
                    String password)
             throws SystemException
Specified by:
addUser in interface CyrusService
Throws:
SystemException

deleteEmailAddress

public void deleteEmailAddress(long companyId,
                               long userId)
                        throws SystemException
Specified by:
deleteEmailAddress in interface CyrusService
Throws:
SystemException

deleteUser

public void deleteUser(long userId)
                throws SystemException
Specified by:
deleteUser in interface CyrusService
Throws:
SystemException

getBeanIdentifier

public String getBeanIdentifier()
Specified by:
getBeanIdentifier in interface IdentifiableBean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Specified by:
setBeanIdentifier in interface IdentifiableBean

updateEmailAddress

public void updateEmailAddress(long companyId,
                               long userId,
                               String emailAddress)
                        throws SystemException
Specified by:
updateEmailAddress in interface CyrusService
Throws:
SystemException

updatePassword

public void updatePassword(long companyId,
                           long userId,
                           String password)
                    throws SystemException
Specified by:
updatePassword in interface CyrusService
Throws:
SystemException

Liferay 6.2-ce-ga5