Liferay 6.0-ee-sp2

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

Packages that use DLFileShortcutService
com.liferay.portlet.documentlibrary.service   
 

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()
           
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLFileShortcutService
 void DLFileShortcutServiceUtil.setService(DLFileShortcutService service)
           
 void DLFileShortcutServiceWrapper.setWrappedDLFileShortcutService(DLFileShortcutService dlFileShortcutService)
           
 

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


Liferay 6.0-ee-sp2