X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fcom%2Findexdata%2Fpz2utils4jsf%2Fpazpar2%2FPz2Interface.java;h=0c509fc1056751d027675c0ab76c248afcb948e3;hb=46a090cd2f2e2069c684084eeded75c9d5ed71f5;hp=d33b11423227c75eea8763fadf5622dcc4e529c7;hpb=ef76a342d67b814bea4ca54de78000d540e879a8;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 d33b114..0c509fc 100644 --- a/src/main/java/com/indexdata/pz2utils4jsf/pazpar2/Pz2Interface.java +++ b/src/main/java/com/indexdata/pz2utils4jsf/pazpar2/Pz2Interface.java @@ -50,47 +50,7 @@ public interface Pz2Interface extends Serializable { * */ public String update (String commands); - - - public void setFilter(String filterExpression); - - public String getFilter(); - - - /** - * Adds a single target filter to restrict the current query by, - * then executes the current search. - * - * This is a special case of the general setFilter function, - * allowing to associate a descriptive target name with the - * filter expression for display in UI. - * - * @param targetId pazpar2's ID for the target to limit by - * @param targetName a descriptive name for the target - */ - public void setSingleTargetFilter (String targetId, String targetName); - - /** - * Removes the current target filter from the search - * - */ - public void removeSingleTargetFilter (); - - /** - * - * @return The target filter set on the current search command - */ - public SingleTargetFilter getSingleTargetFilter(); - - /** - * Resolves if the current search command has a target filter - to - * be used by the UI for conditional rendering of target filter info. - * - * @return true if the current search command is limited by a target - * filter - */ - public boolean hasSingleTargetFilter(); - + /** * Will retrieve or remove the record with the given recid from memory. *