Class AbstractPageData

java.lang.Object
de.hybris.platform.cmswebservices.data.AbstractPageData
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CatalogPageData, CategoryPageData, ContentPageData, EmailPageData, ProductPageData

@Deprecated(since="6.6", forRemoval=true) public class AbstractPageData extends Object implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
no longer needed
Specifies properties of the page.
See Also:
  • 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.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setCreationtime(Date creationtime)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setDefaultPage(Boolean defaultPage)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setModifiedtime(Date modifiedtime)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setOnlyOneRestrictionMustApply(Boolean onlyOneRestrictionMustApply)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setTemplate(String template)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setTypeCode(String typeCode)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

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

    • AbstractPageData

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

    • setUuid

      public void setUuid(String uuid)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getUuid

      public String getUuid()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setPk

      public void setPk(String pk)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getPk

      public String getPk()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setCreationtime

      public void setCreationtime(Date creationtime)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getCreationtime

      public Date getCreationtime()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setModifiedtime

      public void setModifiedtime(Date modifiedtime)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getModifiedtime

      public Date getModifiedtime()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setUid

      public void setUid(String uid)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getUid

      public String getUid()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setName

      public void setName(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getName

      public String getName()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setTitle

      public void setTitle(Map<String,String> title)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getTitle

      public Map<String,String> getTitle()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setTypeCode

      public void setTypeCode(String typeCode)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getTypeCode

      public String getTypeCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setTemplate

      public void setTemplate(String template)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getTemplate

      public String getTemplate()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setDefaultPage

      public void setDefaultPage(Boolean defaultPage)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getDefaultPage

      public Boolean getDefaultPage()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setOnlyOneRestrictionMustApply

      public void setOnlyOneRestrictionMustApply(Boolean onlyOneRestrictionMustApply)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getOnlyOneRestrictionMustApply

      public Boolean getOnlyOneRestrictionMustApply()
      Deprecated, for removal: This API element is subject to removal in a future version.