|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.greenhopper.global.AbstractLoggable
com.atlassian.greenhopper.upgrade.GhUpgradeTask021DaoImpl
@Service public class GhUpgradeTask021DaoImpl
Field Summary |
---|
Fields inherited from class com.atlassian.greenhopper.global.AbstractLoggable |
---|
logger |
Constructor Summary | |
---|---|
GhUpgradeTask021DaoImpl()
|
Method Summary | |
---|---|
void |
createTrackingStatisticsForRapidViewAOs(java.util.Map<java.lang.Long,java.util.Map<java.lang.String,java.lang.Object>> rapidViewParams)
Create TrackingStatisticAO records for each RapidViewAO we have inside a transaction. |
java.util.Map<java.lang.Long,java.util.Map<java.lang.String,java.lang.Object>> |
getTrackingStatisticsParamsForRapidViews()
Build up a map of rapidViewIds to their template for TrackingStatisticAO (minus the RAPID VIEW ID) |
Methods inherited from class com.atlassian.greenhopper.global.AbstractLoggable |
---|
logDebug, logError, logException, logInfo, logTrace, logWarn |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GhUpgradeTask021DaoImpl()
Method Detail |
---|
@NotNull public java.util.Map<java.lang.Long,java.util.Map<java.lang.String,java.lang.Object>> getTrackingStatisticsParamsForRapidViews()
GhUpgradeTask021Dao
getTrackingStatisticsParamsForRapidViews
in interface GhUpgradeTask021Dao
public void createTrackingStatisticsForRapidViewAOs(@NotNull java.util.Map<java.lang.Long,java.util.Map<java.lang.String,java.lang.Object>> rapidViewParams)
GhUpgradeTask021Dao
createTrackingStatisticsForRapidViewAOs
in interface GhUpgradeTask021Dao
rapidViewParams
- mapping of rapidViewId to the template of tracking statistic parameters
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |