Package de.hybris.platform.cronjob.jalo
Class GeneratedChangeDescriptor
- 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.cronjob.jalo.GeneratedChangeDescriptor
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
ChangeDescriptor
public abstract class GeneratedChangeDescriptor extends GenericItem
Generated class for typeChangeDescriptor.- 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.StringCHANGEDITEMQualifier of theChangeDescriptor.changedItemattributestatic java.lang.StringCHANGETYPEQualifier of theChangeDescriptor.changeTypeattributestatic java.lang.StringCRONJOBQualifier of theChangeDescriptor.cronJobattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringDESCRIPTIONQualifier of theChangeDescriptor.descriptionattributestatic java.lang.StringPREVIOUSITEMSTATEQualifier of theChangeDescriptor.previousItemStateattributestatic java.lang.StringSAVETIMESTAMPQualifier of theChangeDescriptor.saveTimestampattributestatic java.lang.StringSEQUENCENUMBERQualifier of theChangeDescriptor.sequenceNumberattributestatic java.lang.StringSTEPQualifier of theChangeDescriptor.stepattribute-
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 GeneratedChangeDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemgetChangedItem()Generated method - Getter of theChangeDescriptor.changedItemattribute.ItemgetChangedItem(SessionContext ctx)Generated method - Getter of theChangeDescriptor.changedItemattribute.java.lang.StringgetChangeType()Generated method - Getter of theChangeDescriptor.changeTypeattribute.java.lang.StringgetChangeType(SessionContext ctx)Generated method - Getter of theChangeDescriptor.changeTypeattribute.CronJobgetCronJob()Generated method - Getter of theChangeDescriptor.cronJobattribute.CronJobgetCronJob(SessionContext ctx)Generated method - Getter of theChangeDescriptor.cronJobattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.lang.StringgetDescription()Generated method - Getter of theChangeDescriptor.descriptionattribute.java.lang.StringgetDescription(SessionContext ctx)Generated method - Getter of theChangeDescriptor.descriptionattribute.java.util.MapgetPreviousItemState()Generated method - Getter of theChangeDescriptor.previousItemStateattribute.java.util.MapgetPreviousItemState(SessionContext ctx)Generated method - Getter of theChangeDescriptor.previousItemStateattribute.java.util.DategetSaveTimestamp()Generated method - Getter of theChangeDescriptor.saveTimestampattribute.java.util.DategetSaveTimestamp(SessionContext ctx)Generated method - Getter of theChangeDescriptor.saveTimestampattribute.java.lang.IntegergetSequenceNumber()Generated method - Getter of theChangeDescriptor.sequenceNumberattribute.java.lang.IntegergetSequenceNumber(SessionContext ctx)Generated method - Getter of theChangeDescriptor.sequenceNumberattribute.intgetSequenceNumberAsPrimitive()Generated method - Getter of theChangeDescriptor.sequenceNumberattribute.intgetSequenceNumberAsPrimitive(SessionContext ctx)Generated method - Getter of theChangeDescriptor.sequenceNumberattribute.StepgetStep()Generated method - Getter of theChangeDescriptor.stepattribute.StepgetStep(SessionContext ctx)Generated method - Getter of theChangeDescriptor.stepattribute.voidsetChangedItem(Item value)Generated method - Setter of theChangeDescriptor.changedItemattribute.voidsetChangedItem(SessionContext ctx, Item value)Generated method - Setter of theChangeDescriptor.changedItemattribute.voidsetChangeType(SessionContext ctx, java.lang.String value)Generated method - Setter of theChangeDescriptor.changeTypeattribute.voidsetChangeType(java.lang.String value)Generated method - Setter of theChangeDescriptor.changeTypeattribute.protected voidsetCronJob(CronJob value)Generated method - Setter of theChangeDescriptor.cronJobattribute.protected voidsetCronJob(SessionContext ctx, CronJob value)Generated method - Setter of theChangeDescriptor.cronJobattribute.voidsetDescription(SessionContext ctx, java.lang.String value)Generated method - Setter of theChangeDescriptor.descriptionattribute.voidsetDescription(java.lang.String value)Generated method - Setter of theChangeDescriptor.descriptionattribute.voidsetPreviousItemState(SessionContext ctx, java.util.Map value)Generated method - Setter of theChangeDescriptor.previousItemStateattribute.voidsetPreviousItemState(java.util.Map value)Generated method - Setter of theChangeDescriptor.previousItemStateattribute.voidsetSaveTimestamp(SessionContext ctx, java.util.Date value)Generated method - Setter of theChangeDescriptor.saveTimestampattribute.voidsetSaveTimestamp(java.util.Date value)Generated method - Setter of theChangeDescriptor.saveTimestampattribute.protected voidsetSequenceNumber(int value)Generated method - Setter of theChangeDescriptor.sequenceNumberattribute.protected voidsetSequenceNumber(SessionContext ctx, int value)Generated method - Setter of theChangeDescriptor.sequenceNumberattribute.protected voidsetSequenceNumber(SessionContext ctx, java.lang.Integer value)Generated method - Setter of theChangeDescriptor.sequenceNumberattribute.protected voidsetSequenceNumber(java.lang.Integer value)Generated method - Setter of theChangeDescriptor.sequenceNumberattribute.protected voidsetStep(Step value)Generated method - Setter of theChangeDescriptor.stepattribute.protected voidsetStep(SessionContext ctx, Step value)Generated method - Setter of theChangeDescriptor.stepattribute.-
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
-
CRONJOB
public static final java.lang.String CRONJOB
Qualifier of theChangeDescriptor.cronJobattribute- See Also:
- Constant Field Values
-
STEP
public static final java.lang.String STEP
Qualifier of theChangeDescriptor.stepattribute- See Also:
- Constant Field Values
-
CHANGEDITEM
public static final java.lang.String CHANGEDITEM
Qualifier of theChangeDescriptor.changedItemattribute- See Also:
- Constant Field Values
-
SEQUENCENUMBER
public static final java.lang.String SEQUENCENUMBER
Qualifier of theChangeDescriptor.sequenceNumberattribute- See Also:
- Constant Field Values
-
SAVETIMESTAMP
public static final java.lang.String SAVETIMESTAMP
Qualifier of theChangeDescriptor.saveTimestampattribute- See Also:
- Constant Field Values
-
PREVIOUSITEMSTATE
public static final java.lang.String PREVIOUSITEMSTATE
Qualifier of theChangeDescriptor.previousItemStateattribute- See Also:
- Constant Field Values
-
CHANGETYPE
public static final java.lang.String CHANGETYPE
Qualifier of theChangeDescriptor.changeTypeattribute- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
Qualifier of theChangeDescriptor.descriptionattribute- 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
-
getChangedItem
public Item getChangedItem(SessionContext ctx)
Generated method - Getter of theChangeDescriptor.changedItemattribute.- Returns:
- the changedItem
-
getChangedItem
public Item getChangedItem()
Generated method - Getter of theChangeDescriptor.changedItemattribute.- Returns:
- the changedItem
-
setChangedItem
public void setChangedItem(SessionContext ctx, Item value)
Generated method - Setter of theChangeDescriptor.changedItemattribute.- Parameters:
value- the changedItem
-
setChangedItem
public void setChangedItem(Item value)
Generated method - Setter of theChangeDescriptor.changedItemattribute.- Parameters:
value- the changedItem
-
getChangeType
public java.lang.String getChangeType(SessionContext ctx)
Generated method - Getter of theChangeDescriptor.changeTypeattribute.- Returns:
- the changeType
-
getChangeType
public java.lang.String getChangeType()
Generated method - Getter of theChangeDescriptor.changeTypeattribute.- Returns:
- the changeType
-
setChangeType
public void setChangeType(SessionContext ctx, java.lang.String value)
Generated method - Setter of theChangeDescriptor.changeTypeattribute.- Parameters:
value- the changeType
-
setChangeType
public void setChangeType(java.lang.String value)
Generated method - Setter of theChangeDescriptor.changeTypeattribute.- Parameters:
value- the changeType
-
getCronJob
public CronJob getCronJob(SessionContext ctx)
Generated method - Getter of theChangeDescriptor.cronJobattribute.- Returns:
- the cronJob
-
getCronJob
public CronJob getCronJob()
Generated method - Getter of theChangeDescriptor.cronJobattribute.- Returns:
- the cronJob
-
setCronJob
protected void setCronJob(SessionContext ctx, CronJob value)
Generated method - Setter of theChangeDescriptor.cronJobattribute.- Parameters:
value- the cronJob
-
setCronJob
protected void setCronJob(CronJob value)
Generated method - Setter of theChangeDescriptor.cronJobattribute.- Parameters:
value- the cronJob
-
getDescription
public java.lang.String getDescription(SessionContext ctx)
Generated method - Getter of theChangeDescriptor.descriptionattribute.- Returns:
- the description
-
getDescription
public java.lang.String getDescription()
Generated method - Getter of theChangeDescriptor.descriptionattribute.- Returns:
- the description
-
setDescription
public void setDescription(SessionContext ctx, java.lang.String value)
Generated method - Setter of theChangeDescriptor.descriptionattribute.- Parameters:
value- the description
-
setDescription
public void setDescription(java.lang.String value)
Generated method - Setter of theChangeDescriptor.descriptionattribute.- Parameters:
value- the description
-
getPreviousItemState
public java.util.Map getPreviousItemState(SessionContext ctx)
Generated method - Getter of theChangeDescriptor.previousItemStateattribute.- Returns:
- the previousItemState
-
getPreviousItemState
public java.util.Map getPreviousItemState()
Generated method - Getter of theChangeDescriptor.previousItemStateattribute.- Returns:
- the previousItemState
-
setPreviousItemState
public void setPreviousItemState(SessionContext ctx, java.util.Map value)
Generated method - Setter of theChangeDescriptor.previousItemStateattribute.- Parameters:
value- the previousItemState
-
setPreviousItemState
public void setPreviousItemState(java.util.Map value)
Generated method - Setter of theChangeDescriptor.previousItemStateattribute.- Parameters:
value- the previousItemState
-
getSaveTimestamp
public java.util.Date getSaveTimestamp(SessionContext ctx)
Generated method - Getter of theChangeDescriptor.saveTimestampattribute.- Returns:
- the saveTimestamp
-
getSaveTimestamp
public java.util.Date getSaveTimestamp()
Generated method - Getter of theChangeDescriptor.saveTimestampattribute.- Returns:
- the saveTimestamp
-
setSaveTimestamp
public void setSaveTimestamp(SessionContext ctx, java.util.Date value)
Generated method - Setter of theChangeDescriptor.saveTimestampattribute.- Parameters:
value- the saveTimestamp
-
setSaveTimestamp
public void setSaveTimestamp(java.util.Date value)
Generated method - Setter of theChangeDescriptor.saveTimestampattribute.- Parameters:
value- the saveTimestamp
-
getSequenceNumber
public java.lang.Integer getSequenceNumber(SessionContext ctx)
Generated method - Getter of theChangeDescriptor.sequenceNumberattribute.- Returns:
- the sequenceNumber
-
getSequenceNumber
public java.lang.Integer getSequenceNumber()
Generated method - Getter of theChangeDescriptor.sequenceNumberattribute.- Returns:
- the sequenceNumber
-
getSequenceNumberAsPrimitive
public int getSequenceNumberAsPrimitive(SessionContext ctx)
Generated method - Getter of theChangeDescriptor.sequenceNumberattribute.- Returns:
- the sequenceNumber
-
getSequenceNumberAsPrimitive
public int getSequenceNumberAsPrimitive()
Generated method - Getter of theChangeDescriptor.sequenceNumberattribute.- Returns:
- the sequenceNumber
-
setSequenceNumber
protected void setSequenceNumber(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theChangeDescriptor.sequenceNumberattribute.- Parameters:
value- the sequenceNumber
-
setSequenceNumber
protected void setSequenceNumber(java.lang.Integer value)
Generated method - Setter of theChangeDescriptor.sequenceNumberattribute.- Parameters:
value- the sequenceNumber
-
setSequenceNumber
protected void setSequenceNumber(SessionContext ctx, int value)
Generated method - Setter of theChangeDescriptor.sequenceNumberattribute.- Parameters:
value- the sequenceNumber
-
setSequenceNumber
protected void setSequenceNumber(int value)
Generated method - Setter of theChangeDescriptor.sequenceNumberattribute.- Parameters:
value- the sequenceNumber
-
getStep
public Step getStep(SessionContext ctx)
Generated method - Getter of theChangeDescriptor.stepattribute.- Returns:
- the step
-
getStep
public Step getStep()
Generated method - Getter of theChangeDescriptor.stepattribute.- Returns:
- the step
-
setStep
protected void setStep(SessionContext ctx, Step value)
Generated method - Setter of theChangeDescriptor.stepattribute.- Parameters:
value- the step
-
setStep
protected void setStep(Step value)
Generated method - Setter of theChangeDescriptor.stepattribute.- Parameters:
value- the step
-
-