public class PhoneServiceImpl extends PhoneServiceBaseImpl
counterLocalService, phoneLocalService, phonePersistence, phoneService| Constructor and Description |
|---|
PhoneServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
afterPropertiesSet, destroy, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPhoneLocalService, getPhonePersistence, getPhoneService, runSQL, setCounterLocalService, setPhoneLocalService, setPhonePersistence, setPhoneServicepublic 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
com.liferay.portal.kernel.exception.PortalExceptionpublic void deletePhone(long phoneId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.Phone getPhone(long phoneId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic List<com.liferay.portal.kernel.model.Phone> getPhones(String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.Phone updatePhone(long phoneId,
String number,
String extension,
long typeId,
boolean primary)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException