Uses of Interface
de.hybris.platform.persistence.polyglot.model.ItemState
-
-
Uses of ItemState in de.hybris.platform.persistence.flexiblesearch.polyglot
Classes in de.hybris.platform.persistence.flexiblesearch.polyglot that implement ItemState Modifier and Type Class Description classFlexibleSearchResultItemState -
Uses of ItemState in de.hybris.platform.persistence.polyglot
Methods in de.hybris.platform.persistence.polyglot that return ItemState Modifier and Type Method Description ItemStateItemStateRepository. get(Identity id)Methods in de.hybris.platform.persistence.polyglot with parameters of type ItemState Modifier and Type Method Description static PolyglotFeaturePolyglotPersistence. handlingRelatedItemsFeature(ItemState state, Key attributeKey)static PolyglotFeaturePolyglotPersistence. handlingRelatedItemsFeature(ItemState state, Key attributeKey, boolean write)voidItemStateRepository. remove(ItemState state) -
Uses of ItemState in de.hybris.platform.persistence.polyglot.model
Methods in de.hybris.platform.persistence.polyglot.model with parameters of type ItemState Modifier and Type Method Description static PolyglotFeaturePolyglotModelFactory. handlingRelatedItemsFeature(ItemState state, Key attributeKey, boolean write) -
Uses of ItemState in de.hybris.platform.persistence.polyglot.repository
Methods in de.hybris.platform.persistence.polyglot.repository that return ItemState Modifier and Type Method Description ItemStateTestItemStateRepo. get(Identity id)Methods in de.hybris.platform.persistence.polyglot.repository with parameters of type ItemState Modifier and Type Method Description voidTestItemStateRepo. remove(ItemState state) -
Uses of ItemState in de.hybris.platform.persistence.polyglot.uow
Methods in de.hybris.platform.persistence.polyglot.uow that return ItemState Modifier and Type Method Description ItemStateUnitOfWork. get(ItemStateRepository repo, Identity id)ItemStateUnitOfWorkAwareItemStateRepository. get(Identity id)Methods in de.hybris.platform.persistence.polyglot.uow with parameters of type ItemState Modifier and Type Method Description voidUnitOfWork. remove(ItemStateRepository targetRepo, ItemState state)voidUnitOfWorkAwareItemStateRepository. remove(ItemState state) -
Uses of ItemState in ydocumentcartpackage.persistence.polyglot.repository.documentcart
Classes in ydocumentcartpackage.persistence.polyglot.repository.documentcart that implement ItemState Modifier and Type Class Description classEntityMethods in ydocumentcartpackage.persistence.polyglot.repository.documentcart that return ItemState Modifier and Type Method Description ItemStateInstrumentedItemStateRepository. get(Identity id)Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart with parameters of type ItemState Modifier and Type Method Description static java.util.Optional<Entity>Entity. from(ItemState state)voidInstrumentedItemStateRepository. remove(ItemState state)voidRepository. remove(ItemState itemState)
-