Interface TmaBillingAccountDao

All Known Implementing Classes:
DefaultTmaBillingAccountDao

public interface TmaBillingAccountDao
Data Access Object for operations related to the TmaBillingAccountModel type.
Since:
6.6
  • Method Details

    • findBillingAccount

      TmaBillingAccountModel findBillingAccount(String billingSystemId, String billingAccountId)
      Finds the TmaBillingAccountModel for a given billing account id and billing system id.
      Parameters:
      billingSystemId - the billing system identifier
      billingAccountId - the billing account identifier
      Returns:
      the TmaBillingAccountModel for the given details if found.
      Throws:
      de.hybris.platform.servicelayer.exceptions.ModelNotFoundException - if no billing account is found