org.kuali.student.enrollment.class2.acal.service.assembler
Class AcalEventAssembler
java.lang.Object
org.kuali.student.enrollment.class2.acal.service.assembler.AcalEventAssembler
- All Implemented Interfaces:
- DTOAssembler<AcalEventInfo,MilestoneInfo>
public class AcalEventAssembler
- extends Object
- implements DTOAssembler<AcalEventInfo,MilestoneInfo>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AcalEventAssembler
public AcalEventAssembler()
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.