Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.model.OrgLabor

Packages that use OrgLabor
com.liferay.portal.kernel.test.util   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
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.http This package defines the HTTP and SOAP portal service utilities. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
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. 
com.liferay.portlet.usersadmin.util   
com.liferay.users.admin.kernel.util   
 

Uses of OrgLabor in com.liferay.portal.kernel.test.util
 

Methods in com.liferay.portal.kernel.test.util that return OrgLabor
static OrgLabor OrganizationTestUtil.addOrgLabor(Organization organization)
           
 

Uses of OrgLabor in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement OrgLabor
 class OrgLaborWrapper
           This class is a wrapper for OrgLabor.
 

Fields in com.liferay.portal.model with type parameters of type OrgLabor
static Accessor<OrgLabor,Long> OrgLabor.ORG_LABOR_ID_ACCESSOR
           
 

Methods in com.liferay.portal.model that return OrgLabor
 OrgLabor OrgLaborWrapper.getWrappedModel()
           
 OrgLabor OrgLaborModel.toEscapedModel()
           
 OrgLabor OrgLaborWrapper.toEscapedModel()
           
 OrgLabor OrgLaborModel.toUnescapedModel()
           
 OrgLabor OrgLaborWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type OrgLabor
 CacheModel<OrgLabor> OrgLaborModel.toCacheModel()
           
 CacheModel<OrgLabor> OrgLaborWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type OrgLabor
 int OrgLaborModel.compareTo(OrgLabor orgLabor)
           
 int OrgLaborWrapper.compareTo(OrgLabor orgLabor)
           
static OrgLaborSoap OrgLaborSoap.toSoapModel(OrgLabor model)
           
static OrgLaborSoap[] OrgLaborSoap.toSoapModels(OrgLabor[] models)
           
