Example #1
0
 @Override
 public void setSendDocList(ArrayList<SendDocPO> sendDocList) throws RemoteException {
   // TODO Auto-generated method stub
   for (SendDocPO po : sendDocList) {
     collectionbl.saveSendDocPO(po);
   }
 }
Example #2
0
 @Override
 public ArrayList<SendDocPO> getuncheckedSendDocList() throws RemoteException {
   return collectionbl.getAllSendDoc();
 }