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

java.lang.Object
  extended by org.kuali.student.enrollment.class2.acal.service.assembler.AcalEventAssembler
All Implemented Interfaces:
DTOAssembler<AcalEventInfo,MilestoneInfo>

public class AcalEventAssembler
extends Object
implements DTOAssembler<AcalEventInfo,MilestoneInfo>


Constructor Summary
AcalEventAssembler()
           
 
Method Summary
 AcalEventInfo assemble(MilestoneInfo milestoneInfo, ContextInfo context)
           
 MilestoneInfo disassemble(AcalEventInfo acalEventInfo, ContextInfo context)
           
 AtpService getAtpService()
           
 void setAtpService(AtpService atpService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcalEventAssembler

public AcalEventAssembler()
Method Detail

assemble

public AcalEventInfo assemble(MilestoneInfo milestoneInfo,
                              ContextInfo context)
                       throws AssemblyException
Specified by:
assemble in interface DTOAssembler<AcalEventInfo,MilestoneInfo>
Throws:
AssemblyException

disassemble

public MilestoneInfo disassemble(AcalEventInfo acalEventInfo,
                                 ContextInfo context)
                          throws AssemblyException
Specified by:
disassemble in interface DTOAssembler<AcalEventInfo,MilestoneInfo>
Throws:
AssemblyException

getAtpService

public AtpService getAtpService()

setAtpService

public void setAtpService(AtpService atpService)


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