Package com.centraview.administration.cvgarbage

Examples of com.centraview.administration.cvgarbage.GarbageList.restoreElement()


      }
      FORWARD_NAME = "restoreattic";
    } else if (listType.equals("CVGarbage")) {
      GarbageList gbList = new GarbageList(dataSource);
      for (int i = 0; i < rowId.length; i++) {
        gbList.restoreElement(rowId[i]);
      }
      FORWARD_NAME = "restoregarbage";
    }
    return mapping.findForward(FORWARD_NAME);         
  }
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.