@ProviderType public class PhoneServiceWrapper extends java.lang.Object implements PhoneService, ServiceWrapper<PhoneService>
PhoneService.PhoneService| Constructor and Description |
|---|
PhoneServiceWrapper(PhoneService phoneService) |
| Modifier and Type | Method and Description |
|---|---|
Phone |
addPhone(java.lang.String className,
long classPK,
java.lang.String number,
java.lang.String extension,
int typeId,
boolean primary)
Deprecated.
As of 6.2.0, replaced by
addPhone( String, long,
String, String, int, boolean, ServiceContext) |
Phone |
addPhone(java.lang.String className,
long classPK,
java.lang.String number,
java.lang.String extension,
int typeId,
boolean primary,
ServiceContext serviceContext) |
void |
deletePhone(long phoneId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
Phone |
getPhone(long phoneId) |
java.util.List<Phone> |
getPhones(java.lang.String className,
long classPK) |
PhoneService |
getWrappedPhoneService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
PhoneService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedPhoneService(PhoneService phoneService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.PhoneService) |
void |
setWrappedService(PhoneService phoneService) |
Phone |
updatePhone(long phoneId,
java.lang.String number,
java.lang.String extension,
int typeId,
boolean primary) |
public PhoneServiceWrapper(PhoneService phoneService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface PhoneServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface PhoneServicebeanIdentifier - the Spring bean ID for this beanpublic Phone addPhone(java.lang.String className, long classPK, java.lang.String number, java.lang.String extension, int typeId, boolean primary) throws PortalException, SystemException
addPhone( String, long,
String, String, int, boolean, ServiceContext)addPhone in interface PhoneServicePortalExceptionSystemExceptionpublic Phone addPhone(java.lang.String className, long classPK, java.lang.String number, java.lang.String extension, int typeId, boolean primary, ServiceContext serviceContext) throws PortalException, SystemException
addPhone in interface PhoneServicePortalExceptionSystemExceptionpublic void deletePhone(long phoneId)
throws PortalException,
SystemException
deletePhone in interface PhoneServicePortalExceptionSystemExceptionpublic Phone getPhone(long phoneId) throws PortalException, SystemException
getPhone in interface PhoneServicePortalExceptionSystemExceptionpublic java.util.List<Phone> getPhones(java.lang.String className, long classPK) throws PortalException, SystemException
getPhones in interface PhoneServicePortalExceptionSystemExceptionpublic Phone updatePhone(long phoneId, java.lang.String number, java.lang.String extension, int typeId, boolean primary) throws PortalException, SystemException
updatePhone in interface PhoneServicePortalExceptionSystemExceptionpublic PhoneService getWrappedPhoneService()
getWrappedService()public void setWrappedPhoneService(PhoneService phoneService)
setWrappedService(com.liferay.portal.service.PhoneService)public PhoneService getWrappedService()
getWrappedService in interface ServiceWrapper<PhoneService>public void setWrappedService(PhoneService phoneService)
setWrappedService in interface ServiceWrapper<PhoneService>