com.indexdata.mkjsf.pazpar2.commands.sp
Class ServiceProxyCommands
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AUTH
public static final String AUTH
- See Also:
- Constant Field Values
CATEGORIES
public static final String CATEGORIES
- See Also:
- Constant Field Values
ServiceProxyCommands
public ServiceProxyCommands(StateManager stateMgr)
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.