Package org.jasig.portal.events.aggr.stat

Examples of org.jasig.portal.events.aggr.stat.JpaStatisticalSummary


            return;
        }
       
        //Lazily init the statistics object
        if (this.statisticalSummary == null) {
            this.statisticalSummary = new JpaStatisticalSummary();
        }
       
        this.statisticalSummary.addValue(v);
       
        this.modified = true;
View Full Code Here

TOP

Related Classes of org.jasig.portal.events.aggr.stat.JpaStatisticalSummary

Copyright © 2018 www.massapicom. 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.