public class ProducerAPIImpl extends AbstractMoskitoAPIImpl implements ProducerAPI
| Constructor and Description |
|---|
ProducerAPIImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<ProducerAO> |
getAllProducers(String intervalName,
TimeUnit timeUnit) |
List<ProducerAO> |
getAllProducersByCategory(String currentCategory,
String intervalName,
TimeUnit timeUnit) |
List<ProducerAO> |
getAllProducersBySubsystem(String currentSubsystem,
String intervalName,
TimeUnit timeUnit) |
List<UnitCountAO> |
getCategories() |
ProducerAO |
getProducer(String producerId,
String intervalName,
TimeUnit timeUnit) |
List<ProducerAO> |
getProducers(IProducerFilter[] iProducerFilters,
String intervalName,
TimeUnit timeUnit) |
List<UnitCountAO> |
getSubsystems() |
void |
init() |
addValidationError, addValidationError, checkValidationAndThrowException, deInit, getApiConfig, getAttributeFromSession, getCallContext, getCurrentLocale, getCurrentUserId, getDefaultExpirePeriodForAttribute, getExpirePeriodForAttribute, getLoggedInUserId, getPrivateAttributeName, getSession, removeAttributeFromSession, setAttributeInSession, setAttributeInSession, setAttributeInSession, setAttributeInSessionpublic void init()
throws net.anotheria.anoplass.api.APIInitException
init in interface net.anotheria.anoplass.api.APIinit in class net.anotheria.anoplass.api.AbstractAPIImplnet.anotheria.anoplass.api.APIInitExceptionpublic List<UnitCountAO> getCategories()
getCategories in interface ProducerAPIpublic List<UnitCountAO> getSubsystems()
getSubsystems in interface ProducerAPIpublic List<ProducerAO> getAllProducers(String intervalName, TimeUnit timeUnit)
getAllProducers in interface ProducerAPIpublic List<ProducerAO> getAllProducersByCategory(String currentCategory, String intervalName, TimeUnit timeUnit)
getAllProducersByCategory in interface ProducerAPIpublic List<ProducerAO> getProducers(IProducerFilter[] iProducerFilters, String intervalName, TimeUnit timeUnit)
getProducers in interface ProducerAPIpublic List<ProducerAO> getAllProducersBySubsystem(String currentSubsystem, String intervalName, TimeUnit timeUnit)
getAllProducersBySubsystem in interface ProducerAPIpublic ProducerAO getProducer(String producerId, String intervalName, TimeUnit timeUnit) throws net.anotheria.anoplass.api.APIException
getProducer in interface ProducerAPInet.anotheria.anoplass.api.APIExceptionCopyright © 2010-2015 anotheria.net. All Rights Reserved.