Class BaseRepositoryProxyBean
Object
com.liferay.portal.kernel.repository.proxy.RepositoryModelProxyBean
com.liferay.portal.kernel.repository.proxy.BaseRepositoryProxyBean
- All Implemented Interfaces:
BaseRepository,CapabilityProvider,DocumentRepository,Repository
- Author:
- Mika Koivisto
-
Constructor Summary
ConstructorsConstructorDescriptionBaseRepositoryProxyBean(BaseRepository baseRepository, ClassLoader classLoader) -
Method Summary
Modifier and TypeMethodDescriptionaddFileEntry(String externalReferenceCode, long userId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) addFileEntry(String externalReferenceCode, long userId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) addFileShortcut(String externalReferenceCode, long userId, long folderId, long toFileEntryId, ServiceContext serviceContext) addFolder(String externalReferenceCode, long userId, long parentFolderId, String name, String description, ServiceContext serviceContext) cancelCheckOut(long fileEntryId) Cancels the file entry check out.voidcheckInFileEntry(long userId, long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) voidcheckInFileEntry(long userId, long fileEntryId, String lockUuid, ServiceContext serviceContext) checkOutFileEntry(long fileEntryId, ServiceContext serviceContext) checkOutFileEntry(long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext) copyFileEntry(long userId, long groupId, long fileEntryId, long destFolderId, ServiceContext serviceContext) voidvoiddeleteFileEntry(long fileEntryId) voiddeleteFileEntry(long folderId, String title) voiddeleteFileShortcut(long fileShortcutId) voiddeleteFileShortcuts(long toFileEntryId) voiddeleteFileVersion(long fileVersionId) voiddeleteFileVersion(long fileEntryId, String version) voiddeleteFolder(long folderId) voiddeleteFolder(long parentFolderId, String name) fetchFileEntry(long folderId, String title) <T extends Capability>
TgetCapability(Class<T> capabilityClass) getFileEntries(long folderId, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) getFileEntries(long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) getFileEntries(long folderId, long documentTypeId, int start, int end, OrderByComparator<FileEntry> orderByComparator) getFileEntries(long folderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) getFileEntries(long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> orderByComparator) getFileEntriesAndFileShortcuts(long folderId, int status, int start, int end) intgetFileEntriesAndFileShortcutsCount(long folderId, int status) intgetFileEntriesAndFileShortcutsCount(long folderId, int status, String[] mimeTypes) intgetFileEntriesCount(long folderId) intgetFileEntriesCount(long folderId, int status) intgetFileEntriesCount(long folderId, long documentTypeId) intgetFileEntriesCount(long folderId, String[] mimeTypes) intgetFileEntriesCount(long folderId, String[] mimeTypes, int status) getFileEntry(long fileEntryId) getFileEntry(long folderId, String title) getFileEntryByFileName(long folderId, String fileName) getFileEntryByUuid(String uuid) getFileShortcut(long fileShortcutId) getFileVersion(long fileVersionId) getFolder(long folderId) getFolders(long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<Folder> orderByComparator) getFolders(long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<Folder> orderByComparator) getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) intgetFoldersAndFileEntriesAndFileShortcutsCount(long folderId, int status, boolean includeMountFolders) intgetFoldersAndFileEntriesAndFileShortcutsCount(long folderId, int status, String[] mimeTypes, boolean includeMountFolders) intgetFoldersCount(long parentFolderId, boolean includeMountfolders) intgetFoldersCount(long parentFolderId, int status, boolean includeMountfolders) intgetFoldersFileEntriesCount(List<Long> folderIds, int status) getMountFolders(long parentFolderId, int start, int end, OrderByComparator<Folder> orderByComparator) intgetMountFoldersCount(long parentFolderId) getRepositoryFileEntries(long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) getRepositoryFileEntries(long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) intgetRepositoryFileEntriesCount(long userId, long rootFolderId) intgetRepositoryFileEntriesCount(long userId, long rootFolderId, String[] mimeTypes, int status) getRepositoryFileShortcuts(long groupId) longgetSubfolderIds(long folderId, boolean recurse) voidgetSubfolderIds(List<Long> folderIds, long folderId) String[][]Deprecated.As of Wilberforce (7.0.x)void<T extends Capability>
booleanisCapabilityProvided(Class<T> capabilityClass) lockFolder(long folderId) lockFolder(long folderId, String owner, boolean inheritable, long expirationTime) moveFileEntry(long userId, long fileEntryId, long newFolderId, ServiceContext serviceContext) moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext) refreshFileEntryLock(String lockUuid, long companyId, long expirationTime) refreshFolderLock(String lockUuid, long companyId, long expirationTime) voidrevertFileEntry(long userId, long fileEntryId, String version, ServiceContext serviceContext) search(long creatorUserId, int status, int start, int end) search(SearchContext searchContext) search(SearchContext searchContext, Query query) voidsetAssetEntryLocalService(AssetEntryLocalService assetEntryLocalService) voidsetCompanyId(long companyId) voidsetCompanyLocalService(CompanyLocalService companyLocalService) voidsetDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService) voidsetDLFolderLocalService(DLFolderLocalService dlFolderLocalService) voidsetGroupId(long groupId) voidsetRepositoryEntryLocalService(RepositoryEntryLocalService repositoryEntryLocalService) voidsetRepositoryId(long repositoryId) voidsetTypeSettingsProperties(UnicodeProperties typeSettingsUnicodeProperties) voidsetUserLocalService(UserLocalService userLocalService) voidunlockFolder(long folderId, String lockUuid) voidunlockFolder(long parentFolderId, String name, String lockUuid) updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext) voidupdateFileShortcuts(long oldToFileEntryId, long newToFileEntryId) updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext) updateFolder(long folderId, String name, String description, ServiceContext serviceContext) booleanverifyFileEntryCheckOut(long fileEntryId, String lockUuid) booleanverifyFileEntryLock(long fileEntryId, String lockUuid) booleanverifyInheritableLock(long folderId, String lockUuid) Methods inherited from class com.liferay.portal.kernel.repository.proxy.RepositoryModelProxyBean
newFileEntryProxyBean, newFileShortcutProxyBean, newFileVersionProxyBean, newFolderProxyBean, newLocalRepositoryProxyBean, newProxyBean, newProxyInstance, toFileEntryProxyBeans, toFileVersionProxyBeans, toFolderProxyBeans, toObjectProxyBeansMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.repository.DocumentRepository
fetchFileEntryByExternalReferenceCode, fetchFileShortcut, fetchFileShortcutByExternalReferenceCode, fetchFolderByExternalReferenceCode, getFileEntryByExternalReferenceCode, getFileShortcutByExternalReferenceCode, getFolderByExternalReferenceCodeMethods inherited from interface com.liferay.portal.kernel.repository.Repository
getFoldersAndFileEntriesAndFileShortcuts, getFoldersAndFileEntriesAndFileShortcutsCount
-
Constructor Details
-
BaseRepositoryProxyBean
-
-
Method Details
-
addFileEntry
public FileEntry addFileEntry(String externalReferenceCode, long userId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) throws PortalException - Specified by:
addFileEntryin interfaceDocumentRepository- Throws:
PortalException
-
addFileEntry
public FileEntry addFileEntry(String externalReferenceCode, long userId, long folderId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) throws PortalException - Specified by:
addFileEntryin interfaceDocumentRepository- Throws:
PortalException
-
addFileShortcut
public FileShortcut addFileShortcut(String externalReferenceCode, long userId, long folderId, long toFileEntryId, ServiceContext serviceContext) throws PortalException - Specified by:
addFileShortcutin interfaceDocumentRepository- Throws:
PortalException
-
addFolder
public Folder addFolder(String externalReferenceCode, long userId, long parentFolderId, String name, String description, ServiceContext serviceContext) throws PortalException - Specified by:
addFolderin interfaceDocumentRepository- Throws:
PortalException
-
cancelCheckOut
Description copied from interface:RepositoryCancels the file entry check out. If the file entry is not checked out, invoking this method results in no changes.- Specified by:
cancelCheckOutin interfaceRepository- Parameters:
fileEntryId- the primary key of the file entry to cancel the check out- Returns:
- the file entry if the cancel checkout operation was successful;
nullif the file entry was not checked out - Throws:
PortalException- See Also:
-
checkInFileEntry
public void checkInFileEntry(long userId, long fileEntryId, DLVersionNumberIncrease dlVersionNumberIncrease, String changeLog, ServiceContext serviceContext) throws PortalException - Specified by:
checkInFileEntryin interfaceDocumentRepository- Throws:
PortalException
-
checkInFileEntry
public void checkInFileEntry(long userId, long fileEntryId, String lockUuid, ServiceContext serviceContext) throws PortalException - Specified by:
checkInFileEntryin interfaceDocumentRepository- Throws:
PortalException
-
checkOutFileEntry
public FileEntry checkOutFileEntry(long fileEntryId, ServiceContext serviceContext) throws PortalException - Specified by:
checkOutFileEntryin interfaceRepository- Throws:
PortalException
-
checkOutFileEntry
public FileEntry checkOutFileEntry(long fileEntryId, String owner, long expirationTime, ServiceContext serviceContext) throws PortalException - Specified by:
checkOutFileEntryin interfaceRepository- Throws:
PortalException
-
copyFileEntry
public FileEntry copyFileEntry(long userId, long groupId, long fileEntryId, long destFolderId, ServiceContext serviceContext) throws PortalException - Specified by:
copyFileEntryin interfaceDocumentRepository- Throws:
PortalException
-
deleteAll
- Specified by:
deleteAllin interfaceDocumentRepository- Throws:
PortalException
-
deleteFileEntry
- Specified by:
deleteFileEntryin interfaceDocumentRepository- Throws:
PortalException
-
deleteFileEntry
- Specified by:
deleteFileEntryin interfaceRepository- Throws:
PortalException
-
deleteFileShortcut
- Specified by:
deleteFileShortcutin interfaceDocumentRepository- Throws:
PortalException
-
deleteFileShortcuts
- Specified by:
deleteFileShortcutsin interfaceDocumentRepository- Throws:
PortalException
-
deleteFileVersion
- Specified by:
deleteFileVersionin interfaceDocumentRepository- Throws:
PortalException
-
deleteFileVersion
- Specified by:
deleteFileVersionin interfaceRepository- Throws:
PortalException
-
deleteFolder
- Specified by:
deleteFolderin interfaceDocumentRepository- Throws:
PortalException
-
deleteFolder
- Specified by:
deleteFolderin interfaceRepository- Throws:
PortalException
-
fetchFileEntry
- Specified by:
fetchFileEntryin interfaceDocumentRepository- Throws:
PortalException
-
getCapability
- Specified by:
getCapabilityin interfaceCapabilityProvider
-
getFileEntries
public List<FileEntry> getFileEntries(long folderId, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) throws PortalException - Specified by:
getFileEntriesin interfaceDocumentRepository- Throws:
PortalException
-
getFileEntries
public List<FileEntry> getFileEntries(long folderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) throws PortalException - Specified by:
getFileEntriesin interfaceDocumentRepository- Throws:
PortalException
-
getFileEntries
public List<FileEntry> getFileEntries(long folderId, long documentTypeId, int start, int end, OrderByComparator<FileEntry> orderByComparator) throws PortalException - Specified by:
getFileEntriesin interfaceRepository- Throws:
PortalException
-
getFileEntries
public List<FileEntry> getFileEntries(long folderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) throws PortalException - Specified by:
getFileEntriesin interfaceDocumentRepository- Throws:
PortalException
-
getFileEntries
public List<FileEntry> getFileEntries(long folderId, String[] mimeTypes, int start, int end, OrderByComparator<FileEntry> orderByComparator) throws PortalException - Specified by:
getFileEntriesin interfaceRepository- Throws:
PortalException
-
getFileEntriesAndFileShortcuts
public List<RepositoryEntry> getFileEntriesAndFileShortcuts(long folderId, int status, int start, int end) throws PortalException - Specified by:
getFileEntriesAndFileShortcutsin interfaceDocumentRepository- Throws:
PortalException
-
getFileEntriesAndFileShortcutsCount
- Specified by:
getFileEntriesAndFileShortcutsCountin interfaceDocumentRepository- Throws:
PortalException
-
getFileEntriesAndFileShortcutsCount
public int getFileEntriesAndFileShortcutsCount(long folderId, int status, String[] mimeTypes) throws PortalException - Specified by:
getFileEntriesAndFileShortcutsCountin interfaceRepository- Throws:
PortalException
-
getFileEntriesCount
- Specified by:
getFileEntriesCountin interfaceDocumentRepository- Throws:
PortalException
-
getFileEntriesCount
- Specified by:
getFileEntriesCountin interfaceDocumentRepository- Throws:
PortalException
-
getFileEntriesCount
- Specified by:
getFileEntriesCountin interfaceRepository- Throws:
PortalException
-
getFileEntriesCount
- Specified by:
getFileEntriesCountin interfaceRepository- Throws:
PortalException
-
getFileEntriesCount
public int getFileEntriesCount(long folderId, String[] mimeTypes, int status) throws PortalException - Specified by:
getFileEntriesCountin interfaceDocumentRepository- Throws:
PortalException
-
getFileEntry
- Specified by:
getFileEntryin interfaceDocumentRepository- Throws:
PortalException
-
getFileEntry
- Specified by:
getFileEntryin interfaceDocumentRepository- Throws:
PortalException
-
getFileEntryByFileName
- Specified by:
getFileEntryByFileNamein interfaceDocumentRepository- Throws:
PortalException
-
getFileEntryByUuid
- Specified by:
getFileEntryByUuidin interfaceDocumentRepository- Throws:
PortalException
-
getFileShortcut
- Specified by:
getFileShortcutin interfaceDocumentRepository- Throws:
PortalException
-
getFileVersion
- Specified by:
getFileVersionin interfaceDocumentRepository- Throws:
PortalException
-
getFolder
- Specified by:
getFolderin interfaceDocumentRepository- Throws:
PortalException
-
getFolder
- Specified by:
getFolderin interfaceDocumentRepository- Throws:
PortalException
-
getFolders
public List<Folder> getFolders(long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator<Folder> orderByComparator) throws PortalException - Specified by:
getFoldersin interfaceDocumentRepository- Throws:
PortalException
-
getFolders
public List<Folder> getFolders(long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator<Folder> orderByComparator) throws PortalException - Specified by:
getFoldersin interfaceDocumentRepository- Throws:
PortalException
-
getFoldersAndFileEntriesAndFileShortcuts
public List<RepositoryEntry> getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) throws PortalException - Specified by:
getFoldersAndFileEntriesAndFileShortcutsin interfaceDocumentRepository- Throws:
PortalException
-
getFoldersAndFileEntriesAndFileShortcuts
public List<RepositoryEntry> getFoldersAndFileEntriesAndFileShortcuts(long folderId, int status, String[] mimeTypes, boolean includeMountFolders, int start, int end, OrderByComparator<?> orderByComparator) throws PortalException - Specified by:
getFoldersAndFileEntriesAndFileShortcutsin interfaceRepository- Throws:
PortalException
-
getFoldersAndFileEntriesAndFileShortcutsCount
public int getFoldersAndFileEntriesAndFileShortcutsCount(long folderId, int status, boolean includeMountFolders) throws PortalException - Specified by:
getFoldersAndFileEntriesAndFileShortcutsCountin interfaceDocumentRepository- Throws:
PortalException
-
getFoldersAndFileEntriesAndFileShortcutsCount
public int getFoldersAndFileEntriesAndFileShortcutsCount(long folderId, int status, String[] mimeTypes, boolean includeMountFolders) throws PortalException - Specified by:
getFoldersAndFileEntriesAndFileShortcutsCountin interfaceRepository- Throws:
PortalException
-
getFoldersCount
- Specified by:
getFoldersCountin interfaceDocumentRepository- Throws:
PortalException
-
getFoldersCount
public int getFoldersCount(long parentFolderId, int status, boolean includeMountfolders) throws PortalException - Specified by:
getFoldersCountin interfaceDocumentRepository- Throws:
PortalException
-
getFoldersFileEntriesCount
- Specified by:
getFoldersFileEntriesCountin interfaceRepository- Throws:
PortalException
-
getLocalRepository
- Specified by:
getLocalRepositoryin interfaceBaseRepository
-
getMountFolders
public List<Folder> getMountFolders(long parentFolderId, int start, int end, OrderByComparator<Folder> orderByComparator) throws PortalException - Specified by:
getMountFoldersin interfaceRepository- Throws:
PortalException
-
getMountFoldersCount
- Specified by:
getMountFoldersCountin interfaceRepository- Throws:
PortalException
-
getProxyBean
-
getRepositoryFileEntries
public List<FileEntry> getRepositoryFileEntries(long userId, long rootFolderId, int start, int end, OrderByComparator<FileEntry> orderByComparator) throws PortalException - Specified by:
getRepositoryFileEntriesin interfaceDocumentRepository- Throws:
PortalException
-
getRepositoryFileEntries
public List<FileEntry> getRepositoryFileEntries(long userId, long rootFolderId, String[] mimeTypes, int status, int start, int end, OrderByComparator<FileEntry> orderByComparator) throws PortalException - Specified by:
getRepositoryFileEntriesin interfaceRepository- Throws:
PortalException
-
getRepositoryFileEntriesCount
- Specified by:
getRepositoryFileEntriesCountin interfaceRepository- Throws:
PortalException
-
getRepositoryFileEntriesCount
public int getRepositoryFileEntriesCount(long userId, long rootFolderId, String[] mimeTypes, int status) throws PortalException - Specified by:
getRepositoryFileEntriesCountin interfaceRepository- Throws:
PortalException
-
getRepositoryFileShortcuts
- Specified by:
getRepositoryFileShortcutsin interfaceRepository- Throws:
PortalException
-
getRepositoryId
public long getRepositoryId()- Specified by:
getRepositoryIdin interfaceDocumentRepository
-
getSubfolderIds
- Specified by:
getSubfolderIdsin interfaceRepository- Throws:
PortalException
-
getSubfolderIds
- Specified by:
getSubfolderIdsin interfaceRepository- Throws:
PortalException
-
getSupportedParameters
Deprecated.As of Wilberforce (7.0.x)- Specified by:
getSupportedParametersin interfaceBaseRepository
-
initRepository
- Specified by:
initRepositoryin interfaceBaseRepository- Throws:
PortalException
-
isCapabilityProvided
- Specified by:
isCapabilityProvidedin interfaceCapabilityProvider
-
lockFolder
- Specified by:
lockFolderin interfaceRepository- Throws:
PortalException
-
lockFolder
public Lock lockFolder(long folderId, String owner, boolean inheritable, long expirationTime) throws PortalException - Specified by:
lockFolderin interfaceRepository- Throws:
PortalException
-
moveFileEntry
public FileEntry moveFileEntry(long userId, long fileEntryId, long newFolderId, ServiceContext serviceContext) throws PortalException - Specified by:
moveFileEntryin interfaceDocumentRepository- Throws:
PortalException
-
moveFolder
public Folder moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext) throws PortalException - Specified by:
moveFolderin interfaceDocumentRepository- Throws:
PortalException
-
refreshFileEntryLock
public Lock refreshFileEntryLock(String lockUuid, long companyId, long expirationTime) throws PortalException - Specified by:
refreshFileEntryLockin interfaceRepository- Throws:
PortalException
-
refreshFolderLock
public Lock refreshFolderLock(String lockUuid, long companyId, long expirationTime) throws PortalException - Specified by:
refreshFolderLockin interfaceRepository- Throws:
PortalException
-
revertFileEntry
public void revertFileEntry(long userId, long fileEntryId, String version, ServiceContext serviceContext) throws PortalException - Specified by:
revertFileEntryin interfaceDocumentRepository- Throws:
PortalException
-
search
- Specified by:
searchin interfaceRepository- Throws:
PortalException
-
search
public Hits search(long creatorUserId, long folderId, String[] mimeTypes, int status, int start, int end) throws PortalException - Specified by:
searchin interfaceRepository- Throws:
PortalException
-
search
- Specified by:
searchin interfaceRepository- Throws:
SearchException
-
search
- Specified by:
searchin interfaceRepository- Throws:
SearchException
-
setAssetEntryLocalService
- Specified by:
setAssetEntryLocalServicein interfaceBaseRepository
-
setCompanyId
public void setCompanyId(long companyId) - Specified by:
setCompanyIdin interfaceBaseRepository
-
setCompanyLocalService
- Specified by:
setCompanyLocalServicein interfaceBaseRepository
-
setDLAppHelperLocalService
- Specified by:
setDLAppHelperLocalServicein interfaceBaseRepository
-
setDLFolderLocalService
- Specified by:
setDLFolderLocalServicein interfaceBaseRepository
-
setGroupId
public void setGroupId(long groupId) - Specified by:
setGroupIdin interfaceBaseRepository
-
setRepositoryEntryLocalService
- Specified by:
setRepositoryEntryLocalServicein interfaceBaseRepository
-
setRepositoryId
public void setRepositoryId(long repositoryId) - Specified by:
setRepositoryIdin interfaceBaseRepository
-
setTypeSettingsProperties
- Specified by:
setTypeSettingsPropertiesin interfaceBaseRepository
-
setUserLocalService
- Specified by:
setUserLocalServicein interfaceBaseRepository
-
unlockFolder
- Specified by:
unlockFolderin interfaceRepository- Throws:
PortalException
-
unlockFolder
- Specified by:
unlockFolderin interfaceRepository- Throws:
PortalException
-
updateFileEntry
public FileEntry updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, File file, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) throws PortalException - Specified by:
updateFileEntryin interfaceDocumentRepository- Throws:
PortalException
-
updateFileEntry
public FileEntry updateFileEntry(long userId, long fileEntryId, String sourceFileName, String mimeType, String title, String urlTitle, String description, String changeLog, DLVersionNumberIncrease dlVersionNumberIncrease, InputStream inputStream, long size, Date displayDate, Date expirationDate, Date reviewDate, ServiceContext serviceContext) throws PortalException - Specified by:
updateFileEntryin interfaceDocumentRepository- Throws:
PortalException
-
updateFileShortcut
public FileShortcut updateFileShortcut(long userId, long fileShortcutId, long folderId, long toFileEntryId, ServiceContext serviceContext) throws PortalException - Specified by:
updateFileShortcutin interfaceDocumentRepository- Throws:
PortalException
-
updateFileShortcuts
public void updateFileShortcuts(long oldToFileEntryId, long newToFileEntryId) throws PortalException - Specified by:
updateFileShortcutsin interfaceDocumentRepository- Throws:
PortalException
-
updateFolder
public Folder updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext) throws PortalException - Specified by:
updateFolderin interfaceDocumentRepository- Throws:
PortalException
-
updateFolder
public Folder updateFolder(long folderId, String name, String description, ServiceContext serviceContext) throws PortalException - Specified by:
updateFolderin interfaceRepository- Throws:
PortalException
-
verifyFileEntryCheckOut
- Specified by:
verifyFileEntryCheckOutin interfaceRepository- Throws:
PortalException
-
verifyFileEntryLock
- Specified by:
verifyFileEntryLockin interfaceRepository- Throws:
PortalException
-
verifyInheritableLock
- Specified by:
verifyInheritableLockin interfaceRepository- Throws:
PortalException
-