Class DefaultTuaBillPresentationMediaDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<TuaBillPresentationMediaModel>
de.hybris.platform.billingaccountservices.daos.impl.DefaultTuaBillPresentationMediaDao
- All Implemented Interfaces:
TuaBillPresentationMediaDao,de.hybris.platform.servicelayer.internal.dao.GenericDao<TuaBillPresentationMediaModel>
public class DefaultTuaBillPresentationMediaDao
extends de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<TuaBillPresentationMediaModel>
implements TuaBillPresentationMediaDao
Default implementation of
TuaBillPresentationMediaDao.- Since:
- 2302.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBillPresentationMedias(Integer offset, Integer limit) Returns a list ofTuaBillPresentationMediaModels.Retrieves the total number of bill presentation medias found.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
-
DefaultTuaBillPresentationMediaDao
public DefaultTuaBillPresentationMediaDao()
-
-
Method Details
-
getBillPresentationMedias
Description copied from interface:TuaBillPresentationMediaDaoReturns a list ofTuaBillPresentationMediaModels.- Specified by:
getBillPresentationMediasin interfaceTuaBillPresentationMediaDao- Parameters:
offset- the offset.limit- the maximum number of returned bill presentation medias.- Returns:
- the List of
TuaBillPresentationMediaModels found.
-
getNumberOfBillPresentationMedias
Description copied from interface:TuaBillPresentationMediaDaoRetrieves the total number of bill presentation medias found.- Specified by:
getNumberOfBillPresentationMediasin interfaceTuaBillPresentationMediaDao- Returns:
- the number of bill presentation medias found.
-