Uses of Class
de.hybris.platform.cockpit.model.ObjectCollectionItemReferenceModel
Packages that use ObjectCollectionItemReferenceModel
-
Uses of ObjectCollectionItemReferenceModel in de.hybris.platform.cockpit.daos
Methods in de.hybris.platform.cockpit.daos that return types with arguments of type ObjectCollectionItemReferenceModelModifier and TypeMethodDescriptionCockpitObjectAbstractCollectionDao.findElements(CockpitObjectAbstractCollectionModel collection, int start, int count) Finds elements of the given object collection.CockpitObjectAbstractCollectionDao.findElementsContainingItem(CockpitObjectAbstractCollectionModel collection, ItemModel item) Returns all elements of the collection that contain given item.CockpitObjectAbstractCollectionDao.getElementsContainingItem(CockpitObjectAbstractCollectionModel collection, ItemModel item) Deprecated. -
Uses of ObjectCollectionItemReferenceModel in de.hybris.platform.cockpit.daos.impl
Methods in de.hybris.platform.cockpit.daos.impl that return types with arguments of type ObjectCollectionItemReferenceModelModifier and TypeMethodDescriptionDefaultCockpitObjectAbstractCollectionDao.findElements(CockpitObjectAbstractCollectionModel collection, int start, int count) DefaultCockpitObjectAbstractCollectionDao.findElementsContainingItem(CockpitObjectAbstractCollectionModel collection, ItemModel item) protected SearchResult<ObjectCollectionItemReferenceModel>DefaultCockpitObjectAbstractCollectionDao.findElementsInternal(CockpitObjectAbstractCollectionModel collection, int start, int count, boolean needTotal) DefaultCockpitObjectAbstractCollectionDao.getElementsContainingItem(CockpitObjectAbstractCollectionModel collection, ItemModel item) Deprecated.since 6.3DefaultCockpitObjectAbstractCollectionDao.getElementsContainingItemInternal(CockpitObjectAbstractCollectionModel collection, ItemModel item, int count)
CockpitObjectAbstractCollectionDao.findElementsContainingItem(CockpitObjectAbstractCollectionModel, ItemModel)instead