|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 |
---|
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( String,
long, String, int, boolean, ServiceContext)
addEmailAddress
in interface EmailAddressService
PortalException
SystemException
public EmailAddress addEmailAddress(String className, long classPK, String address, int typeId, boolean primary, ServiceContext serviceContext) 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.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |