Liferay 6.0-ee-sp2

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

Packages that use OrgLaborService
com.liferay.portal.service   
 

Uses of OrgLaborService in com.liferay.portal.service
 

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

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

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

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


Liferay 6.0-ee-sp2