Liferay 6.1.2-ce-ga3

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

Packages that use OrgLabor
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portlet.usersadmin.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.getWrappedModel()
           
 OrgLabor OrgLaborWrapper.getWrappedOrgLabor()
          Deprecated. Renamed to OrgLaborWrapper.getWrappedModel()
 OrgLabor OrgLaborWrapper.toEscapedModel()
           
 OrgLabor OrgLaborModel.toEscapedModel()
           
 OrgLabor OrgLaborWrapper.toUnescapedModel()
           
 OrgLabor OrgLaborModel.toUnescapedModel()
           
 

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

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.service
 

Methods in com.liferay.portal.service that return OrgLabor
 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 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)
           
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)
           
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 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)
           
 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)
           
 OrgLabor OrgLaborLocalService.addOrgLabor(OrgLabor orgLabor)
          Adds the org labor to the database.
static OrgLabor OrgLaborLocalServiceUtil.addOrgLabor(OrgLabor orgLabor)
          Adds the org labor to the database.
 OrgLabor OrgLaborLocalServiceWrapper.addOrgLabor(OrgLabor orgLabor)
          Adds the org labor to the database.
 OrgLabor OrgLaborLocalService.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 OrgLaborLocalServiceWrapper.createOrgLabor(long orgLaborId)
          Creates a new org labor with the primary key.
 OrgLabor OrgLaborLocalService.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 OrgLaborLocalServiceWrapper.deleteOrgLabor(long orgLaborId)
          Deletes the org labor with the primary key from the database.
 OrgLabor OrgLaborLocalService.deleteOrgLabor(OrgLabor orgLabor)
          Deletes the org labor from the database.
static OrgLabor OrgLaborLocalServiceUtil.deleteOrgLabor(OrgLabor orgLabor)
          Deletes the org labor from the database.
 OrgLabor OrgLaborLocalServiceWrapper.deleteOrgLabor(OrgLabor orgLabor)
          Deletes the org labor from the database.
 OrgLabor OrgLaborLocalService.fetchOrgLabor(long orgLaborId)
           
static OrgLabor OrgLaborLocalServiceUtil.fetchOrgLabor(long orgLaborId)
           
 OrgLabor OrgLaborLocalServiceWrapper.fetchOrgLabor(long orgLaborId)
           
 OrgLabor OrgLaborLocalService.getOrgLabor(long orgLaborId)
          Returns the org labor with the primary key.
 OrgLabor OrgLaborService.getOrgLabor(long orgLaborId)
           
static OrgLabor OrgLaborServiceUtil.getOrgLabor(long orgLaborId)
           
static OrgLabor OrgLaborLocalServiceUtil.getOrgLabor(long orgLaborId)
          Returns the org labor with the primary key.
 OrgLabor OrgLaborServiceWrapper.getOrgLabor(long orgLaborId)
           
 OrgLabor OrgLaborLocalServiceWrapper.getOrgLabor(long orgLaborId)
          Returns the org labor with the primary key.
 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 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)
           
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)
           
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 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)
           
 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)
           
 OrgLabor OrgLaborLocalService.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 OrgLaborLocalServiceWrapper.updateOrgLabor(OrgLabor orgLabor)
          Updates the org labor in the database or adds it if it does not yet exist.
 OrgLabor OrgLaborLocalService.updateOrgLabor(OrgLabor orgLabor, boolean merge)
          Updates the org labor in the database or adds it if it does not yet exist.
static OrgLabor OrgLaborLocalServiceUtil.updateOrgLabor(OrgLabor orgLabor, boolean merge)
          Updates the org labor in the database or adds it if it does not yet exist.
 OrgLabor OrgLaborLocalServiceWrapper.updateOrgLabor(OrgLabor orgLabor, boolean merge)
          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> OrgLaborLocalService.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> OrgLaborLocalServiceWrapper.getOrgLabors(int start, int end)
          Returns a range of all the org labors.
 List<OrgLabor> OrgLaborLocalService.getOrgLabors(long organizationId)
           
 List<OrgLabor> OrgLaborService.getOrgLabors(long organizationId)
           
