Package org.jasig.portal.events.aggr.tabrender

Examples of org.jasig.portal.events.aggr.tabrender.TabRenderAggregationKeyImpl


        // Create keys (that exclude the temporal date/time information) from the interval
        // and the data in the column discriminators.
        final AggregationInterval interval = form.getInterval();
        final HashSet<TabRenderAggregationKey> keys = new HashSet<TabRenderAggregationKey>();
        for (TabRenderAggregationDiscriminator discriminator : columnDiscriminators) {
            keys.add(new TabRenderAggregationKeyImpl(interval, discriminator.getAggregatedGroup(),
                    discriminator.getTabMapping()));
        }
        return keys;
    }
View Full Code Here

TOP

Related Classes of org.jasig.portal.events.aggr.tabrender.TabRenderAggregationKeyImpl

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.