Class AdvancedSavedQueryModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.core.model.flexiblesearch.SavedQueryModel
de.hybris.platform.advancedsavedquery.model.AdvancedSavedQueryModel
- All Implemented Interfaces:
Serializable
Generated model class for type AdvancedSavedQuery first defined at extension advancedsavedquery.
- 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 model type code constant.static final StringGenerated constant - Attribute key ofAdvancedSavedQuery.generatedFlexibleSearchattribute defined at extensionadvancedsavedquery.static final StringGenerated constant - Attribute key ofAdvancedSavedQuery.wherepartsattribute defined at extensionadvancedsavedquery.Fields inherited from class de.hybris.platform.core.model.flexiblesearch.SavedQueryModel
CODE, DESCRIPTION, NAME, PARAMS, PARAMTYPES, QUERY, RESULTTYPEFields 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.Generated constructor - Default constructor for creation with existing contextAdvancedSavedQueryModel(String _code, ItemModel _owner, String _query, ComposedTypeModel _resultType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAdvancedSavedQueryModel(String _code, String _query, ComposedTypeModel _resultType) 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 theAdvancedSavedQuery.generatedFlexibleSearchattribute defined at extensionadvancedsavedquery.Generated method - Getter of theAdvancedSavedQuery.wherepartsattribute defined at extensionadvancedsavedquery.voidsetWhereparts(Collection<WherePartModel> value) Generated method - Setter ofAdvancedSavedQuery.wherepartsattribute defined at extensionadvancedsavedquery.Methods inherited from class de.hybris.platform.core.model.flexiblesearch.SavedQueryModel
getCode, getDescription, getDescription, getName, getName, getParams, getQuery, getResultType, setCode, setDescription, setDescription, setName, setName, setParams, setQuery, setResultTypeMethods 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:
-
GENERATEDFLEXIBLESEARCH
Generated constant - Attribute key ofAdvancedSavedQuery.generatedFlexibleSearchattribute defined at extensionadvancedsavedquery.- See Also:
-
WHEREPARTS
Generated constant - Attribute key ofAdvancedSavedQuery.wherepartsattribute defined at extensionadvancedsavedquery.- See Also:
-
-
Constructor Details
-
AdvancedSavedQueryModel
public AdvancedSavedQueryModel()Generated constructor - Default constructor for generic creation. -
AdvancedSavedQueryModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
AdvancedSavedQueryModel
@Deprecated(since="4.1.1", forRemoval=true) public AdvancedSavedQueryModel(String _code, String _query, ComposedTypeModel _resultType) 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:
_code- initial attribute declared by typeSavedQueryat extensioncore_query- initial attribute declared by typeSavedQueryat extensioncore_resultType- initial attribute declared by typeSavedQueryat extensioncore
-
AdvancedSavedQueryModel
@Deprecated(since="4.1.1", forRemoval=true) public AdvancedSavedQueryModel(String _code, ItemModel _owner, String _query, ComposedTypeModel _resultType) 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:
_code- initial attribute declared by typeSavedQueryat extensioncore_owner- initial attribute declared by typeItemat extensioncore_query- initial attribute declared by typeSavedQueryat extensioncore_resultType- initial attribute declared by typeSavedQueryat extensioncore
-
-
Method Details
-
getGeneratedFlexibleSearch
@Accessor(qualifier="generatedFlexibleSearch", type=GETTER) public String getGeneratedFlexibleSearch()Generated method - Getter of theAdvancedSavedQuery.generatedFlexibleSearchattribute defined at extensionadvancedsavedquery.- Returns:
- the generatedFlexibleSearch
-
getWhereparts
Generated method - Getter of theAdvancedSavedQuery.wherepartsattribute defined at extensionadvancedsavedquery. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the whereparts
-
setWhereparts
@Accessor(qualifier="whereparts", type=SETTER) public void setWhereparts(Collection<WherePartModel> value) Generated method - Setter ofAdvancedSavedQuery.wherepartsattribute defined at extensionadvancedsavedquery.- Parameters:
value- the whereparts
-