org.kuali.student.enrollment.class2.acal.service.assembler
Class TermAssembler

java.lang.Object
  extended by org.kuali.student.enrollment.class2.acal.service.assembler.TermAssembler
All Implemented Interfaces:
DTOAssembler<TermInfo,AtpInfo>

public class TermAssembler
extends Object
implements DTOAssembler<TermInfo,AtpInfo>


Constructor Summary
TermAssembler()
           
 
Method Summary
 TermInfo assemble(AtpInfo atp, ContextInfo context)
           
 AtpInfo disassemble(TermInfo term, ContextInfo context)
           
 TermCodeGenerator getTermCodeGenerator()
           
 void setTermCodeGenerator(TermCodeGenerator termCodeGenerator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TermAssembler

public TermAssembler()
Method Detail

getTermCodeGenerator

public TermCodeGenerator getTermCodeGenerator()

setTermCodeGenerator

public void setTermCodeGenerator(TermCodeGenerator termCodeGenerator)

assemble

public TermInfo assemble(AtpInfo atp,
                         ContextInfo context)
                  throws AssemblyException
Specified by:
assemble in interface DTOAssembler<TermInfo,AtpInfo>
Throws:
AssemblyException

disassemble

public AtpInfo disassemble(TermInfo term,
                           ContextInfo context)
                    throws AssemblyException
Specified by:
disassemble in interface DTOAssembler<TermInfo,AtpInfo>
Throws:
AssemblyException


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