Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.NoSuchOrgLaborException

Packages that use NoSuchOrgLaborException
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

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

Methods in com.liferay.portal.service.persistence that throw NoSuchOrgLaborException
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.
 


Liferay 6.2-ce-ga5