Package com.centraview.account.item

Examples of com.centraview.account.item.ItemLocal.deleteItem()


  {
    InitialContext ic = CVUtility.getInitialContext();
    ItemLocalHome home = (ItemLocalHome) ic.lookup("local/Item");
    ItemLocal invoice = home.create();
    invoice.setDataSource(this.dataSource);
    invoice.deleteItem(individualID, itemId);
  }

  public void deleteVendor(int entityID, int userID) throws NamingException, CreateException
  {
    InitialContext ic = CVUtility.getInitialContext();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.