Javadoc
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / mkjsf / pazpar2 / commands / sp / RecordCommandSp.java
index 99846b5..1d7cfc8 100644 (file)
@@ -5,6 +5,12 @@ import java.io.Serializable;
 import com.indexdata.mkjsf.pazpar2.commands.CommandParameter;\r
 import com.indexdata.mkjsf.pazpar2.commands.RecordCommand;\r
 \r
+/**\r
+ * Service Proxy extensions to the record command. \r
+ * \r
+ * @author Niels Erik\r
+ *\r
+ */\r
 public class RecordCommandSp  implements Serializable, ServiceProxyCommand {\r
 \r
   private static final long serialVersionUID = -3901864271733337221L;\r
@@ -30,5 +36,11 @@ public class RecordCommandSp  implements Serializable, ServiceProxyCommand {
     return command.getParameterValue("acefilter");\r
   }\r
 \r
+  @Override\r
+  public boolean spOnly() {\r
+    return true;\r
+  }\r
+\r
+  \r
 \r
 }\r