public class DocumentPageModel extends AbstractPageModel
Represents generated or created Document page. Extends AbstractPage type without adding any new attribute.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
_ABSTRACTPAGE2USERRELATION, _LOCALIZEDPAGERELATION, APPROVALSTATUS, AVAILABLECONTENTSLOTS, CONTENTSLOTS, COPYTOCATALOGSDISABLED, DEFAULTPAGE, LOCALIZEDPAGES, LOCKEDBY, MASTERTEMPLATE, MISSINGCONTENTSLOTS, NAVIGATIONNODELIST, ONLYONERESTRICTIONMUSTAPPLY, ORIGINALPAGE, PAGESTATUS, PREVIEWIMAGE, RESTRICTIONS, TITLE, TYPE, TYPECODE, VIEWCATALOGVERSION, NAME, UID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
DocumentPageModel()
Generated constructor - Default constructor for generic creation.
|
DocumentPageModel(CatalogVersionModel _catalogVersion,
PageTemplateModel _masterTemplate,
ItemModel _owner,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
DocumentPageModel(CatalogVersionModel _catalogVersion,
PageTemplateModel _masterTemplate,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
DocumentPageModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
getApprovalStatus, getAvailableContentSlots, getContentSlots, getDefaultPage, getLocalizedPages, getLockedBy, getMasterTemplate, getMissingContentSlots, getNavigationNodeList, getOriginalPage, getPageStatus, getPreviewImage, getRestrictions, getTitle, getTitle, getType, getType, getTypeCode, getView, isCopyToCatalogsDisabled, isOnlyOneRestrictionMustApply, setApprovalStatus, setCopyToCatalogsDisabled, setDefaultPage, setLocalizedPages, setLockedBy, setMasterTemplate, setNavigationNodeList, setOnlyOneRestrictionMustApply, setOriginalPage, setPageStatus, setPreviewImage, setRestrictions, setTitle, setTitlegetCatalogVersion, getName, getUid, setCatalogVersion, setName, setUidgetComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final java.lang.String _TYPECODE
public DocumentPageModel()
public DocumentPageModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public DocumentPageModel(CatalogVersionModel _catalogVersion, PageTemplateModel _masterTemplate, java.lang.String _uid)
_catalogVersion - initial attribute declared by type CMSItem at extension cms2_masterTemplate - initial attribute declared by type AbstractPage at extension cms2_uid - initial attribute declared by type CMSItem at extension cms2@Deprecated public DocumentPageModel(CatalogVersionModel _catalogVersion, PageTemplateModel _masterTemplate, ItemModel _owner, java.lang.String _uid)
_catalogVersion - initial attribute declared by type CMSItem at extension cms2_masterTemplate - initial attribute declared by type AbstractPage at extension cms2_owner - initial attribute declared by type Item at extension core_uid - initial attribute declared by type CMSItem at extension cms2Copyright © 2018 SAP SE. All Rights Reserved.