Liferay 6.0.5

com.liferay.portal.service
Class EmailAddressServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.EmailAddressServiceWrapper
All Implemented Interfaces:
EmailAddressService

public class EmailAddressServiceWrapper
extends Object
implements EmailAddressService

This class is a wrapper for EmailAddressService.

See Also:
EmailAddressService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
EmailAddressServiceWrapper(EmailAddressService emailAddressService)
           
 
Method Summary
 EmailAddress addEmailAddress(String className, long classPK, String address, int typeId, boolean primary)
           
 void deleteEmailAddress(long emailAddressId)
           
 EmailAddress getEmailAddress(long emailAddressId)
           
 List<EmailAddress> getEmailAddresses(String className, long classPK)
           
 EmailAddressService getWrappedEmailAddressService()
           
 EmailAddress updateEmailAddress(long emailAddressId, String address, int typeId, boolean primary)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailAddressServiceWrapper

public EmailAddressServiceWrapper(EmailAddressService emailAddressService)
Method Detail

addEmailAddress

public EmailAddress addEmailAddress(String className,
                                    long classPK,
                                    String address,
                                    int typeId,
                                    boolean primary)
                             throws PortalException,
                                    SystemException
Specified by:
addEmailAddress in interface EmailAddressService
Throws:
PortalException
SystemException

deleteEmailAddress

public void deleteEmailAddress(long emailAddressId)
                        throws PortalException,
                               SystemException
Specified by:
deleteEmailAddress in interface EmailAddressService
Throws:
PortalException
SystemException

getEmailAddress

public EmailAddress getEmailAddress(long emailAddressId)
                             throws PortalException,
                                    SystemException
Specified by:
getEmailAddress in interface EmailAddressService
Throws:
PortalException
SystemException

getEmailAddresses

public List<EmailAddress> getEmailAddresses(String className,
                                            long classPK)
                                     throws PortalException,
                                            SystemException
Specified by:
getEmailAddresses in interface EmailAddressService
Throws:
PortalException
SystemException

updateEmailAddress

public EmailAddress updateEmailAddress(long emailAddressId,
                                       String address,
                                       int typeId,
                                       boolean primary)
                                throws PortalException,
                                       SystemException
Specified by:
updateEmailAddress in interface EmailAddressService
Throws:
PortalException
SystemException

getWrappedEmailAddressService

public EmailAddressService getWrappedEmailAddressService()

Liferay 6.0.5