|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.framework.request.Criteria com.esri.gpt.framework.request.HybridCriteria<ACT,QCT>
public class HybridCriteria<ACT extends ActionCriteria,QCT extends QueryCriteria>
Holds both action and query criteria.
generic: ACT represents the ActionCriteria type
generic: QCT represents the QueryCriteria type
Constructor Summary | |
---|---|
HybridCriteria()
Default constructor. |
|
HybridCriteria(ACT actionCriteria,
QCT queryCriteria)
Constructs with supplied criteria. |
Method Summary | |
---|---|
ACT |
getActionCriteria()
Gets the action criteria. |
QCT |
getQueryCriteria()
Gets the query criteria. |
void |
reset()
Resets the criteria. |
void |
setActionCriteria(ACT criteria)
Sets the action criteria. |
void |
setQueryCriteria(QCT criteria)
Sets the query criteria |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HybridCriteria()
public HybridCriteria(ACT actionCriteria, QCT queryCriteria)
actionCriteria
- the action criteriaqueryCriteria
- the query criteriaMethod Detail |
---|
public ACT getActionCriteria()
public void setActionCriteria(ACT criteria)
criteria
- the action criteriapublic QCT getQueryCriteria()
public void setQueryCriteria(QCT criteria)
criteria
- the query criteriapublic void reset()
reset
in class Criteria
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |