Liferay 6.1.2-ce-ga3

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
           This class is a wrapper for OrgLaborService.
 

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

Methods in com.liferay.portal.service with parameters of type OrgLaborService
 void OrgLaborServiceUtil.setService(OrgLaborService service)
          Deprecated.  
 void OrgLaborServiceWrapper.setWrappedOrgLaborService(OrgLaborService orgLaborService)
          Deprecated. Renamed to 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.1.2-ce-ga3