public interface DTOAssembler<E,T>
| Modifier and Type | Method and Description |
|---|---|
E |
assemble(T baseDTO,
ContextInfo context) |
T |
disassemble(E businessDTO,
ContextInfo context) |
E assemble(T baseDTO, ContextInfo context) throws AssemblyException
AssemblyExceptionT disassemble(E businessDTO, ContextInfo context) throws AssemblyException
AssemblyExceptionCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.