Liferay 6.2-ce-ga5

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. 
 

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.getWrappedOrgLaborService()
          Deprecated. As of 6.1.0, replaced by OrgLaborServiceWrapper.getWrappedService()
 OrgLaborService OrgLaborServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type OrgLaborService
 void OrgLaborServiceUtil.setService(OrgLaborService service)
          Deprecated. As of 6.2.0
 void OrgLaborServiceWrapper.setWrappedOrgLaborService(OrgLaborService orgLaborService)
          Deprecated. As of 6.1.0, replaced by OrgLaborServiceWrapper.setWrappedService(com.liferay.portal.service.OrgLaborService)
 void OrgLaborServiceWrapper.setWrappedService(OrgLaborService orgLaborService)
           
 

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


Liferay 6.2-ce-ga5