@Transactional
public interface GhUpgradeTask021Dao
GhUpgradeTask021
.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)
|
@NotNull Map<Long,Map<String,Object>> getTrackingStatisticsParamsForRapidViews()
void createTrackingStatisticsForRapidViewAOs(@NotNull Map<Long,Map<String,Object>> rapidViewParams)
rapidViewParams
- mapping of rapidViewId to the template of tracking statistic parametersCopyright © 2007–2015 Atlassian. All rights reserved.