100101102103104105106107108109110
public void removeBank( String pBankId ) throws RemoveException, RemoteException { try { getBankHome().findByPrimaryKey( new BankPK( pBankId ) ).remove(); } catch( FinderException fe ) { } }