Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchWorkflowInstanceLinkException

Packages that use NoSuchWorkflowInstanceLinkException
com.liferay.portal.service.persistence   
 

Uses of NoSuchWorkflowInstanceLinkException in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that throw NoSuchWorkflowInstanceLinkException
static WorkflowInstanceLink WorkflowInstanceLinkUtil.findByG_C_C_C_First(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
 WorkflowInstanceLink WorkflowInstanceLinkPersistence.findByG_C_C_C_First(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the first workflow instance link in the ordered set where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
 WorkflowInstanceLink WorkflowInstanceLinkPersistenceImpl.findByG_C_C_C_First(long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds the first 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)
          Finds the last 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)
          Finds the last 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 orderByComparator)
          Finds the last 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)
          Finds 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.findByG_C_C_C_PrevAndNext(long workflowInstanceLinkId, long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds 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.findByG_C_C_C_PrevAndNext(long workflowInstanceLinkId, long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Finds 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.findByPrimaryKey(long workflowInstanceLinkId)
          Finds the workflow instance link with the primary key or throws a NoSuchWorkflowInstanceLinkException if it could not be found.
 WorkflowInstanceLink WorkflowInstanceLinkPersistence.findByPrimaryKey(long workflowInstanceLinkId)
          Finds the workflow instance link with the primary key or throws a NoSuchWorkflowInstanceLinkException if it could not be found.
 WorkflowInstanceLink WorkflowInstanceLinkPersistenceImpl.findByPrimaryKey(long workflowInstanceLinkId)
          Finds the workflow instance link with the primary key or throws a NoSuchWorkflowInstanceLinkException if it could not be found.
static WorkflowInstanceLink WorkflowInstanceLinkUtil.remove(long workflowInstanceLinkId)
          Removes the workflow instance link with the primary key from the database.
 WorkflowInstanceLink WorkflowInstanceLinkPersistence.remove(long workflowInstanceLinkId)
          Removes the workflow instance link with the primary key from the database.
 WorkflowInstanceLink WorkflowInstanceLinkPersistenceImpl.remove(long workflowInstanceLinkId)
          Removes the workflow instance link with the primary key from the database.
 


Liferay 6.0.5