Class DefaultPageTypeMapping
java.lang.Object
de.hybris.platform.cmsfacades.pages.service.impl.DefaultPageTypeMapping
- All Implemented Interfaces:
PageTypeMapping
@Deprecated(since="6.6",
forRemoval=true)
public class DefaultPageTypeMapping
extends Object
implements PageTypeMapping
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.6
Default implementation of
PageTypeMapping.-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Get the typecode identifying theComposedTypeModel.Class<? extends AbstractPageData>Deprecated, for removal: This API element is subject to removal in a future version.Get the class of the data model which theComposedTypeModelwill be converted to.voidsetTypecode(String typecode) Deprecated, for removal: This API element is subject to removal in a future version.Set the typecode identifying theComposedTypeModel.voidsetTypedata(Class<? extends AbstractPageData> typedata) Deprecated, for removal: This API element is subject to removal in a future version.Set the class of the data model which theComposedTypeModelwill be converted to.
-
Constructor Details
-
DefaultPageTypeMapping
public DefaultPageTypeMapping()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getTypecode
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:PageTypeMappingGet the typecode identifying theComposedTypeModel.- Specified by:
getTypecodein interfacePageTypeMapping- Returns:
- the typecode
-
setTypecode
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:PageTypeMappingSet the typecode identifying theComposedTypeModel.- Specified by:
setTypecodein interfacePageTypeMapping- Parameters:
typecode- - the typecode
-
getTypedata
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:PageTypeMappingGet the class of the data model which theComposedTypeModelwill be converted to.- Specified by:
getTypedatain interfacePageTypeMapping- Returns:
- the typecode of the data model
-
setTypedata
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:PageTypeMappingSet the class of the data model which theComposedTypeModelwill be converted to.- Specified by:
setTypedatain interfacePageTypeMapping- Parameters:
typedata- - the typecode of the data model
-