public interface IQuery
Modifier and Type | Method and Description |
---|---|
java.util.Locale |
getContentLocale()
Returns the preferred content locale for the session.
|
java.util.Locale |
getProductLocale()
Returns the preferred product locale for the session.
|
java.lang.String[] |
getProperties()
Returns the properties of this query object.
|
IQueryOption |
getQueryOption()
Returns information about the query options set for this query.
|
ISearchExpression |
getSearchExpression()
Returns the search expression of this query object.
|
ISortProperty[] |
getSortProperties()
Returns information about the sorting properties of this query.
|
ISearchExpression getSearchExpression()
java.lang.String[] getProperties()
ISortProperty[] getSortProperties()
IQueryOption getQueryOption()
java.util.Locale getProductLocale()
java.util.Locale getContentLocale()