Package it.eng.spagobi.analiticalmodel.document.dao

Examples of it.eng.spagobi.analiticalmodel.document.dao.ISnapshotDAO.saveSnapshot()


          }
        } catch(Exception e) {
          logger.error("Error while deleting object snapshots", e);
        }
      }
      snapDao.saveSnapshot(response, biobj.getId(), snapName, snapDesc)
    } catch (Exception e) {
      logger.error("Error while saving schedule result as new snapshot", e);
    }finally{
      logger.debug("OUT");
    }
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.