Interface TuaBillFormatDao

All Superinterfaces:
de.hybris.platform.servicelayer.internal.dao.GenericDao<TuaBillFormatModel>
All Known Implementing Classes:
DefaultTuaBillFormatDao

public interface TuaBillFormatDao extends de.hybris.platform.servicelayer.internal.dao.GenericDao<TuaBillFormatModel>
Data access object for TuaBillFormatModels.
Since:
2302
  • Method Details

    • getBillFormats

      List<TuaBillFormatModel> getBillFormats(Integer offset, Integer limit)
      Returns a list of TuaBillFormatModels for the given context.
      Parameters:
      offset - the offset.
      limit - the maximum number of returned bill formats.
      Returns:
      the List of TuaBillFormatModels found for the given context.
    • getNumberOfBillFormats

      Integer getNumberOfBillFormats()
      Retrieves the total number of bill formats.
      Returns:
      the number of bill formats.