| Package | Description |
|---|---|
| com.gooddata.warehouse |
| Modifier and Type | Method and Description |
|---|---|
Warehouse |
WarehouseService.getWarehouseById(String id)
Get Warehouse identified by given id.
|
Warehouse |
WarehouseService.getWarehouseByUri(String uri)
Get Warehouse identified by given uri.
|
Warehouse |
WarehouseService.updateWarehouse(Warehouse toUpdate)
Updates given Warehouse.
|
| Modifier and Type | Method and Description |
|---|---|
FutureResult<Warehouse> |
WarehouseService.createWarehouse(Warehouse warehouse)
Create new warehouse.
|
Collection<Warehouse> |
WarehouseService.listWarehouses()
Lists Warehouses.
|
| Modifier and Type | Method and Description |
|---|---|
FutureResult<Warehouse> |
WarehouseService.createWarehouse(Warehouse warehouse)
Create new warehouse.
|
void |
WarehouseService.removeWarehouse(Warehouse warehouse)
Delete Warehouse.
|
Warehouse |
WarehouseService.updateWarehouse(Warehouse toUpdate)
Updates given Warehouse.
|
Copyright © 2014. All Rights Reserved.