Package de.hybris.platform.ticket.jalo
Class GeneratedCsTicketEventEmailConfiguration
- 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.ticket.jalo.GeneratedCsTicketEventEmailConfiguration
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
CsTicketEventEmailConfiguration
public abstract class GeneratedCsTicketEventEmailConfiguration extends GenericItem
Generated class for typeCsTicketEventEmailConfiguration.- 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.StringALTEREDATTRIBUTESQualifier of theCsTicketEventEmailConfiguration.alteredAttributesattributestatic java.lang.StringCODEQualifier of theCsTicketEventEmailConfiguration.codeattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringEVENTTYPEQualifier of theCsTicketEventEmailConfiguration.eventTypeattributestatic java.lang.StringHTMLTEMPLATEQualifier of theCsTicketEventEmailConfiguration.htmlTemplateattributestatic java.lang.StringPLAINTEXTTEMPLATEQualifier of theCsTicketEventEmailConfiguration.plainTextTemplateattributestatic java.lang.StringRECIPIENTTYPEQualifier of theCsTicketEventEmailConfiguration.recipientTypeattributestatic java.lang.StringSUBJECTQualifier of theCsTicketEventEmailConfiguration.subjectattribute-
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 GeneratedCsTicketEventEmailConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<AttributeDescriptor>getAlteredAttributes()Generated method - Getter of theCsTicketEventEmailConfiguration.alteredAttributesattribute.java.util.Set<AttributeDescriptor>getAlteredAttributes(SessionContext ctx)Generated method - Getter of theCsTicketEventEmailConfiguration.alteredAttributesattribute.java.lang.StringgetCode()Generated method - Getter of theCsTicketEventEmailConfiguration.codeattribute.java.lang.StringgetCode(SessionContext ctx)Generated method - Getter of theCsTicketEventEmailConfiguration.codeattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()CommentTypegetEventType()Generated method - Getter of theCsTicketEventEmailConfiguration.eventTypeattribute.CommentTypegetEventType(SessionContext ctx)Generated method - Getter of theCsTicketEventEmailConfiguration.eventTypeattribute.RendererTemplategetHtmlTemplate()Generated method - Getter of theCsTicketEventEmailConfiguration.htmlTemplateattribute.RendererTemplategetHtmlTemplate(SessionContext ctx)Generated method - Getter of theCsTicketEventEmailConfiguration.htmlTemplateattribute.RendererTemplategetPlainTextTemplate()Generated method - Getter of theCsTicketEventEmailConfiguration.plainTextTemplateattribute.RendererTemplategetPlainTextTemplate(SessionContext ctx)Generated method - Getter of theCsTicketEventEmailConfiguration.plainTextTemplateattribute.EnumerationValuegetRecipientType()Generated method - Getter of theCsTicketEventEmailConfiguration.recipientTypeattribute.EnumerationValuegetRecipientType(SessionContext ctx)Generated method - Getter of theCsTicketEventEmailConfiguration.recipientTypeattribute.java.lang.StringgetSubject()Generated method - Getter of theCsTicketEventEmailConfiguration.subjectattribute.java.lang.StringgetSubject(SessionContext ctx)Generated method - Getter of theCsTicketEventEmailConfiguration.subjectattribute.voidsetAlteredAttributes(SessionContext ctx, java.util.Set<AttributeDescriptor> value)Generated method - Setter of theCsTicketEventEmailConfiguration.alteredAttributesattribute.voidsetAlteredAttributes(java.util.Set<AttributeDescriptor> value)Generated method - Setter of theCsTicketEventEmailConfiguration.alteredAttributesattribute.protected voidsetCode(SessionContext ctx, java.lang.String value)Generated method - Setter of theCsTicketEventEmailConfiguration.codeattribute.protected voidsetCode(java.lang.String value)Generated method - Setter of theCsTicketEventEmailConfiguration.codeattribute.voidsetEventType(CommentType value)Generated method - Setter of theCsTicketEventEmailConfiguration.eventTypeattribute.voidsetEventType(SessionContext ctx, CommentType value)Generated method - Setter of theCsTicketEventEmailConfiguration.eventTypeattribute.voidsetHtmlTemplate(RendererTemplate value)Generated method - Setter of theCsTicketEventEmailConfiguration.htmlTemplateattribute.voidsetHtmlTemplate(SessionContext ctx, RendererTemplate value)Generated method - Setter of theCsTicketEventEmailConfiguration.htmlTemplateattribute.voidsetPlainTextTemplate(RendererTemplate value)Generated method - Setter of theCsTicketEventEmailConfiguration.plainTextTemplateattribute.voidsetPlainTextTemplate(SessionContext ctx, RendererTemplate value)Generated method - Setter of theCsTicketEventEmailConfiguration.plainTextTemplateattribute.voidsetRecipientType(EnumerationValue value)Generated method - Setter of theCsTicketEventEmailConfiguration.recipientTypeattribute.voidsetRecipientType(SessionContext ctx, EnumerationValue value)Generated method - Setter of theCsTicketEventEmailConfiguration.recipientTypeattribute.voidsetSubject(SessionContext ctx, java.lang.String value)Generated method - Setter of theCsTicketEventEmailConfiguration.subjectattribute.voidsetSubject(java.lang.String value)Generated method - Setter of theCsTicketEventEmailConfiguration.subjectattribute.-
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
-
CODE
public static final java.lang.String CODE
Qualifier of theCsTicketEventEmailConfiguration.codeattribute- See Also:
- Constant Field Values
-
PLAINTEXTTEMPLATE
public static final java.lang.String PLAINTEXTTEMPLATE
Qualifier of theCsTicketEventEmailConfiguration.plainTextTemplateattribute- See Also:
- Constant Field Values
-
HTMLTEMPLATE
public static final java.lang.String HTMLTEMPLATE
Qualifier of theCsTicketEventEmailConfiguration.htmlTemplateattribute- See Also:
- Constant Field Values
-
SUBJECT
public static final java.lang.String SUBJECT
Qualifier of theCsTicketEventEmailConfiguration.subjectattribute- See Also:
- Constant Field Values
-
EVENTTYPE
public static final java.lang.String EVENTTYPE
Qualifier of theCsTicketEventEmailConfiguration.eventTypeattribute- See Also:
- Constant Field Values
-
ALTEREDATTRIBUTES
public static final java.lang.String ALTEREDATTRIBUTES
Qualifier of theCsTicketEventEmailConfiguration.alteredAttributesattribute- See Also:
- Constant Field Values
-
RECIPIENTTYPE
public static final java.lang.String RECIPIENTTYPE
Qualifier of theCsTicketEventEmailConfiguration.recipientTypeattribute- 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
-
getAlteredAttributes
public java.util.Set<AttributeDescriptor> getAlteredAttributes(SessionContext ctx)
Generated method - Getter of theCsTicketEventEmailConfiguration.alteredAttributesattribute.- Returns:
- the alteredAttributes
-
getAlteredAttributes
public java.util.Set<AttributeDescriptor> getAlteredAttributes()
Generated method - Getter of theCsTicketEventEmailConfiguration.alteredAttributesattribute.- Returns:
- the alteredAttributes
-
setAlteredAttributes
public void setAlteredAttributes(SessionContext ctx, java.util.Set<AttributeDescriptor> value)
Generated method - Setter of theCsTicketEventEmailConfiguration.alteredAttributesattribute.- Parameters:
value- the alteredAttributes
-
setAlteredAttributes
public void setAlteredAttributes(java.util.Set<AttributeDescriptor> value)
Generated method - Setter of theCsTicketEventEmailConfiguration.alteredAttributesattribute.- Parameters:
value- the alteredAttributes
-
getCode
public java.lang.String getCode(SessionContext ctx)
Generated method - Getter of theCsTicketEventEmailConfiguration.codeattribute.- Returns:
- the code
-
getCode
public java.lang.String getCode()
Generated method - Getter of theCsTicketEventEmailConfiguration.codeattribute.- Returns:
- the code
-
setCode
protected void setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCsTicketEventEmailConfiguration.codeattribute.- Parameters:
value- the code
-
setCode
protected void setCode(java.lang.String value)
Generated method - Setter of theCsTicketEventEmailConfiguration.codeattribute.- Parameters:
value- the code
-
getEventType
public CommentType getEventType(SessionContext ctx)
Generated method - Getter of theCsTicketEventEmailConfiguration.eventTypeattribute.- Returns:
- the eventType
-
getEventType
public CommentType getEventType()
Generated method - Getter of theCsTicketEventEmailConfiguration.eventTypeattribute.- Returns:
- the eventType
-
setEventType
public void setEventType(SessionContext ctx, CommentType value)
Generated method - Setter of theCsTicketEventEmailConfiguration.eventTypeattribute.- Parameters:
value- the eventType
-
setEventType
public void setEventType(CommentType value)
Generated method - Setter of theCsTicketEventEmailConfiguration.eventTypeattribute.- Parameters:
value- the eventType
-
getHtmlTemplate
public RendererTemplate getHtmlTemplate(SessionContext ctx)
Generated method - Getter of theCsTicketEventEmailConfiguration.htmlTemplateattribute.- Returns:
- the htmlTemplate
-
getHtmlTemplate
public RendererTemplate getHtmlTemplate()
Generated method - Getter of theCsTicketEventEmailConfiguration.htmlTemplateattribute.- Returns:
- the htmlTemplate
-
setHtmlTemplate
public void setHtmlTemplate(SessionContext ctx, RendererTemplate value)
Generated method - Setter of theCsTicketEventEmailConfiguration.htmlTemplateattribute.- Parameters:
value- the htmlTemplate
-
setHtmlTemplate
public void setHtmlTemplate(RendererTemplate value)
Generated method - Setter of theCsTicketEventEmailConfiguration.htmlTemplateattribute.- Parameters:
value- the htmlTemplate
-
getPlainTextTemplate
public RendererTemplate getPlainTextTemplate(SessionContext ctx)
Generated method - Getter of theCsTicketEventEmailConfiguration.plainTextTemplateattribute.- Returns:
- the plainTextTemplate
-
getPlainTextTemplate
public RendererTemplate getPlainTextTemplate()
Generated method - Getter of theCsTicketEventEmailConfiguration.plainTextTemplateattribute.- Returns:
- the plainTextTemplate
-
setPlainTextTemplate
public void setPlainTextTemplate(SessionContext ctx, RendererTemplate value)
Generated method - Setter of theCsTicketEventEmailConfiguration.plainTextTemplateattribute.- Parameters:
value- the plainTextTemplate
-
setPlainTextTemplate
public void setPlainTextTemplate(RendererTemplate value)
Generated method - Setter of theCsTicketEventEmailConfiguration.plainTextTemplateattribute.- Parameters:
value- the plainTextTemplate
-
getRecipientType
public EnumerationValue getRecipientType(SessionContext ctx)
Generated method - Getter of theCsTicketEventEmailConfiguration.recipientTypeattribute.- Returns:
- the recipientType
-
getRecipientType
public EnumerationValue getRecipientType()
Generated method - Getter of theCsTicketEventEmailConfiguration.recipientTypeattribute.- Returns:
- the recipientType
-
setRecipientType
public void setRecipientType(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theCsTicketEventEmailConfiguration.recipientTypeattribute.- Parameters:
value- the recipientType
-
setRecipientType
public void setRecipientType(EnumerationValue value)
Generated method - Setter of theCsTicketEventEmailConfiguration.recipientTypeattribute.- Parameters:
value- the recipientType
-
getSubject
public java.lang.String getSubject(SessionContext ctx)
Generated method - Getter of theCsTicketEventEmailConfiguration.subjectattribute.- Returns:
- the subject
-
getSubject
public java.lang.String getSubject()
Generated method - Getter of theCsTicketEventEmailConfiguration.subjectattribute.- Returns:
- the subject
-
setSubject
public void setSubject(SessionContext ctx, java.lang.String value)
Generated method - Setter of theCsTicketEventEmailConfiguration.subjectattribute.- Parameters:
value- the subject
-
setSubject
public void setSubject(java.lang.String value)
Generated method - Setter of theCsTicketEventEmailConfiguration.subjectattribute.- Parameters:
value- the subject
-
-