| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.impl | |
| org.finra.herd.model.jpa | |
| org.finra.herd.service.helper |
| Modifier and Type | Method and Description |
|---|---|
StorageFileEntity |
StorageFileDao.getStorageFileByStorageNameAndFilePath(String storageName,
String filePath)
Retrieves storage file by storage name and file path.
|
StorageFileEntity |
StorageFileDao.getStorageFileByStorageUnitEntityAndFilePath(StorageUnitEntity storageUnitEntity,
String filePath)
Retrieves storage file by storage unit entity and file path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StorageFileDao.saveStorageFiles(List<StorageFileEntity> storageFileEntities)
Saves a list of storage file entities.
|
| Modifier and Type | Method and Description |
|---|---|
StorageFileEntity |
StorageFileDaoImpl.getStorageFileByStorageNameAndFilePath(String storageName,
String filePath) |
StorageFileEntity |
StorageFileDaoImpl.getStorageFileByStorageUnitEntityAndFilePath(StorageUnitEntity storageUnitEntity,
String filePath) |
| Modifier and Type | Method and Description |
|---|---|
void |
StorageFileDaoImpl.saveStorageFiles(List<StorageFileEntity> storageFileEntities) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<StorageFileEntity,Long> |
StorageFileEntity_.fileSizeBytes |
static javax.persistence.metamodel.SingularAttribute<StorageFileEntity,Long> |
StorageFileEntity_.id |
static javax.persistence.metamodel.SingularAttribute<StorageFileEntity,String> |
StorageFileEntity_.path |
static javax.persistence.metamodel.SingularAttribute<StorageFileEntity,Long> |
StorageFileEntity_.rowCount |
static javax.persistence.metamodel.CollectionAttribute<StorageUnitEntity,StorageFileEntity> |
StorageUnitEntity_.storageFiles |
static javax.persistence.metamodel.SingularAttribute<StorageFileEntity,StorageUnitEntity> |
StorageFileEntity_.storageUnit |
static javax.persistence.metamodel.SingularAttribute<StorageFileEntity,Integer> |
StorageFileEntity_.storageUnitId |
| Modifier and Type | Method and Description |
|---|---|
Collection<StorageFileEntity> |
StorageUnitEntity.getStorageFiles() |
| Modifier and Type | Method and Description |
|---|---|
void |
StorageUnitEntity.setStorageFiles(Collection<StorageFileEntity> storageFiles) |
| Modifier and Type | Method and Description |
|---|---|
StorageFileEntity |
StorageFileDaoHelper.getStorageFileEntity(StorageUnitEntity storageUnitEntity,
String filePath,
BusinessObjectDataKey businessObjectDataKey)
Retrieves storage file by storage unit entity and file path.
|
StorageFileEntity |
StorageFileDaoHelper.getStorageFileEntity(String storageName,
String filePath)
Retrieves storage file by storage name and file path.
|
| Modifier and Type | Method and Description |
|---|---|
List<StorageFileEntity> |
StorageFileDaoHelper.createStorageFileEntitiesFromStorageFiles(StorageUnitEntity storageUnitEntity,
List<StorageFile> storageFiles,
String directoryPath)
Creates storage file entities from the list of storage files.
|
| Modifier and Type | Method and Description |
|---|---|
List<StorageFile> |
StorageFileHelper.createStorageFilesFromEntities(Collection<StorageFileEntity> storageFileEntities)
Creates a list of storage files from the collection of storage file entities with empty storage unit directory path.
|
List<StorageFile> |
StorageFileHelper.createStorageFilesFromEntities(Collection<StorageFileEntity> storageFileEntities,
String storageUnitDirectoryPath)
Creates a list of storage files from the collection of storage file entities.
|
Map<String,StorageFile> |
StorageFileHelper.getAlreadyRegisteredStorageFilesMap(String storageUnitDirectoryPath,
Collection<StorageFileEntity> storageFileEntities)
Returns a map of full file paths to the storage files build from the list of storage file entities.
|
Copyright © 2021. All rights reserved.