public class DLAppHelperLocalServiceWrapper extends Object implements DLAppHelperLocalService, ServiceWrapper<DLAppHelperLocalService>
DLAppHelperLocalService.DLAppHelperLocalService| Constructor and Description |
|---|
DLAppHelperLocalServiceWrapper() |
DLAppHelperLocalServiceWrapper(DLAppHelperLocalService dlAppHelperLocalService) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFolder(long userId,
Folder folder,
ServiceContext serviceContext) |
void |
cancelCheckOut(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
FileVersion draftFileVersion,
ServiceContext serviceContext) |
void |
cancelCheckOuts(long groupId) |
void |
checkAssetEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion) |
void |
deleteFileEntry(FileEntry fileEntry) |
void |
deleteFolder(Folder folder) |
void |
deleteRepositoryFileEntries(long repositoryId) |
long |
getCheckedOutFileEntriesCount(long groupId) |
void |
getFileAsStream(long userId,
FileEntry fileEntry,
boolean incrementCounter) |
List<DLFileShortcut> |
getFileShortcuts(long groupId,
long folderId,
boolean active,
int status) |
int |
getFileShortcutsCount(long groupId,
long folderId,
boolean active,
int status) |
List<FileEntry> |
getNoAssetFileEntries() |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
DLAppHelperLocalService |
getWrappedService() |
void |
moveDependentsToTrash(DLFolder dlFolder) |
FileEntry |
moveFileEntryFromTrash(long userId,
FileEntry fileEntry,
long newFolderId,
ServiceContext serviceContext) |
FileEntry |
moveFileEntryToTrash(long userId,
FileEntry fileEntry)
Moves the file entry to the recycle bin.
|
FileShortcut |
moveFileShortcutFromTrash(long userId,
FileShortcut fileShortcut,
long newFolderId,
ServiceContext serviceContext) |
FileShortcut |
moveFileShortcutToTrash(long userId,
FileShortcut fileShortcut)
Moves the file shortcut to the recycle bin.
|
Folder |
moveFolderFromTrash(long userId,
Folder folder,
long parentFolderId,
ServiceContext serviceContext) |
Folder |
moveFolderToTrash(long userId,
Folder folder)
Moves the folder to the recycle bin.
|
void |
reindex(long companyId,
List<Long> dlFileEntryIds) |
void |
restoreDependentsFromTrash(DLFolder dlFolder) |
void |
restoreFileEntryFromTrash(long userId,
FileEntry fileEntry) |
void |
restoreFileEntryFromTrash(long userId,
long newFolderId,
FileEntry fileEntry) |
void |
restoreFileShortcutFromTrash(long userId,
FileShortcut fileShortcut) |
void |
restoreFolderFromTrash(long userId,
Folder folder) |
void |
setWrappedService(DLAppHelperLocalService dlAppHelperLocalService) |
AssetEntry |
updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long assetClassPK) |
AssetEntry |
updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds) |
AssetEntry |
updateAsset(long userId,
Folder folder,
long[] assetCategoryIds,
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,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext) |
public DLAppHelperLocalServiceWrapper()
public DLAppHelperLocalServiceWrapper(DLAppHelperLocalService dlAppHelperLocalService)
public void addFolder(long userId,
Folder folder,
ServiceContext serviceContext)
throws PortalException
addFolder in interface DLAppHelperLocalServicePortalExceptionpublic void cancelCheckOut(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
FileVersion draftFileVersion,
ServiceContext serviceContext)
throws PortalException
cancelCheckOut in interface DLAppHelperLocalServicePortalExceptionpublic void cancelCheckOuts(long groupId)
throws PortalException
cancelCheckOuts in interface DLAppHelperLocalServicePortalExceptionpublic void checkAssetEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion)
throws PortalException
checkAssetEntry in interface DLAppHelperLocalServicePortalExceptionpublic void deleteFileEntry(FileEntry fileEntry) throws PortalException
deleteFileEntry in interface DLAppHelperLocalServicePortalExceptionpublic void deleteFolder(Folder folder) throws PortalException
deleteFolder in interface DLAppHelperLocalServicePortalExceptionpublic void deleteRepositoryFileEntries(long repositoryId)
throws PortalException
deleteRepositoryFileEntries in interface DLAppHelperLocalServicePortalExceptionpublic long getCheckedOutFileEntriesCount(long groupId)
throws PortalException
getCheckedOutFileEntriesCount in interface DLAppHelperLocalServicePortalExceptionpublic void getFileAsStream(long userId,
FileEntry fileEntry,
boolean incrementCounter)
getFileAsStream in interface DLAppHelperLocalServicepublic List<DLFileShortcut> getFileShortcuts(long groupId, long folderId, boolean active, int status)
getFileShortcuts in interface DLAppHelperLocalServicepublic int getFileShortcutsCount(long groupId,
long folderId,
boolean active,
int status)
getFileShortcutsCount in interface DLAppHelperLocalServicepublic List<FileEntry> getNoAssetFileEntries()
getNoAssetFileEntries in interface DLAppHelperLocalServicepublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface DLAppHelperLocalServicepublic void moveDependentsToTrash(DLFolder dlFolder) throws PortalException
moveDependentsToTrash in interface DLAppHelperLocalServicePortalExceptionpublic FileEntry moveFileEntryFromTrash(long userId, FileEntry fileEntry, long newFolderId, ServiceContext serviceContext) throws PortalException
moveFileEntryFromTrash in interface DLAppHelperLocalServicePortalExceptionpublic FileEntry moveFileEntryToTrash(long userId, FileEntry fileEntry) throws PortalException
moveFileEntryToTrash in interface DLAppHelperLocalServiceuserId - the primary key of the user moving the file entryfileEntry - the file entry to be movedPortalExceptionpublic FileShortcut moveFileShortcutFromTrash(long userId, FileShortcut fileShortcut, long newFolderId, ServiceContext serviceContext) throws PortalException
moveFileShortcutFromTrash in interface DLAppHelperLocalServicePortalExceptionpublic FileShortcut moveFileShortcutToTrash(long userId, FileShortcut fileShortcut) throws PortalException
moveFileShortcutToTrash in interface DLAppHelperLocalServiceuserId - the primary key of the user moving the file shortcutfileShortcut - the file shortcut to be movedPortalExceptionpublic Folder moveFolderFromTrash(long userId, Folder folder, long parentFolderId, ServiceContext serviceContext) throws PortalException
moveFolderFromTrash in interface DLAppHelperLocalServicePortalExceptionpublic Folder moveFolderToTrash(long userId, Folder folder) throws PortalException
moveFolderToTrash in interface DLAppHelperLocalServiceuserId - the primary key of the user moving the folderfolder - the folder to be movedPortalExceptionpublic void reindex(long companyId,
List<Long> dlFileEntryIds)
throws PortalException
reindex in interface DLAppHelperLocalServicePortalExceptionpublic void restoreDependentsFromTrash(DLFolder dlFolder) throws PortalException
restoreDependentsFromTrash in interface DLAppHelperLocalServicePortalExceptionpublic void restoreFileEntryFromTrash(long userId,
FileEntry fileEntry)
throws PortalException
restoreFileEntryFromTrash in interface DLAppHelperLocalServicePortalExceptionpublic void restoreFileEntryFromTrash(long userId,
long newFolderId,
FileEntry fileEntry)
throws PortalException
restoreFileEntryFromTrash in interface DLAppHelperLocalServicePortalExceptionpublic void restoreFileShortcutFromTrash(long userId,
FileShortcut fileShortcut)
throws PortalException
restoreFileShortcutFromTrash in interface DLAppHelperLocalServicePortalExceptionpublic void restoreFolderFromTrash(long userId,
Folder folder)
throws PortalException
restoreFolderFromTrash in interface DLAppHelperLocalServicePortalExceptionpublic AssetEntry updateAsset(long userId, FileEntry fileEntry, FileVersion fileVersion, long assetClassPK) throws PortalException
updateAsset in interface DLAppHelperLocalServicePortalExceptionpublic AssetEntry updateAsset(long userId, FileEntry fileEntry, FileVersion fileVersion, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds) throws PortalException
updateAsset in interface DLAppHelperLocalServicePortalExceptionpublic AssetEntry updateAsset(long userId, Folder folder, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds) throws PortalException
updateAsset in interface DLAppHelperLocalServicePortalExceptionpublic void updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
long assetClassPK)
throws PortalException
updateFileEntry in interface DLAppHelperLocalServicePortalExceptionpublic void updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
ServiceContext serviceContext)
throws PortalException
updateFileEntry in interface DLAppHelperLocalServicePortalExceptionpublic void updateFolder(long userId,
Folder folder,
ServiceContext serviceContext)
throws PortalException
updateFolder in interface DLAppHelperLocalServicePortalExceptionpublic void updateStatus(long userId,
FileEntry fileEntry,
FileVersion latestFileVersion,
int oldStatus,
int newStatus,
ServiceContext serviceContext,
Map<String,Serializable> workflowContext)
throws PortalException
updateStatus in interface DLAppHelperLocalServicePortalExceptionpublic DLAppHelperLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<DLAppHelperLocalService>public void setWrappedService(DLAppHelperLocalService dlAppHelperLocalService)
setWrappedService in interface ServiceWrapper<DLAppHelperLocalService>