Uses of Class
de.hybris.platform.core.FlexibleSearchTranslatable
Packages that use FlexibleSearchTranslatable
Package
Description
-
Uses of FlexibleSearchTranslatable in de.hybris.platform.catalog.jalo.classification.util
Modifier and TypeClassDescriptionclassclassclassclass -
Uses of FlexibleSearchTranslatable in de.hybris.platform.cockpit.services.search.impl
Modifier and TypeClassDescriptionclassClass represents a Condition in form of a subquery -
Uses of FlexibleSearchTranslatable in de.hybris.platform.core
Subclasses of FlexibleSearchTranslatable in de.hybris.platform.coreModifier and TypeClassDescriptionclassSuper class for all Conditions.classThis Class holds a list of Conditions, concatenates them byANDorORoperator.classSuper class for all kinds of Fields.classClass represents a Condition for a field comparison (e.g.classSuper class for all conditions responsible for any kind of field comparison.protected static classSubclass ofGenericFieldConditionto make constructor accessible for testing.classAllows to specify a function to be applied to a generic select field.classClass represents a Condition for a literal comparison (e.g.classTheGenericQueryclass holds and manages all objects necessary for searching on a specificType.classKind of Field used with a WHERE or ORDER BY clause.final classClass represents a field modifier, used to indicate one of the following:CORE- marks field as core attributePROPERTY- marks field as propertyLOCALIZED- marks field as localized attributeINTERNAL- marks field as internalOUTER_JOIN- forces flexible search to join this field outerclassClass represents aORDER BY clause by defining the field to be searched by and its order direction.classKind of Field used within a SELECT clause.classClass represents a Condition for comparing a field with the outcome of a SubQuery ( e.g.classClass represents a join between types.classClass represents a Condition for value comparison (e.g.final classClass represents an Operator; is used with all types ofGenericConditions.