Class DefaultTuaAppliedCustomerBillingRateDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<TuaAppliedCustomerBillingRateModel>
de.hybris.platform.billmanagementservices.daos.impl.DefaultTuaAppliedCustomerBillingRateDao
- All Implemented Interfaces:
TuaAppliedCustomerBillingRateDao,de.hybris.platform.servicelayer.internal.dao.GenericDao<TuaAppliedCustomerBillingRateModel>
public class DefaultTuaAppliedCustomerBillingRateDao
extends de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<TuaAppliedCustomerBillingRateModel>
implements TuaAppliedCustomerBillingRateDao
Default implementation of
TuaAppliedCustomerBillingRateDao.- Since:
- 2302.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAppliedCustomerBillingRate(TuaAppliedCustomerBillingRateContext tuaAppliedCustomerBillingRateContext, Integer offset, Integer limit) Returns a list ofTuaAppliedCustomerBillingRateModels for the given context.getNumberOfAppliedCustomerBillingRatesFor(TuaAppliedCustomerBillingRateContext tuaAppliedCustomerBillingRateContext) Retrieves the total number of applied customer billing rate found for a given tuaAppliedCustomerBillingRateContext.Methods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.servicelayer.internal.dao.GenericDao
find, find, find, find, find
-
Constructor Details
-
DefaultTuaAppliedCustomerBillingRateDao
public DefaultTuaAppliedCustomerBillingRateDao()
-
-
Method Details
-
getAppliedCustomerBillingRate
public List<TuaAppliedCustomerBillingRateModel> getAppliedCustomerBillingRate(TuaAppliedCustomerBillingRateContext tuaAppliedCustomerBillingRateContext, Integer offset, Integer limit) Description copied from interface:TuaAppliedCustomerBillingRateDaoReturns a list ofTuaAppliedCustomerBillingRateModels for the given context.- Specified by:
getAppliedCustomerBillingRatein interfaceTuaAppliedCustomerBillingRateDao- Parameters:
tuaAppliedCustomerBillingRateContext- the applied customer billing rate contextoffset- the offset.limit- the maximum number of returned applied customer billing rates.- Returns:
- the List of
TuaAppliedCustomerBillingRateModels found for the given context.
-
getNumberOfAppliedCustomerBillingRatesFor
public Integer getNumberOfAppliedCustomerBillingRatesFor(TuaAppliedCustomerBillingRateContext tuaAppliedCustomerBillingRateContext) Description copied from interface:TuaAppliedCustomerBillingRateDaoRetrieves the total number of applied customer billing rate found for a given tuaAppliedCustomerBillingRateContext.- Specified by:
getNumberOfAppliedCustomerBillingRatesForin interfaceTuaAppliedCustomerBillingRateDao- Parameters:
tuaAppliedCustomerBillingRateContext- the applied customer billing rate context.- Returns:
- the number of applied customer billing rates found.
-