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.StringBODYQualifier of theSiteMessage.bodyattributestatic java.lang.StringCONTENTQualifier of theSiteMessage.contentattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringEXTERNALITEMQualifier of theSiteMessage.externalItemattributestatic java.lang.StringNOTIFICATIONTYPEQualifier of theSiteMessage.notificationTypeattributestatic java.lang.StringSUBJECTQualifier of theSiteMessage.subjectattributestatic java.lang.StringTITLEQualifier of theSiteMessage.titleattributestatic java.lang.StringTYPEQualifier of theSiteMessage.typeattributestatic java.lang.StringUIDQualifier of theSiteMessage.uidattribute-
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.contentattribute.java.util.Map<Language,java.lang.String>getAllContent(SessionContext ctx)Generated method - Getter of theSiteMessage.contentattribute.java.util.Map<Language,java.lang.String>getAllTitle()Generated method - Getter of theSiteMessage.titleattribute.java.util.Map<Language,java.lang.String>getAllTitle(SessionContext ctx)Generated method - Getter of theSiteMessage.titleattribute.java.lang.StringgetBody()Generated method - Getter of theSiteMessage.bodyattribute.java.lang.StringgetBody(SessionContext ctx)Generated method - Getter of theSiteMessage.bodyattribute.java.lang.StringgetContent()Generated method - Getter of theSiteMessage.contentattribute.java.lang.StringgetContent(SessionContext ctx)Generated method - Getter of theSiteMessage.contentattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()GenericItemgetExternalItem()Generated method - Getter of theSiteMessage.externalItemattribute.GenericItemgetExternalItem(SessionContext ctx)Generated method - Getter of theSiteMessage.externalItemattribute.EnumerationValuegetNotificationType()Generated method - Getter of theSiteMessage.notificationTypeattribute.EnumerationValuegetNotificationType(SessionContext ctx)Generated method - Getter of theSiteMessage.notificationTypeattribute.java.lang.StringgetSubject()Generated method - Getter of theSiteMessage.subjectattribute.java.lang.StringgetSubject(SessionContext ctx)Generated method - Getter of theSiteMessage.subjectattribute.java.lang.StringgetTitle()Generated method - Getter of theSiteMessage.titleattribute.java.lang.StringgetTitle(SessionContext ctx)Generated method - Getter of theSiteMessage.titleattribute.EnumerationValuegetType()Generated method - Getter of theSiteMessage.typeattribute.EnumerationValuegetType(SessionContext ctx)Generated method - Getter of theSiteMessage.typeattribute.java.lang.StringgetUid()Generated method - Getter of theSiteMessage.uidattribute.java.lang.StringgetUid(SessionContext ctx)Generated method - Getter of theSiteMessage.uidattribute.voidsetAllContent(SessionContext ctx, java.util.Map<Language,java.lang.String> value)Generated method - Setter of theSiteMessage.contentattribute.voidsetAllContent(java.util.Map<Language,java.lang.String> value)Generated method - Setter of theSiteMessage.contentattribute.voidsetAllTitle(SessionContext ctx, java.util.Map<Language,java.lang.String> value)Generated method - Setter of theSiteMessage.titleattribute.voidsetAllTitle(java.util.Map<Language,java.lang.String> value)Generated method - Setter of theSiteMessage.titleattribute.voidsetBody(SessionContext ctx, java.lang.String value)Generated method - Setter of theSiteMessage.bodyattribute.voidsetBody(java.lang.String value)Generated method - Setter of theSiteMessage.bodyattribute.voidsetContent(SessionContext ctx, java.lang.String value)Generated method - Setter of theSiteMessage.contentattribute.voidsetContent(java.lang.String value)Generated method - Setter of theSiteMessage.contentattribute.voidsetExternalItem(GenericItem value)Generated method - Setter of theSiteMessage.externalItemattribute.voidsetExternalItem(SessionContext ctx, GenericItem value)Generated method - Setter of theSiteMessage.externalItemattribute.voidsetNotificationType(EnumerationValue value)Generated method - Setter of theSiteMessage.notificationTypeattribute.voidsetNotificationType(SessionContext ctx, EnumerationValue value)Generated method - Setter of theSiteMessage.notificationTypeattribute.voidsetSubject(SessionContext ctx, java.lang.String value)Generated method - Setter of theSiteMessage.subjectattribute.voidsetSubject(java.lang.String value)Generated method - Setter of theSiteMessage.subjectattribute.voidsetTitle(SessionContext ctx, java.lang.String value)Generated method - Setter of theSiteMessage.titleattribute.voidsetTitle(java.lang.String value)Generated method - Setter of theSiteMessage.titleattribute.voidsetType(EnumerationValue value)Generated method - Setter of theSiteMessage.typeattribute.voidsetType(SessionContext ctx, EnumerationValue value)Generated method - Setter of theSiteMessage.typeattribute.voidsetUid(SessionContext ctx, java.lang.String value)Generated method - Setter of theSiteMessage.uidattribute.voidsetUid(java.lang.String value)Generated method - Setter of theSiteMessage.uidattribute.-
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.uidattribute- See Also:
- Constant Field Values
-
TITLE
public static final java.lang.String TITLE
Qualifier of theSiteMessage.titleattribute- See Also:
- Constant Field Values
-
SUBJECT
public static final java.lang.String SUBJECT
Qualifier of theSiteMessage.subjectattribute- See Also:
- Constant Field Values
-
CONTENT
public static final java.lang.String CONTENT
Qualifier of theSiteMessage.contentattribute- See Also:
- Constant Field Values
-
BODY
public static final java.lang.String BODY
Qualifier of theSiteMessage.bodyattribute- See Also:
- Constant Field Values
-
EXTERNALITEM
public static final java.lang.String EXTERNALITEM
Qualifier of theSiteMessage.externalItemattribute- See Also:
- Constant Field Values
-
TYPE
public static final java.lang.String TYPE
Qualifier of theSiteMessage.typeattribute- See Also:
- Constant Field Values
-
NOTIFICATIONTYPE
public static final java.lang.String NOTIFICATIONTYPE
Qualifier of theSiteMessage.notificationTypeattribute- 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:
getDefaultAttributeModesin classItem
-
getBody
public java.lang.String getBody(SessionContext ctx)
Generated method - Getter of theSiteMessage.bodyattribute.- Returns:
- the body
-
getBody
public java.lang.String getBody()
Generated method - Getter of theSiteMessage.bodyattribute.- Returns:
- the body
-
setBody
public void setBody(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSiteMessage.bodyattribute.- Parameters:
value- the body
-
setBody
public void setBody(java.lang.String value)
Generated method - Setter of theSiteMessage.bodyattribute.- Parameters:
value- the body
-
getContent
public java.lang.String getContent(SessionContext ctx)
Generated method - Getter of theSiteMessage.contentattribute.- Returns:
- the content - Deprecated since 1905, will be replace by body.
-
getContent
public java.lang.String getContent()
Generated method - Getter of theSiteMessage.contentattribute.- 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.contentattribute.- 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.contentattribute.- 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.contentattribute.- 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.contentattribute.- 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.contentattribute.- 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.contentattribute.- Parameters:
value- the content - Deprecated since 1905, will be replace by body.
-
getExternalItem
public GenericItem getExternalItem(SessionContext ctx)
Generated method - Getter of theSiteMessage.externalItemattribute.- Returns:
- the externalItem
-
getExternalItem
public GenericItem getExternalItem()
Generated method - Getter of theSiteMessage.externalItemattribute.- Returns:
- the externalItem
-
setExternalItem
public void setExternalItem(SessionContext ctx, GenericItem value)
Generated method - Setter of theSiteMessage.externalItemattribute.- Parameters:
value- the externalItem
-
setExternalItem
public void setExternalItem(GenericItem value)
Generated method - Setter of theSiteMessage.externalItemattribute.- Parameters:
value- the externalItem
-
getNotificationType
public EnumerationValue getNotificationType(SessionContext ctx)
Generated method - Getter of theSiteMessage.notificationTypeattribute.- Returns:
- the notificationType
-
getNotificationType
public EnumerationValue getNotificationType()
Generated method - Getter of theSiteMessage.notificationTypeattribute.- Returns:
- the notificationType
-
setNotificationType
public void setNotificationType(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theSiteMessage.notificationTypeattribute.- Parameters:
value- the notificationType
-
setNotificationType
public void setNotificationType(EnumerationValue value)
Generated method - Setter of theSiteMessage.notificationTypeattribute.- Parameters:
value- the notificationType
-
getSubject
public java.lang.String getSubject(SessionContext ctx)
Generated method - Getter of theSiteMessage.subjectattribute.- Returns:
- the subject
-
getSubject
public java.lang.String getSubject()
Generated method - Getter of theSiteMessage.subjectattribute.- Returns:
- the subject
-
setSubject
public void setSubject(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSiteMessage.subjectattribute.- Parameters:
value- the subject
-
setSubject
public void setSubject(java.lang.String value)
Generated method - Setter of theSiteMessage.subjectattribute.- Parameters:
value- the subject
-
getTitle
public java.lang.String getTitle(SessionContext ctx)
Generated method - Getter of theSiteMessage.titleattribute.- Returns:
- the title - Deprecated since 1905, will be replace by subject.
-
getTitle
public java.lang.String getTitle()
Generated method - Getter of theSiteMessage.titleattribute.- 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.titleattribute.- 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.titleattribute.- 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.titleattribute.- 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.titleattribute.- 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.titleattribute.- 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.titleattribute.- Parameters:
value- the title - Deprecated since 1905, will be replace by subject.
-
getType
public EnumerationValue getType(SessionContext ctx)
Generated method - Getter of theSiteMessage.typeattribute.- Returns:
- the type
-
getType
public EnumerationValue getType()
Generated method - Getter of theSiteMessage.typeattribute.- Returns:
- the type
-
setType
public void setType(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theSiteMessage.typeattribute.- Parameters:
value- the type
-
setType
public void setType(EnumerationValue value)
Generated method - Setter of theSiteMessage.typeattribute.- Parameters:
value- the type
-
getUid
public java.lang.String getUid(SessionContext ctx)
Generated method - Getter of theSiteMessage.uidattribute.- Returns:
- the uid
-
getUid
public java.lang.String getUid()
Generated method - Getter of theSiteMessage.uidattribute.- Returns:
- the uid
-
setUid
public void setUid(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSiteMessage.uidattribute.- Parameters:
value- the uid
-
setUid
public void setUid(java.lang.String value)
Generated method - Setter of theSiteMessage.uidattribute.- Parameters:
value- the uid
-
-