Esempio n. 1
0
 /** @see com.ardais.bigr.library.web.column.SampleColumnImpl#getRawBodyText(SampleRowParams) */
 protected String getRawBodyText(SampleRowParams rp) throws IOException {
   return rp.getItemHelper().getOrderDescription();
 }
Esempio n. 2
0
 /** @see com.ardais.bigr.library.web.column.SampleColumnImpl#getRawBodyText(SampleRowParams) */
 protected String getRawBodyText(SampleRowParams rp) throws IOException {
   SampleSelectionHelper ssh = rp.getItemHelper();
   return ssh.getAsmTissue();
 }