Class GeneratedCMSSite
- java.lang.Object
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
CMSSite
public abstract class GeneratedCMSSite extends BaseSite
Generated class for typeCMSSite
.- 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.String
ACTIVE
Qualifier of theCMSSite.active
attributestatic java.lang.String
ACTIVEFROM
Qualifier of theCMSSite.activeFrom
attributestatic java.lang.String
ACTIVEUNTIL
Qualifier of theCMSSite.activeUntil
attributeprotected static java.lang.String
CATALOGSFORCMSSITE_MARKMODIFIED
Relation disable markmodifed parameter constants for CatalogsForCMSSite from ((cms2))protected static java.lang.String
CATALOGSFORCMSSITE_SRC_ORDERED
Relation ordering override parameter constants for CatalogsForCMSSite from ((cms2))protected static java.lang.String
CATALOGSFORCMSSITE_TGT_ORDERED
static java.lang.String
CLASSIFICATIONCATALOGS
Qualifier of theCMSSite.classificationCatalogs
attributestatic java.lang.String
CONTENTCATALOGS
Qualifier of theCMSSite.contentCatalogs
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
DEFAULTCATALOG
Qualifier of theCMSSite.defaultCatalog
attributestatic java.lang.String
DEFAULTPREVIEWCATALOG
Qualifier of theCMSSite.defaultPreviewCatalog
attributestatic java.lang.String
DEFAULTPREVIEWCATEGORY
Qualifier of theCMSSite.defaultPreviewCategory
attributestatic java.lang.String
DEFAULTPREVIEWPRODUCT
Qualifier of theCMSSite.defaultPreviewProduct
attributestatic java.lang.String
OPENPREVIEWINNEWTAB
Qualifier of theCMSSite.openPreviewInNewTab
attributestatic java.lang.String
PREVIEWURL
Qualifier of theCMSSite.previewURL
attributestatic java.lang.String
PRODUCTCATALOGS
Qualifier of theCMSSite.productCatalogs
attributestatic java.lang.String
REDIRECTURL
Qualifier of theCMSSite.redirectURL
attributestatic java.lang.String
STARTINGPAGE
Qualifier of theCMSSite.startingPage
attributestatic java.lang.String
STARTPAGELABEL
Qualifier of theCMSSite.startPageLabel
attributestatic java.lang.String
URLPATTERNS
Qualifier of theCMSSite.urlPatterns
attributestatic java.lang.String
VALIDCOMPONENTTYPES
Qualifier of theCMSSite.validComponentTypes
attributeprotected static java.lang.String
VALIDCOMPONENTTYPESFORSITE_MARKMODIFIED
Relation disable markmodifed parameter constants for ValidComponentTypesForSite from ((cms2))protected static java.lang.String
VALIDCOMPONENTTYPESFORSITE_SRC_ORDERED
Relation ordering override parameter constants for ValidComponentTypesForSite from ((cms2))protected static java.lang.String
VALIDCOMPONENTTYPESFORSITE_TGT_ORDERED
-
Fields inherited from class de.hybris.platform.basecommerce.jalo.site.GeneratedBaseSite
NAME, STORES, STORESFORCMSSITE_MARKMODIFIED, STORESFORCMSSITE_SRC_ORDERED, STORESFORCMSSITE_TGT_ORDERED, 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, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedCMSSite()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
addToContentCatalogs(ContentCatalog value)
Generated method - Addsvalue
to contentCatalogs.void
addToContentCatalogs(SessionContext ctx, ContentCatalog value)
Generated method - Addsvalue
to contentCatalogs.void
addToValidComponentTypes(CMSComponentType value)
Generated method - Addsvalue
to validComponentTypes.void
addToValidComponentTypes(SessionContext ctx, CMSComponentType value)
Generated method - Addsvalue
to validComponentTypes.java.util.Date
getActiveFrom()
Generated method - Getter of theCMSSite.activeFrom
attribute.java.util.Date
getActiveFrom(SessionContext ctx)
Generated method - Getter of theCMSSite.activeFrom
attribute.java.util.Date
getActiveUntil()
Generated method - Getter of theCMSSite.activeUntil
attribute.java.util.Date
getActiveUntil(SessionContext ctx)
Generated method - Getter of theCMSSite.activeUntil
attribute.java.util.List<Catalog>
getClassificationCatalogs()
Generated method - Getter of theCMSSite.classificationCatalogs
attribute.abstract java.util.List<Catalog>
getClassificationCatalogs(SessionContext ctx)
Generated method - Getter of theCMSSite.classificationCatalogs
attribute.java.util.List<ContentCatalog>
getContentCatalogs()
Generated method - Getter of theCMSSite.contentCatalogs
attribute.java.util.List<ContentCatalog>
getContentCatalogs(SessionContext ctx)
Generated method - Getter of theCMSSite.contentCatalogs
attribute.long
getContentCatalogsCount()
long
getContentCatalogsCount(SessionContext ctx)
protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
Catalog
getDefaultCatalog()
Generated method - Getter of theCMSSite.defaultCatalog
attribute.Catalog
getDefaultCatalog(SessionContext ctx)
Generated method - Getter of theCMSSite.defaultCatalog
attribute.Catalog
getDefaultPreviewCatalog()
Generated method - Getter of theCMSSite.defaultPreviewCatalog
attribute.Catalog
getDefaultPreviewCatalog(SessionContext ctx)
Generated method - Getter of theCMSSite.defaultPreviewCatalog
attribute.Category
getDefaultPreviewCategory()
Generated method - Getter of theCMSSite.defaultPreviewCategory
attribute.Category
getDefaultPreviewCategory(SessionContext ctx)
Generated method - Getter of theCMSSite.defaultPreviewCategory
attribute.Product
getDefaultPreviewProduct()
Generated method - Getter of theCMSSite.defaultPreviewProduct
attribute.Product
getDefaultPreviewProduct(SessionContext ctx)
Generated method - Getter of theCMSSite.defaultPreviewProduct
attribute.java.lang.String
getPreviewURL()
Generated method - Getter of theCMSSite.previewURL
attribute.java.lang.String
getPreviewURL(SessionContext ctx)
Generated method - Getter of theCMSSite.previewURL
attribute.java.util.List<Catalog>
getProductCatalogs()
Generated method - Getter of theCMSSite.productCatalogs
attribute.abstract java.util.List<Catalog>
getProductCatalogs(SessionContext ctx)
Generated method - Getter of theCMSSite.productCatalogs
attribute.java.lang.String
getRedirectURL()
Generated method - Getter of theCMSSite.redirectURL
attribute.java.lang.String
getRedirectURL(SessionContext ctx)
Generated method - Getter of theCMSSite.redirectURL
attribute.ContentPage
getStartingPage()
Generated method - Getter of theCMSSite.startingPage
attribute.ContentPage
getStartingPage(SessionContext ctx)
Generated method - Getter of theCMSSite.startingPage
attribute.java.lang.String
getStartPageLabel()
Generated method - Getter of theCMSSite.startPageLabel
attribute.abstract java.lang.String
getStartPageLabel(SessionContext ctx)
Generated method - Getter of theCMSSite.startPageLabel
attribute.java.util.Collection<java.lang.String>
getUrlPatterns()
Generated method - Getter of theCMSSite.urlPatterns
attribute.java.util.Collection<java.lang.String>
getUrlPatterns(SessionContext ctx)
Generated method - Getter of theCMSSite.urlPatterns
attribute.java.util.Set<CMSComponentType>
getValidComponentTypes()
Generated method - Getter of theCMSSite.validComponentTypes
attribute.java.util.Set<CMSComponentType>
getValidComponentTypes(SessionContext ctx)
Generated method - Getter of theCMSSite.validComponentTypes
attribute.long
getValidComponentTypesCount()
long
getValidComponentTypesCount(SessionContext ctx)
java.lang.Boolean
isActive()
Generated method - Getter of theCMSSite.active
attribute.java.lang.Boolean
isActive(SessionContext ctx)
Generated method - Getter of theCMSSite.active
attribute.boolean
isActiveAsPrimitive()
Generated method - Getter of theCMSSite.active
attribute.boolean
isActiveAsPrimitive(SessionContext ctx)
Generated method - Getter of theCMSSite.active
attribute.boolean
isMarkModifiedDisabled(Item referencedItem)
java.lang.Boolean
isOpenPreviewInNewTab()
Generated method - Getter of theCMSSite.openPreviewInNewTab
attribute.java.lang.Boolean
isOpenPreviewInNewTab(SessionContext ctx)
Generated method - Getter of theCMSSite.openPreviewInNewTab
attribute.boolean
isOpenPreviewInNewTabAsPrimitive()
Generated method - Getter of theCMSSite.openPreviewInNewTab
attribute.boolean
isOpenPreviewInNewTabAsPrimitive(SessionContext ctx)
Generated method - Getter of theCMSSite.openPreviewInNewTab
attribute.void
removeFromContentCatalogs(ContentCatalog value)
Generated method - Removesvalue
from contentCatalogs.void
removeFromContentCatalogs(SessionContext ctx, ContentCatalog value)
Generated method - Removesvalue
from contentCatalogs.void
removeFromValidComponentTypes(CMSComponentType value)
Generated method - Removesvalue
from validComponentTypes.void
removeFromValidComponentTypes(SessionContext ctx, CMSComponentType value)
Generated method - Removesvalue
from validComponentTypes.void
setActive(boolean value)
Generated method - Setter of theCMSSite.active
attribute.void
setActive(SessionContext ctx, boolean value)
Generated method - Setter of theCMSSite.active
attribute.void
setActive(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theCMSSite.active
attribute.void
setActive(java.lang.Boolean value)
Generated method - Setter of theCMSSite.active
attribute.void
setActiveFrom(SessionContext ctx, java.util.Date value)
Generated method - Setter of theCMSSite.activeFrom
attribute.void
setActiveFrom(java.util.Date value)
Generated method - Setter of theCMSSite.activeFrom
attribute.void
setActiveUntil(SessionContext ctx, java.util.Date value)
Generated method - Setter of theCMSSite.activeUntil
attribute.void
setActiveUntil(java.util.Date value)
Generated method - Setter of theCMSSite.activeUntil
attribute.void
setContentCatalogs(SessionContext ctx, java.util.List<ContentCatalog> value)
Generated method - Setter of theCMSSite.contentCatalogs
attribute.void
setContentCatalogs(java.util.List<ContentCatalog> value)
Generated method - Setter of theCMSSite.contentCatalogs
attribute.void
setDefaultCatalog(Catalog value)
Generated method - Setter of theCMSSite.defaultCatalog
attribute.void
setDefaultCatalog(SessionContext ctx, Catalog value)
Generated method - Setter of theCMSSite.defaultCatalog
attribute.void
setDefaultPreviewCatalog(Catalog value)
Generated method - Setter of theCMSSite.defaultPreviewCatalog
attribute.void
setDefaultPreviewCatalog(SessionContext ctx, Catalog value)
Generated method - Setter of theCMSSite.defaultPreviewCatalog
attribute.void
setDefaultPreviewCategory(Category value)
Generated method - Setter of theCMSSite.defaultPreviewCategory
attribute.void
setDefaultPreviewCategory(SessionContext ctx, Category value)
Generated method - Setter of theCMSSite.defaultPreviewCategory
attribute.void
setDefaultPreviewProduct(Product value)
Generated method - Setter of theCMSSite.defaultPreviewProduct
attribute.void
setDefaultPreviewProduct(SessionContext ctx, Product value)
Generated method - Setter of theCMSSite.defaultPreviewProduct
attribute.void
setOpenPreviewInNewTab(boolean value)
Generated method - Setter of theCMSSite.openPreviewInNewTab
attribute.void
setOpenPreviewInNewTab(SessionContext ctx, boolean value)
Generated method - Setter of theCMSSite.openPreviewInNewTab
attribute.void
setOpenPreviewInNewTab(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theCMSSite.openPreviewInNewTab
attribute.void
setOpenPreviewInNewTab(java.lang.Boolean value)
Generated method - Setter of theCMSSite.openPreviewInNewTab
attribute.void
setPreviewURL(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCMSSite.previewURL
attribute.void
setPreviewURL(java.lang.String value)
Generated method - Setter of theCMSSite.previewURL
attribute.void
setRedirectURL(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCMSSite.redirectURL
attribute.void
setRedirectURL(java.lang.String value)
Generated method - Setter of theCMSSite.redirectURL
attribute.void
setStartingPage(ContentPage value)
Generated method - Setter of theCMSSite.startingPage
attribute.void
setStartingPage(SessionContext ctx, ContentPage value)
Generated method - Setter of theCMSSite.startingPage
attribute.void
setUrlPatterns(SessionContext ctx, java.util.Collection<java.lang.String> value)
Generated method - Setter of theCMSSite.urlPatterns
attribute.void
setUrlPatterns(java.util.Collection<java.lang.String> value)
Generated method - Setter of theCMSSite.urlPatterns
attribute.void
setValidComponentTypes(SessionContext ctx, java.util.Set<CMSComponentType> value)
Generated method - Setter of theCMSSite.validComponentTypes
attribute.void
setValidComponentTypes(java.util.Set<CMSComponentType> value)
Generated method - Setter of theCMSSite.validComponentTypes
attribute.-
Methods inherited from class de.hybris.platform.basecommerce.jalo.site.GeneratedBaseSite
addToStores, addToStores, getAllName, getAllName, getName, getName, getStores, getStores, getStoresCount, getStoresCount, getUid, getUid, removeFromStores, removeFromStores, setAllName, setAllName, setName, setName, setStores, setStores, setUid, setUid
-
Methods inherited from class de.hybris.platform.jalo.GenericItem
createItem, 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
-
URLPATTERNS
public static final java.lang.String URLPATTERNS
Qualifier of theCMSSite.urlPatterns
attribute- See Also:
- Constant Field Values
-
ACTIVE
public static final java.lang.String ACTIVE
Qualifier of theCMSSite.active
attribute- See Also:
- Constant Field Values
-
ACTIVEFROM
public static final java.lang.String ACTIVEFROM
Qualifier of theCMSSite.activeFrom
attribute- See Also:
- Constant Field Values
-
ACTIVEUNTIL
public static final java.lang.String ACTIVEUNTIL
Qualifier of theCMSSite.activeUntil
attribute- See Also:
- Constant Field Values
-
DEFAULTCATALOG
public static final java.lang.String DEFAULTCATALOG
Qualifier of theCMSSite.defaultCatalog
attribute- See Also:
- Constant Field Values
-
STARTINGPAGE
public static final java.lang.String STARTINGPAGE
Qualifier of theCMSSite.startingPage
attribute- See Also:
- Constant Field Values
-
REDIRECTURL
public static final java.lang.String REDIRECTURL
Qualifier of theCMSSite.redirectURL
attribute- See Also:
- Constant Field Values
-
PREVIEWURL
public static final java.lang.String PREVIEWURL
Qualifier of theCMSSite.previewURL
attribute- See Also:
- Constant Field Values
-
CLASSIFICATIONCATALOGS
public static final java.lang.String CLASSIFICATIONCATALOGS
Qualifier of theCMSSite.classificationCatalogs
attribute- See Also:
- Constant Field Values
-
PRODUCTCATALOGS
public static final java.lang.String PRODUCTCATALOGS
Qualifier of theCMSSite.productCatalogs
attribute- See Also:
- Constant Field Values
-
STARTPAGELABEL
public static final java.lang.String STARTPAGELABEL
Qualifier of theCMSSite.startPageLabel
attribute- See Also:
- Constant Field Values
-
OPENPREVIEWINNEWTAB
public static final java.lang.String OPENPREVIEWINNEWTAB
Qualifier of theCMSSite.openPreviewInNewTab
attribute- See Also:
- Constant Field Values
-
DEFAULTPREVIEWCATEGORY
public static final java.lang.String DEFAULTPREVIEWCATEGORY
Qualifier of theCMSSite.defaultPreviewCategory
attribute- See Also:
- Constant Field Values
-
DEFAULTPREVIEWPRODUCT
public static final java.lang.String DEFAULTPREVIEWPRODUCT
Qualifier of theCMSSite.defaultPreviewProduct
attribute- See Also:
- Constant Field Values
-
DEFAULTPREVIEWCATALOG
public static final java.lang.String DEFAULTPREVIEWCATALOG
Qualifier of theCMSSite.defaultPreviewCatalog
attribute- See Also:
- Constant Field Values
-
CONTENTCATALOGS
public static final java.lang.String CONTENTCATALOGS
Qualifier of theCMSSite.contentCatalogs
attribute- See Also:
- Constant Field Values
-
CATALOGSFORCMSSITE_SRC_ORDERED
protected static java.lang.String CATALOGSFORCMSSITE_SRC_ORDERED
Relation ordering override parameter constants for CatalogsForCMSSite from ((cms2))
-
CATALOGSFORCMSSITE_TGT_ORDERED
protected static java.lang.String CATALOGSFORCMSSITE_TGT_ORDERED
-
CATALOGSFORCMSSITE_MARKMODIFIED
protected static java.lang.String CATALOGSFORCMSSITE_MARKMODIFIED
Relation disable markmodifed parameter constants for CatalogsForCMSSite from ((cms2))
-
VALIDCOMPONENTTYPES
public static final java.lang.String VALIDCOMPONENTTYPES
Qualifier of theCMSSite.validComponentTypes
attribute- See Also:
- Constant Field Values
-
VALIDCOMPONENTTYPESFORSITE_SRC_ORDERED
protected static java.lang.String VALIDCOMPONENTTYPESFORSITE_SRC_ORDERED
Relation ordering override parameter constants for ValidComponentTypesForSite from ((cms2))
-
VALIDCOMPONENTTYPESFORSITE_TGT_ORDERED
protected static java.lang.String VALIDCOMPONENTTYPESFORSITE_TGT_ORDERED
-
VALIDCOMPONENTTYPESFORSITE_MARKMODIFIED
protected static java.lang.String VALIDCOMPONENTTYPESFORSITE_MARKMODIFIED
Relation disable markmodifed parameter constants for ValidComponentTypesForSite from ((cms2))
-
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:
getDefaultAttributeModes
in classGeneratedBaseSite
-
isActive
public java.lang.Boolean isActive(SessionContext ctx)
Generated method - Getter of theCMSSite.active
attribute.- Returns:
- the active
-
isActive
public java.lang.Boolean isActive()
Generated method - Getter of theCMSSite.active
attribute.- Returns:
- the active
-
isActiveAsPrimitive
public boolean isActiveAsPrimitive(SessionContext ctx)
Generated method - Getter of theCMSSite.active
attribute.- Returns:
- the active
-
isActiveAsPrimitive
public boolean isActiveAsPrimitive()
Generated method - Getter of theCMSSite.active
attribute.- Returns:
- the active
-
setActive
public void setActive(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theCMSSite.active
attribute.- Parameters:
value
- the active
-
setActive
public void setActive(java.lang.Boolean value)
Generated method - Setter of theCMSSite.active
attribute.- Parameters:
value
- the active
-
setActive
public void setActive(SessionContext ctx, boolean value)
Generated method - Setter of theCMSSite.active
attribute.- Parameters:
value
- the active
-
setActive
public void setActive(boolean value)
Generated method - Setter of theCMSSite.active
attribute.- Parameters:
value
- the active
-
getActiveFrom
public java.util.Date getActiveFrom(SessionContext ctx)
Generated method - Getter of theCMSSite.activeFrom
attribute.- Returns:
- the activeFrom
-
getActiveFrom
public java.util.Date getActiveFrom()
Generated method - Getter of theCMSSite.activeFrom
attribute.- Returns:
- the activeFrom
-
setActiveFrom
public void setActiveFrom(SessionContext ctx, java.util.Date value)
Generated method - Setter of theCMSSite.activeFrom
attribute.- Parameters:
value
- the activeFrom
-
setActiveFrom
public void setActiveFrom(java.util.Date value)
Generated method - Setter of theCMSSite.activeFrom
attribute.- Parameters:
value
- the activeFrom
-
getActiveUntil
public java.util.Date getActiveUntil(SessionContext ctx)
Generated method - Getter of theCMSSite.activeUntil
attribute.- Returns:
- the activeUntil
-
getActiveUntil
public java.util.Date getActiveUntil()
Generated method - Getter of theCMSSite.activeUntil
attribute.- Returns:
- the activeUntil
-
setActiveUntil
public void setActiveUntil(SessionContext ctx, java.util.Date value)
Generated method - Setter of theCMSSite.activeUntil
attribute.- Parameters:
value
- the activeUntil
-
setActiveUntil
public void setActiveUntil(java.util.Date value)
Generated method - Setter of theCMSSite.activeUntil
attribute.- Parameters:
value
- the activeUntil
-
getClassificationCatalogs
public abstract java.util.List<Catalog> getClassificationCatalogs(SessionContext ctx)
Generated method - Getter of theCMSSite.classificationCatalogs
attribute.- Returns:
- the classificationCatalogs
-
getClassificationCatalogs
public java.util.List<Catalog> getClassificationCatalogs()
Generated method - Getter of theCMSSite.classificationCatalogs
attribute.- Returns:
- the classificationCatalogs
-
getContentCatalogs
public java.util.List<ContentCatalog> getContentCatalogs(SessionContext ctx)
Generated method - Getter of theCMSSite.contentCatalogs
attribute.- Returns:
- the contentCatalogs
-
getContentCatalogs
public java.util.List<ContentCatalog> getContentCatalogs()
Generated method - Getter of theCMSSite.contentCatalogs
attribute.- Returns:
- the contentCatalogs
-
getContentCatalogsCount
public long getContentCatalogsCount(SessionContext ctx)
-
getContentCatalogsCount
public long getContentCatalogsCount()
-
setContentCatalogs
public void setContentCatalogs(SessionContext ctx, java.util.List<ContentCatalog> value)
Generated method - Setter of theCMSSite.contentCatalogs
attribute.- Parameters:
value
- the contentCatalogs
-
setContentCatalogs
public void setContentCatalogs(java.util.List<ContentCatalog> value)
Generated method - Setter of theCMSSite.contentCatalogs
attribute.- Parameters:
value
- the contentCatalogs
-
addToContentCatalogs
public void addToContentCatalogs(SessionContext ctx, ContentCatalog value)
Generated method - Addsvalue
to contentCatalogs.- Parameters:
value
- the item to add to contentCatalogs
-
addToContentCatalogs
public void addToContentCatalogs(ContentCatalog value)
Generated method - Addsvalue
to contentCatalogs.- Parameters:
value
- the item to add to contentCatalogs
-
removeFromContentCatalogs
public void removeFromContentCatalogs(SessionContext ctx, ContentCatalog value)
Generated method - Removesvalue
from contentCatalogs.- Parameters:
value
- the item to remove from contentCatalogs
-
removeFromContentCatalogs
public void removeFromContentCatalogs(ContentCatalog value)
Generated method - Removesvalue
from contentCatalogs.- Parameters:
value
- the item to remove from contentCatalogs
-
getDefaultCatalog
public Catalog getDefaultCatalog(SessionContext ctx)
Generated method - Getter of theCMSSite.defaultCatalog
attribute.- Returns:
- the defaultCatalog
-
getDefaultCatalog
public Catalog getDefaultCatalog()
Generated method - Getter of theCMSSite.defaultCatalog
attribute.- Returns:
- the defaultCatalog
-
setDefaultCatalog
public void setDefaultCatalog(SessionContext ctx, Catalog value)
Generated method - Setter of theCMSSite.defaultCatalog
attribute.- Parameters:
value
- the defaultCatalog
-
setDefaultCatalog
public void setDefaultCatalog(Catalog value)
Generated method - Setter of theCMSSite.defaultCatalog
attribute.- Parameters:
value
- the defaultCatalog
-
getDefaultPreviewCatalog
public Catalog getDefaultPreviewCatalog(SessionContext ctx)
Generated method - Getter of theCMSSite.defaultPreviewCatalog
attribute.- Returns:
- the defaultPreviewCatalog
-
getDefaultPreviewCatalog
public Catalog getDefaultPreviewCatalog()
Generated method - Getter of theCMSSite.defaultPreviewCatalog
attribute.- Returns:
- the defaultPreviewCatalog
-
setDefaultPreviewCatalog
public void setDefaultPreviewCatalog(SessionContext ctx, Catalog value)
Generated method - Setter of theCMSSite.defaultPreviewCatalog
attribute.- Parameters:
value
- the defaultPreviewCatalog
-
setDefaultPreviewCatalog
public void setDefaultPreviewCatalog(Catalog value)
Generated method - Setter of theCMSSite.defaultPreviewCatalog
attribute.- Parameters:
value
- the defaultPreviewCatalog
-
getDefaultPreviewCategory
public Category getDefaultPreviewCategory(SessionContext ctx)
Generated method - Getter of theCMSSite.defaultPreviewCategory
attribute.- Returns:
- the defaultPreviewCategory
-
getDefaultPreviewCategory
public Category getDefaultPreviewCategory()
Generated method - Getter of theCMSSite.defaultPreviewCategory
attribute.- Returns:
- the defaultPreviewCategory
-
setDefaultPreviewCategory
public void setDefaultPreviewCategory(SessionContext ctx, Category value)
Generated method - Setter of theCMSSite.defaultPreviewCategory
attribute.- Parameters:
value
- the defaultPreviewCategory
-
setDefaultPreviewCategory
public void setDefaultPreviewCategory(Category value)
Generated method - Setter of theCMSSite.defaultPreviewCategory
attribute.- Parameters:
value
- the defaultPreviewCategory
-
getDefaultPreviewProduct
public Product getDefaultPreviewProduct(SessionContext ctx)
Generated method - Getter of theCMSSite.defaultPreviewProduct
attribute.- Returns:
- the defaultPreviewProduct
-
getDefaultPreviewProduct
public Product getDefaultPreviewProduct()
Generated method - Getter of theCMSSite.defaultPreviewProduct
attribute.- Returns:
- the defaultPreviewProduct
-
setDefaultPreviewProduct
public void setDefaultPreviewProduct(SessionContext ctx, Product value)
Generated method - Setter of theCMSSite.defaultPreviewProduct
attribute.- Parameters:
value
- the defaultPreviewProduct
-
setDefaultPreviewProduct
public void setDefaultPreviewProduct(Product value)
Generated method - Setter of theCMSSite.defaultPreviewProduct
attribute.- Parameters:
value
- the defaultPreviewProduct
-
isMarkModifiedDisabled
public boolean isMarkModifiedDisabled(Item referencedItem)
- Overrides:
isMarkModifiedDisabled
in classGeneratedBaseSite
-
isOpenPreviewInNewTab
public java.lang.Boolean isOpenPreviewInNewTab(SessionContext ctx)
Generated method - Getter of theCMSSite.openPreviewInNewTab
attribute.- Returns:
- the openPreviewInNewTab
-
isOpenPreviewInNewTab
public java.lang.Boolean isOpenPreviewInNewTab()
Generated method - Getter of theCMSSite.openPreviewInNewTab
attribute.- Returns:
- the openPreviewInNewTab
-
isOpenPreviewInNewTabAsPrimitive
public boolean isOpenPreviewInNewTabAsPrimitive(SessionContext ctx)
Generated method - Getter of theCMSSite.openPreviewInNewTab
attribute.- Returns:
- the openPreviewInNewTab
-
isOpenPreviewInNewTabAsPrimitive
public boolean isOpenPreviewInNewTabAsPrimitive()
Generated method - Getter of theCMSSite.openPreviewInNewTab
attribute.- Returns:
- the openPreviewInNewTab
-
setOpenPreviewInNewTab
public void setOpenPreviewInNewTab(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theCMSSite.openPreviewInNewTab
attribute.- Parameters:
value
- the openPreviewInNewTab
-
setOpenPreviewInNewTab
public void setOpenPreviewInNewTab(java.lang.Boolean value)
Generated method - Setter of theCMSSite.openPreviewInNewTab
attribute.- Parameters:
value
- the openPreviewInNewTab
-
setOpenPreviewInNewTab
public void setOpenPreviewInNewTab(SessionContext ctx, boolean value)
Generated method - Setter of theCMSSite.openPreviewInNewTab
attribute.- Parameters:
value
- the openPreviewInNewTab
-
setOpenPreviewInNewTab
public void setOpenPreviewInNewTab(boolean value)
Generated method - Setter of theCMSSite.openPreviewInNewTab
attribute.- Parameters:
value
- the openPreviewInNewTab
-
getPreviewURL
public java.lang.String getPreviewURL(SessionContext ctx)
Generated method - Getter of theCMSSite.previewURL
attribute.- Returns:
- the previewURL
-
getPreviewURL
public java.lang.String getPreviewURL()
Generated method - Getter of theCMSSite.previewURL
attribute.- Returns:
- the previewURL
-
setPreviewURL
public void setPreviewURL(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCMSSite.previewURL
attribute.- Parameters:
value
- the previewURL
-
setPreviewURL
public void setPreviewURL(java.lang.String value)
Generated method - Setter of theCMSSite.previewURL
attribute.- Parameters:
value
- the previewURL
-
getProductCatalogs
public abstract java.util.List<Catalog> getProductCatalogs(SessionContext ctx)
Generated method - Getter of theCMSSite.productCatalogs
attribute.- Returns:
- the productCatalogs
-
getProductCatalogs
public java.util.List<Catalog> getProductCatalogs()
Generated method - Getter of theCMSSite.productCatalogs
attribute.- Returns:
- the productCatalogs
-
getRedirectURL
public java.lang.String getRedirectURL(SessionContext ctx)
Generated method - Getter of theCMSSite.redirectURL
attribute.- Returns:
- the redirectURL
-
getRedirectURL
public java.lang.String getRedirectURL()
Generated method - Getter of theCMSSite.redirectURL
attribute.- Returns:
- the redirectURL
-
setRedirectURL
public void setRedirectURL(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCMSSite.redirectURL
attribute.- Parameters:
value
- the redirectURL
-
setRedirectURL
public void setRedirectURL(java.lang.String value)
Generated method - Setter of theCMSSite.redirectURL
attribute.- Parameters:
value
- the redirectURL
-
getStartingPage
public ContentPage getStartingPage(SessionContext ctx)
Generated method - Getter of theCMSSite.startingPage
attribute.- Returns:
- the startingPage
-
getStartingPage
public ContentPage getStartingPage()
Generated method - Getter of theCMSSite.startingPage
attribute.- Returns:
- the startingPage
-
setStartingPage
public void setStartingPage(SessionContext ctx, ContentPage value)
Generated method - Setter of theCMSSite.startingPage
attribute.- Parameters:
value
- the startingPage
-
setStartingPage
public void setStartingPage(ContentPage value)
Generated method - Setter of theCMSSite.startingPage
attribute.- Parameters:
value
- the startingPage
-
getStartPageLabel
public abstract java.lang.String getStartPageLabel(SessionContext ctx)
Generated method - Getter of theCMSSite.startPageLabel
attribute.- Returns:
- the startPageLabel
-
getStartPageLabel
public java.lang.String getStartPageLabel()
Generated method - Getter of theCMSSite.startPageLabel
attribute.- Returns:
- the startPageLabel
-
getUrlPatterns
public java.util.Collection<java.lang.String> getUrlPatterns(SessionContext ctx)
Generated method - Getter of theCMSSite.urlPatterns
attribute.- Returns:
- the urlPatterns
-
getUrlPatterns
public java.util.Collection<java.lang.String> getUrlPatterns()
Generated method - Getter of theCMSSite.urlPatterns
attribute.- Returns:
- the urlPatterns
-
setUrlPatterns
public void setUrlPatterns(SessionContext ctx, java.util.Collection<java.lang.String> value)
Generated method - Setter of theCMSSite.urlPatterns
attribute.- Parameters:
value
- the urlPatterns
-
setUrlPatterns
public void setUrlPatterns(java.util.Collection<java.lang.String> value)
Generated method - Setter of theCMSSite.urlPatterns
attribute.- Parameters:
value
- the urlPatterns
-
getValidComponentTypes
public java.util.Set<CMSComponentType> getValidComponentTypes(SessionContext ctx)
Generated method - Getter of theCMSSite.validComponentTypes
attribute.- Returns:
- the validComponentTypes
-
getValidComponentTypes
public java.util.Set<CMSComponentType> getValidComponentTypes()
Generated method - Getter of theCMSSite.validComponentTypes
attribute.- Returns:
- the validComponentTypes
-
getValidComponentTypesCount
public long getValidComponentTypesCount(SessionContext ctx)
-
getValidComponentTypesCount
public long getValidComponentTypesCount()
-
setValidComponentTypes
public void setValidComponentTypes(SessionContext ctx, java.util.Set<CMSComponentType> value)
Generated method - Setter of theCMSSite.validComponentTypes
attribute.- Parameters:
value
- the validComponentTypes
-
setValidComponentTypes
public void setValidComponentTypes(java.util.Set<CMSComponentType> value)
Generated method - Setter of theCMSSite.validComponentTypes
attribute.- Parameters:
value
- the validComponentTypes
-
addToValidComponentTypes
public void addToValidComponentTypes(SessionContext ctx, CMSComponentType value)
Generated method - Addsvalue
to validComponentTypes.- Parameters:
value
- the item to add to validComponentTypes
-
addToValidComponentTypes
public void addToValidComponentTypes(CMSComponentType value)
Generated method - Addsvalue
to validComponentTypes.- Parameters:
value
- the item to add to validComponentTypes
-
removeFromValidComponentTypes
public void removeFromValidComponentTypes(SessionContext ctx, CMSComponentType value)
Generated method - Removesvalue
from validComponentTypes.- Parameters:
value
- the item to remove from validComponentTypes
-
removeFromValidComponentTypes
public void removeFromValidComponentTypes(CMSComponentType value)
Generated method - Removesvalue
from validComponentTypes.- Parameters:
value
- the item to remove from validComponentTypes
-
-