Class GeneratedAbstractPage
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.cms2.jalo.contents.GeneratedCMSItem
-
- de.hybris.platform.cms2.jalo.contents.CMSItem
-
- de.hybris.platform.cms2.jalo.pages.GeneratedAbstractPage
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
AbstractPage
public abstract class GeneratedAbstractPage extends CMSItem
Generated class for typeAbstractPage.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAPPROVALSTATUSQualifier of theAbstractPage.approvalStatusattributestatic java.lang.StringAVAILABLECONTENTSLOTSQualifier of theAbstractPage.availableContentSlotsattributestatic java.lang.StringCONTENTSLOTSQualifier of theAbstractPage.contentSlotsattributestatic java.lang.StringCOPYTOCATALOGSDISABLEDQualifier of theAbstractPage.copyToCatalogsDisabledattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringDEFAULTPAGEQualifier of theAbstractPage.defaultPageattributestatic java.lang.StringLOCALIZEDPAGESQualifier of theAbstractPage.localizedPagesattributeprotected static OneToManyHandler<AbstractPage>LOCALIZEDPAGESHANDLEROneToManyHandlerfor handling 1:n LOCALIZEDPAGES's relation attributes from 'many' side.static java.lang.StringLOCKEDBYQualifier of theAbstractPage.lockedByattributeprotected static BidirectionalOneToManyHandler<GeneratedAbstractPage>LOCKEDBYHANDLERBidirectionalOneToManyHandlerfor handling 1:n LOCKEDBY's relation attributes from 'one' side.static java.lang.StringMASTERTEMPLATEQualifier of theAbstractPage.masterTemplateattributestatic java.lang.StringMISSINGCONTENTSLOTSQualifier of theAbstractPage.missingContentSlotsattributestatic java.lang.StringONLYONERESTRICTIONMUSTAPPLYQualifier of theAbstractPage.onlyOneRestrictionMustApplyattributestatic java.lang.StringORIGINALPAGEQualifier of theAbstractPage.originalPageattributeprotected static BidirectionalOneToManyHandler<GeneratedAbstractPage>ORIGINALPAGEHANDLERBidirectionalOneToManyHandlerfor handling 1:n ORIGINALPAGE's relation attributes from 'one' side.static java.lang.StringPAGESTATUSQualifier of theAbstractPage.pageStatusattributestatic java.lang.StringPREVIEWIMAGEQualifier of theAbstractPage.previewImageattributestatic java.lang.StringRESTRICTIONSQualifier of theAbstractPage.restrictionsattributeprotected static java.lang.StringRESTRICTIONSFORPAGES_MARKMODIFIEDRelation disable markmodifed parameter constants for RestrictionsForPages from ((cms2))protected static java.lang.StringRESTRICTIONSFORPAGES_SRC_ORDEREDRelation ordering override parameter constants for RestrictionsForPages from ((cms2))protected static java.lang.StringRESTRICTIONSFORPAGES_TGT_ORDEREDstatic java.lang.StringTITLEQualifier of theAbstractPage.titleattributestatic java.lang.StringTYPEQualifier of theAbstractPage.typeattributestatic java.lang.StringTYPECODEQualifier of theAbstractPage.typeCodeattributestatic java.lang.StringVIEWQualifier of theAbstractPage.viewattribute-
Fields inherited from class de.hybris.platform.cms2.jalo.contents.GeneratedCMSItem
CATALOGVERSION, NAME, UID
-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedAbstractPage()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidaddToLocalizedPages(AbstractPage value)Generated method - Addsvalueto localizedPages.voidaddToLocalizedPages(SessionContext ctx, AbstractPage value)Generated method - Addsvalueto localizedPages.voidaddToRestrictions(AbstractRestriction value)Generated method - Addsvalueto restrictions.voidaddToRestrictions(SessionContext ctx, AbstractRestriction value)Generated method - Addsvalueto restrictions.protected ItemcreateItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes)Has to be implemented for each concrete subtype of item.java.util.Map<Language,java.lang.String>getAllTitle()Generated method - Getter of theAbstractPage.titleattribute.java.util.Map<Language,java.lang.String>getAllTitle(SessionContext ctx)Generated method - Getter of theAbstractPage.titleattribute.java.util.Map<Language,java.lang.String>getAllType()Generated method - Getter of theAbstractPage.typeattribute.abstract java.util.Map<Language,java.lang.String>getAllType(SessionContext ctx)Generated method - Getter of theAbstractPage.typeattribute.EnumerationValuegetApprovalStatus()Generated method - Getter of theAbstractPage.approvalStatusattribute.EnumerationValuegetApprovalStatus(SessionContext ctx)Generated method - Getter of theAbstractPage.approvalStatusattribute.java.lang.StringgetAvailableContentSlots()Generated method - Getter of theAbstractPage.availableContentSlotsattribute.abstract java.lang.StringgetAvailableContentSlots(SessionContext ctx)Generated method - Getter of theAbstractPage.availableContentSlotsattribute.java.util.List<ContentSlotForPage>getContentSlots()Generated method - Getter of theAbstractPage.contentSlotsattribute.abstract java.util.List<ContentSlotForPage>getContentSlots(SessionContext ctx)Generated method - Getter of theAbstractPage.contentSlotsattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.util.Collection<AbstractPage>getLocalizedPages()Generated method - Getter of theAbstractPage.localizedPagesattribute.java.util.Collection<AbstractPage>getLocalizedPages(SessionContext ctx)Generated method - Getter of theAbstractPage.localizedPagesattribute.UsergetLockedBy()Generated method - Getter of theAbstractPage.lockedByattribute.UsergetLockedBy(SessionContext ctx)Generated method - Getter of theAbstractPage.lockedByattribute.PageTemplategetMasterTemplate()Generated method - Getter of theAbstractPage.masterTemplateattribute.PageTemplategetMasterTemplate(SessionContext ctx)Generated method - Getter of theAbstractPage.masterTemplateattribute.java.lang.StringgetMissingContentSlots()Generated method - Getter of theAbstractPage.missingContentSlotsattribute.abstract java.lang.StringgetMissingContentSlots(SessionContext ctx)Generated method - Getter of theAbstractPage.missingContentSlotsattribute.AbstractPagegetOriginalPage()Generated method - Getter of theAbstractPage.originalPageattribute.AbstractPagegetOriginalPage(SessionContext ctx)Generated method - Getter of theAbstractPage.originalPageattribute.EnumerationValuegetPageStatus()Generated method - Getter of theAbstractPage.pageStatusattribute.EnumerationValuegetPageStatus(SessionContext ctx)Generated method - Getter of theAbstractPage.pageStatusattribute.MediagetPreviewImage()Generated method - Getter of theAbstractPage.previewImageattribute.MediagetPreviewImage(SessionContext ctx)Generated method - Getter of theAbstractPage.previewImageattribute.java.util.List<AbstractRestriction>getRestrictions()Generated method - Getter of theAbstractPage.restrictionsattribute.java.util.List<AbstractRestriction>getRestrictions(SessionContext ctx)Generated method - Getter of theAbstractPage.restrictionsattribute.longgetRestrictionsCount()longgetRestrictionsCount(SessionContext ctx)java.lang.StringgetTitle()Generated method - Getter of theAbstractPage.titleattribute.java.lang.StringgetTitle(SessionContext ctx)Generated method - Getter of theAbstractPage.titleattribute.java.lang.StringgetType()Generated method - Getter of theAbstractPage.typeattribute.abstract java.lang.StringgetType(SessionContext ctx)Generated method - Getter of theAbstractPage.typeattribute.java.lang.StringgetTypeCode()Generated method - Getter of theAbstractPage.typeCodeattribute.abstract java.lang.StringgetTypeCode(SessionContext ctx)Generated method - Getter of theAbstractPage.typeCodeattribute.java.lang.StringgetView()Generated method - Getter of theAbstractPage.viewattribute.abstract java.lang.StringgetView(SessionContext ctx)Generated method - Getter of theAbstractPage.viewattribute.java.lang.BooleanisCopyToCatalogsDisabled()Generated method - Getter of theAbstractPage.copyToCatalogsDisabledattribute.java.lang.BooleanisCopyToCatalogsDisabled(SessionContext ctx)Generated method - Getter of theAbstractPage.copyToCatalogsDisabledattribute.booleanisCopyToCatalogsDisabledAsPrimitive()Generated method - Getter of theAbstractPage.copyToCatalogsDisabledattribute.booleanisCopyToCatalogsDisabledAsPrimitive(SessionContext ctx)Generated method - Getter of theAbstractPage.copyToCatalogsDisabledattribute.java.lang.BooleanisDefaultPage()Generated method - Getter of theAbstractPage.defaultPageattribute.java.lang.BooleanisDefaultPage(SessionContext ctx)Generated method - Getter of theAbstractPage.defaultPageattribute.booleanisDefaultPageAsPrimitive()Generated method - Getter of theAbstractPage.defaultPageattribute.booleanisDefaultPageAsPrimitive(SessionContext ctx)Generated method - Getter of theAbstractPage.defaultPageattribute.booleanisMarkModifiedDisabled(Item referencedItem)java.lang.BooleanisOnlyOneRestrictionMustApply()Generated method - Getter of theAbstractPage.onlyOneRestrictionMustApplyattribute.java.lang.BooleanisOnlyOneRestrictionMustApply(SessionContext ctx)Generated method - Getter of theAbstractPage.onlyOneRestrictionMustApplyattribute.booleanisOnlyOneRestrictionMustApplyAsPrimitive()Generated method - Getter of theAbstractPage.onlyOneRestrictionMustApplyattribute.booleanisOnlyOneRestrictionMustApplyAsPrimitive(SessionContext ctx)Generated method - Getter of theAbstractPage.onlyOneRestrictionMustApplyattribute.voidremoveFromLocalizedPages(AbstractPage value)Generated method - Removesvaluefrom localizedPages.voidremoveFromLocalizedPages(SessionContext ctx, AbstractPage value)Generated method - Removesvaluefrom localizedPages.voidremoveFromRestrictions(AbstractRestriction value)Generated method - Removesvaluefrom restrictions.voidremoveFromRestrictions(SessionContext ctx, AbstractRestriction value)Generated method - Removesvaluefrom restrictions.voidsetAllTitle(SessionContext ctx, java.util.Map<Language,java.lang.String> value)Generated method - Setter of theAbstractPage.titleattribute.voidsetAllTitle(java.util.Map<Language,java.lang.String> value)Generated method - Setter of theAbstractPage.titleattribute.voidsetApprovalStatus(EnumerationValue value)Generated method - Setter of theAbstractPage.approvalStatusattribute.voidsetApprovalStatus(SessionContext ctx, EnumerationValue value)Generated method - Setter of theAbstractPage.approvalStatusattribute.voidsetCopyToCatalogsDisabled(boolean value)Generated method - Setter of theAbstractPage.copyToCatalogsDisabledattribute.voidsetCopyToCatalogsDisabled(SessionContext ctx, boolean value)Generated method - Setter of theAbstractPage.copyToCatalogsDisabledattribute.voidsetCopyToCatalogsDisabled(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theAbstractPage.copyToCatalogsDisabledattribute.voidsetCopyToCatalogsDisabled(java.lang.Boolean value)Generated method - Setter of theAbstractPage.copyToCatalogsDisabledattribute.voidsetDefaultPage(boolean value)Generated method - Setter of theAbstractPage.defaultPageattribute.voidsetDefaultPage(SessionContext ctx, boolean value)Generated method - Setter of theAbstractPage.defaultPageattribute.voidsetDefaultPage(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theAbstractPage.defaultPageattribute.voidsetDefaultPage(java.lang.Boolean value)Generated method - Setter of theAbstractPage.defaultPageattribute.voidsetLocalizedPages(SessionContext ctx, java.util.Collection<AbstractPage> value)Generated method - Setter of theAbstractPage.localizedPagesattribute.voidsetLocalizedPages(java.util.Collection<AbstractPage> value)Generated method - Setter of theAbstractPage.localizedPagesattribute.voidsetLockedBy(SessionContext ctx, User value)Generated method - Setter of theAbstractPage.lockedByattribute.voidsetLockedBy(User value)Generated method - Setter of theAbstractPage.lockedByattribute.voidsetMasterTemplate(PageTemplate value)Generated method - Setter of theAbstractPage.masterTemplateattribute.voidsetMasterTemplate(SessionContext ctx, PageTemplate value)Generated method - Setter of theAbstractPage.masterTemplateattribute.voidsetOnlyOneRestrictionMustApply(boolean value)Generated method - Setter of theAbstractPage.onlyOneRestrictionMustApplyattribute.voidsetOnlyOneRestrictionMustApply(SessionContext ctx, boolean value)Generated method - Setter of theAbstractPage.onlyOneRestrictionMustApplyattribute.voidsetOnlyOneRestrictionMustApply(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theAbstractPage.onlyOneRestrictionMustApplyattribute.voidsetOnlyOneRestrictionMustApply(java.lang.Boolean value)Generated method - Setter of theAbstractPage.onlyOneRestrictionMustApplyattribute.voidsetOriginalPage(AbstractPage value)Generated method - Setter of theAbstractPage.originalPageattribute.voidsetOriginalPage(SessionContext ctx, AbstractPage value)Generated method - Setter of theAbstractPage.originalPageattribute.voidsetPageStatus(EnumerationValue value)Generated method - Setter of theAbstractPage.pageStatusattribute.voidsetPageStatus(SessionContext ctx, EnumerationValue value)Generated method - Setter of theAbstractPage.pageStatusattribute.voidsetPreviewImage(Media value)Generated method - Setter of theAbstractPage.previewImageattribute.voidsetPreviewImage(SessionContext ctx, Media value)Generated method - Setter of theAbstractPage.previewImageattribute.voidsetRestrictions(SessionContext ctx, java.util.List<AbstractRestriction> value)Generated method - Setter of theAbstractPage.restrictionsattribute.voidsetRestrictions(java.util.List<AbstractRestriction> value)Generated method - Setter of theAbstractPage.restrictionsattribute.voidsetTitle(SessionContext ctx, java.lang.String value)Generated method - Setter of theAbstractPage.titleattribute.voidsetTitle(java.lang.String value)Generated method - Setter of theAbstractPage.titleattribute.-
Methods inherited from class de.hybris.platform.cms2.jalo.contents.GeneratedCMSItem
getCatalogVersion, getCatalogVersion, getName, getUid, getUid, setCatalogVersion, setCatalogVersion, setName, setName, setUid, setUid
-
Methods inherited from class de.hybris.platform.jalo.GenericItem
getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, 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, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
APPROVALSTATUS
public static final java.lang.String APPROVALSTATUS
Qualifier of theAbstractPage.approvalStatusattribute- See Also:
- Constant Field Values
-
PAGESTATUS
public static final java.lang.String PAGESTATUS
Qualifier of theAbstractPage.pageStatusattribute- See Also:
- Constant Field Values
-
TITLE
public static final java.lang.String TITLE
Qualifier of theAbstractPage.titleattribute- See Also:
- Constant Field Values
-
MASTERTEMPLATE
public static final java.lang.String MASTERTEMPLATE
Qualifier of theAbstractPage.masterTemplateattribute- See Also:
- Constant Field Values
-
DEFAULTPAGE
public static final java.lang.String DEFAULTPAGE
Qualifier of theAbstractPage.defaultPageattribute- See Also:
- Constant Field Values
-
ONLYONERESTRICTIONMUSTAPPLY
public static final java.lang.String ONLYONERESTRICTIONMUSTAPPLY
Qualifier of theAbstractPage.onlyOneRestrictionMustApplyattribute- See Also:
- Constant Field Values
-
PREVIEWIMAGE
public static final java.lang.String PREVIEWIMAGE
Qualifier of theAbstractPage.previewImageattribute- See Also:
- Constant Field Values
-
CONTENTSLOTS
public static final java.lang.String CONTENTSLOTS
Qualifier of theAbstractPage.contentSlotsattribute- See Also:
- Constant Field Values
-
TYPE
public static final java.lang.String TYPE
Qualifier of theAbstractPage.typeattribute- See Also:
- Constant Field Values
-
TYPECODE
public static final java.lang.String TYPECODE
Qualifier of theAbstractPage.typeCodeattribute- See Also:
- Constant Field Values
-
MISSINGCONTENTSLOTS
public static final java.lang.String MISSINGCONTENTSLOTS
Qualifier of theAbstractPage.missingContentSlotsattribute- See Also:
- Constant Field Values
-
AVAILABLECONTENTSLOTS
public static final java.lang.String AVAILABLECONTENTSLOTS
Qualifier of theAbstractPage.availableContentSlotsattribute- See Also:
- Constant Field Values
-
VIEW
public static final java.lang.String VIEW
Qualifier of theAbstractPage.viewattribute- See Also:
- Constant Field Values
-
COPYTOCATALOGSDISABLED
public static final java.lang.String COPYTOCATALOGSDISABLED
Qualifier of theAbstractPage.copyToCatalogsDisabledattribute- See Also:
- Constant Field Values
-
RESTRICTIONS
public static final java.lang.String RESTRICTIONS
Qualifier of theAbstractPage.restrictionsattribute- See Also:
- Constant Field Values
-
RESTRICTIONSFORPAGES_SRC_ORDERED
protected static java.lang.String RESTRICTIONSFORPAGES_SRC_ORDERED
Relation ordering override parameter constants for RestrictionsForPages from ((cms2))
-
RESTRICTIONSFORPAGES_TGT_ORDERED
protected static java.lang.String RESTRICTIONSFORPAGES_TGT_ORDERED
-
RESTRICTIONSFORPAGES_MARKMODIFIED
protected static java.lang.String RESTRICTIONSFORPAGES_MARKMODIFIED
Relation disable markmodifed parameter constants for RestrictionsForPages from ((cms2))
-
LOCKEDBY
public static final java.lang.String LOCKEDBY
Qualifier of theAbstractPage.lockedByattribute- See Also:
- Constant Field Values
-
ORIGINALPAGE
public static final java.lang.String ORIGINALPAGE
Qualifier of theAbstractPage.originalPageattribute- See Also:
- Constant Field Values
-
LOCALIZEDPAGES
public static final java.lang.String LOCALIZEDPAGES
Qualifier of theAbstractPage.localizedPagesattribute- See Also:
- Constant Field Values
-
LOCKEDBYHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedAbstractPage> LOCKEDBYHANDLER
BidirectionalOneToManyHandlerfor handling 1:n LOCKEDBY's relation attributes from 'one' side.
-
ORIGINALPAGEHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedAbstractPage> ORIGINALPAGEHANDLER
BidirectionalOneToManyHandlerfor handling 1:n ORIGINALPAGE's relation attributes from 'one' side.
-
LOCALIZEDPAGESHANDLER
protected static final OneToManyHandler<AbstractPage> LOCALIZEDPAGESHANDLER
OneToManyHandlerfor handling 1:n LOCALIZEDPAGES's relation attributes from 'many' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModesin classGeneratedCMSItem
-
getApprovalStatus
public EnumerationValue getApprovalStatus(SessionContext ctx)
Generated method - Getter of theAbstractPage.approvalStatusattribute.- Returns:
- the approvalStatus
-
getApprovalStatus
public EnumerationValue getApprovalStatus()
Generated method - Getter of theAbstractPage.approvalStatusattribute.- Returns:
- the approvalStatus
-
setApprovalStatus
public void setApprovalStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theAbstractPage.approvalStatusattribute.- Parameters:
value- the approvalStatus
-
setApprovalStatus
public void setApprovalStatus(EnumerationValue value)
Generated method - Setter of theAbstractPage.approvalStatusattribute.- Parameters:
value- the approvalStatus
-
getAvailableContentSlots
public abstract java.lang.String getAvailableContentSlots(SessionContext ctx)
Generated method - Getter of theAbstractPage.availableContentSlotsattribute.- Returns:
- the availableContentSlots
-
getAvailableContentSlots
public java.lang.String getAvailableContentSlots()
Generated method - Getter of theAbstractPage.availableContentSlotsattribute.- Returns:
- the availableContentSlots
-
getContentSlots
public abstract java.util.List<ContentSlotForPage> getContentSlots(SessionContext ctx)
Generated method - Getter of theAbstractPage.contentSlotsattribute.- Returns:
- the contentSlots
-
getContentSlots
public java.util.List<ContentSlotForPage> getContentSlots()
Generated method - Getter of theAbstractPage.contentSlotsattribute.- Returns:
- the contentSlots
-
isCopyToCatalogsDisabled
public java.lang.Boolean isCopyToCatalogsDisabled(SessionContext ctx)
Generated method - Getter of theAbstractPage.copyToCatalogsDisabledattribute.- Returns:
- the copyToCatalogsDisabled - Determines whether a local version of the page can be copied to another content catalog.
-
isCopyToCatalogsDisabled
public java.lang.Boolean isCopyToCatalogsDisabled()
Generated method - Getter of theAbstractPage.copyToCatalogsDisabledattribute.- Returns:
- the copyToCatalogsDisabled - Determines whether a local version of the page can be copied to another content catalog.
-
isCopyToCatalogsDisabledAsPrimitive
public boolean isCopyToCatalogsDisabledAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractPage.copyToCatalogsDisabledattribute.- Returns:
- the copyToCatalogsDisabled - Determines whether a local version of the page can be copied to another content catalog.
-
isCopyToCatalogsDisabledAsPrimitive
public boolean isCopyToCatalogsDisabledAsPrimitive()
Generated method - Getter of theAbstractPage.copyToCatalogsDisabledattribute.- Returns:
- the copyToCatalogsDisabled - Determines whether a local version of the page can be copied to another content catalog.
-
setCopyToCatalogsDisabled
public void setCopyToCatalogsDisabled(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theAbstractPage.copyToCatalogsDisabledattribute.- Parameters:
value- the copyToCatalogsDisabled - Determines whether a local version of the page can be copied to another content catalog.
-
setCopyToCatalogsDisabled
public void setCopyToCatalogsDisabled(java.lang.Boolean value)
Generated method - Setter of theAbstractPage.copyToCatalogsDisabledattribute.- Parameters:
value- the copyToCatalogsDisabled - Determines whether a local version of the page can be copied to another content catalog.
-
setCopyToCatalogsDisabled
public void setCopyToCatalogsDisabled(SessionContext ctx, boolean value)
Generated method - Setter of theAbstractPage.copyToCatalogsDisabledattribute.- Parameters:
value- the copyToCatalogsDisabled - Determines whether a local version of the page can be copied to another content catalog.
-
setCopyToCatalogsDisabled
public void setCopyToCatalogsDisabled(boolean value)
Generated method - Setter of theAbstractPage.copyToCatalogsDisabledattribute.- Parameters:
value- the copyToCatalogsDisabled - Determines whether a local version of the page can be copied to another content catalog.
-
createItem
protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
Description copied from class:ItemHas to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) duringComposedType.newInstance(Map).In case this method uses any of the attribute values during creation it is required to override
Item.getNonInitialAttributes(SessionContext, ItemAttributeMap)too.
Sn example:public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) ); // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes( SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret = super.getNonInitialAttributes( ctx, allAttributes ); // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }- Overrides:
createItemin classCMSItem- Parameters:
ctx- the current session context which this item is created withintype- the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )- Returns:
- the new item instance
- Throws:
JaloBusinessException- indicates an error during creation - any changes will be rollbacked
-
isDefaultPage
public java.lang.Boolean isDefaultPage(SessionContext ctx)
Generated method - Getter of theAbstractPage.defaultPageattribute.- Returns:
- the defaultPage
-
isDefaultPage
public java.lang.Boolean isDefaultPage()
Generated method - Getter of theAbstractPage.defaultPageattribute.- Returns:
- the defaultPage
-
isDefaultPageAsPrimitive
public boolean isDefaultPageAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractPage.defaultPageattribute.- Returns:
- the defaultPage
-
isDefaultPageAsPrimitive
public boolean isDefaultPageAsPrimitive()
Generated method - Getter of theAbstractPage.defaultPageattribute.- Returns:
- the defaultPage
-
setDefaultPage
public void setDefaultPage(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theAbstractPage.defaultPageattribute.- Parameters:
value- the defaultPage
-
setDefaultPage
public void setDefaultPage(java.lang.Boolean value)
Generated method - Setter of theAbstractPage.defaultPageattribute.- Parameters:
value- the defaultPage
-
setDefaultPage
public void setDefaultPage(SessionContext ctx, boolean value)
Generated method - Setter of theAbstractPage.defaultPageattribute.- Parameters:
value- the defaultPage
-
setDefaultPage
public void setDefaultPage(boolean value)
Generated method - Setter of theAbstractPage.defaultPageattribute.- Parameters:
value- the defaultPage
-
isMarkModifiedDisabled
public boolean isMarkModifiedDisabled(Item referencedItem)
- Overrides:
isMarkModifiedDisabledin classItem
-
getLocalizedPages
public java.util.Collection<AbstractPage> getLocalizedPages(SessionContext ctx)
Generated method - Getter of theAbstractPage.localizedPagesattribute.- Returns:
- the localizedPages
-
getLocalizedPages
public java.util.Collection<AbstractPage> getLocalizedPages()
Generated method - Getter of theAbstractPage.localizedPagesattribute.- Returns:
- the localizedPages
-
setLocalizedPages
public void setLocalizedPages(SessionContext ctx, java.util.Collection<AbstractPage> value)
Generated method - Setter of theAbstractPage.localizedPagesattribute.- Parameters:
value- the localizedPages
-
setLocalizedPages
public void setLocalizedPages(java.util.Collection<AbstractPage> value)
Generated method - Setter of theAbstractPage.localizedPagesattribute.- Parameters:
value- the localizedPages
-
addToLocalizedPages
public void addToLocalizedPages(SessionContext ctx, AbstractPage value)
Generated method - Addsvalueto localizedPages.- Parameters:
value- the item to add to localizedPages
-
addToLocalizedPages
public void addToLocalizedPages(AbstractPage value)
Generated method - Addsvalueto localizedPages.- Parameters:
value- the item to add to localizedPages
-
removeFromLocalizedPages
public void removeFromLocalizedPages(SessionContext ctx, AbstractPage value)
Generated method - Removesvaluefrom localizedPages.- Parameters:
value- the item to remove from localizedPages
-
removeFromLocalizedPages
public void removeFromLocalizedPages(AbstractPage value)
Generated method - Removesvaluefrom localizedPages.- Parameters:
value- the item to remove from localizedPages
-
getLockedBy
public User getLockedBy(SessionContext ctx)
Generated method - Getter of theAbstractPage.lockedByattribute.- Returns:
- the lockedBy
-
getLockedBy
public User getLockedBy()
Generated method - Getter of theAbstractPage.lockedByattribute.- Returns:
- the lockedBy
-
setLockedBy
public void setLockedBy(SessionContext ctx, User value)
Generated method - Setter of theAbstractPage.lockedByattribute.- Parameters:
value- the lockedBy
-
setLockedBy
public void setLockedBy(User value)
Generated method - Setter of theAbstractPage.lockedByattribute.- Parameters:
value- the lockedBy
-
getMasterTemplate
public PageTemplate getMasterTemplate(SessionContext ctx)
Generated method - Getter of theAbstractPage.masterTemplateattribute.- Returns:
- the masterTemplate
-
getMasterTemplate
public PageTemplate getMasterTemplate()
Generated method - Getter of theAbstractPage.masterTemplateattribute.- Returns:
- the masterTemplate
-
setMasterTemplate
public void setMasterTemplate(SessionContext ctx, PageTemplate value)
Generated method - Setter of theAbstractPage.masterTemplateattribute.- Parameters:
value- the masterTemplate
-
setMasterTemplate
public void setMasterTemplate(PageTemplate value)
Generated method - Setter of theAbstractPage.masterTemplateattribute.- Parameters:
value- the masterTemplate
-
getMissingContentSlots
public abstract java.lang.String getMissingContentSlots(SessionContext ctx)
Generated method - Getter of theAbstractPage.missingContentSlotsattribute.- Returns:
- the missingContentSlots
-
getMissingContentSlots
public java.lang.String getMissingContentSlots()
Generated method - Getter of theAbstractPage.missingContentSlotsattribute.- Returns:
- the missingContentSlots
-
isOnlyOneRestrictionMustApply
public java.lang.Boolean isOnlyOneRestrictionMustApply(SessionContext ctx)
Generated method - Getter of theAbstractPage.onlyOneRestrictionMustApplyattribute.- Returns:
- the onlyOneRestrictionMustApply
-
isOnlyOneRestrictionMustApply
public java.lang.Boolean isOnlyOneRestrictionMustApply()
Generated method - Getter of theAbstractPage.onlyOneRestrictionMustApplyattribute.- Returns:
- the onlyOneRestrictionMustApply
-
isOnlyOneRestrictionMustApplyAsPrimitive
public boolean isOnlyOneRestrictionMustApplyAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractPage.onlyOneRestrictionMustApplyattribute.- Returns:
- the onlyOneRestrictionMustApply
-
isOnlyOneRestrictionMustApplyAsPrimitive
public boolean isOnlyOneRestrictionMustApplyAsPrimitive()
Generated method - Getter of theAbstractPage.onlyOneRestrictionMustApplyattribute.- Returns:
- the onlyOneRestrictionMustApply
-
setOnlyOneRestrictionMustApply
public void setOnlyOneRestrictionMustApply(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theAbstractPage.onlyOneRestrictionMustApplyattribute.- Parameters:
value- the onlyOneRestrictionMustApply
-
setOnlyOneRestrictionMustApply
public void setOnlyOneRestrictionMustApply(java.lang.Boolean value)
Generated method - Setter of theAbstractPage.onlyOneRestrictionMustApplyattribute.- Parameters:
value- the onlyOneRestrictionMustApply
-
setOnlyOneRestrictionMustApply
public void setOnlyOneRestrictionMustApply(SessionContext ctx, boolean value)
Generated method - Setter of theAbstractPage.onlyOneRestrictionMustApplyattribute.- Parameters:
value- the onlyOneRestrictionMustApply
-
setOnlyOneRestrictionMustApply
public void setOnlyOneRestrictionMustApply(boolean value)
Generated method - Setter of theAbstractPage.onlyOneRestrictionMustApplyattribute.- Parameters:
value- the onlyOneRestrictionMustApply
-
getOriginalPage
public AbstractPage getOriginalPage(SessionContext ctx)
Generated method - Getter of theAbstractPage.originalPageattribute.- Returns:
- the originalPage
-
getOriginalPage
public AbstractPage getOriginalPage()
Generated method - Getter of theAbstractPage.originalPageattribute.- Returns:
- the originalPage
-
setOriginalPage
public void setOriginalPage(SessionContext ctx, AbstractPage value)
Generated method - Setter of theAbstractPage.originalPageattribute.- Parameters:
value- the originalPage
-
setOriginalPage
public void setOriginalPage(AbstractPage value)
Generated method - Setter of theAbstractPage.originalPageattribute.- Parameters:
value- the originalPage
-
getPageStatus
public EnumerationValue getPageStatus(SessionContext ctx)
Generated method - Getter of theAbstractPage.pageStatusattribute.- Returns:
- the pageStatus
-
getPageStatus
public EnumerationValue getPageStatus()
Generated method - Getter of theAbstractPage.pageStatusattribute.- Returns:
- the pageStatus
-
setPageStatus
public void setPageStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theAbstractPage.pageStatusattribute.- Parameters:
value- the pageStatus
-
setPageStatus
public void setPageStatus(EnumerationValue value)
Generated method - Setter of theAbstractPage.pageStatusattribute.- Parameters:
value- the pageStatus
-
getPreviewImage
public Media getPreviewImage(SessionContext ctx)
Generated method - Getter of theAbstractPage.previewImageattribute.- Returns:
- the previewImage
-
getPreviewImage
public Media getPreviewImage()
Generated method - Getter of theAbstractPage.previewImageattribute.- Returns:
- the previewImage
-
setPreviewImage
public void setPreviewImage(SessionContext ctx, Media value)
Generated method - Setter of theAbstractPage.previewImageattribute.- Parameters:
value- the previewImage
-
setPreviewImage
public void setPreviewImage(Media value)
Generated method - Setter of theAbstractPage.previewImageattribute.- Parameters:
value- the previewImage
-
getRestrictions
public java.util.List<AbstractRestriction> getRestrictions(SessionContext ctx)
Generated method - Getter of theAbstractPage.restrictionsattribute.- Returns:
- the restrictions
-
getRestrictions
public java.util.List<AbstractRestriction> getRestrictions()
Generated method - Getter of theAbstractPage.restrictionsattribute.- Returns:
- the restrictions
-
getRestrictionsCount
public long getRestrictionsCount(SessionContext ctx)
-
getRestrictionsCount
public long getRestrictionsCount()
-
setRestrictions
public void setRestrictions(SessionContext ctx, java.util.List<AbstractRestriction> value)
Generated method - Setter of theAbstractPage.restrictionsattribute.- Parameters:
value- the restrictions
-
setRestrictions
public void setRestrictions(java.util.List<AbstractRestriction> value)
Generated method - Setter of theAbstractPage.restrictionsattribute.- Parameters:
value- the restrictions
-
addToRestrictions
public void addToRestrictions(SessionContext ctx, AbstractRestriction value)
Generated method - Addsvalueto restrictions.- Parameters:
value- the item to add to restrictions
-
addToRestrictions
public void addToRestrictions(AbstractRestriction value)
Generated method - Addsvalueto restrictions.- Parameters:
value- the item to add to restrictions
-
removeFromRestrictions
public void removeFromRestrictions(SessionContext ctx, AbstractRestriction value)
Generated method - Removesvaluefrom restrictions.- Parameters:
value- the item to remove from restrictions
-
removeFromRestrictions
public void removeFromRestrictions(AbstractRestriction value)
Generated method - Removesvaluefrom restrictions.- Parameters:
value- the item to remove from restrictions
-
getTitle
public java.lang.String getTitle(SessionContext ctx)
Generated method - Getter of theAbstractPage.titleattribute.- Returns:
- the title
-
getTitle
public java.lang.String getTitle()
Generated method - Getter of theAbstractPage.titleattribute.- Returns:
- the title
-
getAllTitle
public java.util.Map<Language,java.lang.String> getAllTitle(SessionContext ctx)
Generated method - Getter of theAbstractPage.titleattribute.- Returns:
- the localized title
-
getAllTitle
public java.util.Map<Language,java.lang.String> getAllTitle()
Generated method - Getter of theAbstractPage.titleattribute.- Returns:
- the localized title
-
setTitle
public void setTitle(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractPage.titleattribute.- Parameters:
value- the title
-
setTitle
public void setTitle(java.lang.String value)
Generated method - Setter of theAbstractPage.titleattribute.- Parameters:
value- the title
-
setAllTitle
public void setAllTitle(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theAbstractPage.titleattribute.- Parameters:
value- the title
-
setAllTitle
public void setAllTitle(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theAbstractPage.titleattribute.- Parameters:
value- the title
-
getType
public abstract java.lang.String getType(SessionContext ctx)
Generated method - Getter of theAbstractPage.typeattribute.- Returns:
- the type
-
getType
public java.lang.String getType()
Generated method - Getter of theAbstractPage.typeattribute.- Returns:
- the type
-
getAllType
public abstract java.util.Map<Language,java.lang.String> getAllType(SessionContext ctx)
Generated method - Getter of theAbstractPage.typeattribute.- Returns:
- the localized type
-
getAllType
public java.util.Map<Language,java.lang.String> getAllType()
Generated method - Getter of theAbstractPage.typeattribute.- Returns:
- the localized type
-
getTypeCode
public abstract java.lang.String getTypeCode(SessionContext ctx)
Generated method - Getter of theAbstractPage.typeCodeattribute.- Returns:
- the typeCode
-
getTypeCode
public java.lang.String getTypeCode()
Generated method - Getter of theAbstractPage.typeCodeattribute.- Returns:
- the typeCode
-
getView
public abstract java.lang.String getView(SessionContext ctx)
Generated method - Getter of theAbstractPage.viewattribute.- Returns:
- the view
-
getView
public java.lang.String getView()
Generated method - Getter of theAbstractPage.viewattribute.- Returns:
- the view
-
-