@ProviderType public class EmailAddressServiceWrapper extends java.lang.Object implements EmailAddressService, ServiceWrapper<EmailAddressService>
EmailAddressService.EmailAddressService| Constructor and Description |
|---|
EmailAddressServiceWrapper(EmailAddressService emailAddressService) |
| Modifier and Type | Method and Description |
|---|---|
EmailAddress |
addEmailAddress(java.lang.String className,
long classPK,
java.lang.String address,
long typeId,
boolean primary)
Deprecated.
As of 6.2.0, replaced by
#addEmailAddress(String,
long, String, int, boolean, ServiceContext) |
EmailAddress |
addEmailAddress(java.lang.String className,
long classPK,
java.lang.String address,
long typeId,
boolean primary,
ServiceContext serviceContext) |
void |
deleteEmailAddress(long emailAddressId) |
EmailAddress |
fetchEmailAddress(long emailAddressId)
Returns the email address with the primary key.
|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
EmailAddress |
getEmailAddress(long emailAddressId) |
java.util.List<EmailAddress> |
getEmailAddresses(java.lang.String className,
long classPK) |
EmailAddressService |
getWrappedEmailAddressService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
EmailAddressService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedEmailAddressService(EmailAddressService emailAddressService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.EmailAddressService) |
void |
setWrappedService(EmailAddressService emailAddressService) |
EmailAddress |
updateEmailAddress(long emailAddressId,
java.lang.String address,
long typeId,
boolean primary) |
public EmailAddressServiceWrapper(EmailAddressService emailAddressService)
@Deprecated public EmailAddress addEmailAddress(java.lang.String className, long classPK, java.lang.String address, long typeId, boolean primary) throws PortalException
#addEmailAddress(String,
long, String, int, boolean, ServiceContext)addEmailAddress in interface EmailAddressServicePortalExceptionpublic EmailAddress addEmailAddress(java.lang.String className, long classPK, java.lang.String address, long typeId, boolean primary, ServiceContext serviceContext) throws PortalException
addEmailAddress in interface EmailAddressServicePortalExceptionpublic void deleteEmailAddress(long emailAddressId)
throws PortalException
deleteEmailAddress in interface EmailAddressServicePortalExceptionpublic EmailAddress fetchEmailAddress(long emailAddressId) throws PortalException
fetchEmailAddress in interface EmailAddressServiceemailAddressId - the primary key of the email addressnull if
an email address with the primary key could not be found or if
the user did not have permission to view the email addressPortalException - if a portal exception occurredpublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface EmailAddressServicepublic EmailAddress getEmailAddress(long emailAddressId) throws PortalException
getEmailAddress in interface EmailAddressServicePortalExceptionpublic java.util.List<EmailAddress> getEmailAddresses(java.lang.String className, long classPK) throws PortalException
getEmailAddresses in interface EmailAddressServicePortalExceptionpublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface EmailAddressServicebeanIdentifier - the Spring bean ID for this beanpublic EmailAddress updateEmailAddress(long emailAddressId, java.lang.String address, long typeId, boolean primary) throws PortalException
updateEmailAddress in interface EmailAddressServicePortalException@Deprecated public EmailAddressService getWrappedEmailAddressService()
getWrappedService()@Deprecated public void setWrappedEmailAddressService(EmailAddressService emailAddressService)
setWrappedService(com.liferay.portal.service.EmailAddressService)public EmailAddressService getWrappedService()
getWrappedService in interface ServiceWrapper<EmailAddressService>public void setWrappedService(EmailAddressService emailAddressService)
setWrappedService in interface ServiceWrapper<EmailAddressService>