com.atlassian.greenhopper.web.backlog
Class CompleteBacklogHelper

java.lang.Object
  extended by com.atlassian.greenhopper.web.backlog.CompleteBacklogHelper

@Service(value="gh-completeBacklogHelper")
public class CompleteBacklogHelper
extends java.lang.Object


Field Summary
static java.lang.String SERVICE
           
 
Constructor Summary
CompleteBacklogHelper()
           
 
Method Summary
 void completeBacklog(CompleteBacklogModel model, ErrorCollection errorCollection)
           
 CompleteBacklogModel createCompleteBacklogModel(ErrorCollection errorCollection)
          Creates a model for the confirmation screen
 boolean requireConfirmation(CompleteBacklogModel completeBacklogModel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE

public static final java.lang.String SERVICE
See Also:
Constant Field Values
Constructor Detail

CompleteBacklogHelper

public CompleteBacklogHelper()
Method Detail

requireConfirmation

public boolean requireConfirmation(CompleteBacklogModel completeBacklogModel)
Returns:
true if a confirmation is required

createCompleteBacklogModel

public CompleteBacklogModel createCompleteBacklogModel(ErrorCollection errorCollection)
Creates a model for the confirmation screen


completeBacklog

public void completeBacklog(CompleteBacklogModel model,
                            ErrorCollection errorCollection)


Copyright © 2007-2011 Atlassian. All Rights Reserved.