@Service public class GhUpgradeTask021DaoImpl extends Object implements GhUpgradeTask021Dao
Modifier and Type | Field and Description |
---|---|
protected LoggerWrapper |
log |
Constructor and Description |
---|
GhUpgradeTask021DaoImpl() |
Modifier and Type | Method and Description |
---|---|
void |
createTrackingStatisticsForRapidViewAOs(Map<Long,Map<String,Object>> rapidViewParams)
Create TrackingStatisticAO records for each RapidViewAO we have inside a transaction.
|
Map<Long,Map<String,Object>> |
getTrackingStatisticsParamsForRapidViews()
Build up a map of rapidViewIds to their template for TrackingStatisticAO (minus the RAPID VIEW ID)
|
protected final LoggerWrapper log
@NotNull public Map<Long,Map<String,Object>> getTrackingStatisticsParamsForRapidViews()
GhUpgradeTask021Dao
getTrackingStatisticsParamsForRapidViews
in interface GhUpgradeTask021Dao
public void createTrackingStatisticsForRapidViewAOs(@NotNull Map<Long,Map<String,Object>> rapidViewParams)
GhUpgradeTask021Dao
createTrackingStatisticsForRapidViewAOs
in interface GhUpgradeTask021Dao
rapidViewParams
- mapping of rapidViewId to the template of tracking statistic parametersCopyright © 2007–2015 Atlassian. All rights reserved.