|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of WorkingDaysConfig in com.atlassian.greenhopper.manager.workingdays |
|---|
| Methods in com.atlassian.greenhopper.manager.workingdays that return WorkingDaysConfig | |
|---|---|
WorkingDaysConfig |
WorkingDaysAOMapper.toModel(WorkingDaysAO workingDaysAO)
|
| Methods in com.atlassian.greenhopper.manager.workingdays that return types with arguments of type WorkingDaysConfig | |
|---|---|
ServiceOutcome<WorkingDaysConfig> |
WorkingDaysManager.copy(RapidView sourceRapidView,
RapidView targetRapidView)
Copies the configuration to a target board |
ServiceOutcome<WorkingDaysConfig> |
WorkingDaysManagerImpl.copy(RapidView sourceRapidView,
RapidView targetRapidView)
|
ServiceOutcome<WorkingDaysConfig> |
WorkingDaysManager.get(RapidView rapidView)
Get the working days configuration for a rapid view |
ServiceOutcome<WorkingDaysConfig> |
WorkingDaysManagerImpl.get(RapidView rapidView)
|
ServiceOutcome<WorkingDaysConfig> |
WorkingDaysManager.update(RapidView rapidView,
WorkingDaysConfig config)
Update the working days configuration for a rapid view. |
ServiceOutcome<WorkingDaysConfig> |
WorkingDaysManagerImpl.update(RapidView rapidView,
WorkingDaysConfig workingDaysConfig)
|
| Methods in com.atlassian.greenhopper.manager.workingdays with parameters of type WorkingDaysConfig | |
|---|---|
void |
WorkingDaysAOListMapper.postCreateUpdate(WorkingDaysAO recordAO,
WorkingDaysConfig workingDaysConfig)
|
java.util.Map<java.lang.String,java.lang.Object> |
WorkingDaysAOMapper.toAO(RapidViewAO rapidViewAO,
WorkingDaysConfig workingDaysConfig)
|
java.util.Map<java.lang.String,java.lang.Object> |
WorkingDaysAOMapper.toAO(WorkingDaysConfig workingDaysConfig)
|
ServiceOutcome<WorkingDaysConfig> |
WorkingDaysManager.update(RapidView rapidView,
WorkingDaysConfig config)
Update the working days configuration for a rapid view. |
ServiceOutcome<WorkingDaysConfig> |
WorkingDaysManagerImpl.update(RapidView rapidView,
WorkingDaysConfig workingDaysConfig)
|
void |
WorkingDaysAOMapper.update(WorkingDaysConfig source,
WorkingDaysAO target)
|
WorkingDaysAO |
WorkingDaysDao.updateOne(RapidViewAO rapidViewAO,
WorkingDaysConfig workingDaysConfig)
|
| Method parameters in com.atlassian.greenhopper.manager.workingdays with type arguments of type WorkingDaysConfig | |
|---|---|
java.util.List<WorkingDaysAO> |
WorkingDaysDao.updateForParent(RapidViewAO rapidViewAO,
java.util.List<WorkingDaysConfig> models)
|
| Uses of WorkingDaysConfig in com.atlassian.greenhopper.model.rapid |
|---|
| Methods in com.atlassian.greenhopper.model.rapid that return WorkingDaysConfig | |
|---|---|
WorkingDaysConfig |
WorkingDaysConfig.WorkingDaysConfigBuilder.build()
|
| Methods in com.atlassian.greenhopper.model.rapid with parameters of type WorkingDaysConfig | |
|---|---|
static WorkingDaysConfig.WorkingDaysConfigBuilder |
WorkingDaysConfig.builder(WorkingDaysConfig config)
|
| Constructors in com.atlassian.greenhopper.model.rapid with parameters of type WorkingDaysConfig | |
|---|---|
WorkingDaysConfig.WorkingDaysConfigBuilder(WorkingDaysConfig config)
|
|
| Uses of WorkingDaysConfig in com.atlassian.greenhopper.service.rapid.view |
|---|
| Methods in com.atlassian.greenhopper.service.rapid.view that return WorkingDaysConfig | |
|---|---|
WorkingDaysConfig |
RapidViewPresetService.createDefaultWorkingDaysConfig(com.atlassian.crowd.embedded.api.User user,
RapidViewPreset rapidViewPreset)
|
| Uses of WorkingDaysConfig in com.atlassian.greenhopper.service.rapid.view.workingdays |
|---|
| Methods in com.atlassian.greenhopper.service.rapid.view.workingdays that return types with arguments of type WorkingDaysConfig | |
|---|---|
ServiceOutcome<WorkingDaysConfig> |
WorkingDaysService.addNonWorkingDay(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
org.joda.time.LocalDate date)
Add a day off |
ServiceOutcome<WorkingDaysConfig> |
WorkingDaysServiceImpl.addNonWorkingDay(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
org.joda.time.LocalDate date)
|
ServiceOutcome<WorkingDaysConfig> |
WorkingDaysService.getWorkingDaysConfiguration(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
Get the week days marked as off |
ServiceOutcome<WorkingDaysConfig> |
WorkingDaysServiceImpl.getWorkingDaysConfiguration(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
|
ServiceOutcome<WorkingDaysConfig> |
WorkingDaysService.removeNonWorkingDay(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
org.joda.time.LocalDate date)
Remove a day off |
ServiceOutcome<WorkingDaysConfig> |
WorkingDaysServiceImpl.removeNonWorkingDay(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
org.joda.time.LocalDate date)
|
ServiceOutcome<WorkingDaysConfig> |
WorkingDaysService.updateWorkingDaysConfiguration(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
WorkingDaysConfig workingDaysConfig)
Updates the working days configuration, that is the week days and the timezone |
ServiceOutcome<WorkingDaysConfig> |
WorkingDaysServiceImpl.updateWorkingDaysConfiguration(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
WorkingDaysConfig workingDaysConfig)
|
| Methods in com.atlassian.greenhopper.service.rapid.view.workingdays with parameters of type WorkingDaysConfig | |
|---|---|
org.joda.time.DateTimeZone |
WorkingDaysService.getDateTimeZone(WorkingDaysConfig config)
Fet the timezone configured for a given rapid board. |
org.joda.time.DateTimeZone |
WorkingDaysServiceImpl.getDateTimeZone(WorkingDaysConfig config)
|
ServiceOutcome<WorkingDaysConfig> |
WorkingDaysService.updateWorkingDaysConfiguration(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
WorkingDaysConfig workingDaysConfig)
Updates the working days configuration, that is the week days and the timezone |
ServiceOutcome<WorkingDaysConfig> |
WorkingDaysServiceImpl.updateWorkingDaysConfiguration(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
WorkingDaysConfig workingDaysConfig)
|
| Uses of WorkingDaysConfig in com.atlassian.greenhopper.web.rapid.view.workingdays |
|---|
| Methods in com.atlassian.greenhopper.web.rapid.view.workingdays that return types with arguments of type WorkingDaysConfig | |
|---|---|
ServiceOutcome<WorkingDaysConfig> |
WorkingDaysHelper.addNonWorkingDay(com.atlassian.crowd.embedded.api.User user,
WorkingDaysResource.NonWorkingDayRequest nonWorkingDayRequest)
Add a day off |
ServiceOutcome<WorkingDaysConfig> |
WorkingDaysHelper.removeNonWorkingDay(com.atlassian.crowd.embedded.api.User user,
WorkingDaysResource.NonWorkingDayRequest nonWorkingDayRequest)
Remove a day off |
ServiceOutcome<WorkingDaysConfig> |
WorkingDaysHelper.updateTimeZone(com.atlassian.crowd.embedded.api.User user,
java.lang.Long rapidViewId,
java.lang.String timeZoneId)
Update the timezone for a given rapid view |
| Methods in com.atlassian.greenhopper.web.rapid.view.workingdays with parameters of type WorkingDaysConfig | |
|---|---|
TimeZoneEditModel |
WorkingDaysHelper.buildTimeZoneEditModel(com.atlassian.crowd.embedded.api.User user,
WorkingDaysConfig workingDaysConfig,
boolean canEdit)
Buidls the time zone edit model |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||