Class GeneratedSiteMessage
- 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.notificationservices.jalo.GeneratedSiteMessage
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
SiteMessage
public abstract class GeneratedSiteMessage extends GenericItem
Generated class for typeSiteMessage
.- 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
BODY
Qualifier of theSiteMessage.body
attributestatic java.lang.String
CONTENT
Qualifier of theSiteMessage.content
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
EXTERNALITEM
Qualifier of theSiteMessage.externalItem
attributestatic java.lang.String
NOTIFICATIONTYPE
Qualifier of theSiteMessage.notificationType
attributestatic java.lang.String
SUBJECT
Qualifier of theSiteMessage.subject
attributestatic java.lang.String
TITLE
Qualifier of theSiteMessage.title
attributestatic java.lang.String
TYPE
Qualifier of theSiteMessage.type
attributestatic java.lang.String
UID
Qualifier of theSiteMessage.uid
attribute-
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 GeneratedSiteMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<Language,java.lang.String>
getAllContent()
Generated method - Getter of theSiteMessage.content
attribute.java.util.Map<Language,java.lang.String>
getAllContent(SessionContext ctx)
Generated method - Getter of theSiteMessage.content
attribute.java.util.Map<Language,java.lang.String>
getAllTitle()
Generated method - Getter of theSiteMessage.title
attribute.java.util.Map<Language,java.lang.String>
getAllTitle(SessionContext ctx)
Generated method - Getter of theSiteMessage.title
attribute.java.lang.String
getBody()
Generated method - Getter of theSiteMessage.body
attribute.java.lang.String
getBody(SessionContext ctx)
Generated method - Getter of theSiteMessage.body
attribute.java.lang.String
getContent()
Generated method - Getter of theSiteMessage.content
attribute.java.lang.String
getContent(SessionContext ctx)
Generated method - Getter of theSiteMessage.content
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
GenericItem
getExternalItem()
Generated method - Getter of theSiteMessage.externalItem
attribute.GenericItem
getExternalItem(SessionContext ctx)
Generated method - Getter of theSiteMessage.externalItem
attribute.EnumerationValue
getNotificationType()
Generated method - Getter of theSiteMessage.notificationType
attribute.EnumerationValue
getNotificationType(SessionContext ctx)
Generated method - Getter of theSiteMessage.notificationType
attribute.java.lang.String
getSubject()
Generated method - Getter of theSiteMessage.subject
attribute.java.lang.String
getSubject(SessionContext ctx)
Generated method - Getter of theSiteMessage.subject
attribute.java.lang.String
getTitle()
Generated method - Getter of theSiteMessage.title
attribute.java.lang.String
getTitle(SessionContext ctx)
Generated method - Getter of theSiteMessage.title
attribute.EnumerationValue
getType()
Generated method - Getter of theSiteMessage.type
attribute.EnumerationValue
getType(SessionContext ctx)
Generated method - Getter of theSiteMessage.type
attribute.java.lang.String
getUid()
Generated method - Getter of theSiteMessage.uid
attribute.java.lang.String
getUid(SessionContext ctx)
Generated method - Getter of theSiteMessage.uid
attribute.void
setAllContent(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theSiteMessage.content
attribute.void
setAllContent(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theSiteMessage.content
attribute.void
setAllTitle(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theSiteMessage.title
attribute.void
setAllTitle(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theSiteMessage.title
attribute.void
setBody(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSiteMessage.body
attribute.void
setBody(java.lang.String value)
Generated method - Setter of theSiteMessage.body
attribute.void
setContent(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSiteMessage.content
attribute.void
setContent(java.lang.String value)
Generated method - Setter of theSiteMessage.content
attribute.void
setExternalItem(GenericItem value)
Generated method - Setter of theSiteMessage.externalItem
attribute.void
setExternalItem(SessionContext ctx, GenericItem value)
Generated method - Setter of theSiteMessage.externalItem
attribute.void
setNotificationType(EnumerationValue value)
Generated method - Setter of theSiteMessage.notificationType
attribute.void
setNotificationType(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theSiteMessage.notificationType
attribute.void
setSubject(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSiteMessage.subject
attribute.void
setSubject(java.lang.String value)
Generated method - Setter of theSiteMessage.subject
attribute.void
setTitle(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSiteMessage.title
attribute.void
setTitle(java.lang.String value)
Generated method - Setter of theSiteMessage.title
attribute.void
setType(EnumerationValue value)
Generated method - Setter of theSiteMessage.type
attribute.void
setType(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theSiteMessage.type
attribute.void
setUid(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSiteMessage.uid
attribute.void
setUid(java.lang.String value)
Generated method - Setter of theSiteMessage.uid
attribute.-
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, isMarkModifiedDisabled, 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
-
UID
public static final java.lang.String UID
Qualifier of theSiteMessage.uid
attribute- See Also:
- Constant Field Values
-
TITLE
public static final java.lang.String TITLE
Qualifier of theSiteMessage.title
attribute- See Also:
- Constant Field Values
-
SUBJECT
public static final java.lang.String SUBJECT
Qualifier of theSiteMessage.subject
attribute- See Also:
- Constant Field Values
-
CONTENT
public static final java.lang.String CONTENT
Qualifier of theSiteMessage.content
attribute- See Also:
- Constant Field Values
-
BODY
public static final java.lang.String BODY
Qualifier of theSiteMessage.body
attribute- See Also:
- Constant Field Values
-
EXTERNALITEM
public static final java.lang.String EXTERNALITEM
Qualifier of theSiteMessage.externalItem
attribute- See Also:
- Constant Field Values
-
TYPE
public static final java.lang.String TYPE
Qualifier of theSiteMessage.type
attribute- See Also:
- Constant Field Values
-
NOTIFICATIONTYPE
public static final java.lang.String NOTIFICATIONTYPE
Qualifier of theSiteMessage.notificationType
attribute- See Also:
- Constant Field Values
-
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 classItem
-
getBody
public java.lang.String getBody(SessionContext ctx)
Generated method - Getter of theSiteMessage.body
attribute.- Returns:
- the body
-
getBody
public java.lang.String getBody()
Generated method - Getter of theSiteMessage.body
attribute.- Returns:
- the body
-
setBody
public void setBody(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSiteMessage.body
attribute.- Parameters:
value
- the body
-
setBody
public void setBody(java.lang.String value)
Generated method - Setter of theSiteMessage.body
attribute.- Parameters:
value
- the body
-
getContent
public java.lang.String getContent(SessionContext ctx)
Generated method - Getter of theSiteMessage.content
attribute.- Returns:
- the content - Deprecated since 1905, will be replace by body.
-
getContent
public java.lang.String getContent()
Generated method - Getter of theSiteMessage.content
attribute.- Returns:
- the content - Deprecated since 1905, will be replace by body.
-
getAllContent
public java.util.Map<Language,java.lang.String> getAllContent(SessionContext ctx)
Generated method - Getter of theSiteMessage.content
attribute.- Returns:
- the localized content - Deprecated since 1905, will be replace by body.
-
getAllContent
public java.util.Map<Language,java.lang.String> getAllContent()
Generated method - Getter of theSiteMessage.content
attribute.- Returns:
- the localized content - Deprecated since 1905, will be replace by body.
-
setContent
public void setContent(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSiteMessage.content
attribute.- Parameters:
value
- the content - Deprecated since 1905, will be replace by body.
-
setContent
public void setContent(java.lang.String value)
Generated method - Setter of theSiteMessage.content
attribute.- Parameters:
value
- the content - Deprecated since 1905, will be replace by body.
-
setAllContent
public void setAllContent(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theSiteMessage.content
attribute.- Parameters:
value
- the content - Deprecated since 1905, will be replace by body.
-
setAllContent
public void setAllContent(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theSiteMessage.content
attribute.- Parameters:
value
- the content - Deprecated since 1905, will be replace by body.
-
getExternalItem
public GenericItem getExternalItem(SessionContext ctx)
Generated method - Getter of theSiteMessage.externalItem
attribute.- Returns:
- the externalItem
-
getExternalItem
public GenericItem getExternalItem()
Generated method - Getter of theSiteMessage.externalItem
attribute.- Returns:
- the externalItem
-
setExternalItem
public void setExternalItem(SessionContext ctx, GenericItem value)
Generated method - Setter of theSiteMessage.externalItem
attribute.- Parameters:
value
- the externalItem
-
setExternalItem
public void setExternalItem(GenericItem value)
Generated method - Setter of theSiteMessage.externalItem
attribute.- Parameters:
value
- the externalItem
-
getNotificationType
public EnumerationValue getNotificationType(SessionContext ctx)
Generated method - Getter of theSiteMessage.notificationType
attribute.- Returns:
- the notificationType
-
getNotificationType
public EnumerationValue getNotificationType()
Generated method - Getter of theSiteMessage.notificationType
attribute.- Returns:
- the notificationType
-
setNotificationType
public void setNotificationType(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theSiteMessage.notificationType
attribute.- Parameters:
value
- the notificationType
-
setNotificationType
public void setNotificationType(EnumerationValue value)
Generated method - Setter of theSiteMessage.notificationType
attribute.- Parameters:
value
- the notificationType
-
getSubject
public java.lang.String getSubject(SessionContext ctx)
Generated method - Getter of theSiteMessage.subject
attribute.- Returns:
- the subject
-
getSubject
public java.lang.String getSubject()
Generated method - Getter of theSiteMessage.subject
attribute.- Returns:
- the subject
-
setSubject
public void setSubject(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSiteMessage.subject
attribute.- Parameters:
value
- the subject
-
setSubject
public void setSubject(java.lang.String value)
Generated method - Setter of theSiteMessage.subject
attribute.- Parameters:
value
- the subject
-
getTitle
public java.lang.String getTitle(SessionContext ctx)
Generated method - Getter of theSiteMessage.title
attribute.- Returns:
- the title - Deprecated since 1905, will be replace by subject.
-
getTitle
public java.lang.String getTitle()
Generated method - Getter of theSiteMessage.title
attribute.- Returns:
- the title - Deprecated since 1905, will be replace by subject.
-
getAllTitle
public java.util.Map<Language,java.lang.String> getAllTitle(SessionContext ctx)
Generated method - Getter of theSiteMessage.title
attribute.- Returns:
- the localized title - Deprecated since 1905, will be replace by subject.
-
getAllTitle
public java.util.Map<Language,java.lang.String> getAllTitle()
Generated method - Getter of theSiteMessage.title
attribute.- Returns:
- the localized title - Deprecated since 1905, will be replace by subject.
-
setTitle
public void setTitle(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSiteMessage.title
attribute.- Parameters:
value
- the title - Deprecated since 1905, will be replace by subject.
-
setTitle
public void setTitle(java.lang.String value)
Generated method - Setter of theSiteMessage.title
attribute.- Parameters:
value
- the title - Deprecated since 1905, will be replace by subject.
-
setAllTitle
public void setAllTitle(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theSiteMessage.title
attribute.- Parameters:
value
- the title - Deprecated since 1905, will be replace by subject.
-
setAllTitle
public void setAllTitle(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theSiteMessage.title
attribute.- Parameters:
value
- the title - Deprecated since 1905, will be replace by subject.
-
getType
public EnumerationValue getType(SessionContext ctx)
Generated method - Getter of theSiteMessage.type
attribute.- Returns:
- the type
-
getType
public EnumerationValue getType()
Generated method - Getter of theSiteMessage.type
attribute.- Returns:
- the type
-
setType
public void setType(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theSiteMessage.type
attribute.- Parameters:
value
- the type
-
setType
public void setType(EnumerationValue value)
Generated method - Setter of theSiteMessage.type
attribute.- Parameters:
value
- the type
-
getUid
public java.lang.String getUid(SessionContext ctx)
Generated method - Getter of theSiteMessage.uid
attribute.- Returns:
- the uid
-
getUid
public java.lang.String getUid()
Generated method - Getter of theSiteMessage.uid
attribute.- Returns:
- the uid
-
setUid
public void setUid(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSiteMessage.uid
attribute.- Parameters:
value
- the uid
-
setUid
public void setUid(java.lang.String value)
Generated method - Setter of theSiteMessage.uid
attribute.- Parameters:
value
- the uid
-
-