Class SimpleDistributedProcessModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.processing.model.DistributedProcessModel
de.hybris.platform.processing.model.SimpleDistributedProcessModel
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SolrIndexerDistributedProcessModel
Generated model class for type SimpleDistributedProcess first defined at extension processing.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSimpleDistributedProcess.batchSizeattribute defined at extensionprocessing.Fields inherited from class de.hybris.platform.processing.model.DistributedProcessModel
BATCHES, CODE, CURRENTEXECUTIONID, EXTENDEDSTATUS, HANDLERBEANID, NODEGROUP, PROGRESS, STATE, STATUS, STOPREQUESTEDFields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.SimpleDistributedProcessModel(int _batchSize, String _code, String _currentExecutionId, String _handlerBeanId, String _nodeGroup, ItemModel _owner, DistributedProcessState _state) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSimpleDistributedProcessModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextSimpleDistributedProcessModel(String _code, String _currentExecutionId, DistributedProcessState _state) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Method Summary
Modifier and TypeMethodDescriptionintGenerated method - Getter of theSimpleDistributedProcess.batchSizeattribute defined at extensionprocessing.voidsetBatchSize(int value) Generated method - Initial setter ofSimpleDistributedProcess.batchSizeattribute defined at extensionprocessing.Methods inherited from class de.hybris.platform.processing.model.DistributedProcessModel
getBatches, getCode, getCurrentExecutionId, getExtendedStatus, getHandlerBeanId, getNodeGroup, getProgress, getState, getStatus, isStopRequested, setBatches, setCode, setCurrentExecutionId, setExtendedStatus, setHandlerBeanId, setNodeGroup, setProgress, setState, setStatus, setStopRequestedMethods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
BATCHSIZE
Generated constant - Attribute key ofSimpleDistributedProcess.batchSizeattribute defined at extensionprocessing.- See Also:
-
-
Constructor Details
-
SimpleDistributedProcessModel
public SimpleDistributedProcessModel()Generated constructor - Default constructor for generic creation. -
SimpleDistributedProcessModel
public SimpleDistributedProcessModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SimpleDistributedProcessModel
@Deprecated(since="4.1.1", forRemoval=true) public SimpleDistributedProcessModel(String _code, String _currentExecutionId, DistributedProcessState _state) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_code- initial attribute declared by typeDistributedProcessat extensionprocessing_currentExecutionId- initial attribute declared by typeDistributedProcessat extensionprocessing_state- initial attribute declared by typeDistributedProcessat extensionprocessing
-
SimpleDistributedProcessModel
@Deprecated(since="4.1.1", forRemoval=true) public SimpleDistributedProcessModel(int _batchSize, String _code, String _currentExecutionId, String _handlerBeanId, String _nodeGroup, ItemModel _owner, DistributedProcessState _state) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_batchSize- initial attribute declared by typeSimpleDistributedProcessat extensionprocessing_code- initial attribute declared by typeDistributedProcessat extensionprocessing_currentExecutionId- initial attribute declared by typeDistributedProcessat extensionprocessing_handlerBeanId- initial attribute declared by typeDistributedProcessat extensionprocessing_nodeGroup- initial attribute declared by typeDistributedProcessat extensionprocessing_owner- initial attribute declared by typeItemat extensioncore_state- initial attribute declared by typeDistributedProcessat extensionprocessing
-
-
Method Details
-
getBatchSize
@Accessor(qualifier="batchSize", type=GETTER) public int getBatchSize()Generated method - Getter of theSimpleDistributedProcess.batchSizeattribute defined at extensionprocessing.- Returns:
- the batchSize
-
setBatchSize
@Accessor(qualifier="batchSize", type=SETTER) public void setBatchSize(int value) Generated method - Initial setter ofSimpleDistributedProcess.batchSizeattribute defined at extensionprocessing. Can only be used at creation of model - before first save.- Parameters:
value- the batchSize
-