Interface IDppDataService
- All Known Implementing Classes:
DppDataService
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptiongetItemData
(String epc, boolean withTrace, boolean withCommissioningData) Deprecated.Get item data by epcboolean
hasItemData
(String epc) Deprecated.
-
Method Details
-
getItemData
Deprecated.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
Deprecated.- Parameters:
epc
- The epc of the item- Returns:
- True if the item data exists, false otherwise.
-