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

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


        for (final Long queryGroupId : groups) {
            AggregatedGroupMapping groupMapping = this.aggregatedGroupLookupDao.getGroupMapping(queryGroupId);
            for (final String portletFName : portletFNames) {
                AggregatedPortletMapping tabMapping = this.aggregatedPortletLookupDao.getMappedPortletForFname(portletFName);
                final PortletLayoutAggregationDiscriminator mapping =
                        new PortletLayoutAggregationDiscriminatorImpl(groupMapping, tabMapping);
                //Create the set the aggregations for this report column will be stored in, sorted chronologically
                final SortedSet<PortletLayoutAggregation> aggregations =
                        new TreeSet<PortletLayoutAggregation>(BaseAggregationDateTimeComparator.INSTANCE);

                //Map the group to the set
View Full Code Here

TOP

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

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.