@ProviderType public class DLAppHelperLocalServiceWrapper extends java.lang.Object implements DLAppHelperLocalService, ServiceWrapper<DLAppHelperLocalService>
DLAppHelperLocalService.DLAppHelperLocalService| Constructor and Description |
|---|
DLAppHelperLocalServiceWrapper(DLAppHelperLocalService dlAppHelperLocalService) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
ServiceContext serviceContext) |
void |
addFolder(long userId,
Folder folder,
ServiceContext serviceContext) |
void |
cancelCheckOut(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
FileVersion draftFileVersion,
ServiceContext serviceContext) |
void |
checkAssetEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion) |
void |
deleteFileEntry(FileEntry fileEntry) |
void |
deleteFolder(Folder folder) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
void |
getFileAsStream(long userId,
FileEntry fileEntry,
boolean incrementCounter) |
java.util.List<DLFileShortcut> |
getFileShortcuts(long groupId,
long folderId,
boolean active,
int status) |
java.util.List<DLFileShortcut> |
getFileShortcuts(long groupId,
long folderId,
int status)
Deprecated.
As of 6.2.0, replaced by
getFileShortcuts(long, long,
boolean, int) |
int |
getFileShortcutsCount(long groupId,
long folderId,
boolean active,
int status) |
int |
getFileShortcutsCount(long groupId,
long folderId,
int status)
Deprecated.
As of 6.2.0, replaced by
getFileShortcutsCount(long,
long, boolean, int) |
java.util.List<FileEntry> |
getNoAssetFileEntries() |
DLAppHelperLocalService |
getWrappedDLAppHelperLocalService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
DLAppHelperLocalService |
getWrappedService() |
void |
moveDependentsToTrash(java.util.List<java.lang.Object> dlFileEntriesAndDLFolders,
long trashEntryId) |
void |
moveFileEntry(FileEntry fileEntry) |
FileEntry |
moveFileEntryFromTrash(long userId,
FileEntry fileEntry,
long newFolderId,
ServiceContext serviceContext) |
FileEntry |
moveFileEntryToTrash(long userId,
FileEntry fileEntry)
Moves the file entry to the recycle bin.
|
DLFileShortcut |
moveFileShortcutFromTrash(long userId,
DLFileShortcut dlFileShortcut,
long newFolderId,
ServiceContext serviceContext) |
DLFileShortcut |
moveFileShortcutToTrash(long userId,
DLFileShortcut dlFileShortcut)
Moves the file shortcut to the recycle bin.
|
void |
moveFolder(Folder folder) |
Folder |
moveFolderFromTrash(long userId,
Folder folder,
long parentFolderId,
ServiceContext serviceContext) |
Folder |
moveFolderToTrash(long userId,
Folder folder)
Moves the folder to the recycle bin.
|
void |
registerDLSyncEventCallback(java.lang.String event,
FileEntry fileEntry) |
void |
registerDLSyncEventCallback(java.lang.String event,
Folder folder) |
void |
restoreDependentsFromTrash(java.util.List<java.lang.Object> dlFileEntriesAndDLFolders,
long trashEntryId) |
void |
restoreFileEntryFromTrash(long userId,
FileEntry fileEntry) |
void |
restoreFileShortcutFromTrash(long userId,
DLFileShortcut dlFileShortcut) |
void |
restoreFolderFromTrash(long userId,
Folder folder) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService) |
void |
setWrappedService(DLAppHelperLocalService dlAppHelperLocalService) |
AssetEntry |
updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long assetClassPk) |
AssetEntry |
updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
java.lang.String[] assetTagNames,
long[] assetLinkEntryIds) |
AssetEntry |
updateAsset(long userId,
Folder folder,
long[] assetCategoryIds,
java.lang.String[] assetTagNames,
long[] assetLinkEntryIds) |
void |
updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
long assetClassPk) |
void |
updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
ServiceContext serviceContext) |
void |
updateFolder(long userId,
Folder folder,
ServiceContext serviceContext) |
void |
updateStatus(long userId,
FileEntry fileEntry,
FileVersion latestFileVersion,
int oldStatus,
int newStatus,
java.util.Map<java.lang.String,java.io.Serializable> workflowContext,
ServiceContext serviceContext) |
public DLAppHelperLocalServiceWrapper(DLAppHelperLocalService dlAppHelperLocalService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface DLAppHelperLocalServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface DLAppHelperLocalServicebeanIdentifier - the Spring bean ID for this beanpublic void addFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
ServiceContext serviceContext)
throws PortalException,
SystemException
addFileEntry in interface DLAppHelperLocalServicePortalExceptionSystemExceptionpublic void addFolder(long userId,
Folder folder,
ServiceContext serviceContext)
throws PortalException,
SystemException
addFolder in interface DLAppHelperLocalServicePortalExceptionSystemExceptionpublic void cancelCheckOut(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
FileVersion draftFileVersion,
ServiceContext serviceContext)
throws PortalException,
SystemException
cancelCheckOut in interface DLAppHelperLocalServicePortalExceptionSystemExceptionpublic void checkAssetEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion)
throws PortalException,
SystemException
checkAssetEntry in interface DLAppHelperLocalServicePortalExceptionSystemExceptionpublic void deleteFileEntry(FileEntry fileEntry) throws PortalException, SystemException
deleteFileEntry in interface DLAppHelperLocalServicePortalExceptionSystemExceptionpublic void deleteFolder(Folder folder) throws PortalException, SystemException
deleteFolder in interface DLAppHelperLocalServicePortalExceptionSystemExceptionpublic void getFileAsStream(long userId,
FileEntry fileEntry,
boolean incrementCounter)
throws SystemException
getFileAsStream in interface DLAppHelperLocalServiceSystemExceptionpublic java.util.List<DLFileShortcut> getFileShortcuts(long groupId, long folderId, boolean active, int status) throws SystemException
getFileShortcuts in interface DLAppHelperLocalServiceSystemExceptionpublic java.util.List<DLFileShortcut> getFileShortcuts(long groupId, long folderId, int status) throws SystemException
getFileShortcuts(long, long,
boolean, int)getFileShortcuts in interface DLAppHelperLocalServiceSystemExceptionpublic int getFileShortcutsCount(long groupId,
long folderId,
boolean active,
int status)
throws SystemException
getFileShortcutsCount in interface DLAppHelperLocalServiceSystemExceptionpublic int getFileShortcutsCount(long groupId,
long folderId,
int status)
throws SystemException
getFileShortcutsCount(long,
long, boolean, int)getFileShortcutsCount in interface DLAppHelperLocalServiceSystemExceptionpublic java.util.List<FileEntry> getNoAssetFileEntries()
getNoAssetFileEntries in interface DLAppHelperLocalServicepublic void moveDependentsToTrash(java.util.List<java.lang.Object> dlFileEntriesAndDLFolders,
long trashEntryId)
throws PortalException,
SystemException
moveDependentsToTrash in interface DLAppHelperLocalServicePortalExceptionSystemExceptionpublic void moveFileEntry(FileEntry fileEntry) throws PortalException, SystemException
moveFileEntry in interface DLAppHelperLocalServicePortalExceptionSystemExceptionpublic FileEntry moveFileEntryFromTrash(long userId, FileEntry fileEntry, long newFolderId, ServiceContext serviceContext) throws PortalException, SystemException
moveFileEntryFromTrash in interface DLAppHelperLocalServicePortalExceptionSystemExceptionpublic FileEntry moveFileEntryToTrash(long userId, FileEntry fileEntry) throws PortalException, SystemException
moveFileEntryToTrash in interface DLAppHelperLocalServiceuserId - the primary key of the user moving the file entryfileEntry - the file entry to be movedPortalException - if a user with the primary key could not be foundSystemException - if a system exception occurredpublic DLFileShortcut moveFileShortcutFromTrash(long userId, DLFileShortcut dlFileShortcut, long newFolderId, ServiceContext serviceContext) throws PortalException, SystemException
moveFileShortcutFromTrash in interface DLAppHelperLocalServicePortalExceptionSystemExceptionpublic DLFileShortcut moveFileShortcutToTrash(long userId, DLFileShortcut dlFileShortcut) throws PortalException, SystemException
moveFileShortcutToTrash in interface DLAppHelperLocalServiceuserId - the primary key of the user moving the file shortcutdlFileShortcut - the file shortcut to be movedPortalException - if a user with the primary key could not be foundSystemException - if a system exception occurredpublic void moveFolder(Folder folder) throws SystemException
moveFolder in interface DLAppHelperLocalServiceSystemExceptionpublic Folder moveFolderFromTrash(long userId, Folder folder, long parentFolderId, ServiceContext serviceContext) throws PortalException, SystemException
moveFolderFromTrash in interface DLAppHelperLocalServicePortalExceptionSystemExceptionpublic Folder moveFolderToTrash(long userId, Folder folder) throws PortalException, SystemException
moveFolderToTrash in interface DLAppHelperLocalServiceuserId - the primary key of the user moving the folderfolder - the folder to be movedPortalException - if a user with the primary key could not be foundSystemException - if a system exception occurredpublic void registerDLSyncEventCallback(java.lang.String event,
FileEntry fileEntry)
throws PortalException,
SystemException
registerDLSyncEventCallback in interface DLAppHelperLocalServicePortalExceptionSystemExceptionpublic void registerDLSyncEventCallback(java.lang.String event,
Folder folder)
throws SystemException
registerDLSyncEventCallback in interface DLAppHelperLocalServiceSystemExceptionpublic void restoreDependentsFromTrash(java.util.List<java.lang.Object> dlFileEntriesAndDLFolders,
long trashEntryId)
throws PortalException,
SystemException
restoreDependentsFromTrash in interface DLAppHelperLocalServicePortalExceptionSystemExceptionpublic void restoreFileEntryFromTrash(long userId,
FileEntry fileEntry)
throws PortalException,
SystemException
restoreFileEntryFromTrash in interface DLAppHelperLocalServicePortalExceptionSystemExceptionpublic void restoreFileShortcutFromTrash(long userId,
DLFileShortcut dlFileShortcut)
throws PortalException,
SystemException
restoreFileShortcutFromTrash in interface DLAppHelperLocalServicePortalExceptionSystemExceptionpublic void restoreFolderFromTrash(long userId,
Folder folder)
throws PortalException,
SystemException
restoreFolderFromTrash in interface DLAppHelperLocalServicePortalExceptionSystemExceptionpublic AssetEntry updateAsset(long userId, FileEntry fileEntry, FileVersion fileVersion, long assetClassPk) throws PortalException, SystemException
updateAsset in interface DLAppHelperLocalServicePortalExceptionSystemExceptionpublic AssetEntry updateAsset(long userId, FileEntry fileEntry, FileVersion fileVersion, long[] assetCategoryIds, java.lang.String[] assetTagNames, long[] assetLinkEntryIds) throws PortalException, SystemException
updateAsset in interface DLAppHelperLocalServicePortalExceptionSystemExceptionpublic AssetEntry updateAsset(long userId, Folder folder, long[] assetCategoryIds, java.lang.String[] assetTagNames, long[] assetLinkEntryIds) throws PortalException, SystemException
updateAsset in interface DLAppHelperLocalServicePortalExceptionSystemExceptionpublic void updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
long assetClassPk)
throws PortalException,
SystemException
updateFileEntry in interface DLAppHelperLocalServicePortalExceptionSystemExceptionpublic void updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateFileEntry in interface DLAppHelperLocalServicePortalExceptionSystemExceptionpublic void updateFolder(long userId,
Folder folder,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateFolder in interface DLAppHelperLocalServicePortalExceptionSystemExceptionpublic void updateStatus(long userId,
FileEntry fileEntry,
FileVersion latestFileVersion,
int oldStatus,
int newStatus,
java.util.Map<java.lang.String,java.io.Serializable> workflowContext,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateStatus in interface DLAppHelperLocalServicePortalExceptionSystemExceptionpublic DLAppHelperLocalService getWrappedDLAppHelperLocalService()
getWrappedService()public void setWrappedDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService)
setWrappedService(com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService)public DLAppHelperLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<DLAppHelperLocalService>public void setWrappedService(DLAppHelperLocalService dlAppHelperLocalService)
setWrappedService in interface ServiceWrapper<DLAppHelperLocalService>