Class OutboundSyncRetryModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.outboundsync.model.OutboundSyncRetryModel
-
- All Implemented Interfaces:
java.io.Serializable
public class OutboundSyncRetryModel extends ItemModel
Generated model class for type OutboundSyncRetry first defined at extension outboundsync.- 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_TYPECODEGenerated model type code constant.static java.lang.StringCHANNELGenerated constant - Attribute key ofOutboundSyncRetry.channelattribute defined at extensionoutboundsync.static java.lang.StringITEMPKGenerated constant - Attribute key ofOutboundSyncRetry.itemPkattribute defined at extensionoutboundsync.static java.lang.StringREACHEDMAXRETRIESGenerated constant - Attribute key ofOutboundSyncRetry.reachedMaxRetriesattribute defined at extensionoutboundsync.static java.lang.StringSYNCATTEMPTSGenerated constant - Attribute key ofOutboundSyncRetry.syncAttemptsattribute defined at extensionoutboundsync.-
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 OutboundSyncRetryModel()Generated constructor - Default constructor for generic creation.OutboundSyncRetryModel(OutboundChannelConfigurationModel _channel, java.lang.Long _itemPk)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOutboundSyncRetryModel(OutboundChannelConfigurationModel _channel, java.lang.Long _itemPk, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOutboundSyncRetryModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutboundChannelConfigurationModelgetChannel()Generated method - Getter of theOutboundSyncRetry.channelattribute defined at extensionoutboundsync.java.lang.LonggetItemPk()Generated method - Getter of theOutboundSyncRetry.itemPkattribute defined at extensionoutboundsync.java.lang.BooleangetReachedMaxRetries()Generated method - Getter of theOutboundSyncRetry.reachedMaxRetriesattribute defined at extensionoutboundsync.java.lang.IntegergetSyncAttempts()Generated method - Getter of theOutboundSyncRetry.syncAttemptsattribute defined at extensionoutboundsync.voidsetChannel(OutboundChannelConfigurationModel value)Generated method - Setter ofOutboundSyncRetry.channelattribute defined at extensionoutboundsync.voidsetItemPk(java.lang.Long value)Generated method - Setter ofOutboundSyncRetry.itemPkattribute defined at extensionoutboundsync.voidsetReachedMaxRetries(java.lang.Boolean value)Generated method - Setter ofOutboundSyncRetry.reachedMaxRetriesattribute defined at extensionoutboundsync.voidsetSyncAttempts(java.lang.Integer value)Generated method - Setter ofOutboundSyncRetry.syncAttemptsattribute defined at extensionoutboundsync.-
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
-
ITEMPK
public static final java.lang.String ITEMPK
Generated constant - Attribute key ofOutboundSyncRetry.itemPkattribute defined at extensionoutboundsync.- See Also:
- Constant Field Values
-
CHANNEL
public static final java.lang.String CHANNEL
Generated constant - Attribute key ofOutboundSyncRetry.channelattribute defined at extensionoutboundsync.- See Also:
- Constant Field Values
-
SYNCATTEMPTS
public static final java.lang.String SYNCATTEMPTS
Generated constant - Attribute key ofOutboundSyncRetry.syncAttemptsattribute defined at extensionoutboundsync.- See Also:
- Constant Field Values
-
REACHEDMAXRETRIES
public static final java.lang.String REACHEDMAXRETRIES
Generated constant - Attribute key ofOutboundSyncRetry.reachedMaxRetriesattribute defined at extensionoutboundsync.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OutboundSyncRetryModel
public OutboundSyncRetryModel()
Generated constructor - Default constructor for generic creation.
-
OutboundSyncRetryModel
public OutboundSyncRetryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
OutboundSyncRetryModel
@Deprecated(since="4.1.1", forRemoval=true) public OutboundSyncRetryModel(OutboundChannelConfigurationModel _channel, java.lang.Long _itemPk)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:
_channel- initial attribute declared by typeOutboundSyncRetryat extensionoutboundsync_itemPk- initial attribute declared by typeOutboundSyncRetryat extensionoutboundsync
-
OutboundSyncRetryModel
@Deprecated(since="4.1.1", forRemoval=true) public OutboundSyncRetryModel(OutboundChannelConfigurationModel _channel, java.lang.Long _itemPk, ItemModel _owner)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:
_channel- initial attribute declared by typeOutboundSyncRetryat extensionoutboundsync_itemPk- initial attribute declared by typeOutboundSyncRetryat extensionoutboundsync_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Detail
-
getChannel
@Accessor(qualifier="channel", type=GETTER) public OutboundChannelConfigurationModel getChannel()
Generated method - Getter of theOutboundSyncRetry.channelattribute defined at extensionoutboundsync.- Returns:
- the channel - Channel with the configuration including the Integration Object and the Destination for the synchronization
-
getItemPk
@Accessor(qualifier="itemPk", type=GETTER) public java.lang.Long getItemPk()
Generated method - Getter of theOutboundSyncRetry.itemPkattribute defined at extensionoutboundsync.- Returns:
- the itemPk
-
getReachedMaxRetries
@Accessor(qualifier="reachedMaxRetries", type=GETTER) public java.lang.Boolean getReachedMaxRetries()
Generated method - Getter of theOutboundSyncRetry.reachedMaxRetriesattribute defined at extensionoutboundsync.- Returns:
- the reachedMaxRetries - Indicates this retry record has reached the maximum number of retries
-
getSyncAttempts
@Accessor(qualifier="syncAttempts", type=GETTER) public java.lang.Integer getSyncAttempts()
Generated method - Getter of theOutboundSyncRetry.syncAttemptsattribute defined at extensionoutboundsync.- Returns:
- the syncAttempts - Number of attempts to synchronize, that will allow us to keep track of the max number of attempts that we want to perform
-
setChannel
@Accessor(qualifier="channel", type=SETTER) public void setChannel(OutboundChannelConfigurationModel value)
Generated method - Setter ofOutboundSyncRetry.channelattribute defined at extensionoutboundsync.- Parameters:
value- the channel - Channel with the configuration including the Integration Object and the Destination for the synchronization
-
setItemPk
@Accessor(qualifier="itemPk", type=SETTER) public void setItemPk(java.lang.Long value)
Generated method - Setter ofOutboundSyncRetry.itemPkattribute defined at extensionoutboundsync.- Parameters:
value- the itemPk
-
setReachedMaxRetries
@Accessor(qualifier="reachedMaxRetries", type=SETTER) public void setReachedMaxRetries(java.lang.Boolean value)
Generated method - Setter ofOutboundSyncRetry.reachedMaxRetriesattribute defined at extensionoutboundsync.- Parameters:
value- the reachedMaxRetries - Indicates this retry record has reached the maximum number of retries
-
setSyncAttempts
@Accessor(qualifier="syncAttempts", type=SETTER) public void setSyncAttempts(java.lang.Integer value)
Generated method - Setter ofOutboundSyncRetry.syncAttemptsattribute defined at extensionoutboundsync.- Parameters:
value- the syncAttempts - Number of attempts to synchronize, that will allow us to keep track of the max number of attempts that we want to perform
-
-