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