|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchOrgLaborException | |
|---|---|
| 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. |
| 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<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. |
| Uses of NoSuchOrgLaborException in com.liferay.portal.service.persistence.impl |
|---|
| Methods in com.liferay.portal.service.persistence.impl that throw NoSuchOrgLaborException | |
|---|---|
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. |
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. |
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||