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 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 interface de.hybris.platform.servicelayer.internal.dao.GenericDao
find, find, find, find, find
-
Method Details
-
getBillFormats
Returns a list ofTuaBillFormatModels 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.
-