Liferay 7.0-ga1 portal-impl

com.liferay.portal.service.impl
Class PhoneServiceImpl

java.lang.Object
  extended by com.liferay.portal.kernel.service.BaseServiceImpl
      extended by com.liferay.portal.service.base.PhoneServiceBaseImpl
          extended by com.liferay.portal.service.impl.PhoneServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.PhoneService

public class PhoneServiceImpl
extends PhoneServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.PhoneServiceBaseImpl
classNameLocalService, classNamePersistence, classNameService, counterLocalService, listTypeLocalService, listTypePersistence, listTypeService, phoneLocalService, phonePersistence, phoneService, userFinder, userLocalService, userPersistence, userService
 
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
PhoneServiceImpl()
           
 
Method Summary
 com.liferay.portal.kernel.model.Phone addPhone(String className, long classPK, String number, String extension, long typeId, boolean primary, com.liferay.portal.kernel.service.ServiceContext serviceContext)
           
 void deletePhone(long phoneId)
           
 com.liferay.portal.kernel.model.Phone getPhone(long phoneId)
           
 List<com.liferay.portal.kernel.model.Phone> getPhones(String className, long classPK)
           
 com.liferay.portal.kernel.model.Phone updatePhone(long phoneId, String number, String extension, long typeId, boolean primary)
           
 
Methods inherited from class com.liferay.portal.service.base.PhoneServiceBaseImpl
afterPropertiesSet, destroy, getClassNameLocalService, getClassNamePersistence, getClassNameService, getCounterLocalService, getListTypeLocalService, getListTypePersistence, getListTypeService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPhoneLocalService, getPhonePersistence, getPhoneService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setClassNameLocalService, setClassNamePersistence, setClassNameService, setCounterLocalService, setListTypeLocalService, setListTypePersistence, setListTypeService, setPhoneLocalService, setPhonePersistence, setPhoneService, setUserFinder, setUserLocalService, setUserPersistence, setUserService
 
Methods inherited from class com.liferay.portal.kernel.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

PhoneServiceImpl

public PhoneServiceImpl()
Method Detail

addPhone

public com.liferay.portal.kernel.model.Phone addPhone(String className,
                                                      long classPK,
                                                      String number,
                                                      String extension,
                                                      long typeId,
                                                      boolean primary,
                                                      com.liferay.portal.kernel.service.ServiceContext serviceContext)
                                               throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

deletePhone

public void deletePhone(long phoneId)
                 throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getPhone

public com.liferay.portal.kernel.model.Phone getPhone(long phoneId)
                                               throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getPhones

public List<com.liferay.portal.kernel.model.Phone> getPhones(String className,
                                                             long classPK)
                                                      throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

updatePhone

public com.liferay.portal.kernel.model.Phone updatePhone(long phoneId,
                                                         String number,
                                                         String extension,
                                                         long typeId,
                                                         boolean primary)
                                                  throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

Liferay 7.0-ga1 portal-impl