Package com.persequor.extension.frontend
Interface IEpcEnricherService
public interface IEpcEnricherService
This service expose enrich functions based on the IEpcEnricher implementations.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionFunction to get enriched EPCs from a list of EPCs.enrich
(QuantityList quantities) Function to get enriched quantity elements from list of quantity elements.default EnrichedQuantity
enrichOne
(QuantityElement quantity) Function to get enriched Quantity Element from Quantity Element.default EnrichedEpc
Function to get enriched EPC from EPC.
-
Method Details
-
enrich
Function to get enriched EPCs from a list of EPCs.- Parameters:
epcs
- List of EPCs to be enriched.- Returns:
- A list of enriched EPCs
-
enrich
Function to get enriched quantity elements from list of quantity elements.- Parameters:
quantities
- List of quantities to be enriched.- Returns:
- A list of enriched quantity elements.
-
enrichOne
Function to get enriched EPC from EPC.- Parameters:
epc
- EPC to be enriched.- Returns:
- Enriched EPC
-
enrichOne
Function to get enriched Quantity Element from Quantity Element.- Parameters:
quantity
- Quantity Element to be enriched.- Returns:
- Enriched quantity elements.
-