Examples of eraseEventLog()


Examples of it.eng.spagobi.events.dao.EventLogDAOHibImpl.eraseEventLog()

    try {
      EventLogDAOHibImpl eventLogDAO = new EventLogDAOHibImpl();
      Integer id = new Integer(idStr);
      EventLog eventLog = new EventLog();
      eventLog.setId(id);
      eventLogDAO.eraseEventLog(eventLog);
    } catch (EMFUserError e){
      HashMap params = new HashMap();
      params.put(AdmintoolsConstants.PAGE, "EVENTS_MONITOR_PAGE");
      params.put("REFRESH", "TRUE");
      throw new EMFUserError(EMFErrorSeverity.ERROR, 1066, new Vector(), params);
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.