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

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Get the typecode identifying the ComposedTypeModel.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Get the class of the data model which the ComposedTypeModel will be converted to.
    void
    setTypecode(String typecode)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Set the typecode identifying the ComposedTypeModel.
    void
    setTypedata(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 the ComposedTypeModel will be converted to.

    Methods inherited from class java.lang.Object

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

    • DefaultPageTypeMapping

      public DefaultPageTypeMapping()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getTypecode

      public String getTypecode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: PageTypeMapping
      Get the typecode identifying the ComposedTypeModel.
      Specified by:
      getTypecode in interface PageTypeMapping
      Returns:
      the typecode
    • setTypecode

      public void setTypecode(String typecode)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: PageTypeMapping
      Set the typecode identifying the ComposedTypeModel.
      Specified by:
      setTypecode in interface PageTypeMapping
      Parameters:
      typecode - - the typecode
    • getTypedata

      public Class<? extends AbstractPageData> getTypedata()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: PageTypeMapping
      Get the class of the data model which the ComposedTypeModel will be converted to.
      Specified by:
      getTypedata in interface PageTypeMapping
      Returns:
      the typecode of the data model
    • setTypedata

      public void setTypedata(Class<? extends AbstractPageData> typedata)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: PageTypeMapping
      Set the class of the data model which the ComposedTypeModel will be converted to.
      Specified by:
      setTypedata in interface PageTypeMapping
      Parameters:
      typedata - - the typecode of the data model