Uses of Interface
de.hybris.platform.persistence.polyglot.view.ItemStateView
-
-
Uses of ItemStateView in de.hybris.platform.persistence.flexiblesearch.polyglot
Classes in de.hybris.platform.persistence.flexiblesearch.polyglot that implement ItemStateView Modifier and Type Class Description classFlexibleSearchResultItemStateMethods in de.hybris.platform.persistence.flexiblesearch.polyglot that return types with arguments of type ItemStateView Modifier and Type Method Description java.util.stream.Stream<ItemStateView>PolyglotFsResult. getResult()Method parameters in de.hybris.platform.persistence.flexiblesearch.polyglot with type arguments of type ItemStateView Modifier and Type Method Description static PolyglotFsResultPolyglotFsResult. full(java.util.stream.Stream<ItemStateView> result) -
Uses of ItemStateView in de.hybris.platform.persistence.polyglot.model
Subinterfaces of ItemStateView in de.hybris.platform.persistence.polyglot.model Modifier and Type Interface Description interfaceItemState -
Uses of ItemStateView in de.hybris.platform.persistence.polyglot.search
Methods in de.hybris.platform.persistence.polyglot.search that return types with arguments of type ItemStateView Modifier and Type Method Description java.util.stream.Stream<ItemStateView>FindResult. getResult()java.util.stream.Stream<ItemStateView>StandardFindResult. getResult()Method parameters in de.hybris.platform.persistence.polyglot.search with type arguments of type ItemStateView Modifier and Type Method Description static StandardFindResult.StandardFindResultBuilderStandardFindResult. buildFromStream(java.util.stream.Stream<ItemStateView> stream) -
Uses of ItemStateView in de.hybris.platform.persistence.polyglot.search.criteria
Methods in de.hybris.platform.persistence.polyglot.search.criteria that return types with arguments of type ItemStateView Modifier and Type Method Description static java.util.Comparator<ItemStateView>ItemStateComparatorCreator. getItemStateComparator(Criteria criteria)java.util.function.Predicate<ItemStateView>MatchingPredicateBuilder. getPredicate() -
Uses of ItemStateView in ydocumentcartpackage.persistence.polyglot.repository.documentcart
Classes in ydocumentcartpackage.persistence.polyglot.repository.documentcart that implement ItemStateView Modifier and Type Class Description classEntityMethods in ydocumentcartpackage.persistence.polyglot.repository.documentcart that return types with arguments of type ItemStateView Modifier and Type Method Description java.util.stream.Stream<ItemStateView>DocumentFindResult. getResult() -
Uses of ItemStateView in ydocumentcartpackage.persistence.polyglot.repository.documentcart.query
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart.query that return types with arguments of type ItemStateView Modifier and Type Method Description java.util.function.Predicate<ItemStateView>EntityCondition. getPredicate()
-