Class OutboundSyncStreamConfigurationModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.deltadetection.model.StreamConfigurationModel
de.hybris.platform.outboundsync.model.OutboundSyncStreamConfigurationModel
- All Implemented Interfaces:
Serializable
Generated model class for type OutboundSyncStreamConfiguration first defined at extension outboundsync.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofOutboundSyncStreamConfiguration.outboundChannelConfigurationattribute defined at extensionoutboundsync.Fields inherited from class de.hybris.deltadetection.model.StreamConfigurationModel
_STREAMCONFIGURATIONCONTAINER2STREAMCONFIGURATION, ACTIVE, CONTAINER, EXCLUDEDTYPES, INFOEXPRESSION, ITEMTYPEFORSTREAM, STREAMID, VERSIONSELECTCLAUSE, WHERECLAUSEFields 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.OutboundSyncStreamConfigurationModel(StreamConfigurationContainerModel _container, ComposedTypeModel _itemTypeForStream, OutboundChannelConfigurationModel _outboundChannelConfiguration, ItemModel _owner, String _streamId) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOutboundSyncStreamConfigurationModel(StreamConfigurationContainerModel _container, ComposedTypeModel _itemTypeForStream, OutboundChannelConfigurationModel _outboundChannelConfiguration, String _streamId) 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 - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theOutboundSyncStreamConfiguration.outboundChannelConfigurationattribute defined at extensionoutboundsync.voidGenerated method - Setter ofOutboundSyncStreamConfiguration.outboundChannelConfigurationattribute defined at extensionoutboundsync.Methods inherited from class de.hybris.deltadetection.model.StreamConfigurationModel
getActive, getContainer, getExcludedTypes, getInfoExpression, getItemTypeForStream, getStreamId, getVersionSelectClause, getWhereClause, setActive, setContainer, setExcludedTypes, setInfoExpression, setItemTypeForStream, setStreamId, setVersionSelectClause, setWhereClauseMethods 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:
-
OUTBOUNDCHANNELCONFIGURATION
Generated constant - Attribute key ofOutboundSyncStreamConfiguration.outboundChannelConfigurationattribute defined at extensionoutboundsync.- See Also:
-
-
Constructor Details
-
OutboundSyncStreamConfigurationModel
public OutboundSyncStreamConfigurationModel()Generated constructor - Default constructor for generic creation. -
OutboundSyncStreamConfigurationModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
OutboundSyncStreamConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public OutboundSyncStreamConfigurationModel(StreamConfigurationContainerModel _container, ComposedTypeModel _itemTypeForStream, OutboundChannelConfigurationModel _outboundChannelConfiguration, String _streamId) 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:
_container- initial attribute declared by typeStreamConfigurationat extensiondeltadetection_itemTypeForStream- initial attribute declared by typeStreamConfigurationat extensiondeltadetection_outboundChannelConfiguration- initial attribute declared by typeOutboundSyncStreamConfigurationat extensionoutboundsync_streamId- initial attribute declared by typeStreamConfigurationat extensiondeltadetection
-
OutboundSyncStreamConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public OutboundSyncStreamConfigurationModel(StreamConfigurationContainerModel _container, ComposedTypeModel _itemTypeForStream, OutboundChannelConfigurationModel _outboundChannelConfiguration, ItemModel _owner, String _streamId) 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:
_container- initial attribute declared by typeStreamConfigurationat extensiondeltadetection_itemTypeForStream- initial attribute declared by typeStreamConfigurationat extensiondeltadetection_outboundChannelConfiguration- initial attribute declared by typeOutboundSyncStreamConfigurationat extensionoutboundsync_owner- initial attribute declared by typeItemat extensioncore_streamId- initial attribute declared by typeStreamConfigurationat extensiondeltadetection
-
-
Method Details
-
getOutboundChannelConfiguration
@Accessor(qualifier="outboundChannelConfiguration", type=GETTER) public OutboundChannelConfigurationModel getOutboundChannelConfiguration()Generated method - Getter of theOutboundSyncStreamConfiguration.outboundChannelConfigurationattribute defined at extensionoutboundsync.- Returns:
- the outboundChannelConfiguration
-
setOutboundChannelConfiguration
@Accessor(qualifier="outboundChannelConfiguration", type=SETTER) public void setOutboundChannelConfiguration(OutboundChannelConfigurationModel value) Generated method - Setter ofOutboundSyncStreamConfiguration.outboundChannelConfigurationattribute defined at extensionoutboundsync.- Parameters:
value- the outboundChannelConfiguration
-