@ProviderType
public class DLFileShortcutServiceUtil
extends Object
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
,
DLFileShortcutServiceBaseImpl
,
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 DLFileShortcut |
getFileShortcut(long fileShortcutId) |
static String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static DLFileShortcutService |
getService() |
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
PortalException
public static void deleteFileShortcut(long fileShortcutId) throws PortalException
PortalException
public static DLFileShortcut getFileShortcut(long fileShortcutId) throws PortalException
PortalException
public static String getOSGiServiceIdentifier()
public static DLFileShortcut updateFileShortcut(long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) throws PortalException
PortalException
public static void updateFileShortcuts(long oldToFileEntryId, long newToFileEntryId) throws PortalException
PortalException
public static DLFileShortcutService getService()