|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface EmailAddressLocalService
This interface defines the service. The default implementation is
EmailAddressLocalServiceImpl.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
EmailAddressLocalServiceUtil| Method Detail |
|---|
EmailAddress addEmailAddress(EmailAddress emailAddress)
throws SystemException
SystemExceptionEmailAddress createEmailAddress(long emailAddressId)
void deleteEmailAddress(long emailAddressId)
throws PortalException,
SystemException
PortalException
SystemException
void deleteEmailAddress(EmailAddress emailAddress)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
EmailAddress getEmailAddress(long emailAddressId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<EmailAddress> getEmailAddresses(int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getEmailAddressesCount()
throws SystemException
SystemException
EmailAddress updateEmailAddress(EmailAddress emailAddress)
throws SystemException
SystemException
EmailAddress updateEmailAddress(EmailAddress emailAddress,
boolean merge)
throws SystemException
SystemException
EmailAddress addEmailAddress(long userId,
String className,
long classPK,
String address,
int typeId,
boolean primary)
throws PortalException,
SystemException
PortalException
SystemException
void deleteEmailAddresses(long companyId,
String className,
long classPK)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<EmailAddress> getEmailAddresses()
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<EmailAddress> getEmailAddresses(long companyId,
String className,
long classPK)
throws SystemException
SystemException
EmailAddress updateEmailAddress(long emailAddressId,
String address,
int typeId,
boolean primary)
throws PortalException,
SystemException
PortalException
SystemException
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||