Class CMSItemSearchDataPopulator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.Map<java.lang.String,​java.lang.String> buildParameterStringMap​(java.lang.String params)
      Using the parameter String, convert it to a Map for future processing.
      protected java.util.List<java.lang.String> buildTypeCodesList​(java.lang.String typeCodes)  
      void populate​(CMSItemSearchData source, CMSItemSearchData target)
      Populate the target instance with values from the source instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CMSItemSearchDataPopulator

        public CMSItemSearchDataPopulator()
    • Method Detail

      • buildParameterStringMap

        protected java.util.Map<java.lang.String,​java.lang.String> buildParameterStringMap​(java.lang.String params)
        Using the parameter String, convert it to a Map for future processing.
        Parameters:
        params - - the String parameter received from the request
        Returns:
        a Map representing the requested parameter String
      • buildTypeCodesList

        protected java.util.List<java.lang.String> buildTypeCodesList​(java.lang.String typeCodes)