Class DefaultBillingTimeDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.subscriptionservices.daos.impl.DefaultBillingTimeDao
- All Implemented Interfaces:
Dao,BillingTimeDao
Default implementation of the
BillingTimeDao.-
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFind allBillingTimeModels.findBillingTimeByCode(String code) Finds theBillingTimeModelfor the given code.Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Constructor Details
-
DefaultBillingTimeDao
public DefaultBillingTimeDao()
-
-
Method Details
-
findAllBillingTimes
Description copied from interface:BillingTimeDaoFind allBillingTimeModels.- Specified by:
findAllBillingTimesin interfaceBillingTimeDao- Returns:
ListofBillingTimeModels or emptyList.
-
findBillingTimeByCode
Description copied from interface:BillingTimeDaoFinds theBillingTimeModelfor the given code.- Specified by:
findBillingTimeByCodein interfaceBillingTimeDao- Parameters:
code- the code of theBillingTimeModel.- Returns:
BillingTimeModelif the givencodewas found
-