@ProviderType @AccessControlled @JSONWebService @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface EmailAddressService extends BaseService
EmailAddressServiceUtil,
EmailAddressServiceBaseImpl,
com.liferay.portal.service.impl.EmailAddressServiceImpl| Modifier and Type | Method and Description |
|---|---|
EmailAddress |
addEmailAddress(java.lang.String className,
long classPK,
java.lang.String address,
int typeId,
boolean primary)
Deprecated.
As of 6.2.0, replaced by
addEmailAddress( String,
long, String, int, boolean, ServiceContext) |
EmailAddress |
addEmailAddress(java.lang.String className,
long classPK,
java.lang.String address,
int typeId,
boolean primary,
ServiceContext serviceContext) |
void |
deleteEmailAddress(long emailAddressId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
EmailAddress |
getEmailAddress(long emailAddressId) |
java.util.List<EmailAddress> |
getEmailAddresses(java.lang.String className,
long classPK) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
EmailAddress |
updateEmailAddress(long emailAddressId,
java.lang.String address,
int typeId,
boolean primary) |
java.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanEmailAddress addEmailAddress(java.lang.String className, long classPK, java.lang.String address, int typeId, boolean primary) throws PortalException, SystemException
addEmailAddress( String,
long, String, int, boolean, ServiceContext)PortalExceptionSystemExceptionEmailAddress addEmailAddress(java.lang.String className, long classPK, java.lang.String address, int typeId, boolean primary, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionvoid deleteEmailAddress(long emailAddressId)
throws PortalException,
SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) EmailAddress getEmailAddress(long emailAddressId) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<EmailAddress> getEmailAddresses(java.lang.String className, long classPK) throws PortalException, SystemException
PortalExceptionSystemExceptionEmailAddress updateEmailAddress(long emailAddressId, java.lang.String address, int typeId, boolean primary) throws PortalException, SystemException
PortalExceptionSystemException