public class AccumulatorAPIImpl extends AbstractMoskitoAPIImpl implements AccumulatorAPI
| Constructor and Description |
|---|
AccumulatorAPIImpl() |
| Modifier and Type | Method and Description |
|---|---|
AccumulatorDefinitionAO |
createAccumulator(AccumulatorPO po)
Creates a new accumulator from user input.
|
AccumulatorAO |
getAccumulator(String id) |
AccumulatorAO |
getAccumulatorByName(String name) |
AccumulatorDefinitionAO |
getAccumulatorDefinition(String accId) |
List<AccumulatorDefinitionAO> |
getAccumulatorDefinitions() |
AccumulatedSingleGraphAO |
getAccumulatorGraphData(String id) |
void |
removeAccumulator(String id)
Removes an eisting accumulator by its ids.
|
addValidationError, addValidationError, checkValidationAndThrowException, deInit, getApiConfig, getAttributeFromSession, getCallContext, getCurrentLocale, getCurrentUserId, getDefaultExpirePeriodForAttribute, getExpirePeriodForAttribute, getLoggedInUserId, getPrivateAttributeName, getSession, init, removeAttributeFromSession, setAttributeInSession, setAttributeInSession, setAttributeInSession, setAttributeInSessionpublic AccumulatorDefinitionAO createAccumulator(AccumulatorPO po) throws net.anotheria.anoplass.api.APIException
AccumulatorAPIcreateAccumulator in interface AccumulatorAPIpo - data for accumulator creation.net.anotheria.anoplass.api.APIExceptionpublic void removeAccumulator(String id) throws net.anotheria.anoplass.api.APIException
AccumulatorAPIremoveAccumulator in interface AccumulatorAPInet.anotheria.anoplass.api.APIExceptionpublic AccumulatorAO getAccumulator(String id) throws net.anotheria.anoplass.api.APIException
getAccumulator in interface AccumulatorAPInet.anotheria.anoplass.api.APIExceptionpublic AccumulatorAO getAccumulatorByName(String name) throws net.anotheria.anoplass.api.APIException
getAccumulatorByName in interface AccumulatorAPInet.anotheria.anoplass.api.APIExceptionpublic AccumulatorDefinitionAO getAccumulatorDefinition(String accId) throws net.anotheria.anoplass.api.APIException
getAccumulatorDefinition in interface AccumulatorAPInet.anotheria.anoplass.api.APIExceptionpublic AccumulatedSingleGraphAO getAccumulatorGraphData(String id) throws net.anotheria.anoplass.api.APIException
getAccumulatorGraphData in interface AccumulatorAPInet.anotheria.anoplass.api.APIExceptionpublic List<AccumulatorDefinitionAO> getAccumulatorDefinitions() throws net.anotheria.anoplass.api.APIException
getAccumulatorDefinitions in interface AccumulatorAPInet.anotheria.anoplass.api.APIExceptionCopyright © 2010-2015 anotheria.net. All Rights Reserved.