Liferay 7.0-ce-m6

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)
Specified by:
addUser in interface CyrusService

deleteEmailAddress

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

deleteUser

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

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)
Specified by:
updateEmailAddress in interface CyrusService

updatePassword

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

Liferay 7.0-ce-m6