Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.persistence.WorkflowDefinitionLinkPersistence

Packages that use WorkflowDefinitionLinkPersistence
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
com.liferay.portlet.documentlibrary.service.base   
 

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

Fields in com.liferay.portal.service.base declared as WorkflowDefinitionLinkPersistence
protected  WorkflowDefinitionLinkPersistence GroupServiceBaseImpl.workflowDefinitionLinkPersistence
           
protected  WorkflowDefinitionLinkPersistence WorkflowDefinitionLinkLocalServiceBaseImpl.workflowDefinitionLinkPersistence
           
protected  WorkflowDefinitionLinkPersistence GroupLocalServiceBaseImpl.workflowDefinitionLinkPersistence
           
 

Methods in com.liferay.portal.service.base that return WorkflowDefinitionLinkPersistence
 WorkflowDefinitionLinkPersistence GroupServiceBaseImpl.getWorkflowDefinitionLinkPersistence()
          Returns the workflow definition link persistence.
 WorkflowDefinitionLinkPersistence WorkflowDefinitionLinkLocalServiceBaseImpl.getWorkflowDefinitionLinkPersistence()
          Returns the workflow definition link persistence.
 WorkflowDefinitionLinkPersistence GroupLocalServiceBaseImpl.getWorkflowDefinitionLinkPersistence()
          Returns the workflow definition link persistence.
 

Methods in com.liferay.portal.service.base with parameters of type WorkflowDefinitionLinkPersistence
 void GroupServiceBaseImpl.setWorkflowDefinitionLinkPersistence(WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence)
          Sets the workflow definition link persistence.
 void WorkflowDefinitionLinkLocalServiceBaseImpl.setWorkflowDefinitionLinkPersistence(WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence)
          Sets the workflow definition link persistence.
 void GroupLocalServiceBaseImpl.setWorkflowDefinitionLinkPersistence(WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence)
          Sets the workflow definition link persistence.
 

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

Methods in com.liferay.portal.service.persistence that return WorkflowDefinitionLinkPersistence
static WorkflowDefinitionLinkPersistence WorkflowDefinitionLinkUtil.getPersistence()
           
 

Uses of WorkflowDefinitionLinkPersistence in com.liferay.portal.service.persistence.impl
 

Classes in com.liferay.portal.service.persistence.impl that implement WorkflowDefinitionLinkPersistence
 class WorkflowDefinitionLinkPersistenceImpl
          The persistence implementation for the workflow definition link service.
 

Uses of WorkflowDefinitionLinkPersistence in com.liferay.portlet.documentlibrary.service.base
 

Fields in com.liferay.portlet.documentlibrary.service.base declared as WorkflowDefinitionLinkPersistence
protected  WorkflowDefinitionLinkPersistence DLFileEntryTypeServiceBaseImpl.workflowDefinitionLinkPersistence
           
protected  WorkflowDefinitionLinkPersistence DLFolderLocalServiceBaseImpl.workflowDefinitionLinkPersistence
           
protected  WorkflowDefinitionLinkPersistence DLFileEntryTypeLocalServiceBaseImpl.workflowDefinitionLinkPersistence
           
protected  WorkflowDefinitionLinkPersistence DLFolderServiceBaseImpl.workflowDefinitionLinkPersistence
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return WorkflowDefinitionLinkPersistence
 WorkflowDefinitionLinkPersistence DLFileEntryTypeServiceBaseImpl.getWorkflowDefinitionLinkPersistence()
          Returns the workflow definition link persistence.
 WorkflowDefinitionLinkPersistence DLFolderLocalServiceBaseImpl.getWorkflowDefinitionLinkPersistence()
          Returns the workflow definition link persistence.
 WorkflowDefinitionLinkPersistence DLFileEntryTypeLocalServiceBaseImpl.getWorkflowDefinitionLinkPersistence()
          Returns the workflow definition link persistence.
 WorkflowDefinitionLinkPersistence DLFolderServiceBaseImpl.getWorkflowDefinitionLinkPersistence()
          Returns the workflow definition link persistence.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type WorkflowDefinitionLinkPersistence
 void DLFileEntryTypeServiceBaseImpl.setWorkflowDefinitionLinkPersistence(WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence)
          Sets the workflow definition link persistence.
 void DLFolderLocalServiceBaseImpl.setWorkflowDefinitionLinkPersistence(WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence)
          Sets the workflow definition link persistence.
 void DLFileEntryTypeLocalServiceBaseImpl.setWorkflowDefinitionLinkPersistence(WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence)
          Sets the workflow definition link persistence.
 void DLFolderServiceBaseImpl.setWorkflowDefinitionLinkPersistence(WorkflowDefinitionLinkPersistence workflowDefinitionLinkPersistence)
          Sets the workflow definition link persistence.
 


Liferay 7.0-ce-b4