|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.iris.dmc.criteria.RespCriteria
public class RespCriteria
RespCriteria is a simple criteria builder to retrieve Resp data
Constructor Summary | |
---|---|
RespCriteria()
|
Method Summary | |
---|---|
void |
reset()
Will reset the criteria object to its defaults clearing all other properties. |
RespCriteria |
setChannel(String channel)
Add channel restriction to constrain the result. |
RespCriteria |
setEndTime(Date endTime)
Set location restriction to constrain the result. |
RespCriteria |
setLocation(String location)
Set location restriction to constrain the result. |
RespCriteria |
setNetwork(String netCode)
Add network restriction to constrain the result. |
RespCriteria |
setStartTime(Date startTime)
Set location restriction to constrain the result. |
RespCriteria |
setStation(String staCode)
Add station restriction to constrain the result. |
List<String> |
toUrlParams()
Constructs url's parameters |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RespCriteria()
Method Detail |
---|
public List<String> toUrlParams() throws CriteriaException
Criteria
toUrlParams
in interface Criteria
CriteriaException
public RespCriteria setStation(String staCode)
staCode
-
public RespCriteria setNetwork(String netCode)
netCode
-
public RespCriteria setChannel(String channel)
channel
-
public RespCriteria setLocation(String location)
location
-
public RespCriteria setStartTime(Date startTime)
location
-
public RespCriteria setEndTime(Date endTime)
location
-
public void reset()
reset
in interface Criteria
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |