com.atlassian.greenhopper.manager.color
Class CardColorAOListMapper

java.lang.Object
  extended by com.atlassian.greenhopper.manager.AbstractRelatedAOListMapper<RapidViewAO,CardColorAO,CardColor>
      extended by com.atlassian.greenhopper.manager.color.CardColorAOListMapper
All Implemented Interfaces:
AOListMapper<CardColorAO,CardColor>

public class CardColorAOListMapper
extends AbstractRelatedAOListMapper<RapidViewAO,CardColorAO,CardColor>


Field Summary
 
Fields inherited from class com.atlassian.greenhopper.manager.AbstractRelatedAOListMapper
mapper, parentAO
 
Constructor Summary
CardColorAOListMapper(RapidViewAO rapidViewAO, CardColorAOMapper mapper)
           
 
Method Summary
 java.lang.Class<CardColorAO> getActiveObjectClass()
          Get the class of T
 CardColorAO[] getExisting()
          Provides all existing T.
 void postCreateUpdate(CardColorAO recordAO, CardColor estimateStatistic)
          Called on the updated AO object (either once created or updated/saved).
 void preDelete(CardColorAO CardColorAO)
          Called before the element is deleted, gives the mapper a chance to clean up child objects
 
Methods inherited from class com.atlassian.greenhopper.manager.AbstractRelatedAOListMapper
addCreateValues, findExisting, fromAO, setValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CardColorAOListMapper

public CardColorAOListMapper(RapidViewAO rapidViewAO,
                             CardColorAOMapper mapper)
Method Detail

getActiveObjectClass

public java.lang.Class<CardColorAO> getActiveObjectClass()
Description copied from interface: AOListMapper
Get the class of T

Specified by:
getActiveObjectClass in interface AOListMapper<CardColorAO,CardColor>
Specified by:
getActiveObjectClass in class AbstractRelatedAOListMapper<RapidViewAO,CardColorAO,CardColor>

postCreateUpdate

public void postCreateUpdate(CardColorAO recordAO,
                             CardColor estimateStatistic)
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 interface AOListMapper<CardColorAO,CardColor>
Specified by:
postCreateUpdate in class AbstractRelatedAOListMapper<RapidViewAO,CardColorAO,CardColor>

preDelete

public void preDelete(CardColorAO CardColorAO)
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 interface AOListMapper<CardColorAO,CardColor>
Specified by:
preDelete in class AbstractRelatedAOListMapper<RapidViewAO,CardColorAO,CardColor>

getExisting

public CardColorAO[] getExisting()
Description copied from interface: AOListMapper
Provides all existing T.

Specified by:
getExisting in interface AOListMapper<CardColorAO,CardColor>
Specified by:
getExisting in class AbstractRelatedAOListMapper<RapidViewAO,CardColorAO,CardColor>


Copyright © 2007-2012 Atlassian. All Rights Reserved.