Uses of Class
de.hybris.platform.persistence.polyglot.model.SingleAttributeKey
Packages that use SingleAttributeKey
Package
Description
-
Uses of SingleAttributeKey in de.hybris.platform.persistence
Fields in de.hybris.platform.persistence declared as SingleAttributeKeyModifier and TypeFieldDescriptionstatic final 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 SingleAttributeKeyModifierConstructorDescription -
Uses of SingleAttributeKey in de.hybris.platform.persistence.polyglot
Methods in de.hybris.platform.persistence.polyglot that return SingleAttributeKeyModifier and TypeMethodDescriptionChangeParentOfEntityFeature.getKey()static SingleAttributeKeyPolyglotPersistence.getLocalizedKey(String qualifier, String langCode) static SingleAttributeKeyPolyglotPersistence.getNonlocalizedKey(String qualifier) static SingleAttributeKeyPolyglotPersistence.CoreAttributes.pk()static SingleAttributeKeyPolyglotPersistence.CoreAttributes.type()static SingleAttributeKeyPolyglotPersistence.CoreAttributes.version()Constructors in de.hybris.platform.persistence.polyglot with parameters of type SingleAttributeKey -
Uses of SingleAttributeKey in de.hybris.platform.persistence.polyglot.model
Subclasses of SingleAttributeKey in de.hybris.platform.persistence.polyglot.modelMethods in de.hybris.platform.persistence.polyglot.model that return SingleAttributeKeyModifier and TypeMethodDescriptionstatic SingleAttributeKeyPolyglotModelFactory.getLocalizedKey(String qualifier, String langCode) static SingleAttributeKeyPolyglotModelFactory.getNonlocalizedKey(String qualifier) static SingleAttributeKeyPolyglotModelFactory.pk()static SingleAttributeKeyPolyglotModelFactory.type()static SingleAttributeKeyPolyglotModelFactory.version()Methods in de.hybris.platform.persistence.polyglot.model with parameters of type SingleAttributeKey -
Uses of SingleAttributeKey in de.hybris.platform.persistence.polyglot.search.criteria
Methods in de.hybris.platform.persistence.polyglot.search.criteria that return SingleAttributeKeyModifier and TypeMethodDescriptionConditions.ComparisonCondition.getKey()Criteria.OrderByElement.getKey()Methods in de.hybris.platform.persistence.polyglot.search.criteria that return types with arguments of type SingleAttributeKeyMethods in de.hybris.platform.persistence.polyglot.search.criteria with parameters of type SingleAttributeKeyModifier and TypeMethodDescriptionConditions.cmp(SingleAttributeKey key, Conditions.ComparisonCondition.CmpOperator operator, String paramNameToCompare) Criteria.CriteriaBuilder.withOrderByAttribute(SingleAttributeKey key, Criteria.OrderByElement.Direction dir) Method parameters in de.hybris.platform.persistence.polyglot.search.criteria with type arguments of type SingleAttributeKeyModifier and TypeMethodDescriptionCriteria.CriteriaBuilder.withRequestedKeys(List<SingleAttributeKey> keys) -
Uses of SingleAttributeKey in ydocumentcartpackage.persistence.polyglot.repository.documentcart
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart with parameters of type SingleAttributeKeyModifier and TypeMethodDescriptionvoidEntity.set(SingleAttributeKey key, Object value) voidEntityCreation.set(SingleAttributeKey key, Object value) voidEntityModification.set(SingleAttributeKey key, Object value) Entity.EntityBuilder.withAttribute(SingleAttributeKey key, Object value) Method parameters in ydocumentcartpackage.persistence.polyglot.repository.documentcart with type arguments of type SingleAttributeKeyModifier and TypeMethodDescriptionvoidEntity.forEveryAttribute(BiConsumer<SingleAttributeKey, Object> consumer) voidEntityCreation.forEveryAttribute(BiConsumer<SingleAttributeKey, Object> consumer) voidEntityModification.forEveryChange(BiConsumer<SingleAttributeKey, Object> consumer) -
Uses of SingleAttributeKey in ydocumentcartpackage.persistence.polyglot.repository.documentcart.cart
Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart.cart that return SingleAttributeKeyModifier and TypeMethodDescriptionstatic SingleAttributeKeyCartAttributes.code()CartTypeInfo.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 SingleAttributeKeyModifier and TypeMethodDescriptionTypeSystemInfo.getParentReferenceAttribute(Reference itemTypeReference) Methods in ydocumentcartpackage.persistence.polyglot.repository.documentcart.query that return types with arguments of type SingleAttributeKeyMethods in ydocumentcartpackage.persistence.polyglot.repository.documentcart.query with parameters of type SingleAttributeKeyModifier and TypeMethodDescriptionstatic EntityConditionEntityCondition.from(SingleAttributeKey attribute, Object value) Method parameters in ydocumentcartpackage.persistence.polyglot.repository.documentcart.query with type arguments of type SingleAttributeKey