Liferay 6.2-ce-ga5

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 folderId, long toFileEntryId, ServiceContext serviceContext)
           
static DLFileShortcutSoap DLAppServiceSoap.addFileShortcut(long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext)
          Adds a file shortcut to the existing file entry.
static DLFileShortcutSoap DLFileShortcutServiceSoap.getFileShortcut(long fileShortcutId)
           
static DLFileShortcutSoap DLAppServiceSoap.getFileShortcut(long fileShortcutId)
          Returns the file shortcut with the primary key.
static DLFileShortcutSoap DLAppServiceSoap.moveFileShortcutFromTrash(long fileShortcutId, long newFolderId, ServiceContext serviceContext)
          Moves the file shortcut from a trashed folder to the new folder.
static DLFileShortcutSoap DLAppServiceSoap.moveFileShortcutToTrash(long fileShortcutId)
          Moves the file shortcut with the primary key to the trash portlet.
static DLFileShortcutSoap DLFileShortcutServiceSoap.updateFileShortcut(long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext)
           
static DLFileShortcutSoap DLAppServiceSoap.updateFileShortcut(long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext)
          Updates a file shortcut to the existing file entry.
 


Liferay 6.2-ce-ga5