Interface BinaryDataAccessor
- All Known Implementing Classes:
- BinaryDataAccessorImpl
public interface BinaryDataAccessor
- 
Method SummaryModifier and TypeMethodDescriptionfetchDataForDetailDocument(EntityModel entityModel, String fieldName, List<Serializable> keys) Efficiently retrievesBinaryDatainstances for detail documents of several entities.fetchDataForResource(List<Serializable> keys) Efficiently retrievesBinaryDatainstances for (non entity-doc) resources.
- 
Method Details- 
fetchDataForDetailDocumentMap<Serializable,BinaryData> fetchDataForDetailDocument(EntityModel entityModel, String fieldName, List<Serializable> keys) Efficiently retrievesBinaryDatainstances for detail documents of several entities.- Parameters:
- entityModel- the entity model
- fieldName- the name of the 'binary' field
- keys- the primary keys of the entities for which the data should be fetched
 
- 
fetchDataForResourceEfficiently retrievesBinaryDatainstances for (non entity-doc) resources.- Parameters:
- keys- the primary keys of the Resource_content entities for which the data should be fetched
 
 
-