Package de.hybris.y2ysync.model
Class Y2YDistributedProcessModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.processing.model.DistributedProcessModel
-
- de.hybris.y2ysync.model.Y2YDistributedProcessModel
-
- All Implemented Interfaces:
java.io.Serializable
public class Y2YDistributedProcessModel extends DistributedProcessModel
Generated model class for type Y2YDistributedProcess first defined at extension y2ysync.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
BATCHSIZE
Generated constant - Attribute key ofY2YDistributedProcess.batchSize
attribute defined at extensiony2ysync
.static java.lang.String
Y2YSYNCCRONJOB
Generated constant - Attribute key ofY2YDistributedProcess.y2ySyncCronJob
attribute defined at extensiony2ysync
.-
Fields inherited from class de.hybris.platform.processing.model.DistributedProcessModel
BATCHES, CODE, CURRENTEXECUTIONID, EXTENDEDSTATUS, HANDLERBEANID, NODEGROUP, PROGRESS, STATE, STATUS, STOPREQUESTED
-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description Y2YDistributedProcessModel()
Generated constructor - Default constructor for generic creation.Y2YDistributedProcessModel(int _batchSize, java.lang.String _code, java.lang.String _currentExecutionId, java.lang.String _handlerBeanId, java.lang.String _nodeGroup, ItemModel _owner, DistributedProcessState _state, Y2YSyncCronJobModel _y2ySyncCronJob)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersY2YDistributedProcessModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing contextY2YDistributedProcessModel(java.lang.String _code, java.lang.String _currentExecutionId, DistributedProcessState _state, Y2YSyncCronJobModel _y2ySyncCronJob)
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBatchSize()
Generated method - Getter of theY2YDistributedProcess.batchSize
attribute defined at extensiony2ysync
.Y2YSyncCronJobModel
getY2ySyncCronJob()
Generated method - Getter of theY2YDistributedProcess.y2ySyncCronJob
attribute defined at extensiony2ysync
.void
setBatchSize(int value)
Generated method - Initial setter ofY2YDistributedProcess.batchSize
attribute defined at extensiony2ysync
.void
setY2ySyncCronJob(Y2YSyncCronJobModel value)
Generated method - Setter ofY2YDistributedProcess.y2ySyncCronJob
attribute defined at extensiony2ysync
.-
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, setStopRequested
-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods 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 Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
BATCHSIZE
public static final java.lang.String BATCHSIZE
Generated constant - Attribute key ofY2YDistributedProcess.batchSize
attribute defined at extensiony2ysync
.- See Also:
- Constant Field Values
-
Y2YSYNCCRONJOB
public static final java.lang.String Y2YSYNCCRONJOB
Generated constant - Attribute key ofY2YDistributedProcess.y2ySyncCronJob
attribute defined at extensiony2ysync
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Y2YDistributedProcessModel
public Y2YDistributedProcessModel()
Generated constructor - Default constructor for generic creation.
-
Y2YDistributedProcessModel
public Y2YDistributedProcessModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx
- the model context to be injected, must not be null
-
Y2YDistributedProcessModel
@Deprecated(since="4.1.1", forRemoval=true) public Y2YDistributedProcessModel(java.lang.String _code, java.lang.String _currentExecutionId, DistributedProcessState _state, Y2YSyncCronJobModel _y2ySyncCronJob)
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 typeDistributedProcess
at extensionprocessing
_currentExecutionId
- initial attribute declared by typeDistributedProcess
at extensionprocessing
_state
- initial attribute declared by typeDistributedProcess
at extensionprocessing
_y2ySyncCronJob
- initial attribute declared by typeY2YDistributedProcess
at extensiony2ysync
-
Y2YDistributedProcessModel
@Deprecated(since="4.1.1", forRemoval=true) public Y2YDistributedProcessModel(int _batchSize, java.lang.String _code, java.lang.String _currentExecutionId, java.lang.String _handlerBeanId, java.lang.String _nodeGroup, ItemModel _owner, DistributedProcessState _state, Y2YSyncCronJobModel _y2ySyncCronJob)
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 typeY2YDistributedProcess
at extensiony2ysync
_code
- initial attribute declared by typeDistributedProcess
at extensionprocessing
_currentExecutionId
- initial attribute declared by typeDistributedProcess
at extensionprocessing
_handlerBeanId
- initial attribute declared by typeDistributedProcess
at extensionprocessing
_nodeGroup
- initial attribute declared by typeDistributedProcess
at extensionprocessing
_owner
- initial attribute declared by typeItem
at extensioncore
_state
- initial attribute declared by typeDistributedProcess
at extensionprocessing
_y2ySyncCronJob
- initial attribute declared by typeY2YDistributedProcess
at extensiony2ysync
-
-
Method Detail
-
getBatchSize
@Accessor(qualifier="batchSize", type=GETTER) public int getBatchSize()
Generated method - Getter of theY2YDistributedProcess.batchSize
attribute defined at extensiony2ysync
.- Returns:
- the batchSize
-
getY2ySyncCronJob
@Accessor(qualifier="y2ySyncCronJob", type=GETTER) public Y2YSyncCronJobModel getY2ySyncCronJob()
Generated method - Getter of theY2YDistributedProcess.y2ySyncCronJob
attribute defined at extensiony2ysync
.- Returns:
- the y2ySyncCronJob
-
setBatchSize
@Accessor(qualifier="batchSize", type=SETTER) public void setBatchSize(int value)
Generated method - Initial setter ofY2YDistributedProcess.batchSize
attribute defined at extensiony2ysync
. Can only be used at creation of model - before first save.- Parameters:
value
- the batchSize
-
setY2ySyncCronJob
@Accessor(qualifier="y2ySyncCronJob", type=SETTER) public void setY2ySyncCronJob(Y2YSyncCronJobModel value)
Generated method - Setter ofY2YDistributedProcess.y2ySyncCronJob
attribute defined at extensiony2ysync
.- Parameters:
value
- the y2ySyncCronJob
-
-