Class DefaultBmPartyBillDao

java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<BmPartyBillModel>
de.hybris.platform.billmanagementservices.daos.impl.DefaultBmPartyBillDao
All Implemented Interfaces:
BmPartyBillDao, de.hybris.platform.servicelayer.internal.dao.GenericDao<BmPartyBillModel>

@Deprecated(since="2208") public class DefaultBmPartyBillDao extends de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<BmPartyBillModel> implements BmPartyBillDao
Deprecated.
2208
Default implementation of BmPartyBillDao.
Since:
2108.
  • Constructor Details

    • DefaultBmPartyBillDao

      public DefaultBmPartyBillDao()
      Deprecated.
  • Method Details

    • findUnique

      public BmPartyBillModel findUnique(Map<String,? extends Object> params)
      Deprecated.
      Description copied from interface: BmPartyBillDao
      Searches for a unique model based on given parameters. If none or multiple models are found, a specific exception will be thrown.
      Specified by:
      findUnique in interface BmPartyBillDao
      Parameters:
      params - Map containing name-value pairs used for identifying the unique model
      Returns:
      model for given parameter
    • getPartyBills

      public List<BmPartyBillModel> getPartyBills(BmPartyBillContext bmPartyBillContext, Integer offset, Integer limit)
      Deprecated.
      Description copied from interface: BmPartyBillDao
      Returns a list of BmPartyBillModels for the given context.
      Specified by:
      getPartyBills in interface BmPartyBillDao
      Parameters:
      bmPartyBillContext - the party bill context
      offset - the offset.
      limit - the maximum number of returned party bills.
      Returns:
      the List of BmPartyBillModels found for the given context.
    • getNumberOfPartyBillsFor

      public Integer getNumberOfPartyBillsFor(BmPartyBillContext bmPartyBillContext)
      Deprecated.
      Description copied from interface: BmPartyBillDao
      Retrieves the total number of party bills found for a given partyBillContext.
      Specified by:
      getNumberOfPartyBillsFor in interface BmPartyBillDao
      Parameters:
      bmPartyBillContext - the party bill context.
      Returns:
      the number of party bills found.