Package com.centraview.cvattic

Examples of com.centraview.cvattic.CvAttic.moveToAttic()


    {
      CvAtticHome home=(CvAtticHome)CVUtility.getHomeObject("com.centraview.cvattic.CvAtticHome","CvAttic");//call to FaqEJB
      CvAttic admin=(CvAttic)home.create();
      admin.setDataSource(this.dataSource);

      admin.moveToAttic(1,elementID);
      //TODO fix user rights on movetoattic.
    }
    catch(Exception e) {
      System.out.println("[Exception][GarbageList.moveToAttic] Exception Thrown: "+e);
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.