|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
DLAppServiceSoap.addFileShortcut(long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Adds a file shortcut to the existing file entry. |
static DLFileShortcutSoap |
DLFileShortcutServiceSoap.addFileShortcut(long groupId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
static DLFileShortcutSoap |
DLAppServiceSoap.getFileShortcut(long fileShortcutId)
Returns the file shortcut with the primary key. |
static DLFileShortcutSoap |
DLFileShortcutServiceSoap.getFileShortcut(long fileShortcutId)
|
static DLFileShortcutSoap |
DLAppServiceSoap.updateFileShortcut(long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
Updates a file shortcut to the existing file entry. |
static DLFileShortcutSoap |
DLFileShortcutServiceSoap.updateFileShortcut(long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext)
|
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |