Class GeneratedPreviewData
- 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.preview.GeneratedPreviewData
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
PreviewData
public abstract class GeneratedPreviewData extends GenericItem
Generated class for typePreviewData.- 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.StringACTIVECATALOGVERSIONQualifier of thePreviewData.activeCatalogVersionattributestatic java.lang.StringACTIVESITEQualifier of thePreviewData.activeSiteattributestatic java.lang.StringCATALOGVERSIONSQualifier of thePreviewData.catalogVersionsattributestatic java.lang.StringCOUNTRYQualifier of thePreviewData.countryattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringEDITMODEQualifier of thePreviewData.editModeattributestatic java.lang.StringLANGUAGEQualifier of thePreviewData.languageattributestatic java.lang.StringLIVEEDITQualifier of thePreviewData.liveEditattributestatic java.lang.StringPAGEQualifier of thePreviewData.pageattributestatic java.lang.StringPREVIEWCATALOGQualifier of thePreviewData.previewCatalogattributestatic java.lang.StringPREVIEWCATEGORYQualifier of thePreviewData.previewCategoryattributeprotected static java.lang.StringPREVIEWDATATOCATALOGVERSION_MARKMODIFIEDRelation disable markmodifed parameter constants for PreviewDataToCatalogVersion from ((cms2))protected static java.lang.StringPREVIEWDATATOCATALOGVERSION_SRC_ORDEREDRelation ordering override parameter constants for PreviewDataToCatalogVersion from ((cms2))protected static java.lang.StringPREVIEWDATATOCATALOGVERSION_TGT_ORDEREDstatic java.lang.StringPREVIEWPRODUCTQualifier of thePreviewData.previewProductattributestatic java.lang.StringRESOURCEPATHQualifier of thePreviewData.resourcePathattributestatic java.lang.StringTIMEQualifier of thePreviewData.timeattributestatic java.lang.StringUSERQualifier of thePreviewData.userattributestatic java.lang.StringUSERGROUPQualifier of thePreviewData.userGroupattributestatic java.lang.StringVERSIONQualifier of thePreviewData.versionattribute-
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 GeneratedPreviewData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToCatalogVersions(CatalogVersion value)Generated method - Addsvalueto catalogVersions.voidaddToCatalogVersions(SessionContext ctx, CatalogVersion value)Generated method - Addsvalueto catalogVersions.CatalogVersiongetActiveCatalogVersion()Generated method - Getter of thePreviewData.activeCatalogVersionattribute.CatalogVersiongetActiveCatalogVersion(SessionContext ctx)Generated method - Getter of thePreviewData.activeCatalogVersionattribute.CMSSitegetActiveSite()Generated method - Getter of thePreviewData.activeSiteattribute.CMSSitegetActiveSite(SessionContext ctx)Generated method - Getter of thePreviewData.activeSiteattribute.java.util.Collection<CatalogVersion>getCatalogVersions()Generated method - Getter of thePreviewData.catalogVersionsattribute.java.util.Collection<CatalogVersion>getCatalogVersions(SessionContext ctx)Generated method - Getter of thePreviewData.catalogVersionsattribute.longgetCatalogVersionsCount()longgetCatalogVersionsCount(SessionContext ctx)CountrygetCountry()Generated method - Getter of thePreviewData.countryattribute.CountrygetCountry(SessionContext ctx)Generated method - Getter of thePreviewData.countryattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()LanguagegetLanguage()Generated method - Getter of thePreviewData.languageattribute.LanguagegetLanguage(SessionContext ctx)Generated method - Getter of thePreviewData.languageattribute.AbstractPagegetPage()Generated method - Getter of thePreviewData.pageattribute.AbstractPagegetPage(SessionContext ctx)Generated method - Getter of thePreviewData.pageattribute.CataloggetPreviewCatalog()Generated method - Getter of thePreviewData.previewCatalogattribute.CataloggetPreviewCatalog(SessionContext ctx)Generated method - Getter of thePreviewData.previewCatalogattribute.CategorygetPreviewCategory()Generated method - Getter of thePreviewData.previewCategoryattribute.CategorygetPreviewCategory(SessionContext ctx)Generated method - Getter of thePreviewData.previewCategoryattribute.ProductgetPreviewProduct()Generated method - Getter of thePreviewData.previewProductattribute.ProductgetPreviewProduct(SessionContext ctx)Generated method - Getter of thePreviewData.previewProductattribute.java.lang.StringgetResourcePath()Generated method - Getter of thePreviewData.resourcePathattribute.java.lang.StringgetResourcePath(SessionContext ctx)Generated method - Getter of thePreviewData.resourcePathattribute.java.util.DategetTime()Generated method - Getter of thePreviewData.timeattribute.java.util.DategetTime(SessionContext ctx)Generated method - Getter of thePreviewData.timeattribute.UsergetUser()Generated method - Getter of thePreviewData.userattribute.UsergetUser(SessionContext ctx)Generated method - Getter of thePreviewData.userattribute.UserGroupgetUserGroup()Generated method - Getter of thePreviewData.userGroupattribute.UserGroupgetUserGroup(SessionContext ctx)Generated method - Getter of thePreviewData.userGroupattribute.CMSVersiongetVersion()Generated method - Getter of thePreviewData.versionattribute.CMSVersiongetVersion(SessionContext ctx)Generated method - Getter of thePreviewData.versionattribute.java.lang.BooleanisEditMode()Generated method - Getter of thePreviewData.editModeattribute.java.lang.BooleanisEditMode(SessionContext ctx)Generated method - Getter of thePreviewData.editModeattribute.booleanisEditModeAsPrimitive()Generated method - Getter of thePreviewData.editModeattribute.booleanisEditModeAsPrimitive(SessionContext ctx)Generated method - Getter of thePreviewData.editModeattribute.java.lang.BooleanisLiveEdit()Generated method - Getter of thePreviewData.liveEditattribute.java.lang.BooleanisLiveEdit(SessionContext ctx)Generated method - Getter of thePreviewData.liveEditattribute.booleanisLiveEditAsPrimitive()Generated method - Getter of thePreviewData.liveEditattribute.booleanisLiveEditAsPrimitive(SessionContext ctx)Generated method - Getter of thePreviewData.liveEditattribute.booleanisMarkModifiedDisabled(Item referencedItem)voidremoveFromCatalogVersions(CatalogVersion value)Generated method - Removesvaluefrom catalogVersions.voidremoveFromCatalogVersions(SessionContext ctx, CatalogVersion value)Generated method - Removesvaluefrom catalogVersions.voidsetActiveCatalogVersion(CatalogVersion value)Generated method - Setter of thePreviewData.activeCatalogVersionattribute.voidsetActiveCatalogVersion(SessionContext ctx, CatalogVersion value)Generated method - Setter of thePreviewData.activeCatalogVersionattribute.voidsetActiveSite(CMSSite value)Generated method - Setter of thePreviewData.activeSiteattribute.voidsetActiveSite(SessionContext ctx, CMSSite value)Generated method - Setter of thePreviewData.activeSiteattribute.voidsetCatalogVersions(SessionContext ctx, java.util.Collection<CatalogVersion> value)Generated method - Setter of thePreviewData.catalogVersionsattribute.voidsetCatalogVersions(java.util.Collection<CatalogVersion> value)Generated method - Setter of thePreviewData.catalogVersionsattribute.voidsetCountry(Country value)Generated method - Setter of thePreviewData.countryattribute.voidsetCountry(SessionContext ctx, Country value)Generated method - Setter of thePreviewData.countryattribute.voidsetEditMode(boolean value)Generated method - Setter of thePreviewData.editModeattribute.voidsetEditMode(SessionContext ctx, boolean value)Generated method - Setter of thePreviewData.editModeattribute.voidsetEditMode(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of thePreviewData.editModeattribute.voidsetEditMode(java.lang.Boolean value)Generated method - Setter of thePreviewData.editModeattribute.voidsetLanguage(Language value)Generated method - Setter of thePreviewData.languageattribute.voidsetLanguage(SessionContext ctx, Language value)Generated method - Setter of thePreviewData.languageattribute.voidsetLiveEdit(boolean value)Generated method - Setter of thePreviewData.liveEditattribute.voidsetLiveEdit(SessionContext ctx, boolean value)Generated method - Setter of thePreviewData.liveEditattribute.voidsetLiveEdit(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of thePreviewData.liveEditattribute.voidsetLiveEdit(java.lang.Boolean value)Generated method - Setter of thePreviewData.liveEditattribute.voidsetPage(AbstractPage value)Generated method - Setter of thePreviewData.pageattribute.voidsetPage(SessionContext ctx, AbstractPage value)Generated method - Setter of thePreviewData.pageattribute.voidsetPreviewCatalog(Catalog value)Generated method - Setter of thePreviewData.previewCatalogattribute.voidsetPreviewCatalog(SessionContext ctx, Catalog value)Generated method - Setter of thePreviewData.previewCatalogattribute.voidsetPreviewCategory(Category value)Generated method - Setter of thePreviewData.previewCategoryattribute.voidsetPreviewCategory(SessionContext ctx, Category value)Generated method - Setter of thePreviewData.previewCategoryattribute.voidsetPreviewProduct(Product value)Generated method - Setter of thePreviewData.previewProductattribute.voidsetPreviewProduct(SessionContext ctx, Product value)Generated method - Setter of thePreviewData.previewProductattribute.voidsetResourcePath(SessionContext ctx, java.lang.String value)Generated method - Setter of thePreviewData.resourcePathattribute.voidsetResourcePath(java.lang.String value)Generated method - Setter of thePreviewData.resourcePathattribute.voidsetTime(SessionContext ctx, java.util.Date value)Generated method - Setter of thePreviewData.timeattribute.voidsetTime(java.util.Date value)Generated method - Setter of thePreviewData.timeattribute.voidsetUser(SessionContext ctx, User value)Generated method - Setter of thePreviewData.userattribute.voidsetUser(User value)Generated method - Setter of thePreviewData.userattribute.voidsetUserGroup(SessionContext ctx, UserGroup value)Generated method - Setter of thePreviewData.userGroupattribute.voidsetUserGroup(UserGroup value)Generated method - Setter of thePreviewData.userGroupattribute.voidsetVersion(CMSVersion value)Generated method - Setter of thePreviewData.versionattribute.voidsetVersion(SessionContext ctx, CMSVersion value)Generated method - Setter of thePreviewData.versionattribute.-
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
-
USER
public static final java.lang.String USER
Qualifier of thePreviewData.userattribute- See Also:
- Constant Field Values
-
USERGROUP
public static final java.lang.String USERGROUP
Qualifier of thePreviewData.userGroupattribute- See Also:
- Constant Field Values
-
COUNTRY
public static final java.lang.String COUNTRY
Qualifier of thePreviewData.countryattribute- See Also:
- Constant Field Values
-
LANGUAGE
public static final java.lang.String LANGUAGE
Qualifier of thePreviewData.languageattribute- See Also:
- Constant Field Values
-
TIME
public static final java.lang.String TIME
Qualifier of thePreviewData.timeattribute- See Also:
- Constant Field Values
-
LIVEEDIT
public static final java.lang.String LIVEEDIT
Qualifier of thePreviewData.liveEditattribute- See Also:
- Constant Field Values
-
EDITMODE
public static final java.lang.String EDITMODE
Qualifier of thePreviewData.editModeattribute- See Also:
- Constant Field Values
-
RESOURCEPATH
public static final java.lang.String RESOURCEPATH
Qualifier of thePreviewData.resourcePathattribute- See Also:
- Constant Field Values
-
PAGE
public static final java.lang.String PAGE
Qualifier of thePreviewData.pageattribute- See Also:
- Constant Field Values
-
PREVIEWCATEGORY
public static final java.lang.String PREVIEWCATEGORY
Qualifier of thePreviewData.previewCategoryattribute- See Also:
- Constant Field Values
-
PREVIEWPRODUCT
public static final java.lang.String PREVIEWPRODUCT
Qualifier of thePreviewData.previewProductattribute- See Also:
- Constant Field Values
-
PREVIEWCATALOG
public static final java.lang.String PREVIEWCATALOG
Qualifier of thePreviewData.previewCatalogattribute- See Also:
- Constant Field Values
-
ACTIVESITE
public static final java.lang.String ACTIVESITE
Qualifier of thePreviewData.activeSiteattribute- See Also:
- Constant Field Values
-
ACTIVECATALOGVERSION
public static final java.lang.String ACTIVECATALOGVERSION
Qualifier of thePreviewData.activeCatalogVersionattribute- See Also:
- Constant Field Values
-
VERSION
public static final java.lang.String VERSION
Qualifier of thePreviewData.versionattribute- See Also:
- Constant Field Values
-
CATALOGVERSIONS
public static final java.lang.String CATALOGVERSIONS
Qualifier of thePreviewData.catalogVersionsattribute- See Also:
- Constant Field Values
-
PREVIEWDATATOCATALOGVERSION_SRC_ORDERED
protected static java.lang.String PREVIEWDATATOCATALOGVERSION_SRC_ORDERED
Relation ordering override parameter constants for PreviewDataToCatalogVersion from ((cms2))
-
PREVIEWDATATOCATALOGVERSION_TGT_ORDERED
protected static java.lang.String PREVIEWDATATOCATALOGVERSION_TGT_ORDERED
-
PREVIEWDATATOCATALOGVERSION_MARKMODIFIED
protected static java.lang.String PREVIEWDATATOCATALOGVERSION_MARKMODIFIED
Relation disable markmodifed parameter constants for PreviewDataToCatalogVersion 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:
getDefaultAttributeModesin classItem
-
getActiveCatalogVersion
public CatalogVersion getActiveCatalogVersion(SessionContext ctx)
Generated method - Getter of thePreviewData.activeCatalogVersionattribute.- Returns:
- the activeCatalogVersion
-
getActiveCatalogVersion
public CatalogVersion getActiveCatalogVersion()
Generated method - Getter of thePreviewData.activeCatalogVersionattribute.- Returns:
- the activeCatalogVersion
-
setActiveCatalogVersion
public void setActiveCatalogVersion(SessionContext ctx, CatalogVersion value)
Generated method - Setter of thePreviewData.activeCatalogVersionattribute.- Parameters:
value- the activeCatalogVersion
-
setActiveCatalogVersion
public void setActiveCatalogVersion(CatalogVersion value)
Generated method - Setter of thePreviewData.activeCatalogVersionattribute.- Parameters:
value- the activeCatalogVersion
-
getActiveSite
public CMSSite getActiveSite(SessionContext ctx)
Generated method - Getter of thePreviewData.activeSiteattribute.- Returns:
- the activeSite
-
getActiveSite
public CMSSite getActiveSite()
Generated method - Getter of thePreviewData.activeSiteattribute.- Returns:
- the activeSite
-
setActiveSite
public void setActiveSite(SessionContext ctx, CMSSite value)
Generated method - Setter of thePreviewData.activeSiteattribute.- Parameters:
value- the activeSite
-
setActiveSite
public void setActiveSite(CMSSite value)
Generated method - Setter of thePreviewData.activeSiteattribute.- Parameters:
value- the activeSite
-
getCatalogVersions
public java.util.Collection<CatalogVersion> getCatalogVersions(SessionContext ctx)
Generated method - Getter of thePreviewData.catalogVersionsattribute.- Returns:
- the catalogVersions
-
getCatalogVersions
public java.util.Collection<CatalogVersion> getCatalogVersions()
Generated method - Getter of thePreviewData.catalogVersionsattribute.- Returns:
- the catalogVersions
-
getCatalogVersionsCount
public long getCatalogVersionsCount(SessionContext ctx)
-
getCatalogVersionsCount
public long getCatalogVersionsCount()
-
setCatalogVersions
public void setCatalogVersions(SessionContext ctx, java.util.Collection<CatalogVersion> value)
Generated method - Setter of thePreviewData.catalogVersionsattribute.- Parameters:
value- the catalogVersions
-
setCatalogVersions
public void setCatalogVersions(java.util.Collection<CatalogVersion> value)
Generated method - Setter of thePreviewData.catalogVersionsattribute.- Parameters:
value- the catalogVersions
-
addToCatalogVersions
public void addToCatalogVersions(SessionContext ctx, CatalogVersion value)
Generated method - Addsvalueto catalogVersions.- Parameters:
value- the item to add to catalogVersions
-
addToCatalogVersions
public void addToCatalogVersions(CatalogVersion value)
Generated method - Addsvalueto catalogVersions.- Parameters:
value- the item to add to catalogVersions
-
removeFromCatalogVersions
public void removeFromCatalogVersions(SessionContext ctx, CatalogVersion value)
Generated method - Removesvaluefrom catalogVersions.- Parameters:
value- the item to remove from catalogVersions
-
removeFromCatalogVersions
public void removeFromCatalogVersions(CatalogVersion value)
Generated method - Removesvaluefrom catalogVersions.- Parameters:
value- the item to remove from catalogVersions
-
getCountry
public Country getCountry(SessionContext ctx)
Generated method - Getter of thePreviewData.countryattribute.- Returns:
- the country
-
getCountry
public Country getCountry()
Generated method - Getter of thePreviewData.countryattribute.- Returns:
- the country
-
setCountry
public void setCountry(SessionContext ctx, Country value)
Generated method - Setter of thePreviewData.countryattribute.- Parameters:
value- the country
-
setCountry
public void setCountry(Country value)
Generated method - Setter of thePreviewData.countryattribute.- Parameters:
value- the country
-
isEditMode
public java.lang.Boolean isEditMode(SessionContext ctx)
Generated method - Getter of thePreviewData.editModeattribute.- Returns:
- the editMode
-
isEditMode
public java.lang.Boolean isEditMode()
Generated method - Getter of thePreviewData.editModeattribute.- Returns:
- the editMode
-
isEditModeAsPrimitive
public boolean isEditModeAsPrimitive(SessionContext ctx)
Generated method - Getter of thePreviewData.editModeattribute.- Returns:
- the editMode
-
isEditModeAsPrimitive
public boolean isEditModeAsPrimitive()
Generated method - Getter of thePreviewData.editModeattribute.- Returns:
- the editMode
-
setEditMode
public void setEditMode(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of thePreviewData.editModeattribute.- Parameters:
value- the editMode
-
setEditMode
public void setEditMode(java.lang.Boolean value)
Generated method - Setter of thePreviewData.editModeattribute.- Parameters:
value- the editMode
-
setEditMode
public void setEditMode(SessionContext ctx, boolean value)
Generated method - Setter of thePreviewData.editModeattribute.- Parameters:
value- the editMode
-
setEditMode
public void setEditMode(boolean value)
Generated method - Setter of thePreviewData.editModeattribute.- Parameters:
value- the editMode
-
isMarkModifiedDisabled
public boolean isMarkModifiedDisabled(Item referencedItem)
- Overrides:
isMarkModifiedDisabledin classItem
-
getLanguage
public Language getLanguage(SessionContext ctx)
Generated method - Getter of thePreviewData.languageattribute.- Returns:
- the language
-
getLanguage
public Language getLanguage()
Generated method - Getter of thePreviewData.languageattribute.- Returns:
- the language
-
setLanguage
public void setLanguage(SessionContext ctx, Language value)
Generated method - Setter of thePreviewData.languageattribute.- Parameters:
value- the language
-
setLanguage
public void setLanguage(Language value)
Generated method - Setter of thePreviewData.languageattribute.- Parameters:
value- the language
-
isLiveEdit
public java.lang.Boolean isLiveEdit(SessionContext ctx)
Generated method - Getter of thePreviewData.liveEditattribute.- Returns:
- the liveEdit
-
isLiveEdit
public java.lang.Boolean isLiveEdit()
Generated method - Getter of thePreviewData.liveEditattribute.- Returns:
- the liveEdit
-
isLiveEditAsPrimitive
public boolean isLiveEditAsPrimitive(SessionContext ctx)
Generated method - Getter of thePreviewData.liveEditattribute.- Returns:
- the liveEdit
-
isLiveEditAsPrimitive
public boolean isLiveEditAsPrimitive()
Generated method - Getter of thePreviewData.liveEditattribute.- Returns:
- the liveEdit
-
setLiveEdit
public void setLiveEdit(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of thePreviewData.liveEditattribute.- Parameters:
value- the liveEdit
-
setLiveEdit
public void setLiveEdit(java.lang.Boolean value)
Generated method - Setter of thePreviewData.liveEditattribute.- Parameters:
value- the liveEdit
-
setLiveEdit
public void setLiveEdit(SessionContext ctx, boolean value)
Generated method - Setter of thePreviewData.liveEditattribute.- Parameters:
value- the liveEdit
-
setLiveEdit
public void setLiveEdit(boolean value)
Generated method - Setter of thePreviewData.liveEditattribute.- Parameters:
value- the liveEdit
-
getPage
public AbstractPage getPage(SessionContext ctx)
Generated method - Getter of thePreviewData.pageattribute.- Returns:
- the page
-
getPage
public AbstractPage getPage()
Generated method - Getter of thePreviewData.pageattribute.- Returns:
- the page
-
setPage
public void setPage(SessionContext ctx, AbstractPage value)
Generated method - Setter of thePreviewData.pageattribute.- Parameters:
value- the page
-
setPage
public void setPage(AbstractPage value)
Generated method - Setter of thePreviewData.pageattribute.- Parameters:
value- the page
-
getPreviewCatalog
public Catalog getPreviewCatalog(SessionContext ctx)
Generated method - Getter of thePreviewData.previewCatalogattribute.- Returns:
- the previewCatalog
-
getPreviewCatalog
public Catalog getPreviewCatalog()
Generated method - Getter of thePreviewData.previewCatalogattribute.- Returns:
- the previewCatalog
-
setPreviewCatalog
public void setPreviewCatalog(SessionContext ctx, Catalog value)
Generated method - Setter of thePreviewData.previewCatalogattribute.- Parameters:
value- the previewCatalog
-
setPreviewCatalog
public void setPreviewCatalog(Catalog value)
Generated method - Setter of thePreviewData.previewCatalogattribute.- Parameters:
value- the previewCatalog
-
getPreviewCategory
public Category getPreviewCategory(SessionContext ctx)
Generated method - Getter of thePreviewData.previewCategoryattribute.- Returns:
- the previewCategory
-
getPreviewCategory
public Category getPreviewCategory()
Generated method - Getter of thePreviewData.previewCategoryattribute.- Returns:
- the previewCategory
-
setPreviewCategory
public void setPreviewCategory(SessionContext ctx, Category value)
Generated method - Setter of thePreviewData.previewCategoryattribute.- Parameters:
value- the previewCategory
-
setPreviewCategory
public void setPreviewCategory(Category value)
Generated method - Setter of thePreviewData.previewCategoryattribute.- Parameters:
value- the previewCategory
-
getPreviewProduct
public Product getPreviewProduct(SessionContext ctx)
Generated method - Getter of thePreviewData.previewProductattribute.- Returns:
- the previewProduct
-
getPreviewProduct
public Product getPreviewProduct()
Generated method - Getter of thePreviewData.previewProductattribute.- Returns:
- the previewProduct
-
setPreviewProduct
public void setPreviewProduct(SessionContext ctx, Product value)
Generated method - Setter of thePreviewData.previewProductattribute.- Parameters:
value- the previewProduct
-
setPreviewProduct
public void setPreviewProduct(Product value)
Generated method - Setter of thePreviewData.previewProductattribute.- Parameters:
value- the previewProduct
-
getResourcePath
public java.lang.String getResourcePath(SessionContext ctx)
Generated method - Getter of thePreviewData.resourcePathattribute.- Returns:
- the resourcePath
-
getResourcePath
public java.lang.String getResourcePath()
Generated method - Getter of thePreviewData.resourcePathattribute.- Returns:
- the resourcePath
-
setResourcePath
public void setResourcePath(SessionContext ctx, java.lang.String value)
Generated method - Setter of thePreviewData.resourcePathattribute.- Parameters:
value- the resourcePath
-
setResourcePath
public void setResourcePath(java.lang.String value)
Generated method - Setter of thePreviewData.resourcePathattribute.- Parameters:
value- the resourcePath
-
getTime
public java.util.Date getTime(SessionContext ctx)
Generated method - Getter of thePreviewData.timeattribute.- Returns:
- the time
-
getTime
public java.util.Date getTime()
Generated method - Getter of thePreviewData.timeattribute.- Returns:
- the time
-
setTime
public void setTime(SessionContext ctx, java.util.Date value)
Generated method - Setter of thePreviewData.timeattribute.- Parameters:
value- the time
-
setTime
public void setTime(java.util.Date value)
Generated method - Setter of thePreviewData.timeattribute.- Parameters:
value- the time
-
getUser
public User getUser(SessionContext ctx)
Generated method - Getter of thePreviewData.userattribute.- Returns:
- the user
-
getUser
public User getUser()
Generated method - Getter of thePreviewData.userattribute.- Returns:
- the user
-
setUser
public void setUser(SessionContext ctx, User value)
Generated method - Setter of thePreviewData.userattribute.- Parameters:
value- the user
-
setUser
public void setUser(User value)
Generated method - Setter of thePreviewData.userattribute.- Parameters:
value- the user
-
getUserGroup
public UserGroup getUserGroup(SessionContext ctx)
Generated method - Getter of thePreviewData.userGroupattribute.- Returns:
- the userGroup
-
getUserGroup
public UserGroup getUserGroup()
Generated method - Getter of thePreviewData.userGroupattribute.- Returns:
- the userGroup
-
setUserGroup
public void setUserGroup(SessionContext ctx, UserGroup value)
Generated method - Setter of thePreviewData.userGroupattribute.- Parameters:
value- the userGroup
-
setUserGroup
public void setUserGroup(UserGroup value)
Generated method - Setter of thePreviewData.userGroupattribute.- Parameters:
value- the userGroup
-
getVersion
public CMSVersion getVersion(SessionContext ctx)
Generated method - Getter of thePreviewData.versionattribute.- Returns:
- the version
-
getVersion
public CMSVersion getVersion()
Generated method - Getter of thePreviewData.versionattribute.- Returns:
- the version
-
setVersion
public void setVersion(SessionContext ctx, CMSVersion value)
Generated method - Setter of thePreviewData.versionattribute.- Parameters:
value- the version
-
setVersion
public void setVersion(CMSVersion value)
Generated method - Setter of thePreviewData.versionattribute.- Parameters:
value- the version
-
-