Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.service.PhoneService

Packages that use PhoneService
com.liferay.portal.service This package defines the portal service interfaces and classes. 
 

Uses of PhoneService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement PhoneService
 class PhoneServiceWrapper
          Provides a wrapper for PhoneService.
 

Methods in com.liferay.portal.service that return PhoneService
static PhoneService PhoneServiceUtil.getService()
           
 PhoneService PhoneServiceWrapper.getWrappedPhoneService()
          Deprecated. As of 6.1.0, replaced by PhoneServiceWrapper.getWrappedService()
 PhoneService PhoneServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type PhoneService
 void PhoneServiceUtil.setService(PhoneService service)
          Deprecated. As of 6.2.0
 void PhoneServiceWrapper.setWrappedPhoneService(PhoneService phoneService)
          Deprecated. As of 6.1.0, replaced by PhoneServiceWrapper.setWrappedService(com.liferay.portal.service.PhoneService)
 void PhoneServiceWrapper.setWrappedService(PhoneService phoneService)
           
 

Constructors in com.liferay.portal.service with parameters of type PhoneService
PhoneServiceWrapper(PhoneService phoneService)
           
 


Liferay 6.2-ce-ga5