Package de.hybris.platform.cronjob.jalo
Class GeneratedStep
- 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.GeneratedStep
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
Step
public abstract class GeneratedStep extends GenericItem
Generated class for typeStep.- 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.StringBATCHJOBQualifier of theStep.batchJobattributestatic java.lang.StringCODEQualifier of theStep.codeattributeprotected static java.lang.StringCRONJOBPENDINGSTEPSRELATION_MARKMODIFIEDRelation disable markmodifed parameter constants for CronJobPendingStepsRelation from ((processing))protected static java.lang.StringCRONJOBPENDINGSTEPSRELATION_SRC_ORDEREDRelation ordering override parameter constants for CronJobPendingStepsRelation from ((processing))protected static java.lang.StringCRONJOBPENDINGSTEPSRELATION_TGT_ORDEREDprotected static java.lang.StringCRONJOBPROCESSEDSTEPSRELATION_MARKMODIFIEDRelation disable markmodifed parameter constants for CronJobProcessedStepsRelation from ((processing))protected static java.lang.StringCRONJOBPROCESSEDSTEPSRELATION_SRC_ORDEREDRelation ordering override parameter constants for CronJobProcessedStepsRelation from ((processing))protected static java.lang.StringCRONJOBPROCESSEDSTEPSRELATION_TGT_ORDEREDprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringERRORMODEQualifier of theStep.errorModeattributestatic java.lang.StringPENDINGCRONJOBSQualifier of theStep.pendingCronJobsattributestatic java.lang.StringPROCESSEDCRONJOBSQualifier of theStep.processedCronJobsattributestatic java.lang.StringSEQUENCENUMBERQualifier of theStep.sequenceNumberattributestatic java.lang.StringSYNCHRONOUSQualifier of theStep.synchronousattribute-
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 GeneratedStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchJobgetBatchJob()Generated method - Getter of theStep.batchJobattribute.BatchJobgetBatchJob(SessionContext ctx)Generated method - Getter of theStep.batchJobattribute.java.lang.StringgetCode()Generated method - Getter of theStep.codeattribute.java.lang.StringgetCode(SessionContext ctx)Generated method - Getter of theStep.codeattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()EnumerationValuegetErrorMode()Generated method - Getter of theStep.errorModeattribute.EnumerationValuegetErrorMode(SessionContext ctx)Generated method - Getter of theStep.errorModeattribute.java.lang.IntegergetSequenceNumber()Generated method - Getter of theStep.sequenceNumberattribute.java.lang.IntegergetSequenceNumber(SessionContext ctx)Generated method - Getter of theStep.sequenceNumberattribute.intgetSequenceNumberAsPrimitive()Generated method - Getter of theStep.sequenceNumberattribute.intgetSequenceNumberAsPrimitive(SessionContext ctx)Generated method - Getter of theStep.sequenceNumberattribute.booleanisMarkModifiedDisabled(Item referencedItem)java.lang.BooleanisSynchronous()Generated method - Getter of theStep.synchronousattribute.java.lang.BooleanisSynchronous(SessionContext ctx)Generated method - Getter of theStep.synchronousattribute.booleanisSynchronousAsPrimitive()Generated method - Getter of theStep.synchronousattribute.booleanisSynchronousAsPrimitive(SessionContext ctx)Generated method - Getter of theStep.synchronousattribute.protected voidsetBatchJob(BatchJob value)Generated method - Setter of theStep.batchJobattribute.protected voidsetBatchJob(SessionContext ctx, BatchJob value)Generated method - Setter of theStep.batchJobattribute.voidsetCode(SessionContext ctx, java.lang.String value)Generated method - Setter of theStep.codeattribute.voidsetCode(java.lang.String value)Generated method - Setter of theStep.codeattribute.voidsetErrorMode(EnumerationValue value)Generated method - Setter of theStep.errorModeattribute.voidsetErrorMode(SessionContext ctx, EnumerationValue value)Generated method - Setter of theStep.errorModeattribute.voidsetSequenceNumber(int value)Generated method - Setter of theStep.sequenceNumberattribute.voidsetSequenceNumber(SessionContext ctx, int value)Generated method - Setter of theStep.sequenceNumberattribute.voidsetSequenceNumber(SessionContext ctx, java.lang.Integer value)Generated method - Setter of theStep.sequenceNumberattribute.voidsetSequenceNumber(java.lang.Integer value)Generated method - Setter of theStep.sequenceNumberattribute.voidsetSynchronous(boolean value)Generated method - Setter of theStep.synchronousattribute.voidsetSynchronous(SessionContext ctx, boolean value)Generated method - Setter of theStep.synchronousattribute.voidsetSynchronous(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theStep.synchronousattribute.voidsetSynchronous(java.lang.Boolean value)Generated method - Setter of theStep.synchronousattribute.-
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
-
BATCHJOB
public static final java.lang.String BATCHJOB
Qualifier of theStep.batchJobattribute- See Also:
- Constant Field Values
-
CODE
public static final java.lang.String CODE
Qualifier of theStep.codeattribute- See Also:
- Constant Field Values
-
SEQUENCENUMBER
public static final java.lang.String SEQUENCENUMBER
Qualifier of theStep.sequenceNumberattribute- See Also:
- Constant Field Values
-
SYNCHRONOUS
public static final java.lang.String SYNCHRONOUS
Qualifier of theStep.synchronousattribute- See Also:
- Constant Field Values
-
ERRORMODE
public static final java.lang.String ERRORMODE
Qualifier of theStep.errorModeattribute- See Also:
- Constant Field Values
-
PROCESSEDCRONJOBS
public static final java.lang.String PROCESSEDCRONJOBS
Qualifier of theStep.processedCronJobsattribute- See Also:
- Constant Field Values
-
CRONJOBPROCESSEDSTEPSRELATION_SRC_ORDERED
protected static java.lang.String CRONJOBPROCESSEDSTEPSRELATION_SRC_ORDERED
Relation ordering override parameter constants for CronJobProcessedStepsRelation from ((processing))
-
CRONJOBPROCESSEDSTEPSRELATION_TGT_ORDERED
protected static java.lang.String CRONJOBPROCESSEDSTEPSRELATION_TGT_ORDERED
-
CRONJOBPROCESSEDSTEPSRELATION_MARKMODIFIED
protected static java.lang.String CRONJOBPROCESSEDSTEPSRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for CronJobProcessedStepsRelation from ((processing))
-
PENDINGCRONJOBS
public static final java.lang.String PENDINGCRONJOBS
Qualifier of theStep.pendingCronJobsattribute- See Also:
- Constant Field Values
-
CRONJOBPENDINGSTEPSRELATION_SRC_ORDERED
protected static java.lang.String CRONJOBPENDINGSTEPSRELATION_SRC_ORDERED
Relation ordering override parameter constants for CronJobPendingStepsRelation from ((processing))
-
CRONJOBPENDINGSTEPSRELATION_TGT_ORDERED
protected static java.lang.String CRONJOBPENDINGSTEPSRELATION_TGT_ORDERED
-
CRONJOBPENDINGSTEPSRELATION_MARKMODIFIED
protected static java.lang.String CRONJOBPENDINGSTEPSRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for CronJobPendingStepsRelation from ((processing))
-
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
-
getBatchJob
public BatchJob getBatchJob(SessionContext ctx)
Generated method - Getter of theStep.batchJobattribute.- Returns:
- the batchJob
-
getBatchJob
public BatchJob getBatchJob()
Generated method - Getter of theStep.batchJobattribute.- Returns:
- the batchJob
-
setBatchJob
protected void setBatchJob(SessionContext ctx, BatchJob value)
Generated method - Setter of theStep.batchJobattribute.- Parameters:
value- the batchJob
-
setBatchJob
protected void setBatchJob(BatchJob value)
Generated method - Setter of theStep.batchJobattribute.- Parameters:
value- the batchJob
-
getCode
public java.lang.String getCode(SessionContext ctx)
Generated method - Getter of theStep.codeattribute.- Returns:
- the code
-
getCode
public java.lang.String getCode()
Generated method - Getter of theStep.codeattribute.- Returns:
- the code
-
setCode
public void setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theStep.codeattribute.- Parameters:
value- the code
-
setCode
public void setCode(java.lang.String value)
Generated method - Setter of theStep.codeattribute.- Parameters:
value- the code
-
getErrorMode
public EnumerationValue getErrorMode(SessionContext ctx)
Generated method - Getter of theStep.errorModeattribute.- Returns:
- the errorMode
-
getErrorMode
public EnumerationValue getErrorMode()
Generated method - Getter of theStep.errorModeattribute.- Returns:
- the errorMode
-
setErrorMode
public void setErrorMode(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theStep.errorModeattribute.- Parameters:
value- the errorMode
-
setErrorMode
public void setErrorMode(EnumerationValue value)
Generated method - Setter of theStep.errorModeattribute.- Parameters:
value- the errorMode
-
isMarkModifiedDisabled
public boolean isMarkModifiedDisabled(Item referencedItem)
- Overrides:
isMarkModifiedDisabledin classItem
-
getSequenceNumber
public java.lang.Integer getSequenceNumber(SessionContext ctx)
Generated method - Getter of theStep.sequenceNumberattribute.- Returns:
- the sequenceNumber
-
getSequenceNumber
public java.lang.Integer getSequenceNumber()
Generated method - Getter of theStep.sequenceNumberattribute.- Returns:
- the sequenceNumber
-
getSequenceNumberAsPrimitive
public int getSequenceNumberAsPrimitive(SessionContext ctx)
Generated method - Getter of theStep.sequenceNumberattribute.- Returns:
- the sequenceNumber
-
getSequenceNumberAsPrimitive
public int getSequenceNumberAsPrimitive()
Generated method - Getter of theStep.sequenceNumberattribute.- Returns:
- the sequenceNumber
-
setSequenceNumber
public void setSequenceNumber(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theStep.sequenceNumberattribute.- Parameters:
value- the sequenceNumber
-
setSequenceNumber
public void setSequenceNumber(java.lang.Integer value)
Generated method - Setter of theStep.sequenceNumberattribute.- Parameters:
value- the sequenceNumber
-
setSequenceNumber
public void setSequenceNumber(SessionContext ctx, int value)
Generated method - Setter of theStep.sequenceNumberattribute.- Parameters:
value- the sequenceNumber
-
setSequenceNumber
public void setSequenceNumber(int value)
Generated method - Setter of theStep.sequenceNumberattribute.- Parameters:
value- the sequenceNumber
-
isSynchronous
public java.lang.Boolean isSynchronous(SessionContext ctx)
Generated method - Getter of theStep.synchronousattribute.- Returns:
- the synchronous
-
isSynchronous
public java.lang.Boolean isSynchronous()
Generated method - Getter of theStep.synchronousattribute.- Returns:
- the synchronous
-
isSynchronousAsPrimitive
public boolean isSynchronousAsPrimitive(SessionContext ctx)
Generated method - Getter of theStep.synchronousattribute.- Returns:
- the synchronous
-
isSynchronousAsPrimitive
public boolean isSynchronousAsPrimitive()
Generated method - Getter of theStep.synchronousattribute.- Returns:
- the synchronous
-
setSynchronous
public void setSynchronous(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theStep.synchronousattribute.- Parameters:
value- the synchronous
-
setSynchronous
public void setSynchronous(java.lang.Boolean value)
Generated method - Setter of theStep.synchronousattribute.- Parameters:
value- the synchronous
-
setSynchronous
public void setSynchronous(SessionContext ctx, boolean value)
Generated method - Setter of theStep.synchronousattribute.- Parameters:
value- the synchronous
-
setSynchronous
public void setSynchronous(boolean value)
Generated method - Setter of theStep.synchronousattribute.- Parameters:
value- the synchronous
-
-