| Modifier and Type | Method and Description |
|---|---|
protected List<ProducerAO> |
ShowProducersForSubsystemAction.getProducers(javax.servlet.http.HttpServletRequest req) |
protected List<ProducerAO> |
ShowProducersForCategoryAction.getProducers(javax.servlet.http.HttpServletRequest req) |
protected List<ProducerAO> |
ShowProducersAction.getProducers(javax.servlet.http.HttpServletRequest req) |
protected List<ProducerAO> |
ShowAllProducersAction.getProducers(javax.servlet.http.HttpServletRequest req) |
protected abstract List<ProducerAO> |
BaseShowProducersAction.getProducers(javax.servlet.http.HttpServletRequest req)
Returns the list of producers for presentation.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<ProducerDecoratorBean> |
BaseShowProducersAction.getDecoratedProducers(javax.servlet.http.HttpServletRequest req,
List<ProducerAO> producers,
Map<String,GraphDataBean> graphData) |
| Modifier and Type | Method and Description |
|---|---|
ProducerAO |
ProducerAPI.getProducer(String producerId,
String intervalName,
TimeUnit timeUnit) |
ProducerAO |
ProducerAPIImpl.getProducer(String producerId,
String intervalName,
TimeUnit timeUnit) |
| Modifier and Type | Method and Description |
|---|---|
List<ProducerAO> |
ProducerAPI.getAllProducers(String intervalName,
TimeUnit timeUnit) |
List<ProducerAO> |
ProducerAPIImpl.getAllProducers(String intervalName,
TimeUnit timeUnit) |
List<ProducerAO> |
ProducerAPI.getAllProducersByCategory(String currentCategory,
String intervalName,
TimeUnit timeUnit) |
List<ProducerAO> |
ProducerAPIImpl.getAllProducersByCategory(String currentCategory,
String intervalName,
TimeUnit timeUnit) |
List<ProducerAO> |
ProducerAPI.getAllProducersBySubsystem(String currentSubsystem,
String intervalName,
TimeUnit timeUnit) |
List<ProducerAO> |
ProducerAPIImpl.getAllProducersBySubsystem(String currentSubsystem,
String intervalName,
TimeUnit timeUnit) |
List<ProducerAO> |
ProducerAPI.getProducers(IProducerFilter[] iProducerFilters,
String intervalName,
TimeUnit timeUnit) |
List<ProducerAO> |
ProducerAPIImpl.getProducers(IProducerFilter[] iProducerFilters,
String intervalName,
TimeUnit timeUnit) |
| Modifier and Type | Method and Description |
|---|---|
ProducerAO |
RemoteProducerAPIStub.getProducer(String producerId,
String intervalName,
TimeUnit timeUnit) |
| Modifier and Type | Method and Description |
|---|---|
List<ProducerAO> |
RemoteProducerAPIStub.getAllProducers(String intervalName,
TimeUnit timeUnit) |
List<ProducerAO> |
RemoteProducerAPIStub.getAllProducersByCategory(String currentCategory,
String intervalName,
TimeUnit timeUnit) |
List<ProducerAO> |
RemoteProducerAPIStub.getAllProducersBySubsystem(String currentSubsystem,
String intervalName,
TimeUnit timeUnit) |
List<ProducerAO> |
RemoteProducerAPIStub.getProducers(IProducerFilter[] iProducerFilters,
String intervalName,
TimeUnit timeUnit) |
| Modifier and Type | Method and Description |
|---|---|
List<ProducerAO> |
ProducerDecoratorBean.getProducers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProducerDecoratorBean.addProducerBean(ProducerAO producerBean) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProducerDecoratorBean.setProducerBeans(List<ProducerAO> someProducers) |
Copyright © 2010-2015 anotheria.net. All Rights Reserved.