Class AbstractPageData
java.lang.Object
de.hybris.platform.cmsfacades.data.AbstractPageData
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CatalogPageData,CategoryPageData,ContentPageData,EmailPageData,ProductPageData
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.no longer neededgetName()Deprecated, for removal: This API element is subject to removal in a future version.no longer neededgetPk()Deprecated, for removal: This API element is subject to removal in a future version.no longer neededgetTitle()Deprecated, for removal: This API element is subject to removal in a future version.no longer neededgetUid()getUuid()voidsetCatalogVersionUuid(String catalogVersionUuid) voidsetContentSlots(List<PageContentSlotData> contentSlots) voidsetCreationtime(Date creationtime) Deprecated, for removal: This API element is subject to removal in a future version.no longer neededvoidsetDefaultPage(Boolean defaultPage) voidsetLocalizedDescription(String localizedDescription) voidsetLocalizedTitle(String localizedTitle) voidsetModifiedtime(Date modifiedtime) voidvoidsetOnlyOneRestrictionMustApply(Boolean onlyOneRestrictionMustApply) Deprecated, for removal: This API element is subject to removal in a future version.no longer neededvoidsetOtherProperties(Map<String, Object> otherProperties) voidDeprecated, for removal: This API element is subject to removal in a future version.no longer neededvoidsetRobotTag(String robotTag) voidsetTemplate(String template) voidDeprecated, for removal: This API element is subject to removal in a future version.no longer neededvoidsetTypeCode(String typeCode) voidvoid
-
Constructor Details
-
AbstractPageData
public AbstractPageData()
-
-
Method Details
-
setUuid
-
getUuid
-
setPk
Deprecated, for removal: This API element is subject to removal in a future version.no longer needed -
getPk
Deprecated, for removal: This API element is subject to removal in a future version.no longer needed -
setCreationtime
Deprecated, for removal: This API element is subject to removal in a future version.no longer needed -
getCreationtime
Deprecated, for removal: This API element is subject to removal in a future version.no longer needed -
setModifiedtime
-
getModifiedtime
-
setUid
-
getUid
-
setName
-
getName
-
setLocalizedDescription
-
getLocalizedDescription
-
setRobotTag
-
getRobotTag
-
setTitle
Deprecated, for removal: This API element is subject to removal in a future version.no longer needed -
getTitle
Deprecated, for removal: This API element is subject to removal in a future version.no longer needed -
setTypeCode
-
getTypeCode
-
setTemplate
-
getTemplate
-
setDefaultPage
-
getDefaultPage
-
setOnlyOneRestrictionMustApply
@Deprecated(since="6.6", forRemoval=true) public void setOnlyOneRestrictionMustApply(Boolean onlyOneRestrictionMustApply) Deprecated, for removal: This API element is subject to removal in a future version.no longer needed -
getOnlyOneRestrictionMustApply
Deprecated, for removal: This API element is subject to removal in a future version.no longer needed -
setLocalizedTitle
-
getLocalizedTitle
-
setContentSlots
-
getContentSlots
-
setCatalogVersionUuid
-
getCatalogVersionUuid
-
setOtherProperties
-
getOtherProperties
-