Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.documentlibrary.service.DLFileShortcutService

Packages that use DLFileShortcutService
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
 

Uses of DLFileShortcutService in com.liferay.portlet.documentlibrary.service
 

Classes in com.liferay.portlet.documentlibrary.service that implement DLFileShortcutService
 class DLFileShortcutServiceWrapper
          Provides a wrapper for DLFileShortcutService.
 

Methods in com.liferay.portlet.documentlibrary.service that return DLFileShortcutService
static DLFileShortcutService DLFileShortcutServiceUtil.getService()
           
 DLFileShortcutService DLFileShortcutServiceWrapper.getWrappedDLFileShortcutService()
          Deprecated. As of 6.1.0, replaced by DLFileShortcutServiceWrapper.getWrappedService()
 DLFileShortcutService DLFileShortcutServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLFileShortcutService
 void DLFileShortcutServiceUtil.setService(DLFileShortcutService service)
          Deprecated. As of 6.2.0
 void DLFileShortcutServiceWrapper.setWrappedDLFileShortcutService(DLFileShortcutService dlFileShortcutService)
          Deprecated. As of 6.1.0, replaced by DLFileShortcutServiceWrapper.setWrappedService(com.liferay.portlet.documentlibrary.service.DLFileShortcutService)
 void DLFileShortcutServiceWrapper.setWrappedService(DLFileShortcutService dlFileShortcutService)
           
 

Constructors in com.liferay.portlet.documentlibrary.service with parameters of type DLFileShortcutService
DLFileShortcutServiceWrapper(DLFileShortcutService dlFileShortcutService)
           
 


Liferay 6.2-ce-ga5