|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.sanger.cgp.standalonecsa.services.ViewServiceImpl
public class ViewServiceImpl
This method handles all things view related. This includes generation of chromatograms and html output.
| Field Summary | |
|---|---|
protected ChromatogramService |
cs
|
protected static org.apache.commons.logging.Log |
log
|
| Constructor Summary | |
|---|---|
ViewServiceImpl()
Creates a new instance of FileLocatorServiceImpl |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final org.apache.commons.logging.Log log
protected ChromatogramService cs
| Constructor Detail |
|---|
public ViewServiceImpl()
| Method Detail |
|---|
public void renderTraceInfo(TraceGroupBean tgb)
ViewService
renderTraceInfo in interface ViewServicetgb - the TraceGroup to get the traces frompublic void renderTraceSummary(TraceGroupBean tgb)
ViewService
renderTraceSummary in interface ViewServicetgb - the TraceGroup to get the traces frompublic void renderWildtypePanel(TraceGroupBean tgb)
ViewService
renderWildtypePanel in interface ViewServicetgb - the TraceGroup to get the traces from
public java.io.File renderIndex(java.util.Map amplimers,
java.lang.String csvLoc)
ViewService
renderIndex in interface ViewServiceamplimers - map of amplimerName and number of variants foundcsvLoc - the location of the results.csv file
public void renderAmplimer(AmplimerBean amp)
ViewService
renderAmplimer in interface ViewServiceamp - the amplimer to be rendered as htmlpublic void renderVariantTraceResults(TraceGroupBean traceGroup)
ViewService
renderVariantTraceResults in interface ViewServicetraceGroup - the trace group to get the variant traces frompublic void resetService()
ViewServiceChromatogramService.resetPreviousRendered().
resetService in interface ViewService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||