|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface Assembler<TargetType,SourceType>
| Method Summary | |
|---|---|
TargetType |
assemble(SourceType input)
Deprecated. |
SourceType |
disassemble(TargetType input)
Deprecated. |
TargetType |
get(String id)
Deprecated. |
Metadata |
getDefaultMetadata()
Deprecated. |
Metadata |
getMetadata(String idType,
String id,
String type,
String state)
Deprecated. |
SaveResult<TargetType> |
save(TargetType input)
Deprecated. |
List<ValidationResultInfo> |
validate(TargetType input)
Deprecated. |
| Method Detail |
|---|
TargetType get(String id)
throws AssemblyException
AssemblyException
Metadata getMetadata(String idType,
String id,
String type,
String state)
throws AssemblyException
AssemblyException
Metadata getDefaultMetadata()
throws AssemblyException
AssemblyException
SaveResult<TargetType> save(TargetType input)
throws AssemblyException
AssemblyException
TargetType assemble(SourceType input)
throws AssemblyException
AssemblyException
SourceType disassemble(TargetType input)
throws AssemblyException
AssemblyException
List<ValidationResultInfo> validate(TargetType input)
throws AssemblyException
AssemblyException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||