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
AssemblyException
T disassemble(E businessDTO, ContextInfo context) throws AssemblyException
AssemblyException
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.