com.atlassian.greenhopper.web.issue
Class CreateCardXBoardIssue

java.lang.Object
  extended by com.atlassian.greenhopper.web.issue.XBoardIssue
      extended by com.atlassian.greenhopper.web.issue.CreateCardXBoardIssue
All Implemented Interfaces:
BoardIssue

public class CreateCardXBoardIssue
extends XBoardIssue


Constructor Summary
CreateCardXBoardIssue(IssueFieldManager issueFieldManager, PermissionService permissionService, LinkProviderManager linkProviderManager, LinkContextFactory linkContextFactory, IssueService issueService, com.atlassian.jira.issue.IssueManager issueManager, ConfigurationService configurationService, BaseData baseData, com.atlassian.jira.issue.Issue issue)
           
 
Method Summary
 boolean getCanOriginalEstimate()
           
 Layout getLayout()
           
 
Methods inherited from class com.atlassian.greenhopper.web.issue.XBoardIssue
asCard, asList, asSummary, doAggregate, getBoard, getBoardContext, getBoardId, getCanAddSubtasks, getCanAssign, getCanComment, getCanDelete, getCanDrag, getCanEdit, getCanEditSecurity, getCanEditVersion, getCanLogWork, getCanModifyReporter, getCanRank, getCanResetEstimate, getCanResolve, getCanSchedule, getCanSelect, getCardColor, getCardLayout, getCommittedComponent, getCommittedComponentBoard, getCommittedVersion, getCommittedVersionBoard, getCorner, getCss, getCursor, getField, getFlagField, getHasWorkStarted, getHeight, getId, getIssue, getIssueKeyHTML, getIssueType, getKey, getListLayout, getNumericIssueKey, getParent, getPluginLinks, getPriority, getProject, getResolution, getStatus, getSummary, getTemplateName, getTotalRemaining, getTotalTimeSpent, getUpdateCard, getUpdateLayout, hasSubtasks, isAnchored, isAssignableToMe, isComplete, isCornerVisible, isDone, isEditable, isEpicType, isFaded, isFieldRequired, isFieldVisible, isFlaggable, isFlagged, isParentBoard, isParentSubInfoShown, isPriorityShown, isReleased, isSelected, isSubTask, isTaskBoardAvailable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateCardXBoardIssue

public CreateCardXBoardIssue(IssueFieldManager issueFieldManager,
                             PermissionService permissionService,
                             LinkProviderManager linkProviderManager,
                             LinkContextFactory linkContextFactory,
                             IssueService issueService,
                             com.atlassian.jira.issue.IssueManager issueManager,
                             ConfigurationService configurationService,
                             BaseData baseData,
                             com.atlassian.jira.issue.Issue issue)
Method Detail

getLayout

public Layout getLayout()
Specified by:
getLayout in interface BoardIssue
Overrides:
getLayout in class XBoardIssue

getCanOriginalEstimate

public boolean getCanOriginalEstimate()
Specified by:
getCanOriginalEstimate in interface BoardIssue
Overrides:
getCanOriginalEstimate in class XBoardIssue


Copyright © 2007-2011 Atlassian. All Rights Reserved.