Class EstimateStatisticAOListMapper
java.lang.Object
com.atlassian.greenhopper.manager.AbstractRelatedAOListMapper<RapidViewAO,EstimateStatisticAO,StatisticsFieldConfig>
com.atlassian.greenhopper.manager.estimatestatistic.EstimateStatisticAOListMapper
- All Implemented Interfaces:
AOListMapper<EstimateStatisticAO,
StatisticsFieldConfig>
public class EstimateStatisticAOListMapper
extends AbstractRelatedAOListMapper<RapidViewAO,EstimateStatisticAO,StatisticsFieldConfig>
An
AOListMapper
for EstimateStatisticAO
records.- Since:
- v5.9.5
-
Field Summary
Fields inherited from class com.atlassian.greenhopper.manager.AbstractRelatedAOListMapper
mapper, parentAO
-
Constructor Summary
ConstructorsConstructorDescriptionEstimateStatisticAOListMapper
(RapidViewAO rapidViewAO, EstimateStatisticAOMapper mapper) -
Method Summary
Modifier and TypeMethodDescriptionGet the class of TProvides all existing T.void
postCreateUpdate
(EstimateStatisticAO recordAO, StatisticsFieldConfig estimateStatistic) Called on the updated AO object (either once created or updated/saved).void
preDelete
(EstimateStatisticAO 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
-
Constructor Details
-
EstimateStatisticAOListMapper
-
-
Method Details
-
getActiveObjectClass
Description copied from interface:AOListMapper
Get the class of T- Specified by:
getActiveObjectClass
in interfaceAOListMapper<EstimateStatisticAO,
StatisticsFieldConfig> - Specified by:
getActiveObjectClass
in classAbstractRelatedAOListMapper<RapidViewAO,
EstimateStatisticAO, 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<EstimateStatisticAO,
StatisticsFieldConfig> - Specified by:
postCreateUpdate
in classAbstractRelatedAOListMapper<RapidViewAO,
EstimateStatisticAO, 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<EstimateStatisticAO,
StatisticsFieldConfig> - Specified by:
preDelete
in classAbstractRelatedAOListMapper<RapidViewAO,
EstimateStatisticAO, StatisticsFieldConfig>
-
getExisting
Description copied from interface:AOListMapper
Provides all existing T.- Specified by:
getExisting
in interfaceAOListMapper<EstimateStatisticAO,
StatisticsFieldConfig> - Specified by:
getExisting
in classAbstractRelatedAOListMapper<RapidViewAO,
EstimateStatisticAO, StatisticsFieldConfig>
-