com.liferay.portal.service
Class PhoneServiceWrapper
java.lang.Object
com.liferay.portal.service.PhoneServiceWrapper
- All Implemented Interfaces:
- PhoneService, ServiceWrapper<PhoneService>
public class PhoneServiceWrapper
- extends java.lang.Object
- implements PhoneService, ServiceWrapper<PhoneService>
This class is a wrapper for PhoneService.
- Author:
- Brian Wing Shun Chan
- See Also:
PhoneService- Generated:
|
Method Summary |
Phone |
addPhone(java.lang.String className,
long classPK,
java.lang.String number,
java.lang.String extension,
int typeId,
boolean primary)
|
void |
deletePhone(long phoneId)
|
Phone |
getPhone(long phoneId)
|
java.util.List<Phone> |
getPhones(java.lang.String className,
long classPK)
|
PhoneService |
getWrappedPhoneService()
Deprecated. Renamed to getWrappedService() |
PhoneService |
getWrappedService()
|
void |
setWrappedPhoneService(PhoneService phoneService)
Deprecated. Renamed to 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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PhoneServiceWrapper
public PhoneServiceWrapper(PhoneService phoneService)
addPhone
public Phone addPhone(java.lang.String className,
long classPK,
java.lang.String number,
java.lang.String extension,
int typeId,
boolean primary)
throws PortalException,
SystemException
- Specified by:
addPhone in interface PhoneService
- Throws:
PortalException
SystemException
deletePhone
public void deletePhone(long phoneId)
throws PortalException,
SystemException
- Specified by:
deletePhone in interface PhoneService
- Throws:
PortalException
SystemException
getPhone
public Phone getPhone(long phoneId)
throws PortalException,
SystemException
- Specified by:
getPhone in interface PhoneService
- Throws:
PortalException
SystemException
getPhones
public java.util.List<Phone> getPhones(java.lang.String className,
long classPK)
throws PortalException,
SystemException
- Specified by:
getPhones in interface PhoneService
- Throws:
PortalException
SystemException
updatePhone
public Phone updatePhone(long phoneId,
java.lang.String number,
java.lang.String extension,
int typeId,
boolean primary)
throws PortalException,
SystemException
- Specified by:
updatePhone in interface PhoneService
- Throws:
PortalException
SystemException
getWrappedPhoneService
public PhoneService getWrappedPhoneService()
- Deprecated. Renamed to
getWrappedService()
setWrappedPhoneService
public void setWrappedPhoneService(PhoneService phoneService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portal.service.PhoneService)
getWrappedService
public PhoneService getWrappedService()
- Specified by:
getWrappedService in interface ServiceWrapper<PhoneService>
setWrappedService
public void setWrappedService(PhoneService phoneService)
- Specified by:
setWrappedService in interface ServiceWrapper<PhoneService>