| Package | Description |
|---|---|
| net.blugrid.core.dao | |
| net.blugrid.core.model | |
| net.blugrid.core.utils |
| Modifier and Type | Method and Description |
|---|---|
List<Schedule> |
ScheduleDAOImpl.getAll(Token token) |
List<Schedule> |
ScheduleDAO.getAll(Token token) |
| Modifier and Type | Method and Description |
|---|---|
ScheduleResponse |
ScheduleDAOImpl.post(Token token,
Schedule schedule) |
ScheduleResponse |
ScheduleDAO.post(Token token,
Schedule schedule) |
| Modifier and Type | Method and Description |
|---|---|
Schedule |
ScheduleResponse.getSchedule() |
Schedule |
Message.getSchedule() |
Schedule |
AdvertisingSet.getSchedule() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScheduleResponse.setSchedule(Schedule schedule) |
void |
Message.setSchedule(Schedule schedule) |
void |
AdvertisingSet.setSchedule(Schedule schedule) |
| Modifier and Type | Method and Description |
|---|---|
static Schedule |
PostgresqlJson.jsonToSchedule(JsonData jsondata) |
| Modifier and Type | Method and Description |
|---|---|
static List<Schedule> |
PostgresqlJson.jsonListToScheduleList(String jsondata) |
Copyright © 2016 Blugrid Pty. Ltd.. All rights reserved.