Interface PaymentModeDao

All Superinterfaces:
GenericDao<PaymentModeModel>
All Known Implementing Classes:
DefaultPaymentModeDao

public interface PaymentModeDao extends GenericDao<PaymentModeModel>
Data Access Object oriented on PaymentMode
  • Method Details

    • findPaymentModeForCode

      List<PaymentModeModel> findPaymentModeForCode(String code)
      Search for PaymentMode by code
      Parameters:
      code - the code
    • findAllPaymentModes

      List<PaymentModeModel> findAllPaymentModes()
      Search for all PaymentModes