Uses of Class
com.liferay.portal.kernel.exception.NoSuchWorkflowInstanceLinkException
Packages that use NoSuchWorkflowInstanceLinkException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
-
Uses of NoSuchWorkflowInstanceLinkException in com.liferay.portal.kernel.service.persistence
Methods in com.liferay.portal.kernel.service.persistence that throw NoSuchWorkflowInstanceLinkExceptionModifier and TypeMethodDescriptionWorkflowInstanceLinkPersistence.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 = ?.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 = ?.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 = ?.WorkflowInstanceLinkPersistence.findByG_C_C_First
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.static WorkflowInstanceLink
WorkflowInstanceLinkUtil.findByG_C_C_First
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.WorkflowInstanceLinkPersistence.findByG_C_C_Last
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.static WorkflowInstanceLink
WorkflowInstanceLinkUtil.findByG_C_C_Last
(long groupId, long companyId, long classNameId, OrderByComparator<WorkflowInstanceLink> orderByComparator) Returns the last workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ?.WorkflowInstanceLinkPersistence.findByG_C_C_PrevAndNext
(long workflowInstanceLinkId, long groupId, long companyId, long classNameId, 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 = ?.static WorkflowInstanceLink[]
WorkflowInstanceLinkUtil.findByG_C_C_PrevAndNext
(long workflowInstanceLinkId, long groupId, long companyId, long classNameId, 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 = ?.WorkflowInstanceLinkPersistence.findByPrimaryKey
(long workflowInstanceLinkId) Returns the workflow instance link with the primary key or throws aNoSuchWorkflowInstanceLinkException
if it could not be found.static WorkflowInstanceLink
WorkflowInstanceLinkUtil.findByPrimaryKey
(long workflowInstanceLinkId) Returns the workflow instance link with the primary key or throws aNoSuchWorkflowInstanceLinkException
if it could not be found.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.