Liferay 6.1.10-ee-ga1

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

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

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

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

Methods in com.liferay.portlet.documentlibrary.service that return DLFileShortcutService
static DLFileShortcutService DLFileShortcutServiceUtil.getService()
           
 DLFileShortcutService DLFileShortcutServiceWrapper.getWrappedDLFileShortcutService()
          Deprecated. Renamed to DLFileShortcutServiceWrapper.getWrappedService()
 DLFileShortcutService DLFileShortcutServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLFileShortcutService
 void DLFileShortcutServiceUtil.setService(DLFileShortcutService service)
           
 void DLFileShortcutServiceWrapper.setWrappedDLFileShortcutService(DLFileShortcutService dlFileShortcutService)
          Deprecated. Renamed to 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.1.10-ee-ga1