Interface RelatedAOMapper<P,T extends Entity,U>

All Superinterfaces:
AOMapper<T,U>
All Known Implementing Classes:
BoardAdminAOMapper, CardColorAOMapper, CardLayoutFieldAOMapper, ColumnAOMapper, DetailViewFieldAOMapper, EstimateStatisticAOMapper, NonWorkingDayAOMapper, QuickFilterAOMapper, SubqueryAOMapper, SwimlaneAOMapper, TrackingStatisticAOMapper, WorkingDaysAOMapper

public interface RelatedAOMapper<P,T extends Entity,U> extends AOMapper<T,U>
A specialisation of AOMapper for AO records RelatedAOMapper which have a relationship with a parent record RelatedAOMapper.
Since:
v5.9.5
  • Method Summary

    Modifier and Type
    Method
    Description
    toAO(P parent, U model)
    Returns a map representation of the domain object, similar to AOMapper.toAO(Object) but also incorporating the parent record information.

    Methods inherited from interface com.atlassian.greenhopper.manager.AOMapper

    toAO, toModel, update
  • Method Details

    • toAO

      @Nonnull Map<String,Object> toAO(P parent, U model)
      Returns a map representation of the domain object, similar to AOMapper.toAO(Object) but also incorporating the parent record information.
      Parameters:
      parent -
      model -
      Returns: