|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RelatedAOMapper<P,T extends Entity,U>
A specialisation of AOMapper for AO records T which have a relationship with a parent record P.
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.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. |
| Methods inherited from interface com.atlassian.greenhopper.manager.AOMapper |
|---|
toAO, toModel, update |
| Method Detail |
|---|
@NotNull
java.util.Map<java.lang.String,java.lang.Object> toAO(P parent,
U model)
AOMapper.toAO(Object) but also incorporating
the parent record information.
parent - model -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||