Class DefaultTuaBillFormatDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<TuaBillFormatModel>
de.hybris.platform.billingaccountservices.daos.impl.DefaultTuaBillFormatDao
- All Implemented Interfaces:
TuaBillFormatDao,de.hybris.platform.servicelayer.internal.dao.GenericDao<TuaBillFormatModel>
public class DefaultTuaBillFormatDao
extends de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<TuaBillFormatModel>
implements TuaBillFormatDao
Default implementation of
TuaBillFormatModel.- Since:
- 2302
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBillFormats(Integer offset, Integer limit) Returns a list ofTuaBillFormatModels for the given context.Retrieves the total number of bill formats.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
-
DefaultTuaBillFormatDao
public DefaultTuaBillFormatDao()
-
-
Method Details
-
getBillFormats
Description copied from interface:TuaBillFormatDaoReturns a list ofTuaBillFormatModels for the given context.- Specified by:
getBillFormatsin interfaceTuaBillFormatDao- Parameters:
offset- the offset.limit- the maximum number of returned bill formats.- Returns:
- the List of
TuaBillFormatModels found for the given context.
-
getNumberOfBillFormats
Description copied from interface:TuaBillFormatDaoRetrieves the total number of bill formats.- Specified by:
getNumberOfBillFormatsin interfaceTuaBillFormatDao- Returns:
- the number of bill formats.
-