com.liferay.portal.service.impl
Class EmailAddressServiceImpl
java.lang.Object
com.liferay.portal.service.impl.PrincipalBean
com.liferay.portal.service.impl.EmailAddressServiceImpl
- All Implemented Interfaces:
- com.liferay.portal.service.EmailAddressService
- public class EmailAddressServiceImpl
- extends PrincipalBean
- implements com.liferay.portal.service.EmailAddressService
View Source
- Author:
- Brian Wing Shun Chan, Alexander Chow
Method Summary |
com.liferay.portal.model.EmailAddress |
addEmailAddress(java.lang.String className,
long classPK,
java.lang.String address,
int typeId,
boolean primary)
|
void |
deleteEmailAddress(long emailAddressId)
|
com.liferay.portal.model.EmailAddress |
getEmailAddress(long emailAddressId)
|
java.util.List |
getEmailAddresses(java.lang.String className,
long classPK)
|
com.liferay.portal.model.EmailAddress |
updateEmailAddress(long emailAddressId,
java.lang.String address,
int typeId,
boolean primary)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmailAddressServiceImpl
public EmailAddressServiceImpl()
addEmailAddress
public com.liferay.portal.model.EmailAddress addEmailAddress(java.lang.String className,
long classPK,
java.lang.String address,
int typeId,
boolean primary)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addEmailAddress
in interface com.liferay.portal.service.EmailAddressService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteEmailAddress
public void deleteEmailAddress(long emailAddressId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteEmailAddress
in interface com.liferay.portal.service.EmailAddressService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getEmailAddress
public com.liferay.portal.model.EmailAddress getEmailAddress(long emailAddressId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getEmailAddress
in interface com.liferay.portal.service.EmailAddressService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getEmailAddresses
public java.util.List getEmailAddresses(java.lang.String className,
long classPK)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getEmailAddresses
in interface com.liferay.portal.service.EmailAddressService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateEmailAddress
public com.liferay.portal.model.EmailAddress updateEmailAddress(long emailAddressId,
java.lang.String address,
int typeId,
boolean primary)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateEmailAddress
in interface com.liferay.portal.service.EmailAddressService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException