Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.persistence.OrgLaborPersistence

Packages that use OrgLaborPersistence
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
 

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

Fields in com.liferay.portal.service.base declared as OrgLaborPersistence
protected  OrgLaborPersistence OrgLaborServiceBaseImpl.orgLaborPersistence
           
protected  OrgLaborPersistence OrgLaborLocalServiceBaseImpl.orgLaborPersistence
           
 

Methods in com.liferay.portal.service.base that return OrgLaborPersistence
 OrgLaborPersistence OrgLaborServiceBaseImpl.getOrgLaborPersistence()
          Returns the org labor persistence.
 OrgLaborPersistence OrgLaborLocalServiceBaseImpl.getOrgLaborPersistence()
          Returns the org labor persistence.
 

Methods in com.liferay.portal.service.base with parameters of type OrgLaborPersistence
 void OrgLaborServiceBaseImpl.setOrgLaborPersistence(OrgLaborPersistence orgLaborPersistence)
          Sets the org labor persistence.
 void OrgLaborLocalServiceBaseImpl.setOrgLaborPersistence(OrgLaborPersistence orgLaborPersistence)
          Sets the org labor persistence.
 

Uses of OrgLaborPersistence in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that return OrgLaborPersistence
static OrgLaborPersistence OrgLaborUtil.getPersistence()
           
 

Uses of OrgLaborPersistence in com.liferay.portal.service.persistence.impl
 

Classes in com.liferay.portal.service.persistence.impl that implement OrgLaborPersistence
 class OrgLaborPersistenceImpl
          The persistence implementation for the org labor service.
 


Liferay 7.0-ce-b4