Package org.jasig.portal.events.aggr.portletlayout

Examples of org.jasig.portal.events.aggr.portletlayout.PortletLayoutAggregationKeyImpl


        // 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<PortletLayoutAggregationKey> keys = new HashSet<PortletLayoutAggregationKey>();
        for (PortletLayoutAggregationDiscriminator discriminator : columnDiscriminators) {
            keys.add(new PortletLayoutAggregationKeyImpl(interval, discriminator.getAggregatedGroup(),
                    discriminator.getPortletMapping()));
        }
        return keys;
    }
View Full Code Here

TOP

Related Classes of org.jasig.portal.events.aggr.portletlayout.PortletLayoutAggregationKeyImpl

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.