Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.NoSuchWorkflowInstanceLinkException

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

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 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 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 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 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 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 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.
 


Liferay 6.1.2-ce-ga3