Liferay 6.0-ee

Uses of Interface
com.liferay.portal.model.WorkflowDefinitionLink

Packages that use WorkflowDefinitionLink
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service   
com.liferay.portal.service.base   
com.liferay.portal.service.impl   
com.liferay.portal.service.persistence   
 

Uses of WorkflowDefinitionLink in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement WorkflowDefinitionLink
 class WorkflowDefinitionLinkWrapper
           This class is a wrapper for WorkflowDefinitionLink.
 

Methods in com.liferay.portal.model that return WorkflowDefinitionLink
 WorkflowDefinitionLink WorkflowDefinitionLinkWrapper.getWrappedWorkflowDefinitionLink()
           
 WorkflowDefinitionLink WorkflowDefinitionLinkWrapper.toEscapedModel()
           
 WorkflowDefinitionLink WorkflowDefinitionLinkModel.toEscapedModel()
           
 

Methods in com.liferay.portal.model with parameters of type WorkflowDefinitionLink
 int WorkflowDefinitionLinkWrapper.compareTo(WorkflowDefinitionLink workflowDefinitionLink)
           
 int WorkflowDefinitionLinkModel.compareTo(WorkflowDefinitionLink workflowDefinitionLink)
           
 

Constructors in com.liferay.portal.model with parameters of type WorkflowDefinitionLink
WorkflowDefinitionLinkWrapper(WorkflowDefinitionLink workflowDefinitionLink)
           
 

Uses of WorkflowDefinitionLink in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement WorkflowDefinitionLink
 class WorkflowDefinitionLinkImpl
           
 

Methods in com.liferay.portal.model.impl that return WorkflowDefinitionLink
 WorkflowDefinitionLink WorkflowDefinitionLinkModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portal.model.impl with parameters of type WorkflowDefinitionLink
 int WorkflowDefinitionLinkModelImpl.compareTo(WorkflowDefinitionLink workflowDefinitionLink)
           
 

Uses of WorkflowDefinitionLink in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return WorkflowDefinitionLink
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.addWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, String workflowDefinitionName, int workflowDefinitionVersion)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.addWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, String workflowDefinitionName, int workflowDefinitionVersion)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.addWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, String workflowDefinitionName, int workflowDefinitionVersion)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Adds the workflow definition link to the database.
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Adds the workflow definition link to the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Adds the workflow definition link to the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.createWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Creates a new workflow definition link with the primary key.
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.createWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Creates a new workflow definition link with the primary key.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.createWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Creates a new workflow definition link with the primary key.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.getDefaultWorkflowDefinitionLink(long companyId, String className)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.getDefaultWorkflowDefinitionLink(long companyId, String className)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.getDefaultWorkflowDefinitionLink(long companyId, String className)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.getWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Gets the workflow definition link with the primary key.
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.getWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Gets the workflow definition link with the primary key.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Gets the workflow definition link with the primary key.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.getWorkflowDefinitionLink(long companyId, long groupId, String className)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.getWorkflowDefinitionLink(long companyId, long groupId, String className)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLink(long companyId, long groupId, String className)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.getWorkflowDefinitionLink(long companyId, long groupId, String className, boolean strict)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.getWorkflowDefinitionLink(long companyId, long groupId, String className, boolean strict)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLink(long companyId, long groupId, String className, boolean strict)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.updateWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, String workflowDefinitionName, int workflowDefinitionVersion)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.updateWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, String workflowDefinitionName, int workflowDefinitionVersion)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.updateWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, String workflowDefinitionName, int workflowDefinitionVersion)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Updates the workflow definition link in the database.
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Updates the workflow definition link in the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Updates the workflow definition link in the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink, boolean merge)
          Updates the workflow definition link in the database.
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink, boolean merge)
          Updates the workflow definition link in the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink, boolean merge)
          Updates the workflow definition link in the database.
 

Methods in com.liferay.portal.service that return types with arguments of type WorkflowDefinitionLink
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkLocalServiceWrapper.getWorkflowDefinitionLinks(int start, int end)
          Gets a range of all the workflow definition links.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkLocalServiceUtil.getWorkflowDefinitionLinks(int start, int end)
          Gets a range of all the workflow definition links.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkLocalService.getWorkflowDefinitionLinks(int start, int end)
          Gets a range of all the workflow definition links.
 

Methods in com.liferay.portal.service with parameters of type WorkflowDefinitionLink
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Adds the workflow definition link to the database.
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Adds the workflow definition link to the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Adds the workflow definition link to the database.
 void WorkflowDefinitionLinkLocalServiceWrapper.deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Deletes the workflow definition link from the database.
static void WorkflowDefinitionLinkLocalServiceUtil.deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Deletes the workflow definition link from the database.
 void WorkflowDefinitionLinkLocalService.deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Deletes the workflow definition link from the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Updates the workflow definition link in the database.
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Updates the workflow definition link in the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Updates the workflow definition link in the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceWrapper.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink, boolean merge)
          Updates the workflow definition link in the database.
static WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceUtil.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink, boolean merge)
          Updates the workflow definition link in the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalService.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink, boolean merge)
          Updates the workflow definition link in the database.
 

