com.liferay.portal.service.impl
Class PhoneServiceImpl
java.lang.Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.PhoneServiceBaseImpl
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
| 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 |
|
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 |
PhoneServiceImpl
public PhoneServiceImpl()
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