Class SystemConfigurationAPIImpl
- java.lang.Object
-
- net.anotheria.anoplass.api.AbstractAPIImpl
-
- net.anotheria.anosite.api.configuration.SystemConfigurationAPIImpl
-
- All Implemented Interfaces:
net.anotheria.anoplass.api.API,SystemConfigurationAPI
public class SystemConfigurationAPIImpl extends net.anotheria.anoplass.api.AbstractAPIImpl implements SystemConfigurationAPI
SystemConfigurationAPIimplementation
-
-
Constructor Summary
Constructors Constructor Description SystemConfigurationAPIImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeInit()List<String>getAvailableSystems()StringgetCurrentApplication()StringgetCurrentSystem()StringgetCurrentSystemExpanded()voidinit()-
Methods inherited from class net.anotheria.anoplass.api.AbstractAPIImpl
addValidationError, addValidationError, checkValidationAndThrowException, getApiConfig, getAttributeFromSession, getCallContext, getCurrentLocale, getCurrentUserId, getDefaultExpirePeriodForAttribute, getExpirePeriodForAttribute, getLoggedInUserId, getPrivateAttributeName, getSession, removeAttributeFromSession, setAttributeInSession, setAttributeInSession, setAttributeInSession, setAttributeInSession
-
-
-
-
Method Detail
-
deInit
public void deInit()
- Specified by:
deInitin interfacenet.anotheria.anoplass.api.API- Overrides:
deInitin classnet.anotheria.anoplass.api.AbstractAPIImpl
-
init
public void init() throws net.anotheria.anoplass.api.APIInitException- Specified by:
initin interfacenet.anotheria.anoplass.api.API- Overrides:
initin classnet.anotheria.anoplass.api.AbstractAPIImpl- Throws:
net.anotheria.anoplass.api.APIInitException
-
getCurrentSystem
public String getCurrentSystem()
- Specified by:
getCurrentSystemin interfaceSystemConfigurationAPI
-
getCurrentSystemExpanded
public String getCurrentSystemExpanded()
- Specified by:
getCurrentSystemExpandedin interfaceSystemConfigurationAPI
-
getAvailableSystems
public List<String> getAvailableSystems()
- Specified by:
getAvailableSystemsin interfaceSystemConfigurationAPI
-
getCurrentApplication
public String getCurrentApplication()
- Specified by:
getCurrentApplicationin interfaceSystemConfigurationAPI
-
-