Class DefaultBmPartyBillDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<BmPartyBillModel>
de.hybris.platform.billmanagementservices.daos.impl.DefaultBmPartyBillDao
- All Implemented Interfaces:
BmPartyBillDao,de.hybris.platform.servicelayer.internal.dao.GenericDao<BmPartyBillModel>
@Deprecated(since="2208")
public class DefaultBmPartyBillDao
extends de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<BmPartyBillModel>
implements BmPartyBillDao
Deprecated.
2208
Default implementation of
BmPartyBillDao.- Since:
- 2108.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindUnique(Map<String, ? extends Object> params) Deprecated.Searches for a unique model based on given parameters.getNumberOfPartyBillsFor(BmPartyBillContext bmPartyBillContext) Deprecated.Retrieves the total number of party bills found for a given partyBillContext.getPartyBills(BmPartyBillContext bmPartyBillContext, Integer offset, Integer limit) Deprecated.Returns a list ofBmPartyBillModels for the given context.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
-
DefaultBmPartyBillDao
public DefaultBmPartyBillDao()Deprecated.
-
-
Method Details
-
findUnique
Deprecated.Description copied from interface:BmPartyBillDaoSearches for a unique model based on given parameters. If none or multiple models are found, a specific exception will be thrown.- Specified by:
findUniquein interfaceBmPartyBillDao- Parameters:
params-Mapcontaining name-value pairs used for identifying the unique model- Returns:
- model for given parameter
-
getPartyBills
public List<BmPartyBillModel> getPartyBills(BmPartyBillContext bmPartyBillContext, Integer offset, Integer limit) Deprecated.Description copied from interface:BmPartyBillDaoReturns a list ofBmPartyBillModels for the given context.- Specified by:
getPartyBillsin interfaceBmPartyBillDao- Parameters:
bmPartyBillContext- the party bill contextoffset- the offset.limit- the maximum number of returned party bills.- Returns:
- the List of
BmPartyBillModels found for the given context.
-
getNumberOfPartyBillsFor
Deprecated.Description copied from interface:BmPartyBillDaoRetrieves the total number of party bills found for a given partyBillContext.- Specified by:
getNumberOfPartyBillsForin interfaceBmPartyBillDao- Parameters:
bmPartyBillContext- the party bill context.- Returns:
- the number of party bills found.
-