Class DefaultTuaBillingCycleSpecificationDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<TuaBillingCycleSpecificationModel>
de.hybris.platform.billingaccountservices.daos.impl.DefaultTuaBillingCycleSpecificationDao
- All Implemented Interfaces:
TuaBillingCycleSpecificationDao,de.hybris.platform.servicelayer.internal.dao.GenericDao<TuaBillingCycleSpecificationModel>
public class DefaultTuaBillingCycleSpecificationDao
extends de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<TuaBillingCycleSpecificationModel>
implements TuaBillingCycleSpecificationDao
Default implementation of
TuaBillingCycleSpecificationDao.- Since:
- 2302
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBillingCycleSpecifications(Integer offset, Integer limit) Returns a list ofTuaBillingCycleSpecificationModels for the given context.Retrieves the total number of billing cycle specifications.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
-
DefaultTuaBillingCycleSpecificationDao
public DefaultTuaBillingCycleSpecificationDao()
-
-
Method Details
-
getBillingCycleSpecifications
public List<TuaBillingCycleSpecificationModel> getBillingCycleSpecifications(Integer offset, Integer limit) Description copied from interface:TuaBillingCycleSpecificationDaoReturns a list ofTuaBillingCycleSpecificationModels for the given context.- Specified by:
getBillingCycleSpecificationsin interfaceTuaBillingCycleSpecificationDao- Parameters:
offset- the offset.limit- the maximum number of returned billing cycle specifications.- Returns:
- the List of
TuaBillingCycleSpecificationModels found for the given context.
-
getNumberOfBillingCycleSpecifications
Description copied from interface:TuaBillingCycleSpecificationDaoRetrieves the total number of billing cycle specifications.- Specified by:
getNumberOfBillingCycleSpecificationsin interfaceTuaBillingCycleSpecificationDao- Returns:
- the number of billing cycle specifications found.
-