Sets up error central. Lets page author decide to show.
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / pz2utils4jsf / pazpar2 / Pz2Interface.java
index b403d8d..f0cd6d4 100644 (file)
@@ -1,10 +1,8 @@
 package com.indexdata.pz2utils4jsf.pazpar2;\r
 \r
 import java.io.Serializable;\r
-import java.util.List;\r
 \r
 import com.indexdata.pz2utils4jsf.controls.ResultsPager;\r
-import com.indexdata.pz2utils4jsf.errors.ErrorInterface;\r
 \r
 public interface Pz2Interface extends Serializable {\r
 \r
@@ -98,31 +96,6 @@ public interface Pz2Interface extends Serializable {
    */\r
   public void setCurrentStateKey(String key);\r
   \r
-  /** \r
-   * @return true if any errors encountered so far\r
-   */\r
-  public boolean hasErrors();\r
-  \r
-  /**\r
-   * \r
-   * @return true if errors encountered during execution of commands\r
-   */\r
-  public boolean hasCommandErrors();\r
-  \r
-  /**\r
-   * \r
-   * @return true if errors encountered when configuring the service\r
-   */\r
-  public boolean hasConfigurationErrors();\r
-  \r
-  \r
-  /**\r
-   * Returns all errors encountered during configuration of the application, in particular\r
-   * the Pazpar2 client. \r
-   * \r
-   * @return\r
-   */\r
-  public List<ErrorInterface> getConfigurationErrors();\r
 \r
      \r
 }\r