Interface WarehousingDao<T>

All Known Implementing Classes:
AbstractWarehousingDao, AllocationEventDaoImpl, AsnDaoImpl, AtpFormulaDaoImpl, AutomatedWorkflowActionTemplateDaoImpl, CancellationEventDaoImpl, ContentCatalogDaoImpl, CustomerDaoImpl, PaymentTransactionDaoImpl, PaymentTransactionEntryDaoImpl, PriceRowWarehousingDao, RestockConfigDaoImpl, SourcingConfigDaoImpl, VendorDaoImpl, WarehousingConsignmentDaoImpl, WarehousingOrderDaoImpl, WarehousingReturnRequestDaoImpl, WorkflowActionTemplateDaoImpl, WorkflowDaoImpl, WorkflowDecisionTemplateDaoImpl, WorkflowTemplateDaoImpl, ZoneDaoImpl

public interface WarehousingDao<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getByCode

      T getByCode(String code)