com.atlassian.greenhopper.web.issue
Class MoveSubtaskHelper

java.lang.Object
  extended by com.atlassian.greenhopper.web.issue.MoveSubtaskHelper

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


Field Summary
static java.lang.String SERVICE
           
 
Constructor Summary
MoveSubtaskHelper()
           
 
Method Summary
 MoveSubtaskData createModeSubtaskDataForMove(ErrorCollection errorCollection)
           
 MoveSubtaskData createMoveSubtaskDataForDialog(ErrorCollection errorCollection)
           
 void moveSubTasks(ErrorCollection errorCollection, MoveSubtaskData data)
           
 
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

MoveSubtaskHelper

public MoveSubtaskHelper()
Method Detail

createMoveSubtaskDataForDialog

public MoveSubtaskData createMoveSubtaskDataForDialog(ErrorCollection errorCollection)

createModeSubtaskDataForMove

public MoveSubtaskData createModeSubtaskDataForMove(ErrorCollection errorCollection)

moveSubTasks

public void moveSubTasks(ErrorCollection errorCollection,
                         MoveSubtaskData data)


Copyright © 2007-2011 Atlassian. All Rights Reserved.