コード例 #1
0
ファイル: SalesStatusColumn.java プロジェクト: healthcit/BIGR
 /** @see com.ardais.bigr.library.web.column.SampleColumnImpl#getRawBodyText(SampleRowParams) */
 protected String getRawBodyText(SampleRowParams rp) throws IOException {
   return rp.getItemHelper().getOrderDescription();
 }
コード例 #2
0
ファイル: AsmTissueColumn.java プロジェクト: healthcit/BIGR
 /** @see com.ardais.bigr.library.web.column.SampleColumnImpl#getRawBodyText(SampleRowParams) */
 protected String getRawBodyText(SampleRowParams rp) throws IOException {
   SampleSelectionHelper ssh = rp.getItemHelper();
   return ssh.getAsmTissue();
 }