com.liferay.portal.service
Class EmailAddressServiceWrapper
java.lang.Object
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:
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmailAddressServiceWrapper
public EmailAddressServiceWrapper(EmailAddressService emailAddressService)
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()