com.indexdata.mkjsf.pazpar2.commands.sp
Class RecordCommandSp

java.lang.Object
  extended by com.indexdata.mkjsf.pazpar2.commands.sp.RecordCommandSp
All Implemented Interfaces:
ServiceProxyCommand, Serializable

public class RecordCommandSp
extends Object
implements Serializable, ServiceProxyCommand

Service Proxy extensions to the Papzar2 record command, these parameters being accessible by pzreq.record.sp.[parameter]

Author:
Niels Erik
See Also:
Serialized Form

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

RecordCommandSp

public RecordCommandSp(RecordCommand command)
Method Detail

setRecordquery

public void setRecordquery(String recordQuery)
Sets Service Proxy command parameter recordquery. See Service Proxy documentation for details.


getRecordquery

public String getRecordquery()
Gets parameter value for recordquery


setAcefilter

public void setAcefilter(String aceFilter)
Sets Service Proxy command parameter acefilter. See Service Proxy documentation for details.


getAcefilter

public String getAcefilter()
Gets parameter value for acefilter


setWindowid

public void setWindowid(String windowid)
Sets the windowid parameter. See Service Proxy documentation for details.


getWindowid

public String getWindowid()
Returns the windowid parameter value.


spOnly

public boolean spOnly()
Specified by:
spOnly in interface ServiceProxyCommand


Copyright © 2013. All Rights Reserved.