Package de.hybris.deltadetection.model
Class StreamConfigurationModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.deltadetection.model.StreamConfigurationModel
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
OutboundSyncStreamConfigurationModel
,Y2YStreamConfigurationModel
public class StreamConfigurationModel extends ItemModel
Generated model class for type StreamConfiguration first defined at extension deltadetection.- 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
_STREAMCONFIGURATIONCONTAINER2STREAMCONFIGURATION
Generated relation code constant for relationStreamConfigurationContainer2StreamConfiguration
defining source attributecontainer
in extensiondeltadetection
.static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
ACTIVE
Generated constant - Attribute key ofStreamConfiguration.active
attribute defined at extensiondeltadetection
.static java.lang.String
CONTAINER
Generated constant - Attribute key ofStreamConfiguration.container
attribute defined at extensiondeltadetection
.static java.lang.String
EXCLUDEDTYPES
Generated constant - Attribute key ofStreamConfiguration.excludedTypes
attribute defined at extensiondeltadetection
.static java.lang.String
INFOEXPRESSION
Generated constant - Attribute key ofStreamConfiguration.infoExpression
attribute defined at extensiondeltadetection
.static java.lang.String
ITEMTYPEFORSTREAM
Generated constant - Attribute key ofStreamConfiguration.itemTypeForStream
attribute defined at extensiondeltadetection
.static java.lang.String
STREAMID
Generated constant - Attribute key ofStreamConfiguration.streamId
attribute defined at extensiondeltadetection
.static java.lang.String
VERSIONSELECTCLAUSE
Generated constant - Attribute key ofStreamConfiguration.versionSelectClause
attribute defined at extensiondeltadetection
.static java.lang.String
WHERECLAUSE
Generated constant - Attribute key ofStreamConfiguration.whereClause
attribute defined at extensiondeltadetection
.-
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 StreamConfigurationModel()
Generated constructor - Default constructor for generic creation.StreamConfigurationModel(StreamConfigurationContainerModel _container, ComposedTypeModel _itemTypeForStream, ItemModel _owner, java.lang.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 parametersStreamConfigurationModel(StreamConfigurationContainerModel _container, ComposedTypeModel _itemTypeForStream, java.lang.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 parametersStreamConfigurationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
getActive()
Generated method - Getter of theStreamConfiguration.active
attribute defined at extensiondeltadetection
.StreamConfigurationContainerModel
getContainer()
Generated method - Getter of theStreamConfiguration.container
attribute defined at extensiondeltadetection
.java.util.Set<ComposedTypeModel>
getExcludedTypes()
Generated method - Getter of theStreamConfiguration.excludedTypes
attribute defined at extensiondeltadetection
.java.lang.String
getInfoExpression()
Generated method - Getter of theStreamConfiguration.infoExpression
attribute defined at extensiondeltadetection
.ComposedTypeModel
getItemTypeForStream()
Generated method - Getter of theStreamConfiguration.itemTypeForStream
attribute defined at extensiondeltadetection
.java.lang.String
getStreamId()
Generated method - Getter of theStreamConfiguration.streamId
attribute defined at extensiondeltadetection
.java.lang.String
getVersionSelectClause()
Generated method - Getter of theStreamConfiguration.versionSelectClause
attribute defined at extensiondeltadetection
.java.lang.String
getWhereClause()
Generated method - Getter of theStreamConfiguration.whereClause
attribute defined at extensiondeltadetection
.void
setActive(java.lang.Boolean value)
Generated method - Setter ofStreamConfiguration.active
attribute defined at extensiondeltadetection
.void
setContainer(StreamConfigurationContainerModel value)
Generated method - Initial setter ofStreamConfiguration.container
attribute defined at extensiondeltadetection
.void
setExcludedTypes(java.util.Set<ComposedTypeModel> value)
Generated method - Setter ofStreamConfiguration.excludedTypes
attribute defined at extensiondeltadetection
.void
setInfoExpression(java.lang.String value)
Generated method - Setter ofStreamConfiguration.infoExpression
attribute defined at extensiondeltadetection
.void
setItemTypeForStream(ComposedTypeModel value)
Generated method - Setter ofStreamConfiguration.itemTypeForStream
attribute defined at extensiondeltadetection
.void
setStreamId(java.lang.String value)
Generated method - Initial setter ofStreamConfiguration.streamId
attribute defined at extensiondeltadetection
.void
setVersionSelectClause(java.lang.String value)
Generated method - Setter ofStreamConfiguration.versionSelectClause
attribute defined at extensiondeltadetection
.void
setWhereClause(java.lang.String value)
Generated method - Setter ofStreamConfiguration.whereClause
attribute defined at extensiondeltadetection
.-
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
-
_STREAMCONFIGURATIONCONTAINER2STREAMCONFIGURATION
public static final java.lang.String _STREAMCONFIGURATIONCONTAINER2STREAMCONFIGURATION
Generated relation code constant for relationStreamConfigurationContainer2StreamConfiguration
defining source attributecontainer
in extensiondeltadetection
.- See Also:
- Constant Field Values
-
STREAMID
public static final java.lang.String STREAMID
Generated constant - Attribute key ofStreamConfiguration.streamId
attribute defined at extensiondeltadetection
.- See Also:
- Constant Field Values
-
ITEMTYPEFORSTREAM
public static final java.lang.String ITEMTYPEFORSTREAM
Generated constant - Attribute key ofStreamConfiguration.itemTypeForStream
attribute defined at extensiondeltadetection
.- See Also:
- Constant Field Values
-
WHERECLAUSE
public static final java.lang.String WHERECLAUSE
Generated constant - Attribute key ofStreamConfiguration.whereClause
attribute defined at extensiondeltadetection
.- See Also:
- Constant Field Values
-
VERSIONSELECTCLAUSE
public static final java.lang.String VERSIONSELECTCLAUSE
Generated constant - Attribute key ofStreamConfiguration.versionSelectClause
attribute defined at extensiondeltadetection
.- See Also:
- Constant Field Values
-
ACTIVE
public static final java.lang.String ACTIVE
Generated constant - Attribute key ofStreamConfiguration.active
attribute defined at extensiondeltadetection
.- See Also:
- Constant Field Values
-
INFOEXPRESSION
public static final java.lang.String INFOEXPRESSION
Generated constant - Attribute key ofStreamConfiguration.infoExpression
attribute defined at extensiondeltadetection
.- See Also:
- Constant Field Values
-
CONTAINER
public static final java.lang.String CONTAINER
Generated constant - Attribute key ofStreamConfiguration.container
attribute defined at extensiondeltadetection
.- See Also:
- Constant Field Values
-
EXCLUDEDTYPES
public static final java.lang.String EXCLUDEDTYPES
Generated constant - Attribute key ofStreamConfiguration.excludedTypes
attribute defined at extensiondeltadetection
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StreamConfigurationModel
public StreamConfigurationModel()
Generated constructor - Default constructor for generic creation.
-
StreamConfigurationModel
public StreamConfigurationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx
- the model context to be injected, must not be null
-
StreamConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public StreamConfigurationModel(StreamConfigurationContainerModel _container, ComposedTypeModel _itemTypeForStream, java.lang.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 typeStreamConfiguration
at extensiondeltadetection
_itemTypeForStream
- initial attribute declared by typeStreamConfiguration
at extensiondeltadetection
_streamId
- initial attribute declared by typeStreamConfiguration
at extensiondeltadetection
-
StreamConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public StreamConfigurationModel(StreamConfigurationContainerModel _container, ComposedTypeModel _itemTypeForStream, ItemModel _owner, java.lang.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 typeStreamConfiguration
at extensiondeltadetection
_itemTypeForStream
- initial attribute declared by typeStreamConfiguration
at extensiondeltadetection
_owner
- initial attribute declared by typeItem
at extensioncore
_streamId
- initial attribute declared by typeStreamConfiguration
at extensiondeltadetection
-
-
Method Detail
-
getActive
@Accessor(qualifier="active", type=GETTER) public java.lang.Boolean getActive()
Generated method - Getter of theStreamConfiguration.active
attribute defined at extensiondeltadetection
.- Returns:
- the active
-
getContainer
@Accessor(qualifier="container", type=GETTER) public StreamConfigurationContainerModel getContainer()
Generated method - Getter of theStreamConfiguration.container
attribute defined at extensiondeltadetection
.- Returns:
- the container
-
getExcludedTypes
@Accessor(qualifier="excludedTypes", type=GETTER) public java.util.Set<ComposedTypeModel> getExcludedTypes()
Generated method - Getter of theStreamConfiguration.excludedTypes
attribute defined at extensiondeltadetection
. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the excludedTypes
-
getInfoExpression
@Accessor(qualifier="infoExpression", type=GETTER) public java.lang.String getInfoExpression()
Generated method - Getter of theStreamConfiguration.infoExpression
attribute defined at extensiondeltadetection
.- Returns:
- the infoExpression
-
getItemTypeForStream
@Accessor(qualifier="itemTypeForStream", type=GETTER) public ComposedTypeModel getItemTypeForStream()
Generated method - Getter of theStreamConfiguration.itemTypeForStream
attribute defined at extensiondeltadetection
.- Returns:
- the itemTypeForStream
-
getStreamId
@Accessor(qualifier="streamId", type=GETTER) public java.lang.String getStreamId()
Generated method - Getter of theStreamConfiguration.streamId
attribute defined at extensiondeltadetection
.- Returns:
- the streamId
-
getVersionSelectClause
@Accessor(qualifier="versionSelectClause", type=GETTER) public java.lang.String getVersionSelectClause()
Generated method - Getter of theStreamConfiguration.versionSelectClause
attribute defined at extensiondeltadetection
.- Returns:
- the versionSelectClause
-
getWhereClause
@Accessor(qualifier="whereClause", type=GETTER) public java.lang.String getWhereClause()
Generated method - Getter of theStreamConfiguration.whereClause
attribute defined at extensiondeltadetection
.- Returns:
- the whereClause
-
setActive
@Accessor(qualifier="active", type=SETTER) public void setActive(java.lang.Boolean value)
Generated method - Setter ofStreamConfiguration.active
attribute defined at extensiondeltadetection
.- Parameters:
value
- the active
-
setContainer
@Accessor(qualifier="container", type=SETTER) public void setContainer(StreamConfigurationContainerModel value)
Generated method - Initial setter ofStreamConfiguration.container
attribute defined at extensiondeltadetection
. Can only be used at creation of model - before first save.- Parameters:
value
- the container
-
setExcludedTypes
@Accessor(qualifier="excludedTypes", type=SETTER) public void setExcludedTypes(java.util.Set<ComposedTypeModel> value)
Generated method - Setter ofStreamConfiguration.excludedTypes
attribute defined at extensiondeltadetection
.- Parameters:
value
- the excludedTypes
-
setInfoExpression
@Accessor(qualifier="infoExpression", type=SETTER) public void setInfoExpression(java.lang.String value)
Generated method - Setter ofStreamConfiguration.infoExpression
attribute defined at extensiondeltadetection
.- Parameters:
value
- the infoExpression
-
setItemTypeForStream
@Accessor(qualifier="itemTypeForStream", type=SETTER) public void setItemTypeForStream(ComposedTypeModel value)
Generated method - Setter ofStreamConfiguration.itemTypeForStream
attribute defined at extensiondeltadetection
.- Parameters:
value
- the itemTypeForStream
-
setStreamId
@Accessor(qualifier="streamId", type=SETTER) public void setStreamId(java.lang.String value)
Generated method - Initial setter ofStreamConfiguration.streamId
attribute defined at extensiondeltadetection
. Can only be used at creation of model - before first save.- Parameters:
value
- the streamId
-
setVersionSelectClause
@Accessor(qualifier="versionSelectClause", type=SETTER) public void setVersionSelectClause(java.lang.String value)
Generated method - Setter ofStreamConfiguration.versionSelectClause
attribute defined at extensiondeltadetection
.- Parameters:
value
- the versionSelectClause
-
-