Liferay 7.0-ce-b4

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

Packages that use DLFileShortcutPersistence
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.documentlibrary.service.persistence   
com.liferay.portlet.documentlibrary.service.persistence.impl   
 

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

Fields in com.liferay.portal.service.base declared as DLFileShortcutPersistence
protected  DLFileShortcutPersistence RepositoryLocalServiceBaseImpl.dlFileShortcutPersistence
           
protected  DLFileShortcutPersistence RepositoryServiceBaseImpl.dlFileShortcutPersistence
           
 

Methods in com.liferay.portal.service.base that return DLFileShortcutPersistence
 DLFileShortcutPersistence RepositoryLocalServiceBaseImpl.getDLFileShortcutPersistence()
          Returns the document library file shortcut persistence.
 DLFileShortcutPersistence RepositoryServiceBaseImpl.getDLFileShortcutPersistence()
          Returns the document library file shortcut persistence.
 

Methods in com.liferay.portal.service.base with parameters of type DLFileShortcutPersistence
 void RepositoryLocalServiceBaseImpl.setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
          Sets the document library file shortcut persistence.
 void RepositoryServiceBaseImpl.setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
          Sets the document library file shortcut persistence.
 

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

Fields in com.liferay.portlet.documentlibrary.service.base declared as DLFileShortcutPersistence
protected  DLFileShortcutPersistence DLFileShortcutServiceBaseImpl.dlFileShortcutPersistence
           
protected  DLFileShortcutPersistence DLFolderLocalServiceBaseImpl.dlFileShortcutPersistence
           
protected  DLFileShortcutPersistence DLFileShortcutLocalServiceBaseImpl.dlFileShortcutPersistence
           
protected  DLFileShortcutPersistence DLAppHelperLocalServiceBaseImpl.dlFileShortcutPersistence
           
protected  DLFileShortcutPersistence DLFolderServiceBaseImpl.dlFileShortcutPersistence
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return DLFileShortcutPersistence
 DLFileShortcutPersistence DLFileShortcutServiceBaseImpl.getDLFileShortcutPersistence()
          Returns the document library file shortcut persistence.
 DLFileShortcutPersistence DLFolderLocalServiceBaseImpl.getDLFileShortcutPersistence()
          Returns the document library file shortcut persistence.
 DLFileShortcutPersistence DLFileShortcutLocalServiceBaseImpl.getDLFileShortcutPersistence()
          Returns the document library file shortcut persistence.
 DLFileShortcutPersistence DLAppHelperLocalServiceBaseImpl.getDLFileShortcutPersistence()
          Returns the document library file shortcut persistence.
 DLFileShortcutPersistence DLFolderServiceBaseImpl.getDLFileShortcutPersistence()
          Returns the document library file shortcut persistence.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type DLFileShortcutPersistence
 void DLFileShortcutServiceBaseImpl.setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
          Sets the document library file shortcut persistence.
 void DLFolderLocalServiceBaseImpl.setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
          Sets the document library file shortcut persistence.
 void DLFileShortcutLocalServiceBaseImpl.setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
          Sets the document library file shortcut persistence.
 void DLAppHelperLocalServiceBaseImpl.setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
          Sets the document library file shortcut persistence.
 void DLFolderServiceBaseImpl.setDLFileShortcutPersistence(DLFileShortcutPersistence dlFileShortcutPersistence)
          Sets the document library file shortcut persistence.
 

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

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

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

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


Liferay 7.0-ce-b4