com.atlassian.greenhopper.service.rapid.view
Interface RapidViewAO

All Superinterfaces:
Entity, net.java.ao.RawEntity<java.lang.Long>

@Preload(value={"NAME","SAVED_FILTER_ID","OWNER_USER_NAME","SPRINTS_ENABLED","SWIMLANE_STRATEGY","CARD_COLOR_STRATEGY","SPRINT_MARKERS_MIGRATED"})
public interface RapidViewAO
extends Entity


Method Summary
 BoardAdminAO[] getBoardAdmins()
          Board delegated admins of the view.
 CardColorAO[] getCardColors()
          Card colors
 java.lang.String getCardColorStrategy()
          Which Card Color strategy do we use
 ColumnAO[] getColumns()
          Columns defined for this view.
 DetailViewFieldAO[] getDetailViewFields()
           
 EstimateStatisticAO[] getEstimateStatistics()
          Estimate statistic(s) configured for this view.
 java.lang.String getName()
          Rapid View name name.
 java.lang.String getOwnerUserName()
          Deprecated. 
 QuickFilterAO[] getQuickFilters()
          Quick filters
 java.lang.Long getSavedFilterId()
          Id of the saved filter this view is based on.
 SprintMarkerAO[] getSprintMarkers()
           
 StatisticsFieldAO getStatisticsField()
          Statistics field configured for this view.
 SubqueryAO[] getSubqueries()
           
 SwimlaneAO[] getSwimlanes()
          Swimlanes
 java.lang.String getSwimlaneStrategy()
          Which swimlane strategy is this view using?
 TrackingStatisticAO[] getTrackingStatistics()
          Tracking statistic(s) configured for this view.
 WorkingDaysAO[] getWorkingDays()
          Working days configuration configured for this view.
 boolean isSprintMarkersMigrated()
           
 java.lang.Boolean isSprintsEnabled()
          Does this view have sprint support enabled.
 void setCardColorStrategy(java.lang.String cardColorStrategy)
           
 void setName(java.lang.String name)
           
 void setOwnerUserName(java.lang.String userName)
          Deprecated. 
 void setSavedFilterId(java.lang.Long id)
           
 void setSprintMarkersMigrated(boolean migrated)
           
 void setSprintsEnabled(java.lang.Boolean enabled)
           
 void setSwimlaneStrategy(java.lang.String swimlaneStrategy)
           
 
Methods inherited from interface com.atlassian.greenhopper.service.rapid.view.Entity
getId
 
Methods inherited from interface net.java.ao.RawEntity
addPropertyChangeListener, getEntityManager, getEntityType, init, removePropertyChangeListener, save
 

Method Detail

getName

java.lang.String getName()
Rapid View name name.


setName

void setName(java.lang.String name)

getSavedFilterId

java.lang.Long getSavedFilterId()
Id of the saved filter this view is based on.


setSavedFilterId

void setSavedFilterId(java.lang.Long id)

getOwnerUserName

@Deprecated
java.lang.String getOwnerUserName()
Deprecated. 

Username of the view owner. Note that this is a legacy field and no longer used It has been superceded by the Board Admins field.


setOwnerUserName

@Deprecated
void setOwnerUserName(java.lang.String userName)
Deprecated. 


getBoardAdmins

BoardAdminAO[] getBoardAdmins()
Board delegated admins of the view.


isSprintMarkersMigrated

boolean isSprintMarkersMigrated()

setSprintMarkersMigrated

void setSprintMarkersMigrated(boolean migrated)

isSprintsEnabled

java.lang.Boolean isSprintsEnabled()
Does this view have sprint support enabled.


setSprintsEnabled

void setSprintsEnabled(java.lang.Boolean enabled)

getSwimlaneStrategy

java.lang.String getSwimlaneStrategy()
Which swimlane strategy is this view using?


setSwimlaneStrategy

void setSwimlaneStrategy(java.lang.String swimlaneStrategy)

getCardColorStrategy

java.lang.String getCardColorStrategy()
Which Card Color strategy do we use


setCardColorStrategy

void setCardColorStrategy(java.lang.String cardColorStrategy)

getStatisticsField

StatisticsFieldAO getStatisticsField()
Statistics field configured for this view.


getEstimateStatistics

EstimateStatisticAO[] getEstimateStatistics()
Estimate statistic(s) configured for this view.


getTrackingStatistics

TrackingStatisticAO[] getTrackingStatistics()
Tracking statistic(s) configured for this view.


getWorkingDays

WorkingDaysAO[] getWorkingDays()
Working days configuration configured for this view.


getColumns

ColumnAO[] getColumns()
Columns defined for this view.


getSwimlanes

SwimlaneAO[] getSwimlanes()
Swimlanes


getQuickFilters

QuickFilterAO[] getQuickFilters()
Quick filters


getSubqueries

SubqueryAO[] getSubqueries()

getCardColors

CardColorAO[] getCardColors()
Card colors


getSprintMarkers

SprintMarkerAO[] getSprintMarkers()

getDetailViewFields

DetailViewFieldAO[] getDetailViewFields()


Copyright © 2007-2014 Atlassian. All Rights Reserved.