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