com.atlassian.greenhopper.service.rapid.view
Class ColumnAOListMapper

java.lang.Object
  extended by com.atlassian.greenhopper.manager.AbstractRelatedAOListMapper<RapidViewAO,ColumnAO,Column>
      extended by com.atlassian.greenhopper.service.rapid.view.ColumnAOListMapper
All Implemented Interfaces:
AOListMapper<ColumnAO,Column>

public class ColumnAOListMapper
extends AbstractRelatedAOListMapper<RapidViewAO,ColumnAO,Column>
implements AOListMapper<ColumnAO,Column>


Field Summary
 
Fields inherited from class com.atlassian.greenhopper.manager.AbstractRelatedAOListMapper
mapper, parentAO
 
Constructor Summary
ColumnAOListMapper(RapidViewAO parentAO, RelatedAOMapper<RapidViewAO,ColumnAO,Column> mapper, com.atlassian.activeobjects.external.ActiveObjects ao)
           
 
Method Summary
 java.lang.Class<ColumnAO> getActiveObjectClass()
          Get the class of T
 ColumnAO[] getExisting()
          Provides all existing T.
 void postCreateUpdate(ColumnAO t, Column u)
          Called on the updated AO object (either once created or updated/saved).
 void preDelete(ColumnAO t)
          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
 
Methods inherited from interface com.atlassian.greenhopper.manager.AOListMapper
addCreateValues, findExisting, fromAO, setValues
 

Constructor Detail

ColumnAOListMapper

public ColumnAOListMapper(RapidViewAO parentAO,
                          RelatedAOMapper<RapidViewAO,ColumnAO,Column> mapper,
                          com.atlassian.activeobjects.external.ActiveObjects ao)
Method Detail

getExisting

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

Specified by:
getExisting in interface AOListMapper<ColumnAO,Column>
Specified by:
getExisting in class AbstractRelatedAOListMapper<RapidViewAO,ColumnAO,Column>

getActiveObjectClass

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

Specified by:
getActiveObjectClass in interface AOListMapper<ColumnAO,Column>
Specified by:
getActiveObjectClass in class AbstractRelatedAOListMapper<RapidViewAO,ColumnAO,Column>

postCreateUpdate

public void postCreateUpdate(ColumnAO t,
                             Column u)
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<ColumnAO,Column>
Specified by:
postCreateUpdate in class AbstractRelatedAOListMapper<RapidViewAO,ColumnAO,Column>

preDelete

public void preDelete(ColumnAO t)
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<ColumnAO,Column>
Specified by:
preDelete in class AbstractRelatedAOListMapper<RapidViewAO,ColumnAO,Column>


Copyright © 2007-2012 Atlassian. All Rights Reserved.