|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.greenhopper.global.AbstractLoggable
com.atlassian.greenhopper.web.AbstractResource
com.atlassian.greenhopper.web.rapid.view.workingdays.WorkingDaysResource
public class WorkingDaysResource
Nested Class Summary | |
---|---|
static class |
WorkingDaysResource.NonWorkingDayRequest
|
static class |
WorkingDaysResource.TimeZoneRequest
|
Field Summary |
---|
Fields inherited from class com.atlassian.greenhopper.web.AbstractResource |
---|
HTTP_HEADER_GREENHOPPER_GADGET |
Fields inherited from class com.atlassian.greenhopper.global.AbstractLoggable |
---|
logger |
Constructor Summary | |
---|---|
WorkingDaysResource()
|
Method Summary | |
---|---|
javax.ws.rs.core.Response |
addNonWorkingDay(WorkingDaysResource.NonWorkingDayRequest nonWorkingDayRequest)
Adds an off day |
javax.ws.rs.core.Response |
removeNonWorkingDay(WorkingDaysResource.NonWorkingDayRequest nonWorkingDayRequest)
Removes an off day |
javax.ws.rs.core.Response |
updateTimeZone(WorkingDaysResource.TimeZoneRequest timeZoneRequest)
Update a Subquery given its id and the id of the rapid view it belongs to |
javax.ws.rs.core.Response |
updateWeekDaysOff(WeekDaysModel weekDaysModel)
Update the weekdays marked as off |
Methods inherited from class com.atlassian.greenhopper.web.AbstractResource |
---|
check, createErrorResponse, createFromServiceOutcome, createNoContentResponse, createOkResponse, createOkResponse, getUser, isGadgetRequest, nullSafe, response |
Methods inherited from class com.atlassian.greenhopper.global.AbstractLoggable |
---|
logDebug, logError, logException, logInfo, logTrace, logWarn, setInfoLogLevel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkingDaysResource()
Method Detail |
---|
public javax.ws.rs.core.Response updateWeekDaysOff(WeekDaysModel weekDaysModel)
public javax.ws.rs.core.Response updateTimeZone(WorkingDaysResource.TimeZoneRequest timeZoneRequest)
public javax.ws.rs.core.Response addNonWorkingDay(WorkingDaysResource.NonWorkingDayRequest nonWorkingDayRequest)
public javax.ws.rs.core.Response removeNonWorkingDay(WorkingDaysResource.NonWorkingDayRequest nonWorkingDayRequest)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |