Liferay 6.0-ee

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

Packages that use OrgLabor
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.http   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
com.liferay.portlet.enterpriseadmin.util   
 

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.
 

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

Methods in com.liferay.portal.model with parameters of type OrgLabor
 int OrgLaborWrapper.compareTo(OrgLabor orgLabor)
           
 int OrgLaborModel.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 OrgLaborImpl
           
 

Methods in com.liferay.portal.model.impl that return OrgLabor
 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
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 OrgLaborServiceWrapper.addOrgLabor(long organizationId, int 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, int 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, int 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(long organizationId, int 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, int 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, int 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 OrgLaborServiceWrapper.getOrgLabor(long orgLaborId)
           
static OrgLabor OrgLaborServiceUtil.getOrgLabor(long orgLaborId)
           
 OrgLabor OrgLaborService.getOrgLabor(long orgLaborId)
           
 OrgLabor OrgLaborLocalServiceWrapper.getOrgLabor(long orgLaborId)
          Gets the org labor with the primary key.
static OrgLabor OrgLaborLocalServiceUtil.getOrgLabor(long orgLaborId)
          Gets the org labor with the primary key.
 OrgLabor OrgLaborLocalService.getOrgLabor(long orgLaborId)
          Gets the org labor with the primary key.
 OrgLabor OrgLaborServiceWrapper.updateOrgLabor(long orgLaborId, int 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, int 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, int 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(long orgLaborId, int 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, int 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, int 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.
static OrgLabor OrgLaborLocalServiceUtil.updateOrgLabor(OrgLabor orgLabor)
          Updates the org labor in the database.
 OrgLabor OrgLaborLocalService.updateOrgLabor(OrgLabor orgLabor)
          Updates the org labor in the database.
 OrgLabor OrgLaborLocalServiceWrapper.updateOrgLabor(OrgLabor orgLabor, boolean merge)
          Updates the org labor in the database.
static OrgLabor OrgLaborLocalServiceUtil.updateOrgLabor(OrgLabor orgLabor, boolean merge)
          Updates the org labor in the database.
 OrgLabor OrgLaborLocalService.updateOrgLabor(OrgLabor orgLabor, boolean merge)
          Updates the org labor in the database.
 

Methods in com.liferay.portal.service that return types with arguments of type OrgLabor
 List<OrgLabor> OrgLaborLocalServiceWrapper.getOrgLabors(int start, int end)
          Gets a range of all the org labors.
static List<OrgLabor> OrgLaborLocalServiceUtil.getOrgLabors(int start, int end)
          Gets a range of all the org labors.
 List<OrgLabor> OrgLaborLocalService.getOrgLabors(int start, int end)
          Gets a range of all the org labors.
 List<OrgLabor> OrgLaborServiceWrapper.getOrgLabors(long organizationId)
           
static List<OrgLabor> OrgLaborServiceUtil.getOrgLabors(long organizationId)
           
 List<OrgLabor> OrgLaborService.getOrgLabors(long organizationId)
           
 List<OrgLabor> OrgLaborLocalServiceWrapper.getOrgLabors(long organizationId)
           
static List<OrgLabor> OrgLaborLocalServiceUtil.getOrgLabors(long organizationId)
           
 List<OrgLabor> OrgLaborLocalService.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.
 void OrgLaborLocalServiceWrapper.deleteOrgLabor(OrgLabor orgLabor)
          Deletes the org labor from the database.
static void OrgLaborLocalServiceUtil.deleteOrgLabor(OrgLabor orgLabor)
          Deletes the org labor from the database.
 void OrgLaborLocalService.deleteOrgLabor(OrgLabor orgLabor)
          Deletes the org labor from the database.
 OrgLabor OrgLaborLocalServiceWrapper.updateOrgLabor(OrgLabor orgLabor)
          Updates the org labor in the database.
static OrgLabor OrgLaborLocalServiceUtil.updateOrgLabor(OrgLabor orgLabor)
          Updates the org labor in the database.
 OrgLabor OrgLaborLocalService.updateOrgLabor(OrgLabor orgLabor)
          Updates the org labor in the database.
 OrgLabor OrgLaborLocalServiceWrapper.updateOrgLabor(OrgLabor orgLabor, boolean merge)
          Updates the org labor in the database.
static OrgLabor OrgLaborLocalServiceUtil.updateOrgLabor(OrgLabor orgLabor, boolean merge)
          Updates the org labor in the database.
 OrgLabor OrgLaborLocalService.updateOrgLabor(OrgLabor orgLabor, boolean merge)
          Updates the org labor in the database.
 

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, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
static Organization OrganizationServiceUtil.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 Organization OrganizationService.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 Organization OrganizationServiceWrapper.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
static Organization OrganizationServiceUtil.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 Organization OrganizationService.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, 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.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.getOrgLabor(long orgLaborId)
          Gets the org labor with the primary key.
 OrgLabor OrgLaborLocalServiceBaseImpl.updateOrgLabor(OrgLabor orgLabor)
          Updates the org labor in the database.
 OrgLabor OrgLaborLocalServiceBaseImpl.updateOrgLabor(OrgLabor orgLabor, boolean merge)
          Updates the org labor in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type OrgLabor
 List<OrgLabor> OrgLaborLocalServiceBaseImpl.getOrgLabors(int start, int end)
          Gets 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.
 void OrgLaborLocalServiceBaseImpl.deleteOrgLabor(OrgLabor orgLabor)
          Deletes the org labor from the database.
 OrgLabor OrgLaborLocalServiceBaseImpl.updateOrgLabor(OrgLabor orgLabor)
          Updates the org labor in the database.
 OrgLabor OrgLaborLocalServiceBaseImpl.updateOrgLabor(OrgLabor orgLabor, boolean merge)
          Updates the org labor in the database.
 

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, int 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, int 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)
           
 

Methods in com.liferay.portal.service.http with parameters of type OrgLabor
static JSONArray OrgLaborJSONSerializer.toJSONArray(OrgLabor[] models)
           
static JSONArray OrgLaborJSONSerializer.toJSONArray(OrgLabor[][] models)
           
static JSONObject OrgLaborJSONSerializer.toJSONObject(OrgLabor model)
           
 

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, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
static JSONArray OrgLaborJSONSerializer.toJSONArray(List<OrgLabor> models)
           
static Organization OrganizationServiceHttp.updateOrganization(HttpPrincipal httpPrincipal, long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, 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 OrgLaborServiceImpl.addOrgLabor(long organizationId, int 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 OrgLaborLocalServiceImpl.addOrgLabor(long organizationId, int 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.getOrgLabor(long orgLaborId)
           
 OrgLabor OrgLaborServiceImpl.updateOrgLabor(long orgLaborId, int 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 OrgLaborLocalServiceImpl.updateOrgLabor(long orgLaborId, int 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> OrgLaborServiceImpl.getOrgLabors(long organizationId)
           
 List<OrgLabor> OrgLaborLocalServiceImpl.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, int statusId, String comments, List<Address> addresses, List<EmailAddress> emailAddresses, List<OrgLabor> orgLabors, List<Phone> phones, List<Website> websites, ServiceContext serviceContext)
           
 Organization OrganizationServiceImpl.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, 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.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.
 OrgLabor OrgLaborPersistenceImpl.create(long orgLaborId)
          Creates a new org labor with the primary key.
static OrgLabor OrgLaborUtil.fetchByPrimaryKey(long orgLaborId)
          Finds the org labor with the primary key or returns null if it could not be found.
 OrgLabor OrgLaborPersistence.fetchByPrimaryKey(long orgLaborId)
          Finds the org labor with the primary key or returns null if it could not be found.
 OrgLabor OrgLaborPersistenceImpl.fetchByPrimaryKey(long orgLaborId)
          Finds the org labor with the primary key or returns null if it could not be found.
 OrgLabor OrgLaborPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the org labor with the primary key or returns null if it could not be found.
static OrgLabor OrgLaborUtil.findByOrganizationId_First(long organizationId, OrderByComparator orderByComparator)
          Finds the first org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistence.findByOrganizationId_First(long organizationId, OrderByComparator orderByComparator)
          Finds the first org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistenceImpl.findByOrganizationId_First(long organizationId, OrderByComparator orderByComparator)
          Finds the first org labor in the ordered set where organizationId = ?.
static OrgLabor OrgLaborUtil.findByOrganizationId_Last(long organizationId, OrderByComparator orderByComparator)
          Finds the last org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistence.findByOrganizationId_Last(long organizationId, OrderByComparator orderByComparator)
          Finds the last org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistenceImpl.findByOrganizationId_Last(long organizationId, OrderByComparator orderByComparator)
          Finds the last org labor in the ordered set where organizationId = ?.
static OrgLabor[] OrgLaborUtil.findByOrganizationId_PrevAndNext(long orgLaborId, long organizationId, OrderByComparator orderByComparator)
          Finds 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 orderByComparator)
          Finds the org labors before and after the current org labor in the ordered set where organizationId = ?.
 OrgLabor[] OrgLaborPersistenceImpl.findByOrganizationId_PrevAndNext(long orgLaborId, long organizationId, OrderByComparator orderByComparator)
          Finds the org labors before and after the current org labor in the ordered set where organizationId = ?.
static OrgLabor OrgLaborUtil.findByPrimaryKey(long orgLaborId)
          Finds the org labor with the primary key or throws a NoSuchOrgLaborException if it could not be found.
 OrgLabor OrgLaborPersistence.findByPrimaryKey(long orgLaborId)
          Finds the org labor with the primary key or throws a NoSuchOrgLaborException if it could not be found.
 OrgLabor OrgLaborPersistenceImpl.findByPrimaryKey(long orgLaborId)
          Finds the org labor with the primary key or throws a NoSuchOrgLaborException if it could not be found.
 OrgLabor OrgLaborPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds 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 orderByComparator, boolean previous)
           
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.
 OrgLabor OrgLaborPersistenceImpl.remove(long orgLaborId)
          Removes the org labor with the primary key from the database.
static OrgLabor OrgLaborUtil.remove(OrgLabor orgLabor)
           
 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)
           
static OrgLabor OrgLaborUtil.update(OrgLabor orgLabor, boolean merge)
           
static OrgLabor OrgLaborUtil.update(OrgLabor orgLabor, boolean merge, ServiceContext serviceContext)
           
static OrgLabor OrgLaborUtil.updateImpl(OrgLabor orgLabor, boolean merge)
           
 OrgLabor OrgLaborPersistence.updateImpl(OrgLabor orgLabor, boolean merge)
           
 OrgLabor OrgLaborPersistenceImpl.updateImpl(OrgLabor orgLabor, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type OrgLabor
static List<OrgLabor> OrgLaborUtil.findAll()
          Finds all the org labors.
 List<OrgLabor> OrgLaborPersistence.findAll()
          Finds all the org labors.
 List<OrgLabor> OrgLaborPersistenceImpl.findAll()
          Finds all the org labors.
static List<OrgLabor> OrgLaborUtil.findAll(int start, int end)
          Finds a range of all the org labors.
 List<OrgLabor> OrgLaborPersistence.findAll(int start, int end)
          Finds a range of all the org labors.
 List<OrgLabor> OrgLaborPersistenceImpl.findAll(int start, int end)
          Finds a range of all the org labors.
static List<OrgLabor> OrgLaborUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the org labors.
 List<OrgLabor> OrgLaborPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the org labors.
 List<OrgLabor> OrgLaborPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the org labors.
static List<OrgLabor> OrgLaborUtil.findByOrganizationId(long organizationId)
          Finds all the org labors where organizationId = ?.
 List<OrgLabor> OrgLaborPersistence.findByOrganizationId(long organizationId)
          Finds all the org labors where organizationId = ?.
 List<OrgLabor> OrgLaborPersistenceImpl.findByOrganizationId(long organizationId)
          Finds all the org labors where organizationId = ?.
static List<OrgLabor> OrgLaborUtil.findByOrganizationId(long organizationId, int start, int end)
          Finds a range of all the org labors where organizationId = ?.
 List<OrgLabor> OrgLaborPersistence.findByOrganizationId(long organizationId, int start, int end)
          Finds a range of all the org labors where organizationId = ?.
 List<OrgLabor> OrgLaborPersistenceImpl.findByOrganizationId(long organizationId, int start, int end)
          Finds a range of all the org labors where organizationId = ?.
static List<OrgLabor> OrgLaborUtil.findByOrganizationId(long organizationId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the org labors where organizationId = ?.
 List<OrgLabor> OrgLaborPersistence.findByOrganizationId(long organizationId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the org labors where organizationId = ?.
 List<OrgLabor> OrgLaborPersistenceImpl.findByOrganizationId(long organizationId, int start, int end, OrderByComparator orderByComparator)
          Finds 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 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.
 void OrgLaborPersistenceImpl.cacheResult(OrgLabor orgLabor)
          Caches the org labor in the entity cache if it is enabled.
static void OrgLaborUtil.clearCache(OrgLabor orgLabor)
           
 void OrgLaborPersistenceImpl.clearCache(OrgLabor orgLabor)
          Clears the cache for the org labor.
protected  OrgLabor OrgLaborPersistenceImpl.getByOrganizationId_PrevAndNext(Session session, OrgLabor orgLabor, long organizationId, OrderByComparator orderByComparator, boolean previous)
           
static OrgLabor OrgLaborUtil.remove(OrgLabor orgLabor)
           
protected  OrgLabor OrgLaborPersistenceImpl.removeImpl(OrgLabor orgLabor)
           
protected  OrgLabor OrgLaborPersistenceImpl.toUnwrappedModel(OrgLabor orgLabor)
           
static OrgLabor OrgLaborUtil.update(OrgLabor orgLabor, boolean merge)
           
static OrgLabor OrgLaborUtil.update(OrgLabor orgLabor, boolean merge, ServiceContext serviceContext)
           
static OrgLabor OrgLaborUtil.updateImpl(OrgLabor orgLabor, boolean merge)
           
 OrgLabor OrgLaborPersistence.updateImpl(OrgLabor orgLabor, boolean merge)
           
 OrgLabor OrgLaborPersistenceImpl.updateImpl(OrgLabor orgLabor, boolean merge)
           
 

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.
 void OrgLaborPersistenceImpl.cacheResult(List<OrgLabor> orgLabors)
          Caches the org labors in the entity cache if it is enabled.
 

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

Methods in com.liferay.portlet.enterpriseadmin.util that return types with arguments of type OrgLabor
static List<OrgLabor> EnterpriseAdminUtil.getOrgLabors(ActionRequest actionRequest)
           
 List<OrgLabor> EnterpriseAdmin.getOrgLabors(ActionRequest actionRequest)
           
 List<OrgLabor> EnterpriseAdminImpl.getOrgLabors(ActionRequest actionRequest)
           
 

Method parameters in com.liferay.portlet.enterpriseadmin.util with type arguments of type OrgLabor
static void EnterpriseAdminUtil.updateOrgLabors(long classPK, List<OrgLabor> orgLabors)
           
 void EnterpriseAdmin.updateOrgLabors(long classPK, List<OrgLabor> orgLabors)
           
 void EnterpriseAdminImpl.updateOrgLabors(long classPK, List<OrgLabor> orgLabors)
           
 


Liferay 6.0-ee