Javadoc
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / mkjsf / pazpar2 / commands / sp / ServiceProxyCommands.java
index 8c34260..c874cc1 100644 (file)
@@ -9,7 +9,7 @@ import com.indexdata.mkjsf.utils.Utils;
 \r
 /**\r
  * ServiceProxyCommands holds references to all commands that are \r
- * Service Proxy-only, that is, not supported by straight Pazpar2.\r
+ * Service Proxy-only, those that are NOT supported by straight Pazpar2, that is.\r
  * \r
  * @author Niels Erik\r
  *\r
@@ -27,10 +27,20 @@ public class ServiceProxyCommands implements Serializable {
     this.stateMgr = stateMgr;\r
   }\r
   \r
+  /**\r
+   * auth command - referenced from UI as <code>pzreq.sp.auth</code>\r
+   * \r
+   * @return auth command from current state\r
+   */\r
   public AuthCommand getAuth() {\r
     return (AuthCommand) (stateMgr.getCommand(AUTH));\r
   }\r
   \r
+  /**\r
+   * categories command - referenced from UI as <code>pzreq.sp.categories</code>\r
+   * \r
+   * @return categories command from current state\r
+   */  \r
   public CategoriesCommand getCategories() {\r
     return (CategoriesCommand) (stateMgr.getCommand(CATEGORIES));\r
   }\r