@ProviderType
public class DLFileShortcutServiceUtil
extends java.lang.Object
com.liferay.portlet.documentlibrary.service.impl.DLFileShortcutServiceImpl and is the
primary access point for service operations in application layer code running
on a remote server. Methods of this service are expected to have security
checks based on the propagated JAAS credentials because this service can be
accessed remotely.DLFileShortcutService,
com.liferay.portlet.documentlibrary.service.base.DLFileShortcutServiceBaseImpl,
com.liferay.portlet.documentlibrary.service.impl.DLFileShortcutServiceImpl| Constructor and Description |
|---|
DLFileShortcutServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static DLFileShortcut |
addFileShortcut(long groupId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext) |
static void |
deleteFileShortcut(long fileShortcutId) |
static java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
static DLFileShortcut |
getFileShortcut(long fileShortcutId) |
static DLFileShortcutService |
getService() |
static void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setService(DLFileShortcutService service)
Deprecated.
As of 6.2.0
|
static DLFileShortcut |
updateFileShortcut(long fileShortcutId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext) |
static void |
updateFileShortcuts(long oldToFileEntryId,
long newToFileEntryId) |
public static DLFileShortcut addFileShortcut(long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static void deleteFileShortcut(long fileShortcutId)
throws PortalException
PortalExceptionpublic static java.lang.String getBeanIdentifier()
public static DLFileShortcut getFileShortcut(long fileShortcutId) throws PortalException
PortalExceptionpublic static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static DLFileShortcut updateFileShortcut(long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) throws PortalException
PortalExceptionpublic static void updateFileShortcuts(long oldToFileEntryId,
long newToFileEntryId)
throws PortalException
PortalExceptionpublic static DLFileShortcutService getService()
@Deprecated public void setService(DLFileShortcutService service)