Uses of Class
de.hybris.platform.cockpit.model.ObjectCollectionItemReferenceModel
-
Packages that use ObjectCollectionItemReferenceModel Package Description de.hybris.platform.cockpit.daos de.hybris.platform.cockpit.daos.impl -
-
Uses of ObjectCollectionItemReferenceModel in de.hybris.platform.cockpit.daos
Methods in de.hybris.platform.cockpit.daos that return types with arguments of type ObjectCollectionItemReferenceModel Modifier and Type Method Description java.util.List<ObjectCollectionItemReferenceModel>CockpitObjectAbstractCollectionDao. findElements(CockpitObjectAbstractCollectionModel collection, int start, int count)Finds elements of the given object collection.java.util.List<ObjectCollectionItemReferenceModel>CockpitObjectAbstractCollectionDao. findElementsContainingItem(CockpitObjectAbstractCollectionModel collection, ItemModel item)Returns all elements of the collection that contain given item.java.util.List<ObjectCollectionItemReferenceModel>CockpitObjectAbstractCollectionDao. getElementsContainingItem(CockpitObjectAbstractCollectionModel collection, ItemModel item)Deprecated. -
Uses of ObjectCollectionItemReferenceModel in de.hybris.platform.cockpit.daos.impl
-