@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,
int 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,
int typeId,
boolean primary,
ServiceContext serviceContext) |
void |
deleteEmailAddress(long emailAddressId) |
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,
int typeId,
boolean primary) |
public EmailAddressServiceWrapper(EmailAddressService emailAddressService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface EmailAddressServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface EmailAddressServicebeanIdentifier - the Spring bean ID for this beanpublic EmailAddress addEmailAddress(java.lang.String className, long classPK, java.lang.String address, int typeId, boolean primary) throws PortalException, SystemException
addEmailAddress( String,
long, String, int, boolean, ServiceContext)addEmailAddress in interface EmailAddressServicePortalExceptionSystemExceptionpublic EmailAddress addEmailAddress(java.lang.String className, long classPK, java.lang.String address, int typeId, boolean primary, ServiceContext serviceContext) throws PortalException, SystemException
addEmailAddress in interface EmailAddressServicePortalExceptionSystemExceptionpublic void deleteEmailAddress(long emailAddressId)
throws PortalException,
SystemException
deleteEmailAddress in interface EmailAddressServicePortalExceptionSystemExceptionpublic EmailAddress getEmailAddress(long emailAddressId) throws PortalException, SystemException
getEmailAddress in interface EmailAddressServicePortalExceptionSystemExceptionpublic java.util.List<EmailAddress> getEmailAddresses(java.lang.String className, long classPK) throws PortalException, SystemException
getEmailAddresses in interface EmailAddressServicePortalExceptionSystemExceptionpublic EmailAddress updateEmailAddress(long emailAddressId, java.lang.String address, int typeId, boolean primary) throws PortalException, SystemException
updateEmailAddress in interface EmailAddressServicePortalExceptionSystemExceptionpublic EmailAddressService getWrappedEmailAddressService()
getWrappedService()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>