Uses of Class
com.liferay.portal.kernel.exception.NoSuchOrgLaborException
Packages that use NoSuchOrgLaborException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchOrgLaborException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchOrgLaborExceptionModifier and TypeMethodDescriptionOrgLaborPersistence.findByOrganizationId_First
(long organizationId, OrderByComparator<OrgLabor> orderByComparator) Returns the first org labor in the ordered set where organizationId = ?.static OrgLabor
OrgLaborUtil.findByOrganizationId_First
(long organizationId, OrderByComparator<OrgLabor> orderByComparator) Returns the first org labor in the ordered set where organizationId = ?.OrgLaborPersistence.findByOrganizationId_Last
(long organizationId, OrderByComparator<OrgLabor> orderByComparator) Returns the last 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_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.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 = ?.OrgLaborPersistence.findByPrimaryKey
(long orgLaborId) Returns the org labor with the primary key or throws aNoSuchOrgLaborException
if it could not be found.static OrgLabor
OrgLaborUtil.findByPrimaryKey
(long orgLaborId) Returns the org labor with the primary key or throws aNoSuchOrgLaborException
if it could not be found.OrgLaborPersistence.remove
(long orgLaborId) Removes the org labor with the primary key from the database.static OrgLabor
OrgLaborUtil.remove
(long orgLaborId) Removes the org labor with the primary key from the database.