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
A specialisation of
AOMapper
for AO records RelatedAOMapper
which have a relationship with a parent record RelatedAOMapper
.- Since:
- v5.9.5
-
Method Summary
-
Method Details
-
toAO
Returns a map representation of the domain object, similar toAOMapper.toAO(Object)
but also incorporating the parent record information.- Parameters:
parent
-model
-- Returns:
-