Uses of Interface
com.atlassian.jira.bean.SubTaskBean

Packages that use SubTaskBean
com.atlassian.jira.bean   
com.atlassian.jira.config   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.component   
com.atlassian.jira.web.component.subtask   
 

Uses of SubTaskBean in com.atlassian.jira.bean
 

Classes in com.atlassian.jira.bean that implement SubTaskBean
 class SubTaskBeanImpl
           
 

Uses of SubTaskBean in com.atlassian.jira.config
 

Methods in com.atlassian.jira.config that return SubTaskBean
 SubTaskBean DefaultSubTaskManager.getSubTaskBean(org.ofbiz.core.entity.GenericValue issue, com.opensymphony.user.User remoteUser)
           
 SubTaskBean SubTaskManager.getSubTaskBean(org.ofbiz.core.entity.GenericValue issue, com.opensymphony.user.User remoteUser)
           
 

Uses of SubTaskBean in com.atlassian.jira.web.action.issue
 

Methods in com.atlassian.jira.web.action.issue that return SubTaskBean
 SubTaskBean ViewIssue.getSubTaskBean()
           
 

Uses of SubTaskBean in com.atlassian.jira.web.component
 

Methods in com.atlassian.jira.web.component with parameters of type SubTaskBean
 IssueTableLayoutBean TableLayoutFactory.getSubTaskIssuesLayout(com.opensymphony.user.User user, Issue parentIssue, SubTaskBean subTaskBean, java.lang.String subTaskView, boolean timeTrackingData)
          Get the layout for sub-tasks on the view issue page.
 

Uses of SubTaskBean in com.atlassian.jira.web.component.subtask
 

Methods in com.atlassian.jira.web.component.subtask with parameters of type SubTaskBean
 ColumnLayoutItem ColumnLayoutItemFactory.getSubTaskReorderColumn(com.opensymphony.user.User user, Issue parentIssue, SubTaskBean subTaskBean, java.lang.String subTaskView)
          Create a column for SubTaskView for reordering (displaying reorder arrows)
 

Constructors in com.atlassian.jira.web.component.subtask with parameters of type SubTaskBean
SubTaskReorderColumnLayoutItem(PermissionManager permissionManager, SubTaskBean subTaskBean, java.lang.String subTaskView, Issue parentIssue, com.opensymphony.user.User user, I18nHelper i18n)
           
 



Copyright © 2002-2010 Atlassian. All Rights Reserved.