|
Liferay 6.2.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
public class EmailAddressServiceWrapper
This class is a wrapper for EmailAddressService.
EmailAddressService| Constructor Summary | |
|---|---|
EmailAddressServiceWrapper(EmailAddressService emailAddressService)
|
|
| Method Summary | |
|---|---|
EmailAddress |
addEmailAddress(String className,
long classPK,
String address,
int typeId,
boolean primary)
|
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. Renamed to getWrappedService() |
EmailAddressService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedEmailAddressService(EmailAddressService emailAddressService)
Deprecated. Renamed to 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 |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface EmailAddressServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface EmailAddressServicebeanIdentifier - the Spring bean ID for this bean
public EmailAddress addEmailAddress(String className,
long classPK,
String address,
int typeId,
boolean primary)
throws PortalException,
SystemException
addEmailAddress in interface EmailAddressServicePortalException
SystemException
public void deleteEmailAddress(long emailAddressId)
throws PortalException,
SystemException
deleteEmailAddress in interface EmailAddressServicePortalException
SystemException
public EmailAddress getEmailAddress(long emailAddressId)
throws PortalException,
SystemException
getEmailAddress in interface EmailAddressServicePortalException
SystemException
public List<EmailAddress> getEmailAddresses(String className,
long classPK)
throws PortalException,
SystemException
getEmailAddresses in interface EmailAddressServicePortalException
SystemException
public EmailAddress updateEmailAddress(long emailAddressId,
String address,
int typeId,
boolean primary)
throws PortalException,
SystemException
updateEmailAddress in interface EmailAddressServicePortalException
SystemExceptionpublic 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>
|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||