public abstract class GeneratedPageTemplate extends CMSItem
PageTemplate.GenericItem.GenericItemImplLocalizableItem.LocalizableItemImplExtensibleItem.ExtensibleItemImplItem.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACTIVE
Qualifier of the
PageTemplate.active attribute |
static java.lang.String |
AVAILABLECONTENTSLOTS
Qualifier of the
PageTemplate.availableContentSlots attribute |
protected static OneToManyHandler<ContentSlotName> |
AVAILABLECONTENTSLOTSHANDLER
OneToManyHandler for handling 1:n AVAILABLECONTENTSLOTS's relation attributes from 'many' side. |
static java.lang.String |
CONTENTSLOTS
Qualifier of the
PageTemplate.contentSlots attribute |
protected static java.util.Map<java.lang.String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static java.lang.String |
FRONTENDTEMPLATENAME
Qualifier of the
PageTemplate.frontendTemplateName attribute |
static java.lang.String |
PREVIEWICON
Qualifier of the
PageTemplate.previewIcon attribute |
static java.lang.String |
RESTRICTEDPAGETYPES
Qualifier of the
PageTemplate.restrictedPageTypes attribute |
protected static java.lang.String |
VALIDPAGETYPESFORTEMPLATES_MARKMODIFIED
Relation disable markmodifed parameter constants for ValidPageTypesForTemplates from ((cms2))
|
protected static java.lang.String |
VALIDPAGETYPESFORTEMPLATES_SRC_ORDERED
Relation ordering override parameter constants for ValidPageTypesForTemplates from ((cms2))
|
protected static java.lang.String |
VALIDPAGETYPESFORTEMPLATES_TGT_ORDERED |
static java.lang.String |
VELOCITYTEMPLATE
Qualifier of the
PageTemplate.velocityTemplate attribute |
CATALOGVERSION, NAME, UIDLANGUAGE_FALLBACK_ENABLED_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPEimpl, tenant| Constructor and Description |
|---|
GeneratedPageTemplate() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToAvailableContentSlots(ContentSlotName value)
Generated method - Adds
value to availableContentSlots. |
void |
addToAvailableContentSlots(SessionContext ctx,
ContentSlotName value)
Generated method - Adds
value to availableContentSlots. |
void |
addToRestrictedPageTypes(CMSPageType value)
Generated method - Adds
value to restrictedPageTypes. |
void |
addToRestrictedPageTypes(SessionContext ctx,
CMSPageType value)
Generated method - Adds
value to restrictedPageTypes. |
java.util.List<ContentSlotName> |
getAvailableContentSlots()
Generated method - Getter of the
PageTemplate.availableContentSlots attribute. |
java.util.List<ContentSlotName> |
getAvailableContentSlots(SessionContext ctx)
Generated method - Getter of the
PageTemplate.availableContentSlots attribute. |
java.util.List<ContentSlotForTemplate> |
getContentSlots()
Generated method - Getter of the
PageTemplate.contentSlots attribute. |
abstract java.util.List<ContentSlotForTemplate> |
getContentSlots(SessionContext ctx)
Generated method - Getter of the
PageTemplate.contentSlots attribute. |
protected java.util.Map<java.lang.String,Item.AttributeMode> |
getDefaultAttributeModes() |
java.lang.String |
getFrontendTemplateName()
Generated method - Getter of the
PageTemplate.frontendTemplateName attribute. |
java.lang.String |
getFrontendTemplateName(SessionContext ctx)
Generated method - Getter of the
PageTemplate.frontendTemplateName attribute. |
Media |
getPreviewIcon()
Generated method - Getter of the
PageTemplate.previewIcon attribute. |
Media |
getPreviewIcon(SessionContext ctx)
Generated method - Getter of the
PageTemplate.previewIcon attribute. |
java.util.Set<CMSPageType> |
getRestrictedPageTypes()
Generated method - Getter of the
PageTemplate.restrictedPageTypes attribute. |
java.util.Set<CMSPageType> |
getRestrictedPageTypes(SessionContext ctx)
Generated method - Getter of the
PageTemplate.restrictedPageTypes attribute. |
long |
getRestrictedPageTypesCount() |
long |
getRestrictedPageTypesCount(SessionContext ctx) |
java.lang.String |
getVelocityTemplate()
Generated method - Getter of the
PageTemplate.velocityTemplate attribute. |
java.lang.String |
getVelocityTemplate(SessionContext ctx)
Generated method - Getter of the
PageTemplate.velocityTemplate attribute. |
java.lang.Boolean |
isActive()
Generated method - Getter of the
PageTemplate.active attribute. |
java.lang.Boolean |
isActive(SessionContext ctx)
Generated method - Getter of the
PageTemplate.active attribute. |
boolean |
isActiveAsPrimitive()
Generated method - Getter of the
PageTemplate.active attribute. |
boolean |
isActiveAsPrimitive(SessionContext ctx)
Generated method - Getter of the
PageTemplate.active attribute. |
boolean |
isMarkModifiedDisabled(Item referencedItem) |
void |
removeFromAvailableContentSlots(ContentSlotName value)
Generated method - Removes
value from availableContentSlots. |
void |
removeFromAvailableContentSlots(SessionContext ctx,
ContentSlotName value)
Generated method - Removes
value from availableContentSlots. |
void |
removeFromRestrictedPageTypes(CMSPageType value)
Generated method - Removes
value from restrictedPageTypes. |
void |
removeFromRestrictedPageTypes(SessionContext ctx,
CMSPageType value)
Generated method - Removes
value from restrictedPageTypes. |
void |
setActive(boolean value)
Generated method - Setter of the
PageTemplate.active attribute. |
void |
setActive(java.lang.Boolean value)
Generated method - Setter of the
PageTemplate.active attribute. |
void |
setActive(SessionContext ctx,
boolean value)
Generated method - Setter of the
PageTemplate.active attribute. |
void |
setActive(SessionContext ctx,
java.lang.Boolean value)
Generated method - Setter of the
PageTemplate.active attribute. |
void |
setAvailableContentSlots(java.util.List<ContentSlotName> value)
Generated method - Setter of the
PageTemplate.availableContentSlots attribute. |
void |
setAvailableContentSlots(SessionContext ctx,
java.util.List<ContentSlotName> value)
Generated method - Setter of the
PageTemplate.availableContentSlots attribute. |
void |
setFrontendTemplateName(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
PageTemplate.frontendTemplateName attribute. |
void |
setFrontendTemplateName(java.lang.String value)
Generated method - Setter of the
PageTemplate.frontendTemplateName attribute. |
void |
setPreviewIcon(Media value)
Generated method - Setter of the
PageTemplate.previewIcon attribute. |
void |
setPreviewIcon(SessionContext ctx,
Media value)
Generated method - Setter of the
PageTemplate.previewIcon attribute. |
void |
setRestrictedPageTypes(SessionContext ctx,
java.util.Set<CMSPageType> value)
Generated method - Setter of the
PageTemplate.restrictedPageTypes attribute. |
void |
setRestrictedPageTypes(java.util.Set<CMSPageType> value)
Generated method - Setter of the
PageTemplate.restrictedPageTypes attribute. |
void |
setVelocityTemplate(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
PageTemplate.velocityTemplate attribute. |
void |
setVelocityTemplate(java.lang.String value)
Generated method - Setter of the
PageTemplate.velocityTemplate attribute. |
createItem, getNamegetCatalogVersion, getCatalogVersion, getName, getUid, getUid, setCatalogVersion, setCatalogVersion, setName, setName, setUid, setUidgetInitialProperties, getNonInitialAttributesgetAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedPropertycreateNonClassAccessor, getAllProperties, getAllProperties, getImplementation, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setPropertyaddLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplacesetTenantpublic static final java.lang.String ACTIVE
PageTemplate.active attributepublic static final java.lang.String VELOCITYTEMPLATE
PageTemplate.velocityTemplate attributepublic static final java.lang.String FRONTENDTEMPLATENAME
PageTemplate.frontendTemplateName attributepublic static final java.lang.String CONTENTSLOTS
PageTemplate.contentSlots attributepublic static final java.lang.String PREVIEWICON
PageTemplate.previewIcon attributepublic static final java.lang.String AVAILABLECONTENTSLOTS
PageTemplate.availableContentSlots attributepublic static final java.lang.String RESTRICTEDPAGETYPES
PageTemplate.restrictedPageTypes attributeprotected static java.lang.String VALIDPAGETYPESFORTEMPLATES_SRC_ORDERED
protected static java.lang.String VALIDPAGETYPESFORTEMPLATES_TGT_ORDERED
protected static java.lang.String VALIDPAGETYPESFORTEMPLATES_MARKMODIFIED
protected static final OneToManyHandler<ContentSlotName> AVAILABLECONTENTSLOTSHANDLER
OneToManyHandler for handling 1:n AVAILABLECONTENTSLOTS's relation attributes from 'many' side.protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
getDefaultAttributeModes in class GeneratedCMSItempublic java.lang.Boolean isActive(SessionContext ctx)
PageTemplate.active attribute.public java.lang.Boolean isActive()
PageTemplate.active attribute.public boolean isActiveAsPrimitive(SessionContext ctx)
PageTemplate.active attribute.public boolean isActiveAsPrimitive()
PageTemplate.active attribute.public void setActive(SessionContext ctx, java.lang.Boolean value)
PageTemplate.active attribute.value - the activepublic void setActive(java.lang.Boolean value)
PageTemplate.active attribute.value - the activepublic void setActive(SessionContext ctx, boolean value)
PageTemplate.active attribute.value - the activepublic void setActive(boolean value)
PageTemplate.active attribute.value - the activepublic java.util.List<ContentSlotName> getAvailableContentSlots(SessionContext ctx)
PageTemplate.availableContentSlots attribute.public java.util.List<ContentSlotName> getAvailableContentSlots()
PageTemplate.availableContentSlots attribute.public void setAvailableContentSlots(SessionContext ctx, java.util.List<ContentSlotName> value)
PageTemplate.availableContentSlots attribute.value - the availableContentSlotspublic void setAvailableContentSlots(java.util.List<ContentSlotName> value)
PageTemplate.availableContentSlots attribute.value - the availableContentSlotspublic void addToAvailableContentSlots(SessionContext ctx, ContentSlotName value)
value to availableContentSlots.value - the item to add to availableContentSlotspublic void addToAvailableContentSlots(ContentSlotName value)
value to availableContentSlots.value - the item to add to availableContentSlotspublic void removeFromAvailableContentSlots(SessionContext ctx, ContentSlotName value)
value from availableContentSlots.value - the item to remove from availableContentSlotspublic void removeFromAvailableContentSlots(ContentSlotName value)
value from availableContentSlots.value - the item to remove from availableContentSlotspublic abstract java.util.List<ContentSlotForTemplate> getContentSlots(SessionContext ctx)
PageTemplate.contentSlots attribute.public java.util.List<ContentSlotForTemplate> getContentSlots()
PageTemplate.contentSlots attribute.public java.lang.String getFrontendTemplateName(SessionContext ctx)
PageTemplate.frontendTemplateName attribute.public java.lang.String getFrontendTemplateName()
PageTemplate.frontendTemplateName attribute.public void setFrontendTemplateName(SessionContext ctx, java.lang.String value)
PageTemplate.frontendTemplateName attribute.value - the frontendTemplateNamepublic void setFrontendTemplateName(java.lang.String value)
PageTemplate.frontendTemplateName attribute.value - the frontendTemplateNamepublic boolean isMarkModifiedDisabled(Item referencedItem)
isMarkModifiedDisabled in class Itempublic Media getPreviewIcon(SessionContext ctx)
PageTemplate.previewIcon attribute.public Media getPreviewIcon()
PageTemplate.previewIcon attribute.public void setPreviewIcon(SessionContext ctx, Media value)
PageTemplate.previewIcon attribute.value - the previewIconpublic void setPreviewIcon(Media value)
PageTemplate.previewIcon attribute.value - the previewIconpublic java.util.Set<CMSPageType> getRestrictedPageTypes(SessionContext ctx)
PageTemplate.restrictedPageTypes attribute.public java.util.Set<CMSPageType> getRestrictedPageTypes()
PageTemplate.restrictedPageTypes attribute.public long getRestrictedPageTypesCount(SessionContext ctx)
public long getRestrictedPageTypesCount()
public void setRestrictedPageTypes(SessionContext ctx, java.util.Set<CMSPageType> value)
PageTemplate.restrictedPageTypes attribute.value - the restrictedPageTypespublic void setRestrictedPageTypes(java.util.Set<CMSPageType> value)
PageTemplate.restrictedPageTypes attribute.value - the restrictedPageTypespublic void addToRestrictedPageTypes(SessionContext ctx, CMSPageType value)
value to restrictedPageTypes.value - the item to add to restrictedPageTypespublic void addToRestrictedPageTypes(CMSPageType value)
value to restrictedPageTypes.value - the item to add to restrictedPageTypespublic void removeFromRestrictedPageTypes(SessionContext ctx, CMSPageType value)
value from restrictedPageTypes.value - the item to remove from restrictedPageTypespublic void removeFromRestrictedPageTypes(CMSPageType value)
value from restrictedPageTypes.value - the item to remove from restrictedPageTypespublic java.lang.String getVelocityTemplate(SessionContext ctx)
PageTemplate.velocityTemplate attribute.public java.lang.String getVelocityTemplate()
PageTemplate.velocityTemplate attribute.public void setVelocityTemplate(SessionContext ctx, java.lang.String value)
PageTemplate.velocityTemplate attribute.value - the velocityTemplatepublic void setVelocityTemplate(java.lang.String value)
PageTemplate.velocityTemplate attribute.value - the velocityTemplateCopyright © 2018 SAP SE. All Rights Reserved.