@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 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 folderId,
long toFileEntryId,
ServiceContext serviceContext) |
public static java.lang.String getBeanIdentifier()
public static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static DLFileShortcut addFileShortcut(long groupId, long folderId, long toFileEntryId, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static void deleteFileShortcut(long fileShortcutId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static DLFileShortcut getFileShortcut(long fileShortcutId) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static DLFileShortcut updateFileShortcut(long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static DLFileShortcutService getService()
public void setService(DLFileShortcutService service)