|
Liferay 7.0-ce-b1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.PhoneServiceWrapper
@ProviderType public class PhoneServiceWrapper
Provides a wrapper for PhoneService.
PhoneService| Constructor Summary | |
|---|---|
PhoneServiceWrapper(PhoneService phoneService)
|
|
| Method Summary | |
|---|---|
Phone |
addPhone(String className,
long classPK,
String number,
String extension,
long typeId,
boolean primary)
Deprecated. As of 6.2.0, replaced by #addPhone(String, long,
String, String, int, boolean, ServiceContext) |
Phone |
addPhone(String className,
long classPK,
String number,
String extension,
long typeId,
boolean primary,
ServiceContext serviceContext)
|
void |
deletePhone(long phoneId)
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
Phone |
getPhone(long phoneId)
|
List<Phone> |
getPhones(String className,
long classPK)
|
PhoneService |
getWrappedPhoneService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
PhoneService |
getWrappedService()
|
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,
String number,
String extension,
long typeId,
boolean primary)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PhoneServiceWrapper(PhoneService phoneService)
| Method Detail |
|---|
@Deprecated
public Phone addPhone(String className,
long classPK,
String number,
String extension,
long typeId,
boolean primary)
throws PortalException
#addPhone(String, long,
String, String, int, boolean, ServiceContext)
addPhone in interface PhoneServicePortalException
public Phone addPhone(String className,
long classPK,
String number,
String extension,
long typeId,
boolean primary,
ServiceContext serviceContext)
throws PortalException
addPhone in interface PhoneServicePortalException
public void deletePhone(long phoneId)
throws PortalException
deletePhone in interface PhoneServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface PhoneService
public Phone getPhone(long phoneId)
throws PortalException
getPhone in interface PhoneServicePortalException
public List<Phone> getPhones(String className,
long classPK)
throws PortalException
getPhones in interface PhoneServicePortalException
public Phone updatePhone(long phoneId,
String number,
String extension,
long typeId,
boolean primary)
throws PortalException
updatePhone in interface PhoneServicePortalException@Deprecated public PhoneService getWrappedPhoneService()
getWrappedService()
@Deprecated 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>
|
Liferay 7.0-ce-b1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||