| Package | Description |
|---|---|
| org.broadleafcommerce.openadmin.server.service.persistence.module |
| Modifier and Type | Method and Description |
|---|---|
FetchExtractionRequest |
FetchExtractionRequest.withAlternateMergedProperties(Map<String,FieldMetadata> alternateUnfilteredMergedProperties) |
FetchExtractionRequest |
FetchExtractionRequest.withPathToTargetObject(String pathToTargetObject) |
| Modifier and Type | Method and Description |
|---|---|
Entity[] |
DefaultFetchWrapper.getRecords(FetchExtractionRequest fetchExtractionRequest) |
Entity[] |
FetchWrapper.getRecords(FetchExtractionRequest fetchExtractionRequest)
Retrieve the dto representation of persistent records based on the record contents and entity metadata.
|
Entity[] |
BasicPersistenceModule.getRecords(FetchExtractionRequest fetchExtractionRequest) |
Entity[] |
RecordHelper.getRecords(FetchExtractionRequest fetchExtractionRequest)
Based on retrieved persistent entities and entity metadata, construct data transfer object instances to represent these records
to the caller.
|
Copyright © 2024. All rights reserved.