|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ViewService
This interface handles all calls to the VelocityTemplate system when rendering output.
Method Summary | |
---|---|
void |
renderAmplimer(AmplimerBean amp)
Generates the amplimer html page. |
java.io.File |
renderIndex(java.util.Map amplimers,
java.lang.String csvLoc)
Generates the index html page. |
void |
renderTraceInfo(TraceGroupBean tgb)
Generates variant trace html page. |
void |
renderTraceSummary(TraceGroupBean tgb)
Generates the variant trace summary html page. |
void |
renderVariantTraceResults(TraceGroupBean traceGroup)
Generate the called variant html pages. |
void |
renderWildtypePanel(TraceGroupBean tgb)
Generates wildtype trace html page. |
void |
resetService()
Resets the chromatogram service. |
Method Detail |
---|
void renderAmplimer(AmplimerBean amp)
amp
- the amplimer to be rendered as htmlvoid renderTraceInfo(TraceGroupBean tgb)
tgb
- the TraceGroup to get the traces fromvoid renderTraceSummary(TraceGroupBean tgb)
tgb
- the TraceGroup to get the traces fromvoid renderWildtypePanel(TraceGroupBean tgb)
tgb
- the TraceGroup to get the traces fromjava.io.File renderIndex(java.util.Map amplimers, java.lang.String csvLoc)
amplimers
- map of amplimerName and number of variants foundcsvLoc
- the location of the results.csv file
void renderVariantTraceResults(TraceGroupBean traceGroup)
traceGroup
- the trace group to get the variant traces fromvoid resetService()
ChromatogramService.resetPreviousRendered()
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |