Liferay 7.0-ce-m3

com.liferay.portal.service.impl
Class EmailAddressServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portal.service.base.EmailAddressServiceBaseImpl
          extended by com.liferay.portal.service.impl.EmailAddressServiceImpl
All Implemented Interfaces:
IdentifiableBean, BaseService, EmailAddressService

public class EmailAddressServiceImpl
extends EmailAddressServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.EmailAddressServiceBaseImpl
classNameLocalService, classNamePersistence, classNameService, counterLocalService, emailAddressLocalService, emailAddressPersistence, emailAddressService, listTypePersistence, listTypeService, userFinder, userLocalService, userPersistence, userService
 
Fields inherited from class com.liferay.portal.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
EmailAddressServiceImpl()
           
 
Method Summary
 EmailAddress addEmailAddress(String className, long classPK, String address, int 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, int typeId, boolean primary, ServiceContext serviceContext)
           
 void deleteEmailAddress(long emailAddressId)
           
 EmailAddress getEmailAddress(long emailAddressId)
           
 List<EmailAddress> getEmailAddresses(String className, long classPK)
           
 EmailAddress updateEmailAddress(long emailAddressId, String address, int typeId, boolean primary)
           
 
Methods inherited from class com.liferay.portal.service.base.EmailAddressServiceBaseImpl
afterPropertiesSet, destroy, getBeanIdentifier, getClassNameLocalService, getClassNamePersistence, getClassNameService, getCounterLocalService, getEmailAddressLocalService, getEmailAddressPersistence, getEmailAddressService, getListTypePersistence, getListTypeService, getModelClass, getModelClassName, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setClassNameLocalService, setClassNamePersistence, setClassNameService, setCounterLocalService, setEmailAddressLocalService, setEmailAddressPersistence, setEmailAddressService, setListTypePersistence, setListTypeService, setUserFinder, setUserLocalService, setUserPersistence, setUserService
 
Methods inherited from class com.liferay.portal.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailAddressServiceImpl

public EmailAddressServiceImpl()
Method Detail

addEmailAddress

@Deprecated
public EmailAddress addEmailAddress(String className,
                                               long classPK,
                                               String address,
                                               int typeId,
                                               boolean primary)
                             throws PortalException
Deprecated. As of 6.2.0, replaced by addEmailAddress(String, long, String, int, boolean, ServiceContext)

Throws:
PortalException

addEmailAddress

public EmailAddress addEmailAddress(String className,
                                    long classPK,
                                    String address,
                                    int typeId,
                                    boolean primary,
                                    ServiceContext serviceContext)
                             throws PortalException
Throws:
PortalException

deleteEmailAddress

public void deleteEmailAddress(long emailAddressId)
                        throws PortalException
Throws:
PortalException

getEmailAddress

public EmailAddress getEmailAddress(long emailAddressId)
                             throws PortalException
Throws:
PortalException

getEmailAddresses

public List<EmailAddress> getEmailAddresses(String className,
                                            long classPK)
                                     throws PortalException
Throws:
PortalException

updateEmailAddress

public EmailAddress updateEmailAddress(long emailAddressId,
                                       String address,
                                       int typeId,
                                       boolean primary)
                                throws PortalException
Throws:
PortalException

Liferay 7.0-ce-m3