com.liferay.portal.service
Class EmailAddressServiceWrapper

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

public class EmailAddressServiceWrapper
extends java.lang.Object
implements EmailAddressService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for EmailAddressService.

Author:
Brian Wing Shun Chan
See Also:
EmailAddressService
Generated:

Constructor Summary
EmailAddressServiceWrapper(EmailAddressService emailAddressService)
           
 
Method Summary
 EmailAddress addEmailAddress(java.lang.String className, long classPK, java.lang.String address, int typeId, boolean primary)
           
 void deleteEmailAddress(long emailAddressId)
           
 EmailAddress getEmailAddress(long emailAddressId)
           
 java.util.List<EmailAddress> getEmailAddresses(java.lang.String className, long classPK)
           
 EmailAddressService getWrappedEmailAddressService()
           
 EmailAddress updateEmailAddress(long emailAddressId, java.lang.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(java.lang.String className,
                                    long classPK,
                                    java.lang.String address,
                                    int typeId,
                                    boolean primary)
                             throws com.liferay.portal.PortalException,
                                    com.liferay.portal.SystemException
Specified by:
addEmailAddress in interface EmailAddressService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteEmailAddress

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

getEmailAddress

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

getEmailAddresses

public java.util.List<EmailAddress> getEmailAddresses(java.lang.String className,
                                                      long classPK)
                                               throws com.liferay.portal.PortalException,
                                                      com.liferay.portal.SystemException
Specified by:
getEmailAddresses in interface EmailAddressService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateEmailAddress

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

getWrappedEmailAddressService

public EmailAddressService getWrappedEmailAddressService()