Class PageStatusEnumValueFlexibleSearchConverter

java.lang.Object
de.hybris.platform.cms2.common.functions.impl.PageStatusEnumValueFlexibleSearchConverter
All Implemented Interfaces:
Converter<String,String>

public class PageStatusEnumValueFlexibleSearchConverter extends Object implements Converter<String,String>
Converter to convert CmsPageStatus value to the representation that can be used in flexible search.
  • Constructor Details

    • PageStatusEnumValueFlexibleSearchConverter

      public PageStatusEnumValueFlexibleSearchConverter()
  • Method Details

    • convert

      public String convert(String source)
      Description copied from interface: Converter
      Uses the source S object and produces an new instance of T.
      Specified by:
      convert in interface Converter<String,String>
      Parameters:
      source - the input to be converted.
      Returns:
      an instance of T, converted from the input source.
    • getTypeService

      protected TypeService getTypeService()
    • setTypeService

      public void setTypeService(TypeService typeService)