Examples of fetchRecentPublicMediaFiles()


Examples of org.apache.roller.weblogger.business.MediaFileManager.fetchRecentPublicMediaFiles()

           
            List<MediaFile> results = new ArrayList<MediaFile>();
           
            try {
                MediaFileManager mgr = WebloggerFactory.getWeblogger().getMediaFileManager();
                results = mgr.fetchRecentPublicMediaFiles(length);
            } catch (Exception e) {
                log.error("ERROR: fetching comment list", e);
            }
            this.mediaFiles = results;
        }
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.