Package edu.chl.jadetalk.core

Examples of edu.chl.jadetalk.core.CommentThread


        imageDataManagerBean.saveImageToCache(filename, imageData);
        imageDataManagerBean.uploadImage(filename, imageData);
       
        // Create image entry
        Image image = new Image();
        CommentThread ct = new CommentThread();
        ct.setComments(new LinkedList<Comment>());
        image.setCommentThread(ct);
        image.setImageLocation(filename);
        image.setRatings(new LinkedList<Rating>());
        image.setUser(user);
       
View Full Code Here

TOP

Related Classes of edu.chl.jadetalk.core.CommentThread

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.