Liferay 7.0-ce-b4

Uses of Class
com.liferay.portlet.documentlibrary.model.DLFileShortcutSoap

Packages that use DLFileShortcutSoap
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.model.impl   
com.liferay.portlet.documentlibrary.service.http This package defines the HTTP and SOAP document library portlet service utilities. 
 

Uses of DLFileShortcutSoap in com.liferay.portlet.documentlibrary.model
 

Methods in com.liferay.portlet.documentlibrary.model that return DLFileShortcutSoap
static DLFileShortcutSoap DLFileShortcutSoap.toSoapModel(DLFileShortcut model)
           
static DLFileShortcutSoap[] DLFileShortcutSoap.toSoapModels(DLFileShortcut[] models)
           
static DLFileShortcutSoap[][] DLFileShortcutSoap.toSoapModels(DLFileShortcut[][] models)
           
static DLFileShortcutSoap[] DLFileShortcutSoap.toSoapModels(List<DLFileShortcut> models)
           
 

Uses of DLFileShortcutSoap in com.liferay.portlet.documentlibrary.model.impl
 

Methods in com.liferay.portlet.documentlibrary.model.impl with parameters of type DLFileShortcutSoap
static DLFileShortcut DLFileShortcutModelImpl.toModel(DLFileShortcutSoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<DLFileShortcut> DLFileShortcutModelImpl.toModels(DLFileShortcutSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Uses of DLFileShortcutSoap in com.liferay.portlet.documentlibrary.service.http
 

Methods in com.liferay.portlet.documentlibrary.service.http that return DLFileShortcutSoap
static DLFileShortcutSoap DLFileShortcutServiceSoap.addFileShortcut(long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
static DLFileShortcutSoap DLFileShortcutServiceSoap.getFileShortcut(long fileShortcutId)
           
static DLFileShortcutSoap DLFileShortcutServiceSoap.updateFileShortcut(long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
 


Liferay 7.0-ce-b4