| 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 |
|---|---|
StorageFileEntity |
StorageFileDaoImpl.getStorageFileByStorageNameAndFilePath(String storageName,
String filePath) |
StorageFileEntity |
StorageFileDaoImpl.getStorageFileByStorageUnitEntityAndFilePath(StorageUnitEntity storageUnitEntity,
String filePath) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<StorageFileEntity,Long> |
StorageFileEntity_.fileSizeBytes |
static javax.persistence.metamodel.SingularAttribute<StorageFileEntity,Integer> |
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)
Creates storage file entities from the list of storage files.
|
Map<String,StorageFileEntity> |
StorageFileHelper.getStorageFileEntitiesMap(Collection<StorageFileEntity> storageFileEntities)
Returns a map of file paths to the storage file entities build from the list of storage file entities.
|
| Modifier and Type | Method and Description |
|---|---|
StorageFile |
StorageFileHelper.createStorageFileFromEntity(StorageFileEntity storageFileEntity)
Creates a storage file from the storage file entity.
|
void |
StorageFileHelper.validateStorageFileEntity(StorageFileEntity storageFileEntity,
String s3BucketName,
Map<String,StorageFile> actualS3Keys,
boolean validateFileSize)
Validates storage file entity against the actual S3 objects reported by S3.
|
| 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.
|
Map<String,StorageFileEntity> |
StorageFileHelper.getStorageFileEntitiesMap(Collection<StorageFileEntity> storageFileEntities)
Returns a map of file paths to the storage file entities build from the list of storage file entities.
|
Copyright © 2019. All rights reserved.