Uses of WorkflowDefinitionLink in com.liferay.portal.service.base
 

Methods in com.liferay.portal.service.base that return WorkflowDefinitionLink
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceBaseImpl.addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Adds the workflow definition link to the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceBaseImpl.createWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Creates a new workflow definition link with the primary key.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceBaseImpl.getWorkflowDefinitionLink(long workflowDefinitionLinkId)
          Gets the workflow definition link with the primary key.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceBaseImpl.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Updates the workflow definition link in the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceBaseImpl.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink, boolean merge)
          Updates the workflow definition link in the database.
 

Methods in com.liferay.portal.service.base that return types with arguments of type WorkflowDefinitionLink
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkLocalServiceBaseImpl.getWorkflowDefinitionLinks(int start, int end)
          Gets a range of all the workflow definition links.
 

Methods in com.liferay.portal.service.base with parameters of type WorkflowDefinitionLink
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceBaseImpl.addWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Adds the workflow definition link to the database.
 void WorkflowDefinitionLinkLocalServiceBaseImpl.deleteWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Deletes the workflow definition link from the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceBaseImpl.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink)
          Updates the workflow definition link in the database.
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceBaseImpl.updateWorkflowDefinitionLink(WorkflowDefinitionLink workflowDefinitionLink, boolean merge)
          Updates the workflow definition link in the database.
 

Uses of WorkflowDefinitionLink in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return WorkflowDefinitionLink
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceImpl.addWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, String workflowDefinitionName, int workflowDefinitionVersion)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceImpl.getDefaultWorkflowDefinitionLink(long companyId, String className)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceImpl.getWorkflowDefinitionLink(long companyId, long groupId, String className)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceImpl.getWorkflowDefinitionLink(long companyId, long groupId, String className, boolean strict)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkLocalServiceImpl.updateWorkflowDefinitionLink(long userId, long companyId, long groupId, String className, String workflowDefinitionName, int workflowDefinitionVersion)
           
 

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

Methods in com.liferay.portal.service.persistence that return WorkflowDefinitionLink
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.create(long workflowDefinitionLinkId)
          Creates a new workflow definition link with the primary key.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.create(long workflowDefinitionLinkId)
          Creates a new workflow definition link with the primary key.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.create(long workflowDefinitionLinkId)
          Creates a new workflow definition link with the primary key.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.fetchByG_C_C(long groupId, long companyId, long classNameId)
          Finds the workflow definition link where groupId = ? and companyId = ? and classNameId = ? or returns null if it could not be found.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.fetchByG_C_C(long groupId, long companyId, long classNameId)
          Finds the workflow definition link where groupId = ? and companyId = ? and classNameId = ? or returns null if it could not be found.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.fetchByG_C_C(long groupId, long companyId, long classNameId)
          Finds the workflow definition link where groupId = ? and companyId = ? and classNameId = ? or returns null if it could not be found.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.fetchByG_C_C(long groupId, long companyId, long classNameId, boolean retrieveFromCache)
          Finds the workflow definition link where groupId = ? and companyId = ? and classNameId = ? or returns null if it could not be found, optionally using the finder cache.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.fetchByG_C_C(long groupId, long companyId, long classNameId, boolean retrieveFromCache)
          Finds the workflow definition link where groupId = ? and companyId = ? and classNameId = ? or returns null if it could not be found, optionally using the finder cache.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.fetchByG_C_C(long groupId, long companyId, long classNameId, boolean retrieveFromCache)
          Finds the workflow definition link where groupId = ? and companyId = ? and classNameId = ? or returns null if it could not be found, optionally using the finder cache.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.fetchByPrimaryKey(long workflowDefinitionLinkId)
          Finds the workflow definition link with the primary key or returns null if it could not be found.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.fetchByPrimaryKey(long workflowDefinitionLinkId)
          Finds the workflow definition link with the primary key or returns null if it could not be found.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.fetchByPrimaryKey(long workflowDefinitionLinkId)
          Finds the workflow definition link with the primary key or returns null if it could not be found.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the workflow definition link with the primary key or returns null if it could not be found.
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.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the workflow definition link with the primary key or throws a NoSuchModelException if it could not be found.
protected  WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.getByC_W_W_PrevAndNext(Session session, WorkflowDefinitionLink workflowDefinitionLink, long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator, boolean previous)
           
protected  WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.getByCompanyId_PrevAndNext(Session session, WorkflowDefinitionLink workflowDefinitionLink, long companyId, OrderByComparator orderByComparator, boolean previous)
           
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.
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.remove(Serializable primaryKey)
          Removes the workflow definition link with the primary key from the database.
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.remove(WorkflowDefinitionLink workflowDefinitionLink)
           
protected  WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.removeImpl(WorkflowDefinitionLink workflowDefinitionLink)
           
protected  WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.toUnwrappedModel(WorkflowDefinitionLink workflowDefinitionLink)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.update(WorkflowDefinitionLink workflowDefinitionLink, boolean merge)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.update(WorkflowDefinitionLink workflowDefinitionLink, boolean merge, ServiceContext serviceContext)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.updateImpl(WorkflowDefinitionLink workflowDefinitionLink, boolean merge)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.updateImpl(WorkflowDefinitionLink workflowDefinitionLink, boolean merge)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.updateImpl(WorkflowDefinitionLink workflowDefinitionLink, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type WorkflowDefinitionLink
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findAll()
          Finds all the workflow definition links.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findAll()
          Finds all the workflow definition links.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistenceImpl.findAll()
          Finds all the workflow definition links.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findAll(int start, int end)
          Finds a range of all the workflow definition links.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findAll(int start, int end)
          Finds a range of all the workflow definition links.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistenceImpl.findAll(int start, int end)
          Finds a range of all the workflow definition links.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the workflow definition links.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the workflow definition links.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the workflow definition links.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findByC_W_W(long companyId, String workflowDefinitionName, int workflowDefinitionVersion)
          Finds all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findByC_W_W(long companyId, String workflowDefinitionName, int workflowDefinitionVersion)
          Finds all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistenceImpl.findByC_W_W(long companyId, String workflowDefinitionName, int workflowDefinitionVersion)
          Finds all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findByC_W_W(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, int start, int end)
          Finds a range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findByC_W_W(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, int start, int end)
          Finds a range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistenceImpl.findByC_W_W(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, int start, int end)
          Finds a range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findByC_W_W(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findByC_W_W(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistenceImpl.findByC_W_W(long companyId, String workflowDefinitionName, int workflowDefinitionVersion, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the workflow definition links where companyId = ? and workflowDefinitionName = ? and workflowDefinitionVersion = ?.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findByCompanyId(long companyId)
          Finds all the workflow definition links where companyId = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findByCompanyId(long companyId)
          Finds all the workflow definition links where companyId = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistenceImpl.findByCompanyId(long companyId)
          Finds all the workflow definition links where companyId = ?.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the workflow definition links where companyId = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the workflow definition links where companyId = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the workflow definition links where companyId = ?.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the workflow definition links where companyId = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the workflow definition links where companyId = ?.
 List<WorkflowDefinitionLink> WorkflowDefinitionLinkPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the workflow definition links where companyId = ?.
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<WorkflowDefinitionLink> WorkflowDefinitionLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type WorkflowDefinitionLink
static void WorkflowDefinitionLinkUtil.cacheResult(WorkflowDefinitionLink workflowDefinitionLink)
          Caches the workflow definition link in the entity cache if it is enabled.
 void WorkflowDefinitionLinkPersistence.cacheResult(WorkflowDefinitionLink workflowDefinitionLink)
          Caches the workflow definition link in the entity cache if it is enabled.
 void WorkflowDefinitionLinkPersistenceImpl.cacheResult(WorkflowDefinitionLink workflowDefinitionLink)
          Caches the workflow definition link in the entity cache if it is enabled.
static void WorkflowDefinitionLinkUtil.clearCache(WorkflowDefinitionLink workflowDefinitionLink)
           
 void WorkflowDefinitionLinkPersistenceImpl.clearCache(WorkflowDefinitionLink workflowDefinitionLink)
          Clears the cache for the workflow definition link.
protected  WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.getByC_W_W_PrevAndNext(Session session, WorkflowDefinitionLink workflowDefinitionLink, long companyId, String workflowDefinitionName, int workflowDefinitionVersion, OrderByComparator orderByComparator, boolean previous)
           
protected  WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.getByCompanyId_PrevAndNext(Session session, WorkflowDefinitionLink workflowDefinitionLink, long companyId, OrderByComparator orderByComparator, boolean previous)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.remove(WorkflowDefinitionLink workflowDefinitionLink)
           
protected  WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.removeImpl(WorkflowDefinitionLink workflowDefinitionLink)
           
protected  WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.toUnwrappedModel(WorkflowDefinitionLink workflowDefinitionLink)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.update(WorkflowDefinitionLink workflowDefinitionLink, boolean merge)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.update(WorkflowDefinitionLink workflowDefinitionLink, boolean merge, ServiceContext serviceContext)
           
static WorkflowDefinitionLink WorkflowDefinitionLinkUtil.updateImpl(WorkflowDefinitionLink workflowDefinitionLink, boolean merge)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistence.updateImpl(WorkflowDefinitionLink workflowDefinitionLink, boolean merge)
           
 WorkflowDefinitionLink WorkflowDefinitionLinkPersistenceImpl.updateImpl(WorkflowDefinitionLink workflowDefinitionLink, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type WorkflowDefinitionLink
static void WorkflowDefinitionLinkUtil.cacheResult(List<WorkflowDefinitionLink> workflowDefinitionLinks)
          Caches the workflow definition links in the entity cache if it is enabled.
 void WorkflowDefinitionLinkPersistence.cacheResult(List<WorkflowDefinitionLink> workflowDefinitionLinks)
          Caches the workflow definition links in the entity cache if it is enabled.
 void WorkflowDefinitionLinkPersistenceImpl.cacheResult(List<WorkflowDefinitionLink> workflowDefinitionLinks)
          Caches the workflow definition links in the entity cache if it is enabled.
 


Liferay 6.0-ee