Class GeneratedDistributedProcess
- 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.processing.jalo.GeneratedDistributedProcess
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
DistributedProcess
public abstract class GeneratedDistributedProcess extends GenericItem
Generated class for typeDistributedProcess.- 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.StringBATCHESQualifier of theDistributedProcess.batchesattributeprotected static OneToManyHandler<Batch>BATCHESHANDLEROneToManyHandlerfor handling 1:n BATCHES's relation attributes from 'many' side.static java.lang.StringCODEQualifier of theDistributedProcess.codeattributestatic java.lang.StringCURRENTEXECUTIONIDQualifier of theDistributedProcess.currentExecutionIdattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringEXTENDEDSTATUSQualifier of theDistributedProcess.extendedStatusattributestatic java.lang.StringHANDLERBEANIDQualifier of theDistributedProcess.handlerBeanIdattributestatic java.lang.StringNODEGROUPQualifier of theDistributedProcess.nodeGroupattributestatic java.lang.StringPROGRESSQualifier of theDistributedProcess.progressattributestatic java.lang.StringSTATEQualifier of theDistributedProcess.stateattributestatic java.lang.StringSTATUSQualifier of theDistributedProcess.statusattributestatic java.lang.StringSTOPREQUESTEDQualifier of theDistributedProcess.stopRequestedattribute-
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 GeneratedDistributedProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToBatches(SessionContext ctx, Batch value)Generated method - Addsvalueto batches.voidaddToBatches(Batch value)Generated method - Addsvalueto batches.java.util.Collection<Batch>getBatches()Generated method - Getter of theDistributedProcess.batchesattribute.java.util.Collection<Batch>getBatches(SessionContext ctx)Generated method - Getter of theDistributedProcess.batchesattribute.java.lang.StringgetCode()Generated method - Getter of theDistributedProcess.codeattribute.java.lang.StringgetCode(SessionContext ctx)Generated method - Getter of theDistributedProcess.codeattribute.java.lang.StringgetCurrentExecutionId()Generated method - Getter of theDistributedProcess.currentExecutionIdattribute.java.lang.StringgetCurrentExecutionId(SessionContext ctx)Generated method - Getter of theDistributedProcess.currentExecutionIdattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.lang.StringgetExtendedStatus()Generated method - Getter of theDistributedProcess.extendedStatusattribute.java.lang.StringgetExtendedStatus(SessionContext ctx)Generated method - Getter of theDistributedProcess.extendedStatusattribute.java.lang.StringgetHandlerBeanId()Generated method - Getter of theDistributedProcess.handlerBeanIdattribute.java.lang.StringgetHandlerBeanId(SessionContext ctx)Generated method - Getter of theDistributedProcess.handlerBeanIdattribute.java.lang.StringgetNodeGroup()Generated method - Getter of theDistributedProcess.nodeGroupattribute.java.lang.StringgetNodeGroup(SessionContext ctx)Generated method - Getter of theDistributedProcess.nodeGroupattribute.java.lang.DoublegetProgress()Generated method - Getter of theDistributedProcess.progressattribute.java.lang.DoublegetProgress(SessionContext ctx)Generated method - Getter of theDistributedProcess.progressattribute.doublegetProgressAsPrimitive()Generated method - Getter of theDistributedProcess.progressattribute.doublegetProgressAsPrimitive(SessionContext ctx)Generated method - Getter of theDistributedProcess.progressattribute.EnumerationValuegetState()Generated method - Getter of theDistributedProcess.stateattribute.EnumerationValuegetState(SessionContext ctx)Generated method - Getter of theDistributedProcess.stateattribute.java.lang.StringgetStatus()Generated method - Getter of theDistributedProcess.statusattribute.java.lang.StringgetStatus(SessionContext ctx)Generated method - Getter of theDistributedProcess.statusattribute.java.lang.BooleanisStopRequested()Generated method - Getter of theDistributedProcess.stopRequestedattribute.java.lang.BooleanisStopRequested(SessionContext ctx)Generated method - Getter of theDistributedProcess.stopRequestedattribute.booleanisStopRequestedAsPrimitive()Generated method - Getter of theDistributedProcess.stopRequestedattribute.booleanisStopRequestedAsPrimitive(SessionContext ctx)Generated method - Getter of theDistributedProcess.stopRequestedattribute.voidremoveFromBatches(SessionContext ctx, Batch value)Generated method - Removesvaluefrom batches.voidremoveFromBatches(Batch value)Generated method - Removesvaluefrom batches.voidsetBatches(SessionContext ctx, java.util.Collection<Batch> value)Generated method - Setter of theDistributedProcess.batchesattribute.voidsetBatches(java.util.Collection<Batch> value)Generated method - Setter of theDistributedProcess.batchesattribute.protected voidsetCode(SessionContext ctx, java.lang.String value)Generated method - Setter of theDistributedProcess.codeattribute.protected voidsetCode(java.lang.String value)Generated method - Setter of theDistributedProcess.codeattribute.voidsetCurrentExecutionId(SessionContext ctx, java.lang.String value)Generated method - Setter of theDistributedProcess.currentExecutionIdattribute.voidsetCurrentExecutionId(java.lang.String value)Generated method - Setter of theDistributedProcess.currentExecutionIdattribute.voidsetExtendedStatus(SessionContext ctx, java.lang.String value)Generated method - Setter of theDistributedProcess.extendedStatusattribute.voidsetExtendedStatus(java.lang.String value)Generated method - Setter of theDistributedProcess.extendedStatusattribute.protected voidsetHandlerBeanId(SessionContext ctx, java.lang.String value)Generated method - Setter of theDistributedProcess.handlerBeanIdattribute.protected voidsetHandlerBeanId(java.lang.String value)Generated method - Setter of theDistributedProcess.handlerBeanIdattribute.protected voidsetNodeGroup(SessionContext ctx, java.lang.String value)Generated method - Setter of theDistributedProcess.nodeGroupattribute.protected voidsetNodeGroup(java.lang.String value)Generated method - Setter of theDistributedProcess.nodeGroupattribute.voidsetProgress(double value)Generated method - Setter of theDistributedProcess.progressattribute.voidsetProgress(SessionContext ctx, double value)Generated method - Setter of theDistributedProcess.progressattribute.voidsetProgress(SessionContext ctx, java.lang.Double value)Generated method - Setter of theDistributedProcess.progressattribute.voidsetProgress(java.lang.Double value)Generated method - Setter of theDistributedProcess.progressattribute.voidsetState(EnumerationValue value)Generated method - Setter of theDistributedProcess.stateattribute.voidsetState(SessionContext ctx, EnumerationValue value)Generated method - Setter of theDistributedProcess.stateattribute.voidsetStatus(SessionContext ctx, java.lang.String value)Generated method - Setter of theDistributedProcess.statusattribute.voidsetStatus(java.lang.String value)Generated method - Setter of theDistributedProcess.statusattribute.voidsetStopRequested(boolean value)Generated method - Setter of theDistributedProcess.stopRequestedattribute.voidsetStopRequested(SessionContext ctx, boolean value)Generated method - Setter of theDistributedProcess.stopRequestedattribute.voidsetStopRequested(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theDistributedProcess.stopRequestedattribute.voidsetStopRequested(java.lang.Boolean value)Generated method - Setter of theDistributedProcess.stopRequestedattribute.-
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 theDistributedProcess.codeattribute- See Also:
- Constant Field Values
-
HANDLERBEANID
public static final java.lang.String HANDLERBEANID
Qualifier of theDistributedProcess.handlerBeanIdattribute- See Also:
- Constant Field Values
-
CURRENTEXECUTIONID
public static final java.lang.String CURRENTEXECUTIONID
Qualifier of theDistributedProcess.currentExecutionIdattribute- See Also:
- Constant Field Values
-
STATE
public static final java.lang.String STATE
Qualifier of theDistributedProcess.stateattribute- See Also:
- Constant Field Values
-
STOPREQUESTED
public static final java.lang.String STOPREQUESTED
Qualifier of theDistributedProcess.stopRequestedattribute- See Also:
- Constant Field Values
-
NODEGROUP
public static final java.lang.String NODEGROUP
Qualifier of theDistributedProcess.nodeGroupattribute- See Also:
- Constant Field Values
-
STATUS
public static final java.lang.String STATUS
Qualifier of theDistributedProcess.statusattribute- See Also:
- Constant Field Values
-
EXTENDEDSTATUS
public static final java.lang.String EXTENDEDSTATUS
Qualifier of theDistributedProcess.extendedStatusattribute- See Also:
- Constant Field Values
-
PROGRESS
public static final java.lang.String PROGRESS
Qualifier of theDistributedProcess.progressattribute- See Also:
- Constant Field Values
-
BATCHES
public static final java.lang.String BATCHES
Qualifier of theDistributedProcess.batchesattribute- See Also:
- Constant Field Values
-
BATCHESHANDLER
protected static final OneToManyHandler<Batch> BATCHESHANDLER
OneToManyHandlerfor handling 1:n BATCHES's relation attributes from 'many' side.
-
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
-
getBatches
public java.util.Collection<Batch> getBatches(SessionContext ctx)
Generated method - Getter of theDistributedProcess.batchesattribute.- Returns:
- the batches
-
getBatches
public java.util.Collection<Batch> getBatches()
Generated method - Getter of theDistributedProcess.batchesattribute.- Returns:
- the batches
-
setBatches
public void setBatches(SessionContext ctx, java.util.Collection<Batch> value)
Generated method - Setter of theDistributedProcess.batchesattribute.- Parameters:
value- the batches
-
setBatches
public void setBatches(java.util.Collection<Batch> value)
Generated method - Setter of theDistributedProcess.batchesattribute.- Parameters:
value- the batches
-
addToBatches
public void addToBatches(SessionContext ctx, Batch value)
Generated method - Addsvalueto batches.- Parameters:
value- the item to add to batches
-
addToBatches
public void addToBatches(Batch value)
Generated method - Addsvalueto batches.- Parameters:
value- the item to add to batches
-
removeFromBatches
public void removeFromBatches(SessionContext ctx, Batch value)
Generated method - Removesvaluefrom batches.- Parameters:
value- the item to remove from batches
-
removeFromBatches
public void removeFromBatches(Batch value)
Generated method - Removesvaluefrom batches.- Parameters:
value- the item to remove from batches
-
getCode
public java.lang.String getCode(SessionContext ctx)
Generated method - Getter of theDistributedProcess.codeattribute.- Returns:
- the code
-
getCode
public java.lang.String getCode()
Generated method - Getter of theDistributedProcess.codeattribute.- Returns:
- the code
-
setCode
protected void setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theDistributedProcess.codeattribute.- Parameters:
value- the code
-
setCode
protected void setCode(java.lang.String value)
Generated method - Setter of theDistributedProcess.codeattribute.- Parameters:
value- the code
-
getCurrentExecutionId
public java.lang.String getCurrentExecutionId(SessionContext ctx)
Generated method - Getter of theDistributedProcess.currentExecutionIdattribute.- Returns:
- the currentExecutionId
-
getCurrentExecutionId
public java.lang.String getCurrentExecutionId()
Generated method - Getter of theDistributedProcess.currentExecutionIdattribute.- Returns:
- the currentExecutionId
-
setCurrentExecutionId
public void setCurrentExecutionId(SessionContext ctx, java.lang.String value)
Generated method - Setter of theDistributedProcess.currentExecutionIdattribute.- Parameters:
value- the currentExecutionId
-
setCurrentExecutionId
public void setCurrentExecutionId(java.lang.String value)
Generated method - Setter of theDistributedProcess.currentExecutionIdattribute.- Parameters:
value- the currentExecutionId
-
getExtendedStatus
public java.lang.String getExtendedStatus(SessionContext ctx)
Generated method - Getter of theDistributedProcess.extendedStatusattribute.- Returns:
- the extendedStatus
-
getExtendedStatus
public java.lang.String getExtendedStatus()
Generated method - Getter of theDistributedProcess.extendedStatusattribute.- Returns:
- the extendedStatus
-
setExtendedStatus
public void setExtendedStatus(SessionContext ctx, java.lang.String value)
Generated method - Setter of theDistributedProcess.extendedStatusattribute.- Parameters:
value- the extendedStatus
-
setExtendedStatus
public void setExtendedStatus(java.lang.String value)
Generated method - Setter of theDistributedProcess.extendedStatusattribute.- Parameters:
value- the extendedStatus
-
getHandlerBeanId
public java.lang.String getHandlerBeanId(SessionContext ctx)
Generated method - Getter of theDistributedProcess.handlerBeanIdattribute.- Returns:
- the handlerBeanId
-
getHandlerBeanId
public java.lang.String getHandlerBeanId()
Generated method - Getter of theDistributedProcess.handlerBeanIdattribute.- Returns:
- the handlerBeanId
-
setHandlerBeanId
protected void setHandlerBeanId(SessionContext ctx, java.lang.String value)
Generated method - Setter of theDistributedProcess.handlerBeanIdattribute.- Parameters:
value- the handlerBeanId
-
setHandlerBeanId
protected void setHandlerBeanId(java.lang.String value)
Generated method - Setter of theDistributedProcess.handlerBeanIdattribute.- Parameters:
value- the handlerBeanId
-
getNodeGroup
public java.lang.String getNodeGroup(SessionContext ctx)
Generated method - Getter of theDistributedProcess.nodeGroupattribute.- Returns:
- the nodeGroup
-
getNodeGroup
public java.lang.String getNodeGroup()
Generated method - Getter of theDistributedProcess.nodeGroupattribute.- Returns:
- the nodeGroup
-
setNodeGroup
protected void setNodeGroup(SessionContext ctx, java.lang.String value)
Generated method - Setter of theDistributedProcess.nodeGroupattribute.- Parameters:
value- the nodeGroup
-
setNodeGroup
protected void setNodeGroup(java.lang.String value)
Generated method - Setter of theDistributedProcess.nodeGroupattribute.- Parameters:
value- the nodeGroup
-
getProgress
public java.lang.Double getProgress(SessionContext ctx)
Generated method - Getter of theDistributedProcess.progressattribute.- Returns:
- the progress
-
getProgress
public java.lang.Double getProgress()
Generated method - Getter of theDistributedProcess.progressattribute.- Returns:
- the progress
-
getProgressAsPrimitive
public double getProgressAsPrimitive(SessionContext ctx)
Generated method - Getter of theDistributedProcess.progressattribute.- Returns:
- the progress
-
getProgressAsPrimitive
public double getProgressAsPrimitive()
Generated method - Getter of theDistributedProcess.progressattribute.- Returns:
- the progress
-
setProgress
public void setProgress(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theDistributedProcess.progressattribute.- Parameters:
value- the progress
-
setProgress
public void setProgress(java.lang.Double value)
Generated method - Setter of theDistributedProcess.progressattribute.- Parameters:
value- the progress
-
setProgress
public void setProgress(SessionContext ctx, double value)
Generated method - Setter of theDistributedProcess.progressattribute.- Parameters:
value- the progress
-
setProgress
public void setProgress(double value)
Generated method - Setter of theDistributedProcess.progressattribute.- Parameters:
value- the progress
-
getState
public EnumerationValue getState(SessionContext ctx)
Generated method - Getter of theDistributedProcess.stateattribute.- Returns:
- the state
-
getState
public EnumerationValue getState()
Generated method - Getter of theDistributedProcess.stateattribute.- Returns:
- the state
-
setState
public void setState(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theDistributedProcess.stateattribute.- Parameters:
value- the state
-
setState
public void setState(EnumerationValue value)
Generated method - Setter of theDistributedProcess.stateattribute.- Parameters:
value- the state
-
getStatus
public java.lang.String getStatus(SessionContext ctx)
Generated method - Getter of theDistributedProcess.statusattribute.- Returns:
- the status
-
getStatus
public java.lang.String getStatus()
Generated method - Getter of theDistributedProcess.statusattribute.- Returns:
- the status
-
setStatus
public void setStatus(SessionContext ctx, java.lang.String value)
Generated method - Setter of theDistributedProcess.statusattribute.- Parameters:
value- the status
-
setStatus
public void setStatus(java.lang.String value)
Generated method - Setter of theDistributedProcess.statusattribute.- Parameters:
value- the status
-
isStopRequested
public java.lang.Boolean isStopRequested(SessionContext ctx)
Generated method - Getter of theDistributedProcess.stopRequestedattribute.- Returns:
- the stopRequested
-
isStopRequested
public java.lang.Boolean isStopRequested()
Generated method - Getter of theDistributedProcess.stopRequestedattribute.- Returns:
- the stopRequested
-
isStopRequestedAsPrimitive
public boolean isStopRequestedAsPrimitive(SessionContext ctx)
Generated method - Getter of theDistributedProcess.stopRequestedattribute.- Returns:
- the stopRequested
-
isStopRequestedAsPrimitive
public boolean isStopRequestedAsPrimitive()
Generated method - Getter of theDistributedProcess.stopRequestedattribute.- Returns:
- the stopRequested
-
setStopRequested
public void setStopRequested(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theDistributedProcess.stopRequestedattribute.- Parameters:
value- the stopRequested
-
setStopRequested
public void setStopRequested(java.lang.Boolean value)
Generated method - Setter of theDistributedProcess.stopRequestedattribute.- Parameters:
value- the stopRequested
-
setStopRequested
public void setStopRequested(SessionContext ctx, boolean value)
Generated method - Setter of theDistributedProcess.stopRequestedattribute.- Parameters:
value- the stopRequested
-
setStopRequested
public void setStopRequested(boolean value)
Generated method - Setter of theDistributedProcess.stopRequestedattribute.- Parameters:
value- the stopRequested
-
-