Package org.dspace.app.cris.statistics

Examples of org.dspace.app.cris.statistics.StatSyndicationFeed.populate()


        if (StringUtils.isEmpty(feedType) || !formats.contains(feedType))
        {
            feedType = formats.get(0);
        }
        feed.setType(feedType);
        feed.populate(arg0, summary);
        return feed;
    }
}
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.