Renames variable
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / mkjsf / pazpar2 / Pz2Interface.java
index 1ffd33c..b8b6d24 100644 (file)
@@ -5,7 +5,7 @@ import java.io.Serializable;
 import com.indexdata.mkjsf.controls.ResultsPager;\r
 \r
 public interface Pz2Interface extends Serializable {\r
-\r
+  \r
   /**\r
    * Executes a Pazpar2 search using the given query string\r
    * \r
@@ -19,6 +19,12 @@ public interface Pz2Interface extends Serializable {
   public void doSearch();\r
   \r
   /**\r
+   * Executes a Pazpar2 record requests\r
+   * @return Active clients for the record request\r
+   */\r
+  public String doRecord();\r
+  \r
+  /**\r
    * Updates display data objects by issuing the following pazpar2 commands: \r
    * 'show', 'stat', 'termlist' and 'bytarget'.\r
    *  \r
@@ -96,6 +102,19 @@ public interface Pz2Interface extends Serializable {
    */\r
   public void setCurrentStateKey(String key);\r
   \r
+  public boolean getAuthenticationRequired ();\r
+\r
+  public String getCheckHistory ();\r
+  public String getWatchActiveclients ();\r
+  public String getWatchActiveclientsRecord ();\r
 \r
-     \r
+  public void setServiceTypePZ2 ();\r
+  public void setServiceTypeSP ();\r
+  public void setServiceTypeTBD ();\r
+  public void setServiceUrl(String url);\r
+  public String getServiceUrl();\r
+  public String getServiceType();\r
+  public boolean isPazpar2Service ();  \r
+  public boolean isServiceProxyService();  \r
+  public boolean serviceIsToBeDecided ();\r
 }\r