Class CardLayoutFieldAOListMapper
java.lang.Object
com.atlassian.greenhopper.manager.AbstractRelatedAOListMapper<RapidViewAO,CardLayoutFieldAO,CardLayoutField>
com.atlassian.greenhopper.manager.cardlayout.CardLayoutFieldAOListMapper
- All Implemented Interfaces:
AOListMapper<CardLayoutFieldAO,
CardLayoutField>
public class CardLayoutFieldAOListMapper
extends AbstractRelatedAOListMapper<RapidViewAO,CardLayoutFieldAO,CardLayoutField>
Maps lists of to
CardLayoutField
- Since:
- v6.5
-
Field Summary
Fields inherited from class com.atlassian.greenhopper.manager.AbstractRelatedAOListMapper
mapper, parentAO
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CardLayoutFieldAOListMapper
(RapidViewAO parentAO, RelatedAOMapper<RapidViewAO, CardLayoutFieldAO, CardLayoutField> mapper) -
Method Summary
Modifier and TypeMethodDescriptionGet the class of TProvides all existing T.void
postCreateUpdate
(CardLayoutFieldAO recordAO, CardLayoutField model) Called on the updated AO object (either once created or updated/saved).void
preDelete
(CardLayoutFieldAO recordAO) 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
-
CardLayoutFieldAOListMapper
protected CardLayoutFieldAOListMapper(RapidViewAO parentAO, RelatedAOMapper<RapidViewAO, CardLayoutFieldAO, CardLayoutField> mapper)
-
-
Method Details
-
getActiveObjectClass
Description copied from interface:AOListMapper
Get the class of T- Specified by:
getActiveObjectClass
in interfaceAOListMapper<CardLayoutFieldAO,
CardLayoutField> - Specified by:
getActiveObjectClass
in classAbstractRelatedAOListMapper<RapidViewAO,
CardLayoutFieldAO, CardLayoutField>
-
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<CardLayoutFieldAO,
CardLayoutField> - Specified by:
postCreateUpdate
in classAbstractRelatedAOListMapper<RapidViewAO,
CardLayoutFieldAO, CardLayoutField>
-
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<CardLayoutFieldAO,
CardLayoutField> - Specified by:
preDelete
in classAbstractRelatedAOListMapper<RapidViewAO,
CardLayoutFieldAO, CardLayoutField>
-
getExisting
Description copied from interface:AOListMapper
Provides all existing T.- Specified by:
getExisting
in interfaceAOListMapper<CardLayoutFieldAO,
CardLayoutField> - Specified by:
getExisting
in classAbstractRelatedAOListMapper<RapidViewAO,
CardLayoutFieldAO, CardLayoutField>
-