Package com.liferay.portal.kernel.util

Examples of com.liferay.portal.kernel.util.UnicodeProperties


          expandoColumnType);
      logger.debug("Added expando column=[{0}] to modelClassName=[{1}]", expandoColumnName, modelClassName);
    }

    if (indexable) {
      UnicodeProperties properties;
      properties = new UnicodeProperties();
      properties.setProperty(ExpandoColumnConstants.INDEX_TYPE,
        String.valueOf(ExpandoColumnConstants.INDEX_TYPE_TEXT));
      expandoColumn.setTypeSettingsProperties(properties);
      ExpandoColumnLocalServiceUtil.updateExpandoColumn(expandoColumn);
    }
View Full Code Here

TOP

Related Classes of com.liferay.portal.kernel.util.UnicodeProperties

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.