Package | Description |
---|---|
com.couchprivileges.cele |
Modifier and Type | Method and Description |
---|---|
HolidayBean |
CeleAPI.addHoliday(HolidayBean holiday)
Add a holiday to datastore
|
HolidayBean |
CeleAPI.getHoliday(java.lang.String id)
Get a holiday datastore
|
HolidayBean |
CeleAPI.updateHoliday(HolidayBean holiday)
Update an existing holiday
|
Modifier and Type | Method and Description |
---|---|
com.google.api.server.spi.response.CollectionResponse<HolidayBean> |
CeleAPI.listHolidays(java.lang.Integer count)
Return certain holiday data from the datastore
|
Modifier and Type | Method and Description |
---|---|
HolidayBean |
CeleAPI.addHoliday(HolidayBean holiday)
Add a holiday to datastore
|
HolidayBean |
CeleAPI.updateHoliday(HolidayBean holiday)
Update an existing holiday
|