com.liferay.portal.service
Class EmailAddressLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.EmailAddressLocalServiceWrapper
- All Implemented Interfaces:
- EmailAddressLocalService
public class EmailAddressLocalServiceWrapper
- extends java.lang.Object
- implements EmailAddressLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for EmailAddressLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
EmailAddressLocalService
- Generated:
Method Summary |
EmailAddress |
addEmailAddress(EmailAddress emailAddress)
|
EmailAddress |
addEmailAddress(long userId,
java.lang.String className,
long classPK,
java.lang.String address,
int typeId,
boolean primary)
|
EmailAddress |
createEmailAddress(long emailAddressId)
|
void |
deleteEmailAddress(EmailAddress emailAddress)
|
void |
deleteEmailAddress(long emailAddressId)
|
void |
deleteEmailAddresses(long companyId,
java.lang.String className,
long classPK)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
int |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
EmailAddress |
getEmailAddress(long emailAddressId)
|
java.util.List<EmailAddress> |
getEmailAddresses()
|
java.util.List<EmailAddress> |
getEmailAddresses(int start,
int end)
|
java.util.List<EmailAddress> |
getEmailAddresses(long companyId,
java.lang.String className,
long classPK)
|
int |
getEmailAddressesCount()
|
EmailAddressLocalService |
getWrappedEmailAddressLocalService()
|
EmailAddress |
updateEmailAddress(EmailAddress emailAddress)
|
EmailAddress |
updateEmailAddress(EmailAddress emailAddress,
boolean merge)
|
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 |
EmailAddressLocalServiceWrapper
public EmailAddressLocalServiceWrapper(EmailAddressLocalService emailAddressLocalService)
addEmailAddress
public EmailAddress addEmailAddress(EmailAddress emailAddress)
throws com.liferay.portal.SystemException
- Specified by:
addEmailAddress
in interface EmailAddressLocalService
- Throws:
com.liferay.portal.SystemException
createEmailAddress
public EmailAddress createEmailAddress(long emailAddressId)
- Specified by:
createEmailAddress
in interface EmailAddressLocalService
deleteEmailAddress
public void deleteEmailAddress(long emailAddressId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteEmailAddress
in interface EmailAddressLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteEmailAddress
public void deleteEmailAddress(EmailAddress emailAddress)
throws com.liferay.portal.SystemException
- Specified by:
deleteEmailAddress
in interface EmailAddressLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface EmailAddressLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface EmailAddressLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface EmailAddressLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQueryCount
public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQueryCount
in interface EmailAddressLocalService
- Throws:
com.liferay.portal.SystemException
getEmailAddress
public EmailAddress getEmailAddress(long emailAddressId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getEmailAddress
in interface EmailAddressLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getEmailAddresses
public java.util.List<EmailAddress> getEmailAddresses(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getEmailAddresses
in interface EmailAddressLocalService
- Throws:
com.liferay.portal.SystemException
getEmailAddressesCount
public int getEmailAddressesCount()
throws com.liferay.portal.SystemException
- Specified by:
getEmailAddressesCount
in interface EmailAddressLocalService
- Throws:
com.liferay.portal.SystemException
updateEmailAddress
public EmailAddress updateEmailAddress(EmailAddress emailAddress)
throws com.liferay.portal.SystemException
- Specified by:
updateEmailAddress
in interface EmailAddressLocalService
- Throws:
com.liferay.portal.SystemException
updateEmailAddress
public EmailAddress updateEmailAddress(EmailAddress emailAddress,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateEmailAddress
in interface EmailAddressLocalService
- Throws:
com.liferay.portal.SystemException
addEmailAddress
public EmailAddress addEmailAddress(long userId,
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 EmailAddressLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteEmailAddresses
public void deleteEmailAddresses(long companyId,
java.lang.String className,
long classPK)
throws com.liferay.portal.SystemException
- Specified by:
deleteEmailAddresses
in interface EmailAddressLocalService
- Throws:
com.liferay.portal.SystemException
getEmailAddresses
public java.util.List<EmailAddress> getEmailAddresses()
throws com.liferay.portal.SystemException
- Specified by:
getEmailAddresses
in interface EmailAddressLocalService
- Throws:
com.liferay.portal.SystemException
getEmailAddresses
public java.util.List<EmailAddress> getEmailAddresses(long companyId,
java.lang.String className,
long classPK)
throws com.liferay.portal.SystemException
- Specified by:
getEmailAddresses
in interface EmailAddressLocalService
- Throws:
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 EmailAddressLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWrappedEmailAddressLocalService
public EmailAddressLocalService getWrappedEmailAddressLocalService()