Liferay 6.1.2-ce-ga3

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
           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)
          Deprecated.  
 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.2-ce-ga3