Class AsSortExpressionModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.adaptivesearch.model.AbstractAsConfigurationModel
de.hybris.platform.adaptivesearch.model.AbstractAsItemConfigurationModel
de.hybris.platform.adaptivesearch.model.AsSortExpressionModel
- All Implemented Interfaces:
Serializable
Generated model class for type AsSortExpression first defined at extension adaptivesearch.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationAsSortConfiguration2SortExpressiondefining source attributesortConfigurationin extensionadaptivesearch.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofAsSortExpression.expressionattribute defined at extensionadaptivesearch.static final StringGenerated constant - Attribute key ofAsSortExpression.orderattribute defined at extensionadaptivesearch.static final StringGenerated constant - Attribute key ofAsSortExpression.sortConfigurationattribute defined at extensionadaptivesearch.static final StringGenerated constant - Attribute key ofAsSortExpression.sortConfigurationPOSattribute defined at extensionadaptivesearch.static final StringGenerated constant - Attribute key ofAsSortExpression.uniqueIdxattribute defined at extensionadaptivesearch.Fields inherited from class de.hybris.platform.adaptivesearch.model.AbstractAsConfigurationModel
CATALOGVERSION, CORRUPTED, UIDFields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.AsSortExpressionModel(CatalogVersionModel _catalogVersion, String _expression, ItemModel _owner, AbstractAsSortConfigurationModel _sortConfiguration, String _uid, String _uniqueIdx) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Default constructor for creation with existing contextAsSortExpressionModel(String _expression, AbstractAsSortConfigurationModel _sortConfiguration, String _uid, String _uniqueIdx) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theAsSortExpression.expressionattribute defined at extensionadaptivesearch.getOrder()Generated method - Getter of theAsSortExpression.orderattribute defined at extensionadaptivesearch.Generated method - Getter of theAsSortExpression.sortConfigurationattribute defined at extensionadaptivesearch.Generated method - Getter of theAsSortExpression.uniqueIdxattribute defined at extensionadaptivesearch.booleanGenerated method - Getter of theAbstractAsConfiguration.corrupteddynamic attribute defined at extensionadaptivesearchand redeclared at extensionadaptivesearch.voidsetExpression(String value) Generated method - Setter ofAsSortExpression.expressionattribute defined at extensionadaptivesearch.voidsetOrder(AsSortOrder value) Generated method - Setter ofAsSortExpression.orderattribute defined at extensionadaptivesearch.voidGenerated method - Initial setter ofAsSortExpression.sortConfigurationattribute defined at extensionadaptivesearch.voidsetUniqueIdx(String value) Generated method - Setter ofAsSortExpression.uniqueIdxattribute defined at extensionadaptivesearch.Methods inherited from class de.hybris.platform.adaptivesearch.model.AbstractAsConfigurationModel
getCatalogVersion, getUid, setCatalogVersion, setUidMethods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
_ASSORTCONFIGURATION2SORTEXPRESSION
Generated relation code constant for relationAsSortConfiguration2SortExpressiondefining source attributesortConfigurationin extensionadaptivesearch.- See Also:
-
EXPRESSION
Generated constant - Attribute key ofAsSortExpression.expressionattribute defined at extensionadaptivesearch.- See Also:
-
ORDER
Generated constant - Attribute key ofAsSortExpression.orderattribute defined at extensionadaptivesearch.- See Also:
-
UNIQUEIDX
Generated constant - Attribute key ofAsSortExpression.uniqueIdxattribute defined at extensionadaptivesearch.- See Also:
-
SORTCONFIGURATIONPOS
Generated constant - Attribute key ofAsSortExpression.sortConfigurationPOSattribute defined at extensionadaptivesearch.- See Also:
-
SORTCONFIGURATION
Generated constant - Attribute key ofAsSortExpression.sortConfigurationattribute defined at extensionadaptivesearch.- See Also:
-
-
Constructor Details
-
AsSortExpressionModel
public AsSortExpressionModel()Generated constructor - Default constructor for generic creation. -
AsSortExpressionModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
AsSortExpressionModel
@Deprecated(since="4.1.1", forRemoval=true) public AsSortExpressionModel(String _expression, AbstractAsSortConfigurationModel _sortConfiguration, String _uid, String _uniqueIdx) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_expression- initial attribute declared by typeAsSortExpressionat extensionadaptivesearch_sortConfiguration- initial attribute declared by typeAsSortExpressionat extensionadaptivesearch_uid- initial attribute declared by typeAbstractAsConfigurationat extensionadaptivesearch_uniqueIdx- initial attribute declared by typeAsSortExpressionat extensionadaptivesearch
-
AsSortExpressionModel
@Deprecated(since="4.1.1", forRemoval=true) public AsSortExpressionModel(CatalogVersionModel _catalogVersion, String _expression, ItemModel _owner, AbstractAsSortConfigurationModel _sortConfiguration, String _uid, String _uniqueIdx) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_catalogVersion- initial attribute declared by typeAbstractAsConfigurationat extensionadaptivesearch_expression- initial attribute declared by typeAsSortExpressionat extensionadaptivesearch_owner- initial attribute declared by typeItemat extensioncore_sortConfiguration- initial attribute declared by typeAsSortExpressionat extensionadaptivesearch_uid- initial attribute declared by typeAbstractAsConfigurationat extensionadaptivesearch_uniqueIdx- initial attribute declared by typeAsSortExpressionat extensionadaptivesearch
-
-
Method Details
-
getExpression
Generated method - Getter of theAsSortExpression.expressionattribute defined at extensionadaptivesearch.- Returns:
- the expression
-
getOrder
Generated method - Getter of theAsSortExpression.orderattribute defined at extensionadaptivesearch.- Returns:
- the order
-
getSortConfiguration
@Accessor(qualifier="sortConfiguration", type=GETTER) public AbstractAsSortConfigurationModel getSortConfiguration()Generated method - Getter of theAsSortExpression.sortConfigurationattribute defined at extensionadaptivesearch.- Returns:
- the sortConfiguration
-
getUniqueIdx
Generated method - Getter of theAsSortExpression.uniqueIdxattribute defined at extensionadaptivesearch.- Returns:
- the uniqueIdx
-
isCorrupted
Generated method - Getter of theAbstractAsConfiguration.corrupteddynamic attribute defined at extensionadaptivesearchand redeclared at extensionadaptivesearch.- Overrides:
isCorruptedin classAbstractAsConfigurationModel- Returns:
- the corrupted
-
setExpression
Generated method - Setter ofAsSortExpression.expressionattribute defined at extensionadaptivesearch.- Parameters:
value- the expression
-
setOrder
Generated method - Setter ofAsSortExpression.orderattribute defined at extensionadaptivesearch.- Parameters:
value- the order
-
setSortConfiguration
@Accessor(qualifier="sortConfiguration", type=SETTER) public void setSortConfiguration(AbstractAsSortConfigurationModel value) Generated method - Initial setter ofAsSortExpression.sortConfigurationattribute defined at extensionadaptivesearch. Can only be used at creation of model - before first save.- Parameters:
value- the sortConfiguration
-
setUniqueIdx
Generated method - Setter ofAsSortExpression.uniqueIdxattribute defined at extensionadaptivesearch.- Parameters:
value- the uniqueIdx
-