X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fcom%2Findexdata%2Fpz2utils4jsf%2Fpazpar2%2FPz2Interface.java;h=f0cd6d4058267949e0929fa3a46945c5cd558fb7;hb=130dfe23d607762588d449967bd6b074542a36fd;hp=b403d8d5dadb1c46825b333061ec8989b96c9c87;hpb=2fefac9612d3675fc10161272f7beaf1b564e0ea;p=mkjsf-moved-to-github.git diff --git a/src/main/java/com/indexdata/pz2utils4jsf/pazpar2/Pz2Interface.java b/src/main/java/com/indexdata/pz2utils4jsf/pazpar2/Pz2Interface.java index b403d8d..f0cd6d4 100644 --- a/src/main/java/com/indexdata/pz2utils4jsf/pazpar2/Pz2Interface.java +++ b/src/main/java/com/indexdata/pz2utils4jsf/pazpar2/Pz2Interface.java @@ -1,10 +1,8 @@ package com.indexdata.pz2utils4jsf.pazpar2; import java.io.Serializable; -import java.util.List; import com.indexdata.pz2utils4jsf.controls.ResultsPager; -import com.indexdata.pz2utils4jsf.errors.ErrorInterface; public interface Pz2Interface extends Serializable { @@ -98,31 +96,6 @@ public interface Pz2Interface extends Serializable { */ public void setCurrentStateKey(String key); - /** - * @return true if any errors encountered so far - */ - public boolean hasErrors(); - - /** - * - * @return true if errors encountered during execution of commands - */ - public boolean hasCommandErrors(); - - /** - * - * @return true if errors encountered when configuring the service - */ - public boolean hasConfigurationErrors(); - - - /** - * Returns all errors encountered during configuration of the application, in particular - * the Pazpar2 client. - * - * @return - */ - public List getConfigurationErrors(); }