Class TrackingStatisticAOListMapper
java.lang.Object
com.atlassian.greenhopper.manager.AbstractRelatedAOListMapper<RapidViewAO,TrackingStatisticAO,StatisticsFieldConfig>
com.atlassian.greenhopper.manager.trackingstatistic.TrackingStatisticAOListMapper
- All Implemented Interfaces:
AOListMapper<TrackingStatisticAO,
StatisticsFieldConfig>
public class TrackingStatisticAOListMapper
extends AbstractRelatedAOListMapper<RapidViewAO,TrackingStatisticAO,StatisticsFieldConfig>
An
AOListMapper
for TrackingStatisticAO
records.- Since:
- v5.9.5
-
Field Summary
Fields inherited from class com.atlassian.greenhopper.manager.AbstractRelatedAOListMapper
mapper, parentAO
-
Method Summary
Modifier and TypeMethodDescriptionGet the class of TProvides all existing T.void
postCreateUpdate
(TrackingStatisticAO recordAO, StatisticsFieldConfig estimateStatistic) Called on the updated AO object (either once created or updated/saved).void
preDelete
(TrackingStatisticAO estimateStatisticAO) Called before the element is deleted, gives the mapper a chance to clean up child objectsMethods inherited from class com.atlassian.greenhopper.manager.AbstractRelatedAOListMapper
addCreateValues, findExisting, fromAO, setValues
-
Method Details
-
getActiveObjectClass
Description copied from interface:AOListMapper
Get the class of T- Specified by:
getActiveObjectClass
in interfaceAOListMapper<TrackingStatisticAO,
StatisticsFieldConfig> - Specified by:
getActiveObjectClass
in classAbstractRelatedAOListMapper<RapidViewAO,
TrackingStatisticAO, StatisticsFieldConfig>
-
postCreateUpdate
Description copied from interface:AOListMapper
Called on the updated AO object (either once created or updated/saved). Gives the mapper a chance to do further work, e.g. update child objects.- Specified by:
postCreateUpdate
in interfaceAOListMapper<TrackingStatisticAO,
StatisticsFieldConfig> - Specified by:
postCreateUpdate
in classAbstractRelatedAOListMapper<RapidViewAO,
TrackingStatisticAO, StatisticsFieldConfig>
-
preDelete
Description copied from interface:AOListMapper
Called before the element is deleted, gives the mapper a chance to clean up child objects- Specified by:
preDelete
in interfaceAOListMapper<TrackingStatisticAO,
StatisticsFieldConfig> - Specified by:
preDelete
in classAbstractRelatedAOListMapper<RapidViewAO,
TrackingStatisticAO, StatisticsFieldConfig>
-
getExisting
Description copied from interface:AOListMapper
Provides all existing T.- Specified by:
getExisting
in interfaceAOListMapper<TrackingStatisticAO,
StatisticsFieldConfig> - Specified by:
getExisting
in classAbstractRelatedAOListMapper<RapidViewAO,
TrackingStatisticAO, StatisticsFieldConfig>
-