Package net.fp.rp.search.plugins

Examples of net.fp.rp.search.plugins.IFeedbackDataStore.save()


        //if feedback is allow then store it and update the links
        if (feedbackAllow) {
            try {
                //store the feedback
                IFeedbackDataStore store = PluginManager.getFeedbackDataStores();
                store.save(advice);

                //notify the feedback plugins to recalculate the score
                IInterestedInFeedback[] feedbackPlugins = PluginManager.getInterestedInFeedback();

                for (int i = 0; i < feedbackPlugins.length; i++) {
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.