Class DefaultCartEntryDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.configurablebundleservices.daos.impl.AbstractOrderEntryDao<CartModel,CartEntryModel>
de.hybris.platform.configurablebundleservices.daos.impl.DefaultCartEntryDao
- All Implemented Interfaces:
OrderEntryDao<CartModel,,CartEntryModel> Dao
@Deprecated(since="1905",
forRemoval=true)
public class DefaultCartEntryDao
extends AbstractOrderEntryDao<CartModel,CartEntryModel>
Deprecated, for removal: This API element is subject to removal in a future version.
since 1905
Default implementation of the
OrderEntryDao for sub-type CartEntryModel-
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class de.hybris.platform.configurablebundleservices.daos.impl.AbstractOrderEntryDao
findEntriesByMasterCartAndBundleNo, findEntriesByMasterCartAndBundleNoAndProduct, findEntriesByMasterCartAndBundleNoAndTemplate, getTypeService, setTypeServiceMethods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Constructor Details
-
DefaultCartEntryDao
public DefaultCartEntryDao()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getItemType
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getItemTypein classAbstractOrderEntryDao<CartModel,CartEntryModel>
-