@ProviderType public class DLFileShortcutServiceWrapper extends java.lang.Object implements DLFileShortcutService, ServiceWrapper<DLFileShortcutService>
DLFileShortcutService.DLFileShortcutService| Constructor and Description |
|---|
DLFileShortcutServiceWrapper(DLFileShortcutService dlFileShortcutService) |
| Modifier and Type | Method and Description |
|---|---|
DLFileShortcut |
addFileShortcut(long groupId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext) |
void |
deleteFileShortcut(long fileShortcutId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
DLFileShortcut |
getFileShortcut(long fileShortcutId) |
DLFileShortcutService |
getWrappedDLFileShortcutService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
DLFileShortcutService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedDLFileShortcutService(DLFileShortcutService dlFileShortcutService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.documentlibrary.service.DLFileShortcutService) |
void |
setWrappedService(DLFileShortcutService dlFileShortcutService) |
DLFileShortcut |
updateFileShortcut(long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext) |
public DLFileShortcutServiceWrapper(DLFileShortcutService dlFileShortcutService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface DLFileShortcutServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface DLFileShortcutServicebeanIdentifier - the Spring bean ID for this beanpublic DLFileShortcut addFileShortcut(long groupId, long folderId, long toFileEntryId, ServiceContext serviceContext) throws PortalException, SystemException
addFileShortcut in interface DLFileShortcutServicePortalExceptionSystemExceptionpublic void deleteFileShortcut(long fileShortcutId)
throws PortalException,
SystemException
deleteFileShortcut in interface DLFileShortcutServicePortalExceptionSystemExceptionpublic DLFileShortcut getFileShortcut(long fileShortcutId) throws PortalException, SystemException
getFileShortcut in interface DLFileShortcutServicePortalExceptionSystemExceptionpublic DLFileShortcut updateFileShortcut(long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext) throws PortalException, SystemException
updateFileShortcut in interface DLFileShortcutServicePortalExceptionSystemExceptionpublic DLFileShortcutService getWrappedDLFileShortcutService()
getWrappedService()public void setWrappedDLFileShortcutService(DLFileShortcutService dlFileShortcutService)
setWrappedService(com.liferay.portlet.documentlibrary.service.DLFileShortcutService)public DLFileShortcutService getWrappedService()
getWrappedService in interface ServiceWrapper<DLFileShortcutService>public void setWrappedService(DLFileShortcutService dlFileShortcutService)
setWrappedService in interface ServiceWrapper<DLFileShortcutService>