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

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

public class InitCommandSp
extends Object
implements Serializable, ServiceProxyCommand

Service Proxy extensions to the Pazpar2 init command - specifically support for POSTing to the Service Proxy an init doc containing Pazpar2 definitions and settings. This feature, however, is not supported in the publicly released Service Proxy at this point.

Author:
Niels Erik
See Also:
Serialized Form

Constructor Summary
InitCommandSp(InitCommand initCommand)
           
 
Method Summary
 void downloadInitDoc()
           
 String getIncludeDebug()
           
 org.apache.myfaces.custom.fileupload.UploadedFile getUploadedInitDoc()
           
 String getWindowid()
          Returns the windowid parameter value.
 SpResponseDataObject run()
           
 void setIncludeDebug(String includeDebug)
          Sets Service Proxy command parameter includeDebug.
 void setUploadedInitDoc(org.apache.myfaces.custom.fileupload.UploadedFile uploadedFile)
           
 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

InitCommandSp

public InitCommandSp(InitCommand initCommand)
Method Detail

setIncludeDebug

public void setIncludeDebug(String includeDebug)
Sets Service Proxy command parameter includeDebug.


getIncludeDebug

public String getIncludeDebug()

setUploadedInitDoc

public void setUploadedInitDoc(org.apache.myfaces.custom.fileupload.UploadedFile uploadedFile)

getUploadedInitDoc

public org.apache.myfaces.custom.fileupload.UploadedFile getUploadedInitDoc()

downloadInitDoc

public void downloadInitDoc()
                     throws IOException
Throws:
IOException

run

public SpResponseDataObject run()

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.