com.indexdata.mkjsf.pazpar2.commands.sp
Class ServiceProxyCommands

java.lang.Object
  extended by com.indexdata.mkjsf.pazpar2.commands.sp.ServiceProxyCommands
All Implemented Interfaces:
Serializable

public class ServiceProxyCommands
extends Object
implements Serializable

ServiceProxyCommands holds references to all commands that are Service Proxy-only, those that are NOT supported by straight Pazpar2, that is.

Author:
Niels Erik
See Also:
Serialized Form

Field Summary
static String AUTH
           
static String CATEGORIES
           
 
Constructor Summary
ServiceProxyCommands(StateManager stateMgr)
           
 
Method Summary
 AuthCommand getAuth()
          auth command - referenced from UI as pzreq.sp.auth
 CategoriesCommand getCategories()
          categories command - referenced from UI as pzreq.sp.categories
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTH

public static final String AUTH
See Also:
Constant Field Values

CATEGORIES

public static final String CATEGORIES
See Also:
Constant Field Values
Constructor Detail

ServiceProxyCommands

public ServiceProxyCommands(StateManager stateMgr)
Method Detail

getAuth

public AuthCommand getAuth()
auth command - referenced from UI as pzreq.sp.auth

Returns:
auth command from current state

getCategories

public CategoriesCommand getCategories()
categories command - referenced from UI as pzreq.sp.categories

Returns:
categories command from current state


Copyright © 2013. All Rights Reserved.