@Service public class DemoService extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static int |
MAX_TRIES |
| Constructor and Description |
|---|
DemoService(LocationService locationService,
DataSetMarshaller dataSetMarshaller,
LocationRepository locationRepository,
RoutingProblemList routingProblems) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RoutingProblem> |
demos() |
String |
exportDataSet() |
void |
loadDemo(String name) |
static final int MAX_TRIES
@Autowired DemoService(LocationService locationService, DataSetMarshaller dataSetMarshaller, LocationRepository locationRepository, RoutingProblemList routingProblems)
public Collection<RoutingProblem> demos()
@Async public void loadDemo(String name)
public String exportDataSet()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.