com.atlassian.greenhopper.manager.workingdays
Interface WorkingDaysManager

All Superinterfaces:
GreenHopperCache
All Known Implementing Classes:
WorkingDaysManagerImpl

public interface WorkingDaysManager
extends GreenHopperCache

Manages the working days configuration of rapid views


Field Summary
static java.lang.String DEFAULT_JIRA_TIMEZONE_ID
           
 
Method Summary
 ServiceOutcome<WorkingDaysConfig> copy(RapidView sourceRapidView, RapidView targetRapidView)
          Copies the configuration to a target board
 void delete(RapidViewAO rapidViewAO)
          Deletes all data associated with a given rapid view AO
 ServiceOutcome<WorkingDaysConfig> get(RapidView rapidView)
          Get the working days configuration for a rapid view
 ServiceOutcome<WorkingDaysConfig> update(RapidView rapidView, WorkingDaysConfig config)
          Update the working days configuration for a rapid view.
 
Methods inherited from interface com.atlassian.greenhopper.manager.GreenHopperCache
flushCache
 

Field Detail

DEFAULT_JIRA_TIMEZONE_ID

static final java.lang.String DEFAULT_JIRA_TIMEZONE_ID
See Also:
Constant Field Values
Method Detail

get

ServiceOutcome<WorkingDaysConfig> get(RapidView rapidView)
Get the working days configuration for a rapid view


update

ServiceOutcome<WorkingDaysConfig> update(RapidView rapidView,
                                         WorkingDaysConfig config)
Update the working days configuration for a rapid view.


copy

ServiceOutcome<WorkingDaysConfig> copy(RapidView sourceRapidView,
                                       RapidView targetRapidView)
Copies the configuration to a target board


delete

void delete(RapidViewAO rapidViewAO)
Deletes all data associated with a given rapid view AO



Copyright © 2007-2013 Atlassian. All Rights Reserved.