Liferay 7.0-ce-b4

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. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
 

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.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type PhoneService
 void PhoneServiceWrapper.setWrappedService(PhoneService phoneService)
           
 

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

Uses of PhoneService in com.liferay.portal.service.base
 

Classes in com.liferay.portal.service.base that implement PhoneService
 class PhoneServiceBaseImpl
          Provides the base implementation for the phone remote service.
 

Fields in com.liferay.portal.service.base declared as PhoneService
protected  PhoneService ContactServiceBaseImpl.phoneService
           
protected  PhoneService PhoneServiceBaseImpl.phoneService
           
protected  PhoneService OrganizationServiceBaseImpl.phoneService
           
 

Methods in com.liferay.portal.service.base that return PhoneService
 PhoneService ContactServiceBaseImpl.getPhoneService()
          Returns the phone remote service.
 PhoneService PhoneServiceBaseImpl.getPhoneService()
          Returns the phone remote service.
 PhoneService OrganizationServiceBaseImpl.getPhoneService()
          Returns the phone remote service.
 

Methods in com.liferay.portal.service.base with parameters of type PhoneService
 void ContactServiceBaseImpl.setPhoneService(PhoneService phoneService)
          Sets the phone remote service.
 void PhoneServiceBaseImpl.setPhoneService(PhoneService phoneService)
          Sets the phone remote service.
 void OrganizationServiceBaseImpl.setPhoneService(PhoneService phoneService)
          Sets the phone remote service.
 

Uses of PhoneService in com.liferay.portal.service.impl
 

Classes in com.liferay.portal.service.impl that implement PhoneService
 class PhoneServiceImpl
           
 


Liferay 7.0-ce-b4