Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchWorkflowDefinitionLinkException

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

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

Methods in com.liferay.portal.service.persistence that throw NoSuchWorkflowDefinitionLinkException
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.findByC_W_W_First(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Finds the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.findByC_W_W_First(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Finds the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.findByC_W_W_First(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Finds the first workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.findByC_W_W_Last(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Finds the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.findByC_W_W_Last(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Finds the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.findByC_W_W_Last(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Finds the last workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
static WorkflowDefinitionLink[] WorkflowDefinitionLinkUtil.findByC_W_W_PrevAndNext(long workflowDefinitionLinkId, long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Finds the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 WorkflowDefinitionLink[] WorkflowDefinitionLinkPersistence.findByC_W_W_PrevAndNext(long workflowDefinitionLinkId, long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Finds the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 WorkflowDefinitionLink[] WorkflowDefinitionLinkPersistenceImpl.findByC_W_W_PrevAndNext(long workflowDefinitionLinkId, long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator)
          Finds the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first workflow definition link in the ordered set where companyId = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first workflow definition link in the ordered set where companyId = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first workflow definition link in the ordered set where companyId = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last workflow definition link in the ordered set where companyId = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last workflow definition link in the ordered set where companyId = ?.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last workflow definition link in the ordered set where companyId = ?.
static WorkflowDefinitionLink[] WorkflowDefinitionLinkUtil.findByCompanyId_PrevAndNext(long workflowDefinitionLinkId, long companyId, OrderByComparator orderByComparator)
          Finds the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ?.
 WorkflowDefinitionLink[] WorkflowDefinitionLinkPersistence.findByCompanyId_PrevAndNext(long workflowDefinitionLinkId, long companyId, OrderByComparator orderByComparator)
          Finds the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ?.
 WorkflowDefinitionLink[] WorkflowDefinitionLinkPersistenceImpl.findByCompanyId_PrevAndNext(long workflowDefinitionLinkId, long companyId, OrderByComparator orderByComparator)
          Finds the workflow definition links before and after the current workflow definition link in the ordered set where companyId = ?.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.findByG_C_C(long groupId, long companyId, long classNameId)
          Finds the workflow definition link where groupId = ? and companyId = ? and classNameId = ? or throws a NoSuchWorkflowDefinitionLinkException if it could not be found.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.findByG_C_C(long groupId, long companyId, long classNameId)
          Finds the workflow definition link where groupId = ? and companyId = ? and classNameId = ? or throws a NoSuchWorkflowDefinitionLinkException if it could not be found.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.findByG_C_C(long groupId, long companyId, long classNameId)
          Finds the workflow definition link where groupId = ? and companyId = ? and classNameId = ? or throws a NoSuchWorkflowDefinitionLinkException if it could not be found.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.findByPrimaryKey(long workflowDefinitionLinkId)
          Finds the workflow definition link with the primary key or throws a NoSuchWorkflowDefinitionLinkException if it could not be found.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.findByPrimaryKey(long workflowDefinitionLinkId)
          Finds the workflow definition link with the primary key or throws a NoSuchWorkflowDefinitionLinkException if it could not be found.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.findByPrimaryKey(long workflowDefinitionLinkId)
          Finds the workflow definition link with the primary key or throws a NoSuchWorkflowDefinitionLinkException if it could not be found.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.remove(long workflowDefinitionLinkId)
          Removes the workflow definition link with the primary key from the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.remove(long workflowDefinitionLinkId)
          Removes the workflow definition link with the primary key from the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.remove(long workflowDefinitionLinkId)
          Removes the workflow definition link with the primary key from the database.
static void WorkflowDefinitionLinkUtil.removeByG_C_C(long groupId, long companyId, long classNameId)
          Removes the workflow definition link where groupId = ? and companyId = ? and classNameId = ? from the database.
 void WorkflowDefinitionLinkPersistence.removeByG_C_C(long groupId, long companyId, long classNameId)
          Removes the workflow definition link where groupId = ? and companyId = ? and classNameId = ? from the database.
 void WorkflowDefinitionLinkPersistenceImpl.removeByG_C_C(long groupId, long companyId, long classNameId)
          Removes the workflow definition link where groupId = ? and companyId = ? and classNameId = ? from the database.
 


Liferay 6.0.5