static List<OrgLabor> OrgLaborServiceUtil.getOrgLabors(long organizationId)
           
static List<OrgLabor> OrgLaborLocalServiceUtil.getOrgLabors(long organizationId)
           
 List<OrgLabor> OrgLaborServiceWrapper.getOrgLabors(long organizationId)
           
 List<OrgLabor> OrgLaborLocalServiceWrapper.getOrgLabors(long organizationId)
           
 

Methods in com.liferay.portal.service with parameters of type OrgLabor
 OrgLabor OrgLaborLocalService.addOrgLabor(OrgLabor orgLabor)
          Adds the org labor to the database.
static OrgLabor OrgLaborLocalServiceUtil.addOrgLabor(OrgLabor orgLabor)
          Adds the org labor to the database.
 OrgLabor OrgLaborLocalServiceWrapper.addOrgLabor(OrgLabor orgLabor)
          Adds the org labor to the database.
 OrgLabor OrgLaborLocalService.deleteOrgLabor(OrgLabor orgLabor)
          Deletes the org labor from the database.
static OrgLabor OrgLaborLocalServiceUtil.deleteOrgLabor(OrgLabor orgLabor)
          Deletes the org labor from the database.
 OrgLabor OrgLaborLocalServiceWrapper.deleteOrgLabor(OrgLabor orgLabor)
          Deletes the org labor from the database.
 OrgLabor OrgLaborLocalService.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 OrgLaborLocalServiceWrapper.updateOrgLabor(OrgLabor orgLabor)
          Updates the org labor in the database or adds it if it does not yet exist.
 OrgLabor OrgLaborLocalService.updateOrgLabor(OrgLabor orgLabor, boolean merge)
          Updates the org labor in the database or adds it if it does not yet exist.
static OrgLabor OrgLaborLocalServiceUtil.updateOrgLabor(OrgLabor orgLabor, boolean merge)
          Updates the org labor in the database or adds it if it does not yet exist.
 OrgLabor OrgLaborLocalServiceWrapper.updateOrgLabor(OrgLabor orgLabor, boolean merge)
          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
static Organization OrganizationServiceUtil.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int 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.addOrganization(long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int 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, boolean recursable, long regionId, long countryId, int 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.updateOrganization(long organizationId, long parentOrganizationId, String name, String type, boolean recursable, long regionId, long countryId, int statusId, String comments, 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, boolean recursable, long regionId, long countryId, int statusId, String comments, 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, boolean recursable, long regionId, long countryId, int statusId, String comments, 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.
 

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 orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistence.fetchByOrganizationId_First(long organizationId, OrderByComparator orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
static OrgLabor OrgLaborUtil.fetchByOrganizationId_Last(long organizationId, OrderByComparator orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistence.fetchByOrganizationId_Last(long organizationId, OrderByComparator 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 orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistence.findByOrganizationId_First(long organizationId, OrderByComparator orderByComparator)
          Returns the first org labor in the ordered set where organizationId = ?.
static OrgLabor OrgLaborUtil.findByOrganizationId_Last(long organizationId, OrderByComparator orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
 OrgLabor OrgLaborPersistence.findByOrganizationId_Last(long organizationId, OrderByComparator orderByComparator)
          Returns the last org labor in the ordered set where organizationId = ?.
static OrgLabor[] OrgLaborUtil.findByOrganizationId_PrevAndNext(long orgLaborId, long organizationId, OrderByComparator 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 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, 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)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type OrgLabor
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 orderByComparator)
          Returns an ordered range of all the org labors.
 List<OrgLabor> OrgLaborPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          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 orderByComparator)
          Returns an ordered range of all the org labors where organizationId = ?.
 List<OrgLabor> OrgLaborPersistence.findByOrganizationId(long organizationId, int start, int end, OrderByComparator orderByComparator)
          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 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, 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)
           
 

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.
 

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> UsersAdmin.getOrgLabors(ActionRequest actionRequest)
           
static List<OrgLabor> UsersAdminUtil.getOrgLabors(ActionRequest actionRequest)
           
 

Method parameters in com.liferay.portlet.usersadmin.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 6.1.2-ce-ga3