|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommentTransformer
Used to transform an ExternalComment based on the project import mapper that is provided. This should only be used with a fully mapped and validated ProjectImportMapper.
| Method Summary | |
|---|---|
ExternalComment |
transform(ProjectImportMapper projectImportMapper,
ExternalComment comment)
Transforms an ExternalComment based on the project import mapper that is provided. |
| Method Detail |
|---|
ExternalComment transform(ProjectImportMapper projectImportMapper,
ExternalComment comment)
Note that the ID is left as null, as the new ID will not be known until the object is created.
projectImportMapper - a fully mapped and validated ProjectImportMappercomment - the external comment that contains all the old values that need to be transformed and other values
that should be stored that need no transformation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||