예제 #1
0
 /** @see com.ardais.bigr.library.web.column.SampleColumnImpl#getRawBodyText(SampleRowParams) */
 protected String getRawBodyText(SampleRowParams rp) throws IOException {
   return rp.getItemHelper().getOrderDescription();
 }
예제 #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();
 }