try {
CvAtticHome home=(CvAtticHome)CVUtility.getHomeObject("com.centraview.cvattic.CvAtticHome","CvAttic");//call to FaqEJB
CvAttic admin=(CvAttic)home.create();
admin.setDataSource(this.dataSource);
admin.restore(1,elementID,Constants.CV_ATTIC);
// TODO the restore method needs to take the invidualID and pass it on, fubar user-rights
}
catch(Exception e)
{
System.out.println("[Exception][AtticList.restoreElement] Exception Thrown: "+e);