Liferay 6.2-ce-ga5

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

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

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

Classes in com.liferay.portlet.documentlibrary.service that implement DLFileShortcutLocalService
 class DLFileShortcutLocalServiceWrapper
          Provides a wrapper for DLFileShortcutLocalService.
 

Methods in com.liferay.portlet.documentlibrary.service that return DLFileShortcutLocalService
static DLFileShortcutLocalService DLFileShortcutLocalServiceUtil.getService()
           
 DLFileShortcutLocalService DLFileShortcutLocalServiceWrapper.getWrappedDLFileShortcutLocalService()
          Deprecated. As of 6.1.0, replaced by DLFileShortcutLocalServiceWrapper.getWrappedService()
 DLFileShortcutLocalService DLFileShortcutLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLFileShortcutLocalService
 void DLFileShortcutLocalServiceUtil.setService(DLFileShortcutLocalService service)
          Deprecated. As of 6.2.0
 void DLFileShortcutLocalServiceWrapper.setWrappedDLFileShortcutLocalService(DLFileShortcutLocalService dlFileShortcutLocalService)
          Deprecated. As of 6.1.0, replaced by DLFileShortcutLocalServiceWrapper.setWrappedService(com.liferay.portlet.documentlibrary.service.DLFileShortcutLocalService)
 void DLFileShortcutLocalServiceWrapper.setWrappedService(DLFileShortcutLocalService dlFileShortcutLocalService)
           
 

Constructors in com.liferay.portlet.documentlibrary.service with parameters of type DLFileShortcutLocalService
DLFileShortcutLocalServiceWrapper(DLFileShortcutLocalService dlFileShortcutLocalService)
           
 


Liferay 6.2-ce-ga5