Class ColumnStatusAOListMapper
java.lang.Object
com.atlassian.greenhopper.service.rapid.view.ColumnStatusAOListMapper
- All Implemented Interfaces:
AOListMapper<ColumnStatusAO,
String>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCreateValues
(String statusId, Map<String, Object> params) Provide the db parameter for T to be created.findExisting
(ColumnStatusAO[] ts, String u) Get an existing T for given u.fromAO
(ColumnStatusAO[] columnStatusAOs) Get the class of TProvides all existing T.void
Called on the updated AO object (either once created or updated/saved).void
Called before the element is deleted, gives the mapper a chance to clean up child objectsvoid
setValues
(ColumnStatusAO t, String u) Updates an AO.
-
Method Details
-
addCreateValues
Description copied from interface:AOListMapper
Provide the db parameter for T to be created.- Specified by:
addCreateValues
in interfaceAOListMapper<ColumnStatusAO,
String>
-
setValues
Description copied from interface:AOListMapper
Updates an AO. Note that save should not be called.- Specified by:
setValues
in interfaceAOListMapper<ColumnStatusAO,
String>
-
getExisting
Description copied from interface:AOListMapper
Provides all existing T.- Specified by:
getExisting
in interfaceAOListMapper<ColumnStatusAO,
String>
-
findExisting
Description copied from interface:AOListMapper
Get an existing T for given u. Returns null if not found.- Specified by:
findExisting
in interfaceAOListMapper<ColumnStatusAO,
String>
-
getActiveObjectClass
Description copied from interface:AOListMapper
Get the class of T- Specified by:
getActiveObjectClass
in interfaceAOListMapper<ColumnStatusAO,
String>
-
fromAO
- Specified by:
fromAO
in interfaceAOListMapper<ColumnStatusAO,
String>
-
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<ColumnStatusAO,
String>
-
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<ColumnStatusAO,
String>
-