Interface IDppDataService
- All Known Implementing Classes:
DppDataService
public interface IDppDataService
-
Method Summary
Modifier and TypeMethodDescriptiongetItemData
(String epc, boolean withTrace, boolean withCommissioningData) Get item data by epcboolean
hasItemData
(String epc)
-
Method Details
-
getItemData
Get item data by epc- Parameters:
epc
- The epc of the itemwithTrace
- If true, the trace of the item will be included. If false, the trace will be null.withCommissioningData
- If true, commissioning data will be included. If false, it will be null.- Returns:
- The item data
-
hasItemData
- Parameters:
epc
- The epc of the item- Returns:
- True if the item data exists, false otherwise.
-