Liferay 6.0.5

Uses of Interface
com.liferay.portlet.documentlibrary.service.persistence.DLFileShortcutPersistence

Packages that use DLFileShortcutPersistence
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.documentlibrary.service.persistence   
 

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

Fields in com.liferay.portlet.documentlibrary.service.base declared as DLFileShortcutPersistence
protected  DLFileShortcutPersistence DLFolderServiceBaseImpl.dlFileShortcutPersistence
           
protected  DLFileShortcutPersistence DLFolderLocalServiceBaseImpl.dlFileShortcutPersistence
           
protected  DLFileShortcutPersistence DLFileVersionServiceBaseImpl.dlFileShortcutPersistence
           
protected  DLFileShortcutPersistence DLFileVersionLocalServiceBaseImpl.dlFileShortcutPersistence
           
protected  DLFileShortcutPersistence DLFileShortcutServiceBaseImpl.dlFileShortcutPersistence
           
protected  DLFileShortcutPersistence DLFileShortcutLocalServiceBaseImpl.dlFileShortcutPersistence
           
protected  DLFileShortcutPersistence DLFileRankLocalServiceBaseImpl.dlFileShortcutPersistence
           
protected  DLFileShortcutPersistence DLFileEntryServiceBaseImpl.dlFileShortcutPersistence
           
protected  DLFileShortcutPersistence DLFileEntryLocalServiceBaseImpl.dlFileShortcutPersistence
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return DLFileShortcutPersistence
 DLFileShortcutPersistence DLFolderServiceBaseImpl.getDLFileShortcutPersistence()
          Gets the d l file shortcut persistence.
 DLFileShortcutPersistence DLFolderLocalServiceBaseImpl.getDLFileShortcutPersistence()
          Gets the d l file shortcut persistence.
 DLFileShortcutPersistence DLFileVersionServiceBaseImpl.getDLFileShortcutPersistence()
          Gets the d l file shortcut persistence.
 DLFileShortcutPersistence DLFileVersionLocalServiceBaseImpl.getDLFileShortcutPersistence()
          Gets the d l file shortcut persistence.
 DLFileShortcutPersistence DLFileShortcutServiceBaseImpl.getDLFileShortcutPersistence()
          Gets the d l file shortcut persistence.
 DLFileShortcutPersistence DLFileShortcutLocalServiceBaseImpl.getDLFileShortcutPersistence()
          Gets the d l file shortcut persistence.
 DLFileShortcutPersistence DLFileRankLocalServiceBaseImpl.getDLFileShortcutPersistence()
          Gets the d l file shortcut persistence.
 DLFileShortcutPersistence DLFileEntryServiceBaseImpl.getDLFileShortcutPersistence()
          Gets the d l file shortcut persistence.
 DLFileShortcutPersistence DLFileEntryLocalServiceBaseImpl.getDLFileShortcutPersistence()
          Gets the d l file shortcut persistence.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type DLFileShortcutPersistence
 void DLFolderServiceBaseImpl.setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
          Sets the d l file shortcut persistence.
 void DLFolderLocalServiceBaseImpl.setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
          Sets the d l file shortcut persistence.
 void DLFileVersionServiceBaseImpl.setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
          Sets the d l file shortcut persistence.
 void DLFileVersionLocalServiceBaseImpl.setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
          Sets the d l file shortcut persistence.
 void DLFileShortcutServiceBaseImpl.setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
          Sets the d l file shortcut persistence.
 void DLFileShortcutLocalServiceBaseImpl.setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
          Sets the d l file shortcut persistence.
 void DLFileRankLocalServiceBaseImpl.setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
          Sets the d l file shortcut persistence.
 void DLFileEntryServiceBaseImpl.setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
          Sets the d l file shortcut persistence.
 void DLFileEntryLocalServiceBaseImpl.setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
          Sets the d l file shortcut persistence.
 

Uses of DLFileShortcutPersistence in com.liferay.portlet.documentlibrary.service.persistence
 

Classes in com.liferay.portlet.documentlibrary.service.persistence that implement DLFileShortcutPersistence
 class DLFileShortcutPersistenceImpl
          The persistence implementation for the d l file shortcut service.
 

Fields in com.liferay.portlet.documentlibrary.service.persistence declared as DLFileShortcutPersistence
protected  DLFileShortcutPersistence DLFolderPersistenceImpl.dlFileShortcutPersistence
           
protected  DLFileShortcutPersistence DLFileVersionPersistenceImpl.dlFileShortcutPersistence
           
protected  DLFileShortcutPersistence DLFileShortcutPersistenceImpl.dlFileShortcutPersistence
           
protected  DLFileShortcutPersistence DLFileRankPersistenceImpl.dlFileShortcutPersistence
           
protected  DLFileShortcutPersistence DLFileEntryPersistenceImpl.dlFileShortcutPersistence
           
 

Methods in com.liferay.portlet.documentlibrary.service.persistence that return DLFileShortcutPersistence
static DLFileShortcutPersistence DLFileShortcutUtil.getPersistence()
           
 

Methods in com.liferay.portlet.documentlibrary.service.persistence with parameters of type DLFileShortcutPersistence
 void DLFileShortcutUtil.setPersistence(DLFileShortcutPersistence persistence)
           
 


Liferay 6.0.5