|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchWorkflowInstanceLinkException | |
|---|---|
| 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 NoSuchWorkflowInstanceLinkException in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that throw NoSuchWorkflowInstanceLinkException | |
|---|---|
WorkflowInstanceLink |
WorkflowInstanceLinkPersistence.findByG_C_C_C_First(long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<WorkflowInstanceLink> orderByComparator)
Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.findByG_C_C_C_First(long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<WorkflowInstanceLink> orderByComparator)
Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistence.findByG_C_C_C_Last(long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<WorkflowInstanceLink> orderByComparator)
Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.findByG_C_C_C_Last(long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<WorkflowInstanceLink> orderByComparator)
Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
WorkflowInstanceLink[] |
WorkflowInstanceLinkPersistence.findByG_C_C_C_PrevAndNext(long workflowInstanceLinkId,
long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<WorkflowInstanceLink> orderByComparator)
Returns the workflow instance links before and after the current workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
static WorkflowInstanceLink[] |
WorkflowInstanceLinkUtil.findByG_C_C_C_PrevAndNext(long workflowInstanceLinkId,
long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<WorkflowInstanceLink> orderByComparator)
Returns the workflow instance links before and after the current workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistence.findByPrimaryKey(long workflowInstanceLinkId)
Returns the workflow instance link with the primary key or throws a NoSuchWorkflowInstanceLinkException if it could not be found. |
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.findByPrimaryKey(long workflowInstanceLinkId)
Returns the workflow instance link with the primary key or throws a NoSuchWorkflowInstanceLinkException if it could not be found. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistence.remove(long workflowInstanceLinkId)
Removes the workflow instance link with the primary key from the database. |
static WorkflowInstanceLink |
WorkflowInstanceLinkUtil.remove(long workflowInstanceLinkId)
Removes the workflow instance link with the primary key from the database. |
| Uses of NoSuchWorkflowInstanceLinkException in com.liferay.portal.service.persistence.impl |
|---|
| Methods in com.liferay.portal.service.persistence.impl that throw NoSuchWorkflowInstanceLinkException | |
|---|---|
WorkflowInstanceLink |
WorkflowInstanceLinkPersistenceImpl.findByG_C_C_C_First(long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<WorkflowInstanceLink> orderByComparator)
Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistenceImpl.findByG_C_C_C_Last(long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<WorkflowInstanceLink> orderByComparator)
Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
WorkflowInstanceLink[] |
WorkflowInstanceLinkPersistenceImpl.findByG_C_C_C_PrevAndNext(long workflowInstanceLinkId,
long groupId,
long companyId,
long classNameId,
long classPK,
OrderByComparator<WorkflowInstanceLink> orderByComparator)
Returns the workflow instance links before and after the current workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistenceImpl.findByPrimaryKey(long workflowInstanceLinkId)
Returns the workflow instance link with the primary key or throws a NoSuchWorkflowInstanceLinkException if it could not be found. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the workflow instance link with the primary key or throws a NoSuchModelException if it could not be found. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistenceImpl.remove(long workflowInstanceLinkId)
Removes the workflow instance link with the primary key from the database. |
WorkflowInstanceLink |
WorkflowInstanceLinkPersistenceImpl.remove(Serializable primaryKey)
Removes the workflow instance link with the primary key from the database. |
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||