Package syslog.business

Examples of syslog.business.SimpleFilterManager.saveFilter()


         * insert:
         *      [name:String][password:String][url:String]
         */
        } else if (subaction.equals("save")) {
            logger.debug("Pristup na subakci filter." + subaction);
            dataObj = manager.saveFilter(params);
           
        /*
         * Smaze filtr
         * parametry:
         *      [id:int][password:String]
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.