static OrgLaborSoap[][] OrgLaborSoap.toSoapModels(OrgLabor[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type OrgLabor
static OrgLaborSoap[] OrgLaborSoap.toSoapModels(List<OrgLabor> models)
           
 

Constructors in com.liferay.portal.model with parameters of type OrgLabor
OrgLaborWrapper(OrgLabor orgLabor)
           
 

Uses of OrgLabor in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement OrgLabor
 class OrgLaborBaseImpl
          The extended model base implementation for the OrgLabor service.
 class OrgLaborImpl
           
 

Methods in com.liferay.portal.model.impl that return OrgLabor
 OrgLabor OrgLaborCacheModel.toEntityModel()
           
 OrgLabor OrgLaborModelImpl.toEscapedModel()
           
static OrgLabor OrgLaborModelImpl.toModel(OrgLaborSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portal.model.impl that return types with arguments of type OrgLabor
 CacheModel<OrgLabor> OrgLaborModelImpl.toCacheModel()
           
static List<OrgLabor> OrgLaborModelImpl.toModels(OrgLaborSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portal.model.impl with parameters of type OrgLabor
 int OrgLaborModelImpl.compareTo(OrgLabor orgLabor)
           
 

Uses of OrgLabor in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return OrgLabor
 OrgLabor OrgLaborLocalServiceWrapper.addOrgLabor(long organizationId, long typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
static OrgLabor OrgLaborLocalServiceUtil.addOrgLabor(long organizationId, long typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
 OrgLabor OrgLaborLocalService.addOrgLabor(long organizationId, long typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
static OrgLabor OrgLaborServiceUtil.addOrgLabor(long organizationId, long typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
 OrgLabor OrgLaborServiceWrapper.addOrgLabor(long organizationId, long typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
 OrgLabor OrgLaborService.addOrgLabor(long organizationId, long typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
 OrgLabor OrgLaborLocalServiceWrapper.addOrgLabor(OrgLabor orgLabor)
          Adds the org labor to the database.
static OrgLabor OrgLaborLocalServiceUtil.addOrgLabor(OrgLabor orgLabor)
          Adds the org labor to the database.
 OrgLabor OrgLaborLocalService.addOrgLabor(OrgLabor orgLabor)
          Adds the org labor to the database.
 OrgLabor OrgLaborLocalServiceWrapper.createOrgLabor(long orgLaborId)
          Creates a new org labor with the primary key.
static OrgLabor OrgLaborLocalServiceUtil.createOrgLabor(long orgLaborId)
          Creates a new org labor with the primary key.
 OrgLabor OrgLaborLocalService.createOrgLabor(long orgLaborId)
          Creates a new org labor with the primary key.
 OrgLabor OrgLaborLocalServiceWrapper.deleteOrgLabor(long orgLaborId)
          Deletes the org labor with the primary key from the database.
static OrgLabor OrgLaborLocalServiceUtil.deleteOrgLabor(long orgLaborId)
          Deletes the org labor with the primary key from the database.
 OrgLabor OrgLaborLocalService.deleteOrgLabor(long orgLaborId)
          Deletes the org labor with the primary key from the database.
 OrgLabor OrgLaborLocalServiceWrapper.deleteOrgLabor(OrgLabor orgLabor)
          Deletes the org labor from the database.
static OrgLabor OrgLaborLocalServiceUtil.deleteOrgLabor(OrgLabor orgLabor)
          Deletes the org labor from the database.
 OrgLabor OrgLaborLocalService.deleteOrgLabor(OrgLabor orgLabor)
          Deletes the org labor from the database.
 OrgLabor OrgLaborLocalServiceWrapper.fetchOrgLabor(long orgLaborId)
           
static OrgLabor OrgLaborLocalServiceUtil.fetchOrgLabor(long orgLaborId)
           
 OrgLabor OrgLaborLocalService.fetchOrgLabor(long orgLaborId)
           
 OrgLabor OrgLaborLocalServiceWrapper.getOrgLabor(long orgLaborId)
          Returns the org labor with the primary key.
static OrgLabor OrgLaborLocalServiceUtil.getOrgLabor(long orgLaborId)
          Returns the org labor with the primary key.
 OrgLabor OrgLaborLocalService.getOrgLabor(long orgLaborId)
          Returns the org labor with the primary key.
static OrgLabor OrgLaborServiceUtil.getOrgLabor(long orgLaborId)
           
 OrgLabor OrgLaborServiceWrapper.getOrgLabor(long orgLaborId)
           
 OrgLabor OrgLaborService.getOrgLabor(long orgLaborId)
           
 OrgLabor OrgLaborLocalServiceWrapper.updateOrgLabor(long orgLaborId, long typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
static OrgLabor OrgLaborLocalServiceUtil.updateOrgLabor(long orgLaborId, long typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
 OrgLabor OrgLaborLocalService.updateOrgLabor(long orgLaborId, long typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
static OrgLabor OrgLaborServiceUtil.updateOrgLabor(long orgLaborId, long typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
 OrgLabor OrgLaborServiceWrapper.updateOrgLabor(long orgLaborId, long typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
 OrgLabor OrgLaborService.updateOrgLabor(long orgLaborId, long typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
 OrgLabor OrgLaborLocalServiceWrapper.updateOrgLabor(OrgLabor orgLabor)
          Updates the org labor in the database or adds it if it does not yet exist.
static OrgLabor OrgLaborLocalServiceUtil.updateOrgLabor(OrgLabor orgLabor)
          Updates the org labor in the database or adds it if it does not yet exist.
 OrgLabor OrgLaborLocalService.updateOrgLabor(OrgLabor orgLabor)
          Updates the org labor in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service that return types with arguments of type OrgLabor
 List<OrgLabor> OrgLaborLocalServiceWrapper.getOrgLabors(int start, int end)
          Returns a range of all the org labors.
static List<OrgLabor> OrgLaborLocalServiceUtil.getOrgLabors(int start, int end)
          Returns a range of all the org labors.
 List<OrgLabor> OrgLaborLocalService.getOrgLabors(int start, int end)
          Returns a range of all the org labors.
 List<OrgLabor> OrgLaborLocalServiceWrapper.getOrgLabors(long organizationId)
           
static List<OrgLabor> OrgLaborLocalServiceUtil.getOrgLabors(long organizationId)
           
 List<OrgLabor> OrgLaborLocalService.getOrgLabors(long organizationId)
           
static List<OrgLabor> OrgLaborServiceUtil.getOrgLabors(long organizationId)
           
 List<OrgLabor> OrgLaborServiceWrapper.getOrgLabors(long organizationId)
           
 List<OrgLabor> OrgLaborService.getOrgLabors(long organizationId)
           
 

Methods in com.liferay.portal.service with parameters of type OrgLabor
 OrgLabor OrgLaborLocalServiceWrapper.addOrgLabor(OrgLabor orgLabor)
          Adds the org labor to the database.
static OrgLabor OrgLaborLocalServiceUtil.addOrgLabor(OrgLabor orgLabor)
          Adds the org labor to the database.
 OrgLabor OrgLaborLocalService.addOrgLabor(OrgLabor orgLabor)
          Adds the org labor to the database.
 OrgLabor OrgLaborLocalServiceWrapper.deleteOrgLabor(OrgLabor orgLabor)
          Deletes the org labor from the database.
static OrgLabor OrgLaborLocalServiceUtil.deleteOrgLabor(OrgLabor orgLabor)
          Deletes the org labor from the database.
 OrgLabor OrgLaborLocalService.deleteOrgLabor(OrgLabor orgLabor)
          Deletes the org labor from the database.
 OrgLabor OrgLaborLocalServiceWrapper.updateOrgLabor(OrgLabor orgLabor)
          Updates the org labor in the database or adds it if it does not yet exist.
static OrgLabor OrgLaborLocalServiceUtil.updateOrgLabor(OrgLabor orgLabor)
          Updates the org labor in the database or adds it if it does not yet exist.
 OrgLabor OrgLaborLocalService.updateOrgLabor(OrgLabor orgLabor)
          Updates the org labor in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portal.service with type arguments of type OrgLabor
 Organization OrganizationServiceWrapper.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by #addOrganization(long, String, String, long, long, int, String, boolean, List, List, List, List, List, ServiceContext)
 Organization OrganizationService.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by #addOrganization(long, String, String, long, long, int, String, boolean, List, List, List, List, List, ServiceContext)
static Organization OrganizationServiceUtil.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by #addOrganization(long, String, String, long, long, int, String, boolean, List, List, List, List, List, ServiceContext)
 Organization OrganizationServiceWrapper.addOrganization(long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Adds an organization with additional parameters.
 Organization OrganizationService.addOrganization(long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Adds an organization with additional parameters.
static Organization OrganizationServiceUtil.addOrganization(long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Adds an organization with additional parameters.
 Organization OrganizationServiceWrapper.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by #updateOrganization(long, long, String, String, long, long, int, String, boolean, byte[], boolean, List, List, List, List, List, ServiceContext)
 Organization OrganizationService.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by #updateOrganization(long, long, String, String, long, long, int, String, boolean, byte[], boolean, List, List, List, List, List, ServiceContext)
static Organization OrganizationServiceUtil.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by #updateOrganization(long, long, String, String, long, long, int, String, boolean, byte[], boolean, List, List, List, List, List, ServiceContext)
 Organization OrganizationServiceWrapper.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean logo, byte[] logoBytes, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Updates the organization with additional parameters.
 Organization OrganizationService.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean logo, byte[] logoBytes, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Updates the organization with additional parameters.
static Organization OrganizationServiceUtil.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean logo, byte[] logoBytes, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Updates the organization with additional parameters.
 Organization OrganizationServiceWrapper.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by #updateOrganization(long, long, String, String, long, long, int, String, boolean, byte[], boolean, List, List, List, List, List, ServiceContext)
 Organization OrganizationService.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by #updateOrganization(long, long, String, String, long, long, int, String, boolean, byte[], boolean, List, List, List, List, List, ServiceContext)
static Organization OrganizationServiceUtil.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by #updateOrganization(long, long, String, String, long, long, int, String, boolean, byte[], boolean, List, List, List, List, List, ServiceContext)
 

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

Methods in com.liferay.portal.service.base that return OrgLabor
 OrgLabor OrgLaborLocalServiceBaseImpl.addOrgLabor(OrgLabor orgLabor)
          Adds the org labor to the database.
 OrgLabor OrgLaborLocalServiceBaseImpl.createOrgLabor(long orgLaborId)
          Creates a new org labor with the primary key.
 OrgLabor OrgLaborLocalServiceBaseImpl.deleteOrgLabor(long orgLaborId)
          Deletes the org labor with the primary key from the database.
 OrgLabor OrgLaborLocalServiceBaseImpl.deleteOrgLabor(OrgLabor orgLabor)
          Deletes the org labor from the database.
 OrgLabor OrgLaborLocalServiceBaseImpl.fetchOrgLabor(long orgLaborId)
           
 OrgLabor OrgLaborLocalServiceBaseImpl.getOrgLabor(long orgLaborId)
          Returns the org labor with the primary key.
 OrgLabor OrgLaborLocalServiceBaseImpl.updateOrgLabor(OrgLabor orgLabor)
          Updates the org labor in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type OrgLabor
 List<OrgLabor> OrgLaborLocalServiceBaseImpl.getOrgLabors(int start, int end)
          Returns a range of all the org labors.
 

Methods in com.liferay.portal.service.base with parameters of type OrgLabor
 OrgLabor OrgLaborLocalServiceBaseImpl.addOrgLabor(OrgLabor orgLabor)
          Adds the org labor to the database.
 OrgLabor OrgLaborLocalServiceBaseImpl.deleteOrgLabor(OrgLabor orgLabor)
          Deletes the org labor from the database.
 OrgLabor OrgLaborLocalServiceBaseImpl.updateOrgLabor(OrgLabor orgLabor)
          Updates the org labor in the database or adds it if it does not yet exist.
 

Uses of OrgLabor in com.liferay.portal.service.http
 

Methods in com.liferay.portal.service.http that return OrgLabor
static OrgLabor OrgLaborServiceHttp.addOrgLabor(HttpPrincipal httpPrincipal, long organizationId, long typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
static OrgLabor OrgLaborServiceHttp.getOrgLabor(HttpPrincipal httpPrincipal, long orgLaborId)
           
static OrgLabor OrgLaborServiceHttp.updateOrgLabor(HttpPrincipal httpPrincipal, long orgLaborId, long typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
 

Methods in com.liferay.portal.service.http that return types with arguments of type OrgLabor
static List<OrgLabor> OrgLaborServiceHttp.getOrgLabors(HttpPrincipal httpPrincipal, long organizationId)
           
 

Method parameters in com.liferay.portal.service.http with type arguments of type OrgLabor
static Organization OrganizationServiceHttp.addOrganization(HttpPrincipal httpPrincipal, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
static Organization OrganizationServiceHttp.addOrganization(HttpPrincipal httpPrincipal, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
static Organization OrganizationServiceHttp.updateOrganization(HttpPrincipal httpPrincipal, long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
static Organization OrganizationServiceHttp.updateOrganization(HttpPrincipal httpPrincipal, long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean logo, byte[] logoBytes, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
static Organization OrganizationServiceHttp.updateOrganization(HttpPrincipal httpPrincipal, long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 

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

Methods in com.liferay.portal.service.impl that return OrgLabor
 OrgLabor OrgLaborLocalServiceImpl.addOrgLabor(long organizationId, long typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
 OrgLabor OrgLaborServiceImpl.addOrgLabor(long organizationId, long typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
 OrgLabor OrgLaborServiceImpl.getOrgLabor(long orgLaborId)
           
 OrgLabor OrgLaborLocalServiceImpl.updateOrgLabor(long orgLaborId, long typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
 OrgLabor OrgLaborServiceImpl.updateOrgLabor(long orgLaborId, long typeId, int sunOpen, int sunClose, int monOpen, int monClose, int tueOpen, int tueClose, int wedOpen, int wedClose, int thuOpen, int thuClose, int friOpen, int friClose, int satOpen, int satClose)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type OrgLabor
 List<OrgLabor> OrgLaborLocalServiceImpl.getOrgLabors(long organizationId)
           
 List<OrgLabor> OrgLaborServiceImpl.getOrgLabors(long organizationId)
           
 

Method parameters in com.liferay.portal.service.impl with type arguments of type OrgLabor
 Organization OrganizationServiceImpl.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by #addOrganization(long, String, String, long, long, int, String, boolean, List, List, List, List, List, ServiceContext)
 Organization OrganizationServiceImpl.addOrganization(long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Adds an organization with additional parameters.
 Organization OrganizationServiceImpl.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by #updateOrganization(long, long, String, String, long, long, int, String, boolean, byte[], boolean, List, List, List, List, List, ServiceContext)
 Organization OrganizationServiceImpl.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean logo, byte[] logoBytes, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Updates the organization with additional parameters.
 Organization OrganizationServiceImpl.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, long regionId, long countryId, long statusId, String comments, boolean site, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by #updateOrganization(long, long, String, String, long, long, int, String, boolean, byte[], boolean, List, List, List, List, List, ServiceContext)
 

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

Methods in com.liferay.portal.service.persistence that return OrgLabor
static OrgLabor OrgLaborUtil.create(long orgLaborId)
          Creates a new org labor with the primary key.
 OrgLabor OrgLaborPersistence.create(long orgLaborId)
          Creates a new org labor with the primary key.
static OrgLabor OrgLaborUtil.fetchByOrganizationId_First(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistence.fetchByOrganizationId_First(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
static OrgLabor OrgLaborUtil.fetchByOrganizationId_Last(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistence.fetchByOrganizationId_Last(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
static OrgLabor OrgLaborUtil.fetchByPrimaryKey(long orgLaborId)
          Returns the org labor with the primary key or returns null if it could not be found.
 OrgLabor OrgLaborPersistence.fetchByPrimaryKey(long orgLaborId)
          Returns the org labor with the primary key or returns null if it could not be found.
static OrgLabor OrgLaborUtil.findByOrganizationId_First(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistence.findByOrganizationId_First(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
static OrgLabor OrgLaborUtil.findByOrganizationId_Last(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistence.findByOrganizationId_Last(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
static OrgLabor[] OrgLaborUtil.findByOrganizationId_PrevAndNext(long orgLaborId, long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the org labors before and after the current org labor in the ordered set where organizationId = ?.
 OrgLabor[] OrgLaborPersistence.findByOrganizationId_PrevAndNext(long orgLaborId, long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the org labors before and after the current org labor in the ordered set where organizationId = ?.
static OrgLabor OrgLaborUtil.findByPrimaryKey(long orgLaborId)
          Returns the org labor with the primary key or throws a NoSuchOrgLaborException if it could not be found.
 OrgLabor OrgLaborPersistence.findByPrimaryKey(long orgLaborId)
          Returns the org labor with the primary key or throws a NoSuchOrgLaborException if it could not be found.
static OrgLabor OrgLaborUtil.remove(long orgLaborId)
          Removes the org labor with the primary key from the database.
 OrgLabor OrgLaborPersistence.remove(long orgLaborId)
          Removes the org labor with the primary key from the database.
static OrgLabor OrgLaborUtil.update(OrgLabor orgLabor)
           
static OrgLabor OrgLaborUtil.update(OrgLabor orgLabor, ServiceContext serviceContext)
           
static OrgLabor OrgLaborUtil.updateImpl(OrgLabor orgLabor)
           
 OrgLabor OrgLaborPersistence.updateImpl(OrgLabor orgLabor)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type OrgLabor
static Map<Serializable,OrgLabor> OrgLaborUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 Map<Serializable,OrgLabor> OrgLaborPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static List<OrgLabor> OrgLaborUtil.findAll()
          Returns all the org labors.
 List<OrgLabor> OrgLaborPersistence.findAll()
          Returns all the org labors.
static List<OrgLabor> OrgLaborUtil.findAll(int start, int end)
          Returns a range of all the org labors.
 List<OrgLabor> OrgLaborPersistence.findAll(int start, int end)
          Returns a range of all the org labors.
static List<OrgLabor> OrgLaborUtil.findAll(int start, int end, OrderByComparator<OrgLabor> orderByComparator)
          Returns an ordered range of all the org labors.
 List<OrgLabor> OrgLaborPersistence.findAll(int start, int end, OrderByComparator<OrgLabor> orderByComparator)
          Returns an ordered range of all the org labors.
static List<OrgLabor> OrgLaborUtil.findAll(int start, int end, OrderByComparator<OrgLabor> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the org labors.
 List<OrgLabor> OrgLaborPersistence.findAll(int start, int end, OrderByComparator<OrgLabor> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the org labors.
static List<OrgLabor> OrgLaborUtil.findByOrganizationId(long organizationId)
          Returns all the org labors where organizationId = ?.
 List<OrgLabor> OrgLaborPersistence.findByOrganizationId(long organizationId)
          Returns all the org labors where organizationId = ?.
static List<OrgLabor> OrgLaborUtil.findByOrganizationId(long organizationId, int start, int end)
          Returns a range of all the org labors where organizationId = ?.
 List<OrgLabor> OrgLaborPersistence.findByOrganizationId(long organizationId, int start, int end)
          Returns a range of all the org labors where organizationId = ?.
static List<OrgLabor> OrgLaborUtil.findByOrganizationId(long organizationId, int start, int end, OrderByComparator<OrgLabor> orderByComparator)
          Returns an ordered range of all the org labors where organizationId = ?.
 List<OrgLabor> OrgLaborPersistence.findByOrganizationId(long organizationId, int start, int end, OrderByComparator<OrgLabor> orderByComparator)
          Returns an ordered range of all the org labors where organizationId = ?.
static List<OrgLabor> OrgLaborUtil.findByOrganizationId(long organizationId, int start, int end, OrderByComparator<OrgLabor> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the org labors where organizationId = ?.
 List<OrgLabor> OrgLaborPersistence.findByOrganizationId(long organizationId, int start, int end, OrderByComparator<OrgLabor> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the org labors where organizationId = ?.
static List<OrgLabor> OrgLaborUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<OrgLabor> OrgLaborUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<OrgLabor> OrgLaborUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<OrgLabor> orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type OrgLabor
static void OrgLaborUtil.cacheResult(OrgLabor orgLabor)
          Caches the org labor in the entity cache if it is enabled.
 void OrgLaborPersistence.cacheResult(OrgLabor orgLabor)
          Caches the org labor in the entity cache if it is enabled.
static void OrgLaborUtil.clearCache(OrgLabor orgLabor)
           
static OrgLabor OrgLaborUtil.update(OrgLabor orgLabor)
           
static OrgLabor OrgLaborUtil.update(OrgLabor orgLabor, ServiceContext serviceContext)
           
static OrgLabor OrgLaborUtil.updateImpl(OrgLabor orgLabor)
           
 OrgLabor OrgLaborPersistence.updateImpl(OrgLabor orgLabor)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type OrgLabor
static void OrgLaborUtil.cacheResult(List<OrgLabor> orgLabors)
          Caches the org labors in the entity cache if it is enabled.
 void OrgLaborPersistence.cacheResult(List<OrgLabor> orgLabors)
          Caches the org labors in the entity cache if it is enabled.
static OrgLabor OrgLaborUtil.fetchByOrganizationId_First(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistence.fetchByOrganizationId_First(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
static OrgLabor OrgLaborUtil.fetchByOrganizationId_Last(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistence.fetchByOrganizationId_Last(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
static List<OrgLabor> OrgLaborUtil.findAll(int start, int end, OrderByComparator<OrgLabor> orderByComparator)
          Returns an ordered range of all the org labors.
 List<OrgLabor> OrgLaborPersistence.findAll(int start, int end, OrderByComparator<OrgLabor> orderByComparator)
          Returns an ordered range of all the org labors.
static List<OrgLabor> OrgLaborUtil.findAll(int start, int end, OrderByComparator<OrgLabor> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the org labors.
 List<OrgLabor> OrgLaborPersistence.findAll(int start, int end, OrderByComparator<OrgLabor> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the org labors.
static OrgLabor OrgLaborUtil.findByOrganizationId_First(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistence.findByOrganizationId_First(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
static OrgLabor OrgLaborUtil.findByOrganizationId_Last(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistence.findByOrganizationId_Last(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
static OrgLabor[] OrgLaborUtil.findByOrganizationId_PrevAndNext(long orgLaborId, long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the org labors before and after the current org labor in the ordered set where organizationId = ?.
 OrgLabor[] OrgLaborPersistence.findByOrganizationId_PrevAndNext(long orgLaborId, long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the org labors before and after the current org labor in the ordered set where organizationId = ?.
static List<OrgLabor> OrgLaborUtil.findByOrganizationId(long organizationId, int start, int end, OrderByComparator<OrgLabor> orderByComparator)
          Returns an ordered range of all the org labors where organizationId = ?.
 List<OrgLabor> OrgLaborPersistence.findByOrganizationId(long organizationId, int start, int end, OrderByComparator<OrgLabor> orderByComparator)
          Returns an ordered range of all the org labors where organizationId = ?.
static List<OrgLabor> OrgLaborUtil.findByOrganizationId(long organizationId, int start, int end, OrderByComparator<OrgLabor> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the org labors where organizationId = ?.
 List<OrgLabor> OrgLaborPersistence.findByOrganizationId(long organizationId, int start, int end, OrderByComparator<OrgLabor> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the org labors where organizationId = ?.
static List<OrgLabor> OrgLaborUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<OrgLabor> orderByComparator)
           
 

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

Methods in com.liferay.portal.service.persistence.impl that return OrgLabor
 OrgLabor OrgLaborPersistenceImpl.create(long orgLaborId)
          Creates a new org labor with the primary key.
 OrgLabor OrgLaborPersistenceImpl.fetchByOrganizationId_First(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistenceImpl.fetchByOrganizationId_Last(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistenceImpl.fetchByPrimaryKey(long orgLaborId)
          Returns the org labor with the primary key or returns null if it could not be found.
 OrgLabor OrgLaborPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the org labor with the primary key or returns null if it could not be found.
 OrgLabor OrgLaborPersistenceImpl.findByOrganizationId_First(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistenceImpl.findByOrganizationId_Last(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
 OrgLabor[] OrgLaborPersistenceImpl.findByOrganizationId_PrevAndNext(long orgLaborId, long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the org labors before and after the current org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistenceImpl.findByPrimaryKey(long orgLaborId)
          Returns the org labor with the primary key or throws a NoSuchOrgLaborException if it could not be found.
 OrgLabor OrgLaborPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the org labor with the primary key or throws a NoSuchModelException if it could not be found.
protected  OrgLabor OrgLaborPersistenceImpl.getByOrganizationId_PrevAndNext(Session session, OrgLabor orgLabor, long organizationId, OrderByComparator<OrgLabor> orderByComparator, boolean previous)
           
 OrgLabor OrgLaborPersistenceImpl.remove(long orgLaborId)
          Removes the org labor with the primary key from the database.
 OrgLabor OrgLaborPersistenceImpl.remove(Serializable primaryKey)
          Removes the org labor with the primary key from the database.
protected  OrgLabor OrgLaborPersistenceImpl.removeImpl(OrgLabor orgLabor)
           
protected  OrgLabor OrgLaborPersistenceImpl.toUnwrappedModel(OrgLabor orgLabor)
           
 OrgLabor OrgLaborPersistenceImpl.updateImpl(OrgLabor orgLabor)
           
 

Methods in com.liferay.portal.service.persistence.impl that return types with arguments of type OrgLabor
 Map<Serializable,OrgLabor> OrgLaborPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<OrgLabor> OrgLaborPersistenceImpl.findAll()
          Returns all the org labors.
 List<OrgLabor> OrgLaborPersistenceImpl.findAll(int start, int end)
          Returns a range of all the org labors.
 List<OrgLabor> OrgLaborPersistenceImpl.findAll(int start, int end, OrderByComparator<OrgLabor> orderByComparator)
          Returns an ordered range of all the org labors.
 List<OrgLabor> OrgLaborPersistenceImpl.findAll(int start, int end, OrderByComparator<OrgLabor> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the org labors.
 List<OrgLabor> OrgLaborPersistenceImpl.findByOrganizationId(long organizationId)
          Returns all the org labors where organizationId = ?.
 List<OrgLabor> OrgLaborPersistenceImpl.findByOrganizationId(long organizationId, int start, int end)
          Returns a range of all the org labors where organizationId = ?.
 List<OrgLabor> OrgLaborPersistenceImpl.findByOrganizationId(long organizationId, int start, int end, OrderByComparator<OrgLabor> orderByComparator)
          Returns an ordered range of all the org labors where organizationId = ?.
 List<OrgLabor> OrgLaborPersistenceImpl.findByOrganizationId(long organizationId, int start, int end, OrderByComparator<OrgLabor> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the org labors where organizationId = ?.
 

Methods in com.liferay.portal.service.persistence.impl with parameters of type OrgLabor
 void OrgLaborPersistenceImpl.cacheResult(OrgLabor orgLabor)
          Caches the org labor in the entity cache if it is enabled.
 void OrgLaborPersistenceImpl.clearCache(OrgLabor orgLabor)
          Clears the cache for the org labor.
protected  OrgLabor OrgLaborPersistenceImpl.getByOrganizationId_PrevAndNext(Session session, OrgLabor orgLabor, long organizationId, OrderByComparator<OrgLabor> orderByComparator, boolean previous)
           
protected  OrgLabor OrgLaborPersistenceImpl.removeImpl(OrgLabor orgLabor)
           
protected  OrgLabor OrgLaborPersistenceImpl.toUnwrappedModel(OrgLabor orgLabor)
           
 OrgLabor OrgLaborPersistenceImpl.updateImpl(OrgLabor orgLabor)
           
 

Method parameters in com.liferay.portal.service.persistence.impl with type arguments of type OrgLabor
 void OrgLaborPersistenceImpl.cacheResult(List<OrgLabor> orgLabors)
          Caches the org labors in the entity cache if it is enabled.
 void OrgLaborPersistenceImpl.clearCache(List<OrgLabor> orgLabors)
           
 OrgLabor OrgLaborPersistenceImpl.fetchByOrganizationId_First(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistenceImpl.fetchByOrganizationId_Last(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
 List<OrgLabor> OrgLaborPersistenceImpl.findAll(int start, int end, OrderByComparator<OrgLabor> orderByComparator)
          Returns an ordered range of all the org labors.
 List<OrgLabor> OrgLaborPersistenceImpl.findAll(int start, int end, OrderByComparator<OrgLabor> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the org labors.
 OrgLabor OrgLaborPersistenceImpl.findByOrganizationId_First(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistenceImpl.findByOrganizationId_Last(long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
 OrgLabor[] OrgLaborPersistenceImpl.findByOrganizationId_PrevAndNext(long orgLaborId, long organizationId, OrderByComparator<OrgLabor> orderByComparator)
          Returns the org labors before and after the current org labor in the ordered set where organizationId = ?.
 List<OrgLabor> OrgLaborPersistenceImpl.findByOrganizationId(long organizationId, int start, int end, OrderByComparator<OrgLabor> orderByComparator)
          Returns an ordered range of all the org labors where organizationId = ?.
 List<OrgLabor> OrgLaborPersistenceImpl.findByOrganizationId(long organizationId, int start, int end, OrderByComparator<OrgLabor> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the org labors where organizationId = ?.
protected  OrgLabor OrgLaborPersistenceImpl.getByOrganizationId_PrevAndNext(Session session, OrgLabor orgLabor, long organizationId, OrderByComparator<OrgLabor> orderByComparator, boolean previous)
           
 

Uses of OrgLabor in com.liferay.portlet.usersadmin.util
 

Methods in com.liferay.portlet.usersadmin.util that return types with arguments of type OrgLabor
 List<OrgLabor> UsersAdminImpl.getOrgLabors(ActionRequest actionRequest)
           
 

Method parameters in com.liferay.portlet.usersadmin.util with type arguments of type OrgLabor
 void UsersAdminImpl.updateOrgLabors(long classPK, List<OrgLabor> orgLabors)
           
 

Uses of OrgLabor in com.liferay.users.admin.kernel.util
 

Methods in com.liferay.users.admin.kernel.util that return types with arguments of type OrgLabor
 List<OrgLabor> UsersAdmin.getOrgLabors(ActionRequest actionRequest)
           
static List<OrgLabor> UsersAdminUtil.getOrgLabors(ActionRequest actionRequest)
           
 

Method parameters in com.liferay.users.admin.kernel.util with type arguments of type OrgLabor
 void UsersAdmin.updateOrgLabors(long classPK, List<OrgLabor> orgLabors)
           
static void UsersAdminUtil.updateOrgLabors(long classPK, List<OrgLabor> orgLabors)
           
 


Liferay 7.0-ce-b4