|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface EmailAddressServiceProvides the remote service interface for EmailAddress. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
EmailAddressServiceUtil,
EmailAddressServiceBaseImpl,
EmailAddressServiceImpl| Method Summary | |
|---|---|
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. |
EmailAddress |
updateEmailAddress(long emailAddressId,
String address,
long typeId,
boolean primary)
|
| Method Detail |
|---|
EmailAddress addEmailAddress(String className,
long classPK,
String address,
long typeId,
boolean primary,
ServiceContext serviceContext)
throws PortalException
PortalException
void deleteEmailAddress(long emailAddressId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
EmailAddress fetchEmailAddress(long emailAddressId)
throws PortalException
emailAddressId - 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
@Transactional(propagation=SUPPORTS,
readOnly=true)
EmailAddress getEmailAddress(long emailAddressId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<EmailAddress> getEmailAddresses(String className,
long classPK)
throws PortalException
PortalExceptionString getOSGiServiceIdentifier()
EmailAddress updateEmailAddress(long emailAddressId,
String address,
long typeId,
boolean primary)
throws PortalException
PortalException
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||