@ProviderType public class DLAppHelperLocalServiceWrapper extends Object implements DLAppHelperLocalService, ServiceWrapper<DLAppHelperLocalService>
DLAppHelperLocalService
.DLAppHelperLocalService
Constructor and Description |
---|
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 |
checkAssetEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion) |
void |
deleteFileEntry(FileEntry fileEntry) |
void |
deleteFolder(Folder folder) |
void |
deleteRepositoryFileEntries(long repositoryId) |
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) |
void |
moveDependentsToTrash(List<Object> dlFileEntriesAndDLFolders,
long trashEntryId)
Deprecated.
As of 7.0.0, replaced by
moveDependentsToTrash(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 |
restoreDependentsFromTrash(DLFolder dlFolder) |
void |
restoreDependentsFromTrash(List<Object> dlFileEntriesAndDLFolders)
Deprecated.
As of 7.0.0, replaced by
restoreDependentsFromTrash(DLFolder) |
void |
restoreDependentsFromTrash(List<Object> dlFileEntriesAndDLFolders,
long trashEntryId)
Deprecated.
As of 7.0.0, replaced by
restoreDependentsFromTrash(List) |
void |
restoreFileEntryFromTrash(long userId,
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(DLAppHelperLocalService dlAppHelperLocalService)
public void addFolder(long userId, Folder folder, ServiceContext serviceContext) throws PortalException
addFolder
in interface DLAppHelperLocalService
PortalException
public void cancelCheckOut(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, FileVersion draftFileVersion, ServiceContext serviceContext) throws PortalException
cancelCheckOut
in interface DLAppHelperLocalService
PortalException
public void checkAssetEntry(long userId, FileEntry fileEntry, FileVersion fileVersion) throws PortalException
checkAssetEntry
in interface DLAppHelperLocalService
PortalException
public void deleteFileEntry(FileEntry fileEntry) throws PortalException
deleteFileEntry
in interface DLAppHelperLocalService
PortalException
public void deleteFolder(Folder folder) throws PortalException
deleteFolder
in interface DLAppHelperLocalService
PortalException
public void deleteRepositoryFileEntries(long repositoryId) throws PortalException
deleteRepositoryFileEntries
in interface DLAppHelperLocalService
PortalException
public void getFileAsStream(long userId, FileEntry fileEntry, boolean incrementCounter)
getFileAsStream
in interface DLAppHelperLocalService
public List<DLFileShortcut> getFileShortcuts(long groupId, long folderId, boolean active, int status)
getFileShortcuts
in interface DLAppHelperLocalService
public int getFileShortcutsCount(long groupId, long folderId, boolean active, int status)
getFileShortcutsCount
in interface DLAppHelperLocalService
public List<FileEntry> getNoAssetFileEntries()
getNoAssetFileEntries
in interface DLAppHelperLocalService
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface DLAppHelperLocalService
public void moveDependentsToTrash(DLFolder dlFolder) throws PortalException
moveDependentsToTrash
in interface DLAppHelperLocalService
PortalException
@Deprecated public void moveDependentsToTrash(List<Object> dlFileEntriesAndDLFolders, long trashEntryId) throws PortalException
moveDependentsToTrash(DLFolder)
moveDependentsToTrash
in interface DLAppHelperLocalService
PortalException
public FileEntry moveFileEntryFromTrash(long userId, FileEntry fileEntry, long newFolderId, ServiceContext serviceContext) throws PortalException
moveFileEntryFromTrash
in interface DLAppHelperLocalService
PortalException
public FileEntry moveFileEntryToTrash(long userId, FileEntry fileEntry) throws PortalException
moveFileEntryToTrash
in interface DLAppHelperLocalService
userId
- the primary key of the user moving the file entryfileEntry
- the file entry to be movedPortalException
public FileShortcut moveFileShortcutFromTrash(long userId, FileShortcut fileShortcut, long newFolderId, ServiceContext serviceContext) throws PortalException
moveFileShortcutFromTrash
in interface DLAppHelperLocalService
PortalException
public FileShortcut moveFileShortcutToTrash(long userId, FileShortcut fileShortcut) throws PortalException
moveFileShortcutToTrash
in interface DLAppHelperLocalService
userId
- the primary key of the user moving the file shortcutfileShortcut
- the file shortcut to be movedPortalException
public Folder moveFolderFromTrash(long userId, Folder folder, long parentFolderId, ServiceContext serviceContext) throws PortalException
moveFolderFromTrash
in interface DLAppHelperLocalService
PortalException
public Folder moveFolderToTrash(long userId, Folder folder) throws PortalException
moveFolderToTrash
in interface DLAppHelperLocalService
userId
- the primary key of the user moving the folderfolder
- the folder to be movedPortalException
public void restoreDependentsFromTrash(DLFolder dlFolder) throws PortalException
restoreDependentsFromTrash
in interface DLAppHelperLocalService
PortalException
@Deprecated public void restoreDependentsFromTrash(List<Object> dlFileEntriesAndDLFolders) throws PortalException
restoreDependentsFromTrash(DLFolder)
restoreDependentsFromTrash
in interface DLAppHelperLocalService
PortalException
@Deprecated public void restoreDependentsFromTrash(List<Object> dlFileEntriesAndDLFolders, long trashEntryId) throws PortalException
restoreDependentsFromTrash(List)
restoreDependentsFromTrash
in interface DLAppHelperLocalService
PortalException
public void restoreFileEntryFromTrash(long userId, FileEntry fileEntry) throws PortalException
restoreFileEntryFromTrash
in interface DLAppHelperLocalService
PortalException
public void restoreFileShortcutFromTrash(long userId, FileShortcut fileShortcut) throws PortalException
restoreFileShortcutFromTrash
in interface DLAppHelperLocalService
PortalException
public void restoreFolderFromTrash(long userId, Folder folder) throws PortalException
restoreFolderFromTrash
in interface DLAppHelperLocalService
PortalException
public AssetEntry updateAsset(long userId, FileEntry fileEntry, FileVersion fileVersion, long assetClassPK) throws PortalException
updateAsset
in interface DLAppHelperLocalService
PortalException
public AssetEntry updateAsset(long userId, FileEntry fileEntry, FileVersion fileVersion, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds) throws PortalException
updateAsset
in interface DLAppHelperLocalService
PortalException
public AssetEntry updateAsset(long userId, Folder folder, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds) throws PortalException
updateAsset
in interface DLAppHelperLocalService
PortalException
public void updateFileEntry(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, long assetClassPK) throws PortalException
updateFileEntry
in interface DLAppHelperLocalService
PortalException
public void updateFileEntry(long userId, FileEntry fileEntry, FileVersion sourceFileVersion, FileVersion destinationFileVersion, ServiceContext serviceContext) throws PortalException
updateFileEntry
in interface DLAppHelperLocalService
PortalException
public void updateFolder(long userId, Folder folder, ServiceContext serviceContext) throws PortalException
updateFolder
in interface DLAppHelperLocalService
PortalException
public void updateStatus(long userId, FileEntry fileEntry, FileVersion latestFileVersion, int oldStatus, int newStatus, ServiceContext serviceContext, Map<String,Serializable> workflowContext) throws PortalException
updateStatus
in interface DLAppHelperLocalService
PortalException
public DLAppHelperLocalService getWrappedService()
getWrappedService
in interface ServiceWrapper<DLAppHelperLocalService>
public void setWrappedService(DLAppHelperLocalService dlAppHelperLocalService)
setWrappedService
in interface ServiceWrapper<DLAppHelperLocalService>