Examples of encodeDescription()


Examples of it.eng.spagobi.commons.utilities.ParameterValuesEncoder.encodeDescription()

            biobjPar = (BIObjectParameter) it.next();
            /*
             * value = (String) biobjPar.getParameterValues().get(0);
             * pars.put(biobjPar.getParameterUrlName(), value);
             */
            description = parValuesEncoder.encodeDescription(biobjPar);
            pars.put(biobjPar.getParameterUrlName()+DESCRIPTION_SUFFIX, description);
            logger.debug("Add description:"+biobjPar.getParameterUrlName()+DESCRIPTION_SUFFIX+"/"+description);
        } catch (Exception e) {
            logger.debug("OUT");
            logger.warn("Error while processing a BIParameter.. getting the description", e);
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.