Liferay 7.0-ce-b4

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

Packages that use OrgLaborService
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 OrgLaborService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement OrgLaborService
 class OrgLaborServiceWrapper
          Provides a wrapper for OrgLaborService.
 

Methods in com.liferay.portal.service that return OrgLaborService
static OrgLaborService OrgLaborServiceUtil.getService()
           
 OrgLaborService OrgLaborServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type OrgLaborService
 void OrgLaborServiceWrapper.setWrappedService(OrgLaborService orgLaborService)
           
 

Constructors in com.liferay.portal.service with parameters of type OrgLaborService
OrgLaborServiceWrapper(OrgLaborService orgLaborService)
           
 

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

Classes in com.liferay.portal.service.base that implement OrgLaborService
 class OrgLaborServiceBaseImpl
          Provides the base implementation for the org labor remote service.
 

Fields in com.liferay.portal.service.base declared as OrgLaborService
protected  OrgLaborService OrgLaborServiceBaseImpl.orgLaborService
           
 

Methods in com.liferay.portal.service.base that return OrgLaborService
 OrgLaborService OrgLaborServiceBaseImpl.getOrgLaborService()
          Returns the org labor remote service.
 

Methods in com.liferay.portal.service.base with parameters of type OrgLaborService
 void OrgLaborServiceBaseImpl.setOrgLaborService(OrgLaborService orgLaborService)
          Sets the org labor remote service.
 

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

Classes in com.liferay.portal.service.impl that implement OrgLaborService
 class OrgLaborServiceImpl
           
 


Liferay 7.0-ce-b4