Class DynamicQueryImpl
java.lang.Object
de.hybris.platform.cockpit.model.dynamicquery.impl.DynamicQueryImpl
- All Implemented Interfaces:
DynamicQuery
Object represents Dynamic Query (predefined)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddQueryParameter(String paramName, Object paramValue) Adds the query parameter.Gets the description.Gets the fexible query.getLabel()Gets the label.Gets the parameters.voidremoveQueryParameter(String paramName) Removes the query parameter.voidsetDescription(String description) Sets the description.voidSets the label.
-
Field Details
-
label
-
description
-
parameters
-
-
Constructor Details
-
DynamicQueryImpl
-
-
Method Details
-
getDescription
Description copied from interface:DynamicQueryGets the description.- Specified by:
getDescriptionin interfaceDynamicQuery- Returns:
- the description
-
setDescription
Description copied from interface:DynamicQuerySets the description.- Specified by:
setDescriptionin interfaceDynamicQuery- Parameters:
description- the new description
-
getParameters
Description copied from interface:DynamicQueryGets the parameters.- Specified by:
getParametersin interfaceDynamicQuery- Returns:
- the parameters
-
getLabel
Description copied from interface:DynamicQueryGets the label.- Specified by:
getLabelin interfaceDynamicQuery- Returns:
- the label
-
setLabel
Description copied from interface:DynamicQuerySets the label.- Specified by:
setLabelin interfaceDynamicQuery- Parameters:
label- the new label
-
getFexibleQuery
Description copied from interface:DynamicQueryGets the fexible query.- Specified by:
getFexibleQueryin interfaceDynamicQuery- Returns:
- the fexible query
-
addQueryParameter
Description copied from interface:DynamicQueryAdds the query parameter.- Specified by:
addQueryParameterin interfaceDynamicQuery- Parameters:
paramName- the param nameparamValue- the param value
-
removeQueryParameter
Description copied from interface:DynamicQueryRemoves the query parameter.- Specified by:
removeQueryParameterin interfaceDynamicQuery- Parameters:
paramName- the param name
-