org.kuali.student.common.assembly.old
Interface Assembler<TargetType,SourceType>

All Known Implementing Classes:
AssemblerFilterManager, BaseAssembler, CluSetManagementAssembler, OrgOrgRelationAssembler, OrgPersonRelationAssembler, OrgPositionRestrictionAssembler, OrgProposalAssembler

Deprecated.

@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

get

TargetType get(String id)
               throws AssemblyException
Deprecated. 
Throws:
AssemblyException

getMetadata

Metadata getMetadata(String idType,
                     String id,
                     String type,
                     String state)
                     throws AssemblyException
Deprecated. 
Throws:
AssemblyException

getDefaultMetadata

Metadata getDefaultMetadata()
                            throws AssemblyException
Deprecated. 
Throws:
AssemblyException

save

SaveResult<TargetType> save(TargetType input)
                            throws AssemblyException
Deprecated. 
Throws:
AssemblyException

assemble

TargetType assemble(SourceType input)
                    throws AssemblyException
Deprecated. 
Throws:
AssemblyException

disassemble

SourceType disassemble(TargetType input)
                       throws AssemblyException
Deprecated. 
Throws:
AssemblyException

validate

List<ValidationResultInfo> validate(TargetType input)
                                    throws AssemblyException
Deprecated. 
Throws:
AssemblyException


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.