Class PageStatusEnumValueFlexibleSearchConverter
- java.lang.Object
-
- de.hybris.platform.cms2.common.functions.impl.PageStatusEnumValueFlexibleSearchConverter
-
- All Implemented Interfaces:
Converter<java.lang.String,java.lang.String>
public class PageStatusEnumValueFlexibleSearchConverter extends java.lang.Object implements Converter<java.lang.String,java.lang.String>
Converter to convertCmsPageStatusvalue to the representation that can be used in flexible search.
-
-
Constructor Summary
Constructors Constructor Description PageStatusEnumValueFlexibleSearchConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringconvert(java.lang.String source)Uses the sourceSobject and produces an new instance ofT.protected TypeServicegetTypeService()voidsetTypeService(TypeService typeService)
-
-
-
Method Detail
-
convert
public java.lang.String convert(java.lang.String source)
Description copied from interface:ConverterUses the sourceSobject and produces an new instance ofT.
-
getTypeService
protected TypeService getTypeService()
-
setTypeService
public void setTypeService(TypeService typeService)
-
-