Uses of Class
de.hybris.platform.persistence.polyglot.model.SingleAttributeKey
-
-
Uses of SingleAttributeKey in de.hybris.platform.persistence
Fields in de.hybris.platform.persistence declared as SingleAttributeKey Modifier and Type Field Description static SingleAttributeKeyPolyglotPersistenceGenericItemSupport. OWNER -
Uses of SingleAttributeKey in de.hybris.platform.persistence.flexiblesearch.polyglot
Constructor parameters in de.hybris.platform.persistence.flexiblesearch.polyglot with type arguments of type SingleAttributeKey Constructor Description FlexibleSearchResultItemState(java.util.Map<SingleAttributeKey,java.lang.Object> values) -
Uses of SingleAttributeKey in de.hybris.platform.persistence.polyglot
Methods in de.hybris.platform.persistence.polyglot that return SingleAttributeKey Modifier and Type Method Description static SingleAttributeKeyPolyglotPersistence. getLocalizedKey(java.lang.String qualifier, java.lang.String langCode)static SingleAttributeKeyPolyglotPersistence. getNonlocalizedKey(java.lang.String qualifier)static SingleAttributeKeyPolyglotPersistence.CoreAttributes. pk()static SingleAttributeKeyPolyglotPersistence.CoreAttributes. type()static SingleAttributeKeyPolyglotPersistence.CoreAttributes. version() -
Uses of SingleAttributeKey in de.hybris.platform.persistence.polyglot.model
Subclasses of SingleAttributeKey in de.hybris.platform.persistence.polyglot.model Modifier and Type Class Description classLocalizedKeyclassNonlocalizedKeyMethods in de.hybris.platform.persistence.polyglot.model that return SingleAttributeKey Modifier and Type Method Description static SingleAttributeKeyPolyglotModelFactory. getLocalizedKey(java.lang.String qualifier, java.lang.String langCode)static SingleAttributeKeyPolyglotModelFactory. getNonlocalizedKey(java.lang.String qualifier)static SingleAttributeKeyPolyglotModelFactory. pk()static SingleAttributeKeyPolyglotModelFactory. type()static SingleAttributeKeyPolyglotModelFactory. version()Methods in de.hybris.platform.persistence.polyglot.model with parameters of type SingleAttributeKey Modifier and Type Method Description voidChangeSet. set(SingleAttributeKey key, java.lang.Object value) -
Uses of SingleAttributeKey in de.hybris.platform.persistence.polyglot.search.criteria
Methods in de.hybris.platform.persistence.polyglot.search.criteria that return SingleAttributeKey Modifier and Type Method Description SingleAttributeKeyConditions.ComparisonCondition. getKey()SingleAttributeKeyCriteria.OrderByElement. getKey()Methods in de.hybris.platform.persistence.polyglot.search.criteria that return types with arguments of type SingleAttributeKey Modifier and Type Method Description java.util.List<SingleAttributeKey>Criteria. getRequestedKeys()Methods in de.hybris.platform.persistence.polyglot.search.criteria with parameters of type SingleAttributeKey Modifier and Type Method Description static Conditions.ComparisonConditionConditions. cmp(SingleAttributeKey key, Conditions.ComparisonCondition.CmpOperator operator, java.lang.String paramNameToCompare)Criteria.CriteriaBuilderCriteria.CriteriaBuilder. withOrderByAttribute(SingleAttributeKey key, Criteria.OrderByElement.Direction dir)Method parameters in de.hybris.platform.persistence.polyglot.search.criteria with type arguments of type SingleAttributeKey Modifier and Type Method Description Criteria.CriteriaBuilderCriteria.CriteriaBuilder. withRequestedKeys(java.util.List<SingleAttributeKey> keys) -
Uses of SingleAttributeKey in ydocumentcartpackage.persistence.polyglot.repository.documentcart
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart with parameters of type SingleAttributeKey Modifier and Type Method Description voidEntity. set(SingleAttributeKey key, java.lang.Object value)voidEntityCreation. set(SingleAttributeKey key, java.lang.Object value)voidEntityModification. set(SingleAttributeKey key, java.lang.Object value)Entity.EntityBuilderEntity.EntityBuilder. withAttribute(SingleAttributeKey key, java.lang.Object value)Method parameters in ydocumentcartpackage.persistence.polyglot.repository.documentcart with type arguments of type SingleAttributeKey Modifier and Type Method Description voidEntity. forEveryAttribute(java.util.function.BiConsumer<SingleAttributeKey,java.lang.Object> consumer)voidEntityCreation. forEveryAttribute(java.util.function.BiConsumer<SingleAttributeKey,java.lang.Object> consumer)voidEntityModification. forEveryChange(java.util.function.BiConsumer<SingleAttributeKey,java.lang.Object> consumer) -
Uses of SingleAttributeKey in ydocumentcartpackage.persistence.polyglot.repository.documentcart.cart
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart.cart that return SingleAttributeKey Modifier and Type Method Description static SingleAttributeKeyCartAttributes. code()SingleAttributeKeyCartTypeInfo. getParentReferenceAttribute(Reference itemTypeReference)static SingleAttributeKeyCartAttributes. guid()static SingleAttributeKeyCartAttributes. order()static SingleAttributeKeyCartAttributes. site()static SingleAttributeKeyCartAttributes. user() -
Uses of SingleAttributeKey in ydocumentcartpackage.persistence.polyglot.repository.documentcart.query
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart.query that return SingleAttributeKey Modifier and Type Method Description SingleAttributeKeyTypeSystemInfo. getParentReferenceAttribute(Reference itemTypeReference)Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart.query that return types with arguments of type SingleAttributeKey Modifier and Type Method Description java.util.Map<SingleAttributeKey,java.lang.Object>TypedCriteria. getRootUniqueParams()Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart.query with parameters of type SingleAttributeKey Modifier and Type Method Description static EntityConditionEntityCondition. from(SingleAttributeKey attribute, java.lang.Object value)Method parameters in ydocumentcartpackage.persistence.polyglot.repository.documentcart.query with type arguments of type SingleAttributeKey Modifier and Type Method Description static EntityConditionEntityCondition. from(java.util.Set<Identity> requestedTypes, java.util.Map<SingleAttributeKey,java.lang.Object> params)
-