|
Liferay 7.0-ce-b1 | |||||||||
| 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,
long 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,
long typeId,
boolean primary,
ServiceContext serviceContext)
|
void |
deleteEmailAddress(long emailAddressId)
|
EmailAddress |
fetchEmailAddress(long emailAddressId)
Returns the email address with the primary key. |
EmailAddress |
getEmailAddress(long emailAddressId)
|
List<EmailAddress> |
getEmailAddresses(String className,
long classPK)
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
EmailAddressService |
getWrappedEmailAddressService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
EmailAddressService |
getWrappedService()
|
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,
long 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,
long 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,
long typeId,
boolean primary,
ServiceContext serviceContext)
throws PortalException
addEmailAddress in interface EmailAddressServicePortalException
public void deleteEmailAddress(long emailAddressId)
throws PortalException
deleteEmailAddress in interface EmailAddressServicePortalException
public EmailAddress fetchEmailAddress(long emailAddressId)
throws PortalException
fetchEmailAddress in interface EmailAddressServiceemailAddressId - the primary key of the email address
null if
an email address with the primary key could not be found or if
the user did not have permission to view the email address
PortalException
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 String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface EmailAddressService
public EmailAddress updateEmailAddress(long emailAddressId,
String address,
long 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-b1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||