Interface IDppDataService

All Known Implementing Classes:
DppDataService

public interface IDppDataService
  • Method Summary

    Modifier and Type
    Method
    Description
    getItemData(String epc, boolean withTrace, boolean withCommissioningData)
    Get item data by epc
    boolean
     
  • Method Details

    • getItemData

      ItemData getItemData(String epc, boolean withTrace, boolean withCommissioningData)
      Get item data by epc
      Parameters:
      epc - The epc of the item
      withTrace - 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

      boolean hasItemData(String epc)
      Parameters:
      epc - The epc of the item
      Returns:
      True if the item data exists, false otherwise.