@Deprecated public class QueryParameters extends Object
Constructor and Description |
---|
QueryParameters()
Deprecated.
|
QueryParameters(QueryParameters queryParameters)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
<T> void |
addAppropriateParam(String listId,
T... param)
Deprecated.
|
<T> void |
addRangeParameter(String listId,
T param,
boolean start)
Deprecated.
|
void |
clear()
Deprecated.
|
<T> List<T> |
getAppropriateParamList(String listId,
T param,
int size)
Deprecated.
|
Map<String,List<? extends Object>> |
getIntersectParameters()
Deprecated.
|
Map<String,List<? extends Object>> |
getIntersectRangeParameters()
Deprecated.
|
Map<String,List<String>> |
getIntersectRegexParameters()
Deprecated.
|
Map<String,List<? extends Object>> |
getUnionParameters()
Deprecated.
|
Map<String,List<? extends Object>> |
getUnionRangeParameters()
Deprecated.
|
Map<String,List<String>> |
getUnionRegexParameters()
Deprecated.
|
boolean |
intersectParametersAreEmpty()
Deprecated.
|
boolean |
intersectRangeParametersAreEmpty()
Deprecated.
|
boolean |
intersectRegexParametersAreEmpty()
Deprecated.
|
boolean |
isLike()
Deprecated.
|
boolean |
isRange()
Deprecated.
|
boolean |
isUnion()
Deprecated.
|
void |
setToEquals()
Deprecated.
|
void |
setToIntersection()
Deprecated.
|
void |
setToLike()
Deprecated.
|
void |
setToPrecise()
Deprecated.
|
void |
setToRange()
Deprecated.
|
void |
setToUnion()
Deprecated.
|
boolean |
unionParametersAreEmpty()
Deprecated.
|
boolean |
unionRangeParametersAreEmpty()
Deprecated.
|
boolean |
unionRegexParametersAreEmpty()
Deprecated.
|
public QueryParameters()
public QueryParameters(QueryParameters queryParameters)
public boolean unionParametersAreEmpty()
public Map<String,List<? extends Object>> getIntersectParameters()
public boolean intersectParametersAreEmpty()
public boolean unionRegexParametersAreEmpty()
public Map<String,List<String>> getIntersectRegexParameters()
public boolean intersectRegexParametersAreEmpty()
public Map<String,List<? extends Object>> getUnionRangeParameters()
public boolean unionRangeParametersAreEmpty()
public Map<String,List<? extends Object>> getIntersectRangeParameters()
public boolean intersectRangeParametersAreEmpty()
public <T> void addAppropriateParam(String listId, T... param)
public <T> void addRangeParameter(String listId, T param, boolean start)
public <T> List<T> getAppropriateParamList(String listId, T param, int size)
public void setToUnion()
public void setToIntersection()
public boolean isUnion()
public void setToLike()
public boolean isLike()
public void setToEquals()
public void setToRange()
public void setToPrecise()
public boolean isRange()
public void clear()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.