|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.indexdata.mkjsf.pazpar2.commands.sp.RecordCommandSp
public class RecordCommandSp
Service Proxy extensions to the Papzar2 record
command,
these parameters being accessible by pzreq.record.sp.[parameter]
Constructor Summary | |
---|---|
RecordCommandSp(RecordCommand command)
|
Method Summary | |
---|---|
String |
getAcefilter()
Gets parameter value for acefilter |
String |
getRecordquery()
Gets parameter value for recordquery |
String |
getWindowid()
Returns the windowid parameter value. |
void |
setAcefilter(String aceFilter)
Sets Service Proxy command parameter acefilter . |
void |
setRecordquery(String recordQuery)
Sets Service Proxy command parameter recordquery . |
void |
setWindowid(String windowid)
Sets the windowid parameter. |
boolean |
spOnly()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecordCommandSp(RecordCommand command)
Method Detail |
---|
public void setRecordquery(String recordQuery)
recordquery
. See Service Proxy documentation for details.
public String getRecordquery()
recordquery
public void setAcefilter(String aceFilter)
acefilter
. See Service Proxy documentation for details.
public String getAcefilter()
acefilter
public void setWindowid(String windowid)
windowid
parameter. See Service Proxy documentation for details.
public String getWindowid()
windowid
parameter value.
public boolean spOnly()
spOnly
in interface ServiceProxyCommand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |