|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.EmailAddressServiceWrapper
@ProviderType public class EmailAddressServiceWrapper
Provides a wrapper for EmailAddressService.
EmailAddressService| Constructor Summary | |
|---|---|
EmailAddressServiceWrapper(EmailAddressService emailAddressService)
|
|
| Method Summary | |
|---|---|
EmailAddress |
addEmailAddress(String className,
long classPK,
String address,
int typeId,
boolean primary)
Deprecated. As of 6.2.0, replaced by addEmailAddress(String,
long, String, int, boolean, ServiceContext) |
EmailAddress |
addEmailAddress(String className,
long classPK,
String address,
int typeId,
boolean primary,
ServiceContext serviceContext)
|
void |
deleteEmailAddress(long emailAddressId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
EmailAddress |
getEmailAddress(long emailAddressId)
|
List<EmailAddress> |
getEmailAddresses(String className,
long classPK)
|
EmailAddressService |
getWrappedEmailAddressService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
EmailAddressService |
getWrappedService()
|
void |
setBeanIdentifier(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,
String address,
int typeId,
boolean primary)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmailAddressServiceWrapper(EmailAddressService emailAddressService)
| Method Detail |
|---|
@Deprecated
public EmailAddress addEmailAddress(String className,
long classPK,
String address,
int typeId,
boolean primary)
throws PortalException
addEmailAddress(String,
long, String, int, boolean, ServiceContext)
addEmailAddress in interface EmailAddressServicePortalException
public EmailAddress addEmailAddress(String className,
long classPK,
String address,
int typeId,
boolean primary,
ServiceContext serviceContext)
throws PortalException
addEmailAddress in interface EmailAddressServicePortalException
public void deleteEmailAddress(long emailAddressId)
throws PortalException
deleteEmailAddress in interface EmailAddressServicePortalExceptionpublic String getBeanIdentifier()
getBeanIdentifier in interface EmailAddressService
public EmailAddress getEmailAddress(long emailAddressId)
throws PortalException
getEmailAddress in interface EmailAddressServicePortalException
public List<EmailAddress> getEmailAddresses(String className,
long classPK)
throws PortalException
getEmailAddresses in interface EmailAddressServicePortalExceptionpublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface EmailAddressServicebeanIdentifier - the Spring bean ID for this bean
public EmailAddress updateEmailAddress(long emailAddressId,
String address,
int 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>
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||