Liferay 6.1.2-ce-ga3

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

Packages that use WorkflowInstanceLink
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of WorkflowInstanceLink in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement WorkflowInstanceLink
 class WorkflowInstanceLinkWrapper
           This class is a wrapper for WorkflowInstanceLink.
 

Methods in com.liferay.portal.model that return WorkflowInstanceLink
 WorkflowInstanceLink WorkflowInstanceLinkWrapper.getWrappedModel()
           
 WorkflowInstanceLink WorkflowInstanceLinkWrapper.getWrappedWorkflowInstanceLink()
          Deprecated. Renamed to WorkflowInstanceLinkWrapper.getWrappedModel()
 WorkflowInstanceLink WorkflowInstanceLinkModel.toEscapedModel()
           
 WorkflowInstanceLink WorkflowInstanceLinkWrapper.toEscapedModel()
           
 WorkflowInstanceLink WorkflowInstanceLinkModel.toUnescapedModel()
           
 WorkflowInstanceLink WorkflowInstanceLinkWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type WorkflowInstanceLink
 CacheModel<WorkflowInstanceLink> WorkflowInstanceLinkModel.toCacheModel()
           
 CacheModel<WorkflowInstanceLink> WorkflowInstanceLinkWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type WorkflowInstanceLink
 int WorkflowInstanceLinkModel.compareTo(WorkflowInstanceLink workflowInstanceLink)
           
 int WorkflowInstanceLinkWrapper.compareTo(WorkflowInstanceLink workflowInstanceLink)
           
static WorkflowInstanceLinkSoap WorkflowInstanceLinkSoap.toSoapModel(WorkflowInstanceLink model)
           
static WorkflowInstanceLinkSoap[] WorkflowInstanceLinkSoap.toSoapModels(WorkflowInstanceLink[] models)
           
static WorkflowInstanceLinkSoap[][] WorkflowInstanceLinkSoap.toSoapModels(WorkflowInstanceLink[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type WorkflowInstanceLink
static WorkflowInstanceLinkSoap[] WorkflowInstanceLinkSoap.toSoapModels(List<WorkflowInstanceLink> models)
           
 

Constructors in com.liferay.portal.model with parameters of type WorkflowInstanceLink
WorkflowInstanceLinkWrapper(WorkflowInstanceLink workflowInstanceLink)
           
 

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

Classes in com.liferay.portal.model.impl that implement WorkflowInstanceLink
 class WorkflowInstanceLinkBaseImpl
          The extended model base implementation for the WorkflowInstanceLink service.
 class WorkflowInstanceLinkImpl
           
 

Methods in com.liferay.portal.model.impl that return WorkflowInstanceLink
 WorkflowInstanceLink WorkflowInstanceLinkCacheModel.toEntityModel()
           
 WorkflowInstanceLink WorkflowInstanceLinkModelImpl.toEscapedModel()
           
 WorkflowInstanceLink WorkflowInstanceLinkModelImpl.toUnescapedModel()
           
 

Methods in com.liferay.portal.model.impl that return types with arguments of type WorkflowInstanceLink
 CacheModel<WorkflowInstanceLink> WorkflowInstanceLinkModelImpl.toCacheModel()
           
 

Methods in com.liferay.portal.model.impl with parameters of type WorkflowInstanceLink
 int WorkflowInstanceLinkModelImpl.compareTo(WorkflowInstanceLink workflowInstanceLink)
           
 

Uses of WorkflowInstanceLink in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return WorkflowInstanceLink
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.addWorkflowInstanceLink(long userId, long companyId, long groupId, String className, long classPK, long workflowInstanceId)
           
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.addWorkflowInstanceLink(long userId, long companyId, long groupId, String className, long classPK, long workflowInstanceId)
           
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.addWorkflowInstanceLink(long userId, long companyId, long groupId, String className, long classPK, long workflowInstanceId)
           
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Adds the workflow instance link to the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Adds the workflow instance link to the database.
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Adds the workflow instance link to the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.createWorkflowInstanceLink(long workflowInstanceLinkId)
          Creates a new workflow instance link with the primary key.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.createWorkflowInstanceLink(long workflowInstanceLinkId)
          Creates a new workflow instance link with the primary key.
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.createWorkflowInstanceLink(long workflowInstanceLinkId)
          Creates a new workflow instance link with the primary key.
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.deleteWorkflowInstanceLink(long workflowInstanceLinkId)
          Deletes the workflow instance link with the primary key from the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.deleteWorkflowInstanceLink(long workflowInstanceLinkId)
          Deletes the workflow instance link with the primary key from the database.
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.deleteWorkflowInstanceLink(long workflowInstanceLinkId)
          Deletes the workflow instance link with the primary key from the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Deletes the workflow instance link from the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Deletes the workflow instance link from the database.
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Deletes the workflow instance link from the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.fetchWorkflowInstanceLink(long workflowInstanceLinkId)
           
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.fetchWorkflowInstanceLink(long workflowInstanceLinkId)
           
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.fetchWorkflowInstanceLink(long workflowInstanceLinkId)
           
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.fetchWorkflowInstanceLink(long companyId, long groupId, String className, long classPK)
           
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.fetchWorkflowInstanceLink(long companyId, long groupId, String className, long classPK)
           
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.fetchWorkflowInstanceLink(long companyId, long groupId, String className, long classPK)
           
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.getWorkflowInstanceLink(long workflowInstanceLinkId)
          Returns the workflow instance link with the primary key.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.getWorkflowInstanceLink(long workflowInstanceLinkId)
          Returns the workflow instance link with the primary key.
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.getWorkflowInstanceLink(long workflowInstanceLinkId)
          Returns the workflow instance link with the primary key.
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.getWorkflowInstanceLink(long companyId, long groupId, String className, long classPK)
           
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.getWorkflowInstanceLink(long companyId, long groupId, String className, long classPK)
           
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.getWorkflowInstanceLink(long companyId, long groupId, String className, long classPK)
           
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Updates the workflow instance link in the database or adds it if it does not yet exist.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Updates the workflow instance link in the database or adds it if it does not yet exist.
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Updates the workflow instance link in the database or adds it if it does not yet exist.
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink, boolean merge)
          Updates the workflow instance link in the database or adds it if it does not yet exist.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink, boolean merge)
          Updates the workflow instance link in the database or adds it if it does not yet exist.
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink, boolean merge)
          Updates the workflow instance link in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service that return types with arguments of type WorkflowInstanceLink
 List<WorkflowInstanceLink> WorkflowInstanceLinkLocalService.getWorkflowInstanceLinks(int start, int end)
          Returns a range of all the workflow instance links.
 List<WorkflowInstanceLink> WorkflowInstanceLinkLocalServiceWrapper.getWorkflowInstanceLinks(int start, int end)
          Returns a range of all the workflow instance links.
static List<WorkflowInstanceLink> WorkflowInstanceLinkLocalServiceUtil.getWorkflowInstanceLinks(int start, int end)
          Returns a range of all the workflow instance links.
 List<WorkflowInstanceLink> WorkflowInstanceLinkLocalService.getWorkflowInstanceLinks(long companyId, long groupId, String className, long classPK)
           
 List<WorkflowInstanceLink> WorkflowInstanceLinkLocalServiceWrapper.getWorkflowInstanceLinks(long companyId, long groupId, String className, long classPK)
           
static List<WorkflowInstanceLink> WorkflowInstanceLinkLocalServiceUtil.getWorkflowInstanceLinks(long companyId, long groupId, String className, long classPK)
           
 

Methods in com.liferay.portal.service with parameters of type WorkflowInstanceLink
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Adds the workflow instance link to the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Adds the workflow instance link to the database.
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Adds the workflow instance link to the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Deletes the workflow instance link from the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Deletes the workflow instance link from the database.
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Deletes the workflow instance link from the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Updates the workflow instance link in the database or adds it if it does not yet exist.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Updates the workflow instance link in the database or adds it if it does not yet exist.
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Updates the workflow instance link in the database or adds it if it does not yet exist.
 WorkflowInstanceLink WorkflowInstanceLinkLocalService.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink, boolean merge)
          Updates the workflow instance link in the database or adds it if it does not yet exist.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceWrapper.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink, boolean merge)
          Updates the workflow instance link in the database or adds it if it does not yet exist.
static WorkflowInstanceLink WorkflowInstanceLinkLocalServiceUtil.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink, boolean merge)
          Updates the workflow instance link in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service.base that return WorkflowInstanceLink
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceBaseImpl.addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Adds the workflow instance link to the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceBaseImpl.createWorkflowInstanceLink(long workflowInstanceLinkId)
          Creates a new workflow instance link with the primary key.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceBaseImpl.deleteWorkflowInstanceLink(long workflowInstanceLinkId)
          Deletes the workflow instance link with the primary key from the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceBaseImpl.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Deletes the workflow instance link from the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceBaseImpl.fetchWorkflowInstanceLink(long workflowInstanceLinkId)
           
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceBaseImpl.getWorkflowInstanceLink(long workflowInstanceLinkId)
          Returns the workflow instance link with the primary key.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceBaseImpl.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Updates the workflow instance link in the database or adds it if it does not yet exist.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceBaseImpl.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink, boolean merge)
          Updates the workflow instance link in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portal.service.base that return types with arguments of type WorkflowInstanceLink
 List<WorkflowInstanceLink> WorkflowInstanceLinkLocalServiceBaseImpl.getWorkflowInstanceLinks(int start, int end)
          Returns a range of all the workflow instance links.
 

Methods in com.liferay.portal.service.base with parameters of type WorkflowInstanceLink
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceBaseImpl.addWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Adds the workflow instance link to the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceBaseImpl.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Deletes the workflow instance link from the database.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceBaseImpl.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
          Updates the workflow instance link in the database or adds it if it does not yet exist.
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceBaseImpl.updateWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink, boolean merge)
          Updates the workflow instance link in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portal.service.impl that return WorkflowInstanceLink
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceImpl.addWorkflowInstanceLink(long userId, long companyId, long groupId, String className, long classPK, long workflowInstanceId)
           
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceImpl.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
           
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceImpl.fetchWorkflowInstanceLink(long companyId, long groupId, String className, long classPK)
           
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceImpl.getWorkflowInstanceLink(long companyId, long groupId, String className, long classPK)
           
 

Methods in com.liferay.portal.service.impl that return types with arguments of type WorkflowInstanceLink
 List<WorkflowInstanceLink> WorkflowInstanceLinkLocalServiceImpl.getWorkflowInstanceLinks(long companyId, long groupId, String className, long classPK)
           
 

Methods in com.liferay.portal.service.impl with parameters of type WorkflowInstanceLink
 WorkflowInstanceLink WorkflowInstanceLinkLocalServiceImpl.deleteWorkflowInstanceLink(WorkflowInstanceLink workflowInstanceLink)
           
 

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

Methods in com.liferay.portal.service.persistence that return WorkflowInstanceLink
 WorkflowInstanceLink WorkflowInstanceLinkPersistence.create(long workflowInstanceLinkId)
          Creates a new workflow instance link with the primary key.
static WorkflowInstanceLink WorkflowInstanceLinkUtil.create(long workflowInstanceLinkId)
          Creates a new workflow instance link with the primary key.
 WorkflowInstanceLink WorkflowInstanceLinkPersistenceImpl.create(long workflowInstanceLinkId)
          Creates a new workflow instance link with the primary key.
 WorkflowInstanceLink WorkflowInstanceLinkPersistence.fetchByG_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.fetchByG_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 WorkflowInstanceLinkPersistenceImpl.fetchByG_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.fetchByG_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.fetchByG_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 WorkflowInstanceLinkPersistenceImpl.fetchByG_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.fetchByPrimaryKey(long workflowInstanceLinkId)
          Returns the workflow instance link with the primary key or returns null if it could not be found.
static WorkflowInstanceLink WorkflowInstanceLinkUtil.fetchByPrimaryKey(long workflowInstanceLinkId)
          Returns the workflow instance link with the primary key or returns null if it could not be found.
 WorkflowInstanceLink WorkflowInstanceLinkPersistenceImpl.fetchByPrimaryKey(long workflowInstanceLinkId)
          Returns the workflow instance link with the primary key or returns null if it could not be found.
 WorkflowInstanceLink WorkflowInstanceLinkPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the workflow instance link with the primary key or returns null if it could not be found.
 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 WorkflowInstanceLinkPersistenceImpl.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 WorkflowInstanceLinkPersistenceImpl.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[] WorkflowInstanceLinkPersistenceImpl.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 WorkflowInstanceLinkPersistenceImpl.findByPrimaryKey(long workflowInstanceLinkId)
          Returns the workflow instance link with the primary key or throws a NoSuchWorkflowInstanceLinkException if it could not be found.
 WorkflowInstanceLink WorkflowInstanceLinkPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the workflow instance link with the primary key or throws a NoSuchModelException if it could not be found.
protected  WorkflowInstanceLink WorkflowInstanceLinkPersistenceImpl.getByG_C_C_C_PrevAndNext(Session session, WorkflowInstanceLink workflowInstanceLink, long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
 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.
 WorkflowInstanceLink WorkflowInstanceLinkPersistenceImpl.remove(long workflowInstanceLinkId)
          Removes the workflow instance link with the primary key from the database.
 WorkflowInstanceLink WorkflowInstanceLinkPersistenceImpl.remove(Serializable primaryKey)
          Removes the workflow instance link with the primary key from the database.
protected  WorkflowInstanceLink WorkflowInstanceLinkPersistenceImpl.removeImpl(WorkflowInstanceLink workflowInstanceLink)
           
protected  WorkflowInstanceLink WorkflowInstanceLinkPersistenceImpl.toUnwrappedModel(WorkflowInstanceLink workflowInstanceLink)
           
static WorkflowInstanceLink WorkflowInstanceLinkUtil.update(WorkflowInstanceLink workflowInstanceLink, boolean merge)
           
static WorkflowInstanceLink WorkflowInstanceLinkUtil.update(WorkflowInstanceLink workflowInstanceLink, boolean merge, ServiceContext serviceContext)
           
 WorkflowInstanceLink WorkflowInstanceLinkPersistence.updateImpl(WorkflowInstanceLink workflowInstanceLink, boolean merge)
           
static WorkflowInstanceLink WorkflowInstanceLinkUtil.updateImpl(WorkflowInstanceLink workflowInstanceLink, boolean merge)
           
 WorkflowInstanceLink WorkflowInstanceLinkPersistenceImpl.updateImpl(WorkflowInstanceLink workflowInstanceLink, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type WorkflowInstanceLink
 List<WorkflowInstanceLink> WorkflowInstanceLinkPersistence.findAll()
          Returns all the workflow instance links.
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findAll()
          Returns all the workflow instance links.
 List<WorkflowInstanceLink> WorkflowInstanceLinkPersistenceImpl.findAll()
          Returns all the workflow instance links.
 List<WorkflowInstanceLink> WorkflowInstanceLinkPersistence.findAll(int start, int end)
          Returns a range of all the workflow instance links.
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findAll(int start, int end)
          Returns a range of all the workflow instance links.
 List<WorkflowInstanceLink> WorkflowInstanceLinkPersistenceImpl.findAll(int start, int end)
          Returns a range of all the workflow instance links.
 List<WorkflowInstanceLink> WorkflowInstanceLinkPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow instance links.
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow instance links.
 List<WorkflowInstanceLink> WorkflowInstanceLinkPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow instance links.
 List<WorkflowInstanceLink> WorkflowInstanceLinkPersistence.findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK)
          Returns all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK)
          Returns all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
 List<WorkflowInstanceLink> WorkflowInstanceLinkPersistenceImpl.findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK)
          Returns all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
 List<WorkflowInstanceLink> WorkflowInstanceLinkPersistence.findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK, int start, int end)
          Returns a range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK, int start, int end)
          Returns a range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
 List<WorkflowInstanceLink> WorkflowInstanceLinkPersistenceImpl.findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK, int start, int end)
          Returns a range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
 List<WorkflowInstanceLink> WorkflowInstanceLinkPersistence.findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
 List<WorkflowInstanceLink> WorkflowInstanceLinkPersistenceImpl.findByG_C_C_C(long groupId, long companyId, long classNameId, long classPK, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the workflow instance links where groupId = ? and companyId = ? and classNameId = ? and classPK = ?.
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<WorkflowInstanceLink> WorkflowInstanceLinkUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type WorkflowInstanceLink
 void WorkflowInstanceLinkPersistence.cacheResult(WorkflowInstanceLink workflowInstanceLink)
          Caches the workflow instance link in the entity cache if it is enabled.
static void WorkflowInstanceLinkUtil.cacheResult(WorkflowInstanceLink workflowInstanceLink)
          Caches the workflow instance link in the entity cache if it is enabled.
 void WorkflowInstanceLinkPersistenceImpl.cacheResult(WorkflowInstanceLink workflowInstanceLink)
          Caches the workflow instance link in the entity cache if it is enabled.
static void WorkflowInstanceLinkUtil.clearCache(WorkflowInstanceLink workflowInstanceLink)
           
 void WorkflowInstanceLinkPersistenceImpl.clearCache(WorkflowInstanceLink workflowInstanceLink)
          Clears the cache for the workflow instance link.
protected  WorkflowInstanceLink WorkflowInstanceLinkPersistenceImpl.getByG_C_C_C_PrevAndNext(Session session, WorkflowInstanceLink workflowInstanceLink, long groupId, long companyId, long classNameId, long classPK, OrderByComparator orderByComparator, boolean previous)
           
protected  WorkflowInstanceLink WorkflowInstanceLinkPersistenceImpl.removeImpl(WorkflowInstanceLink workflowInstanceLink)
           
protected  WorkflowInstanceLink WorkflowInstanceLinkPersistenceImpl.toUnwrappedModel(WorkflowInstanceLink workflowInstanceLink)
           
static WorkflowInstanceLink WorkflowInstanceLinkUtil.update(WorkflowInstanceLink workflowInstanceLink, boolean merge)
           
static WorkflowInstanceLink WorkflowInstanceLinkUtil.update(WorkflowInstanceLink workflowInstanceLink, boolean merge, ServiceContext serviceContext)
           
 WorkflowInstanceLink WorkflowInstanceLinkPersistence.updateImpl(WorkflowInstanceLink workflowInstanceLink, boolean merge)
           
static WorkflowInstanceLink WorkflowInstanceLinkUtil.updateImpl(WorkflowInstanceLink workflowInstanceLink, boolean merge)
           
 WorkflowInstanceLink WorkflowInstanceLinkPersistenceImpl.updateImpl(WorkflowInstanceLink workflowInstanceLink, boolean merge)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type WorkflowInstanceLink
 void WorkflowInstanceLinkPersistence.cacheResult(List<WorkflowInstanceLink> workflowInstanceLinks)
          Caches the workflow instance links in the entity cache if it is enabled.
static void WorkflowInstanceLinkUtil.cacheResult(List<WorkflowInstanceLink> workflowInstanceLinks)
          Caches the workflow instance links in the entity cache if it is enabled.
 void WorkflowInstanceLinkPersistenceImpl.cacheResult(List<WorkflowInstanceLink> workflowInstanceLinks)
          Caches the workflow instance links in the entity cache if it is enabled.
 void WorkflowInstanceLinkPersistenceImpl.clearCache(List<WorkflowInstanceLink> workflowInstanceLinks)
           
 


Liferay 6.1.2-ce-ga3