Class NonWorkingDayAOListMapper
java.lang.Object
com.atlassian.greenhopper.manager.AbstractRelatedAOListMapper<WorkingDaysAO,NonWorkingDayAO,NonWorkingDay>
com.atlassian.greenhopper.manager.workingdays.NonWorkingDayAOListMapper
- All Implemented Interfaces:
AOListMapper<NonWorkingDayAO,
NonWorkingDay>
public class NonWorkingDayAOListMapper
extends AbstractRelatedAOListMapper<WorkingDaysAO,NonWorkingDayAO,NonWorkingDay>
-
Field Summary
Fields inherited from class com.atlassian.greenhopper.manager.AbstractRelatedAOListMapper
mapper, parentAO
-
Constructor Summary
ConstructorsConstructorDescriptionNonWorkingDayAOListMapper
(WorkingDaysAO workingDaysAO, NonWorkingDayAOMapper mapper) -
Method Summary
Modifier and TypeMethodDescriptionGet the class of TProvides all existing T.void
postCreateUpdate
(NonWorkingDayAO recordAO, NonWorkingDay nonWorkingDay) Called on the updated AO object (either once created or updated/saved).void
preDelete
(NonWorkingDayAO 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
-
NonWorkingDayAOListMapper
-
-
Method Details
-
getActiveObjectClass
Description copied from interface:AOListMapper
Get the class of T- Specified by:
getActiveObjectClass
in interfaceAOListMapper<NonWorkingDayAO,
NonWorkingDay> - Specified by:
getActiveObjectClass
in classAbstractRelatedAOListMapper<WorkingDaysAO,
NonWorkingDayAO, NonWorkingDay>
-
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<NonWorkingDayAO,
NonWorkingDay> - Specified by:
postCreateUpdate
in classAbstractRelatedAOListMapper<WorkingDaysAO,
NonWorkingDayAO, NonWorkingDay>
-
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<NonWorkingDayAO,
NonWorkingDay> - Specified by:
preDelete
in classAbstractRelatedAOListMapper<WorkingDaysAO,
NonWorkingDayAO, NonWorkingDay>
-
getExisting
Description copied from interface:AOListMapper
Provides all existing T.- Specified by:
getExisting
in interfaceAOListMapper<NonWorkingDayAO,
NonWorkingDay> - Specified by:
getExisting
in classAbstractRelatedAOListMapper<WorkingDaysAO,
NonWorkingDayAO, NonWorkingDay>
-