@Service public class SubqueryAOMapper extends Object implements RelatedAOMapper<RapidViewAO,SubqueryAO,Subquery>
| Modifier and Type | Field and Description |
|---|---|
static String |
SUBQUERY_SECTION |
| Constructor and Description |
|---|
SubqueryAOMapper() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
toAO(RapidViewAO rapidViewAO,
Subquery subquery)
Returns a map representation of the domain object, similar to
AOMapper.toAO(Object) but also incorporating
the parent record information. |
Map<String,Object> |
toAO(Subquery subquery)
Return a mapping of AO column names to values which will represent the domain object.
|
Subquery |
toModel(SubqueryAO subqueryAO)
Constructs a (usually immutable) domain object from the AO record.
|
void |
update(Subquery subquery,
SubqueryAO subqueryAO)
Copies fields from a domain object to the AO record representation.
|
public static final String SUBQUERY_SECTION
public Map<String,Object> toAO(RapidViewAO rapidViewAO, Subquery subquery)
RelatedAOMapperAOMapper.toAO(Object) but also incorporating
the parent record information.toAO in interface RelatedAOMapper<RapidViewAO,SubqueryAO,Subquery>@Nonnull public Map<String,Object> toAO(Subquery subquery)
AOMappertoAO in interface AOMapper<SubqueryAO,Subquery>subquery - the new domain object@Nonnull public Subquery toModel(SubqueryAO subqueryAO)
AOMappertoModel in interface AOMapper<SubqueryAO,Subquery>subqueryAO - the record to usepublic void update(Subquery subquery, SubqueryAO subqueryAO)
AOMapperupdate in interface AOMapper<SubqueryAO,Subquery>subquery - the domain objectsubqueryAO - the corresponding AO recordCopyright © 2007–2025 Atlassian. All rights reserved.