|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 EmailAddressService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface EmailAddressService
beanIdentifier
- the Spring bean ID for this beanpublic EmailAddress addEmailAddress(String className, long classPK, String address, int typeId, boolean primary) throws PortalException, SystemException
addEmailAddress
in interface EmailAddressService
PortalException
SystemException
public void deleteEmailAddress(long emailAddressId) throws PortalException, SystemException
deleteEmailAddress
in interface EmailAddressService
PortalException
SystemException
public EmailAddress getEmailAddress(long emailAddressId) throws PortalException, SystemException
getEmailAddress
in interface EmailAddressService
PortalException
SystemException
public List<EmailAddress> getEmailAddresses(String className, long classPK) throws PortalException, SystemException
getEmailAddresses
in interface EmailAddressService
PortalException
SystemException
public EmailAddress updateEmailAddress(long emailAddressId, String address, int typeId, boolean primary) throws PortalException, SystemException
updateEmailAddress
in interface EmailAddressService
PortalException
SystemException
public 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.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |