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:
Serializable
- Direct Known Subclasses:
OutboundSyncStreamConfigurationModel,Y2YStreamConfigurationModel
Generated model class for type StreamConfiguration first defined at extension deltadetection.
- 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 relation code constant for relationStreamConfigurationContainer2StreamConfigurationdefining source attributecontainerin extensiondeltadetection.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofStreamConfiguration.activeattribute defined at extensiondeltadetection.static final StringGenerated constant - Attribute key ofStreamConfiguration.containerattribute defined at extensiondeltadetection.static final StringGenerated constant - Attribute key ofStreamConfiguration.excludedTypesattribute defined at extensiondeltadetection.static final StringGenerated constant - Attribute key ofStreamConfiguration.infoExpressionattribute defined at extensiondeltadetection.static final StringGenerated constant - Attribute key ofStreamConfiguration.itemTypeForStreamattribute defined at extensiondeltadetection.static final StringGenerated constant - Attribute key ofStreamConfiguration.streamIdattribute defined at extensiondeltadetection.static final StringGenerated constant - Attribute key ofStreamConfiguration.versionSelectClauseattribute defined at extensiondeltadetection.static final StringGenerated constant - Attribute key ofStreamConfiguration.whereClauseattribute defined at extensiondeltadetection.Fields 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.StreamConfigurationModel(StreamConfigurationContainerModel _container, ComposedTypeModel _itemTypeForStream, 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 parametersStreamConfigurationModel(StreamConfigurationContainerModel _container, ComposedTypeModel _itemTypeForStream, 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 theStreamConfiguration.activeattribute defined at extensiondeltadetection.Generated method - Getter of theStreamConfiguration.containerattribute defined at extensiondeltadetection.Generated method - Getter of theStreamConfiguration.excludedTypesattribute defined at extensiondeltadetection.Generated method - Getter of theStreamConfiguration.infoExpressionattribute defined at extensiondeltadetection.Generated method - Getter of theStreamConfiguration.itemTypeForStreamattribute defined at extensiondeltadetection.Generated method - Getter of theStreamConfiguration.streamIdattribute defined at extensiondeltadetection.Generated method - Getter of theStreamConfiguration.versionSelectClauseattribute defined at extensiondeltadetection.Generated method - Getter of theStreamConfiguration.whereClauseattribute defined at extensiondeltadetection.voidGenerated method - Setter ofStreamConfiguration.activeattribute defined at extensiondeltadetection.voidGenerated method - Initial setter ofStreamConfiguration.containerattribute defined at extensiondeltadetection.voidsetExcludedTypes(Set<ComposedTypeModel> value) Generated method - Setter ofStreamConfiguration.excludedTypesattribute defined at extensiondeltadetection.voidsetInfoExpression(String value) Generated method - Setter ofStreamConfiguration.infoExpressionattribute defined at extensiondeltadetection.voidGenerated method - Setter ofStreamConfiguration.itemTypeForStreamattribute defined at extensiondeltadetection.voidsetStreamId(String value) Generated method - Initial setter ofStreamConfiguration.streamIdattribute defined at extensiondeltadetection.voidsetVersionSelectClause(String value) Generated method - Setter ofStreamConfiguration.versionSelectClauseattribute defined at extensiondeltadetection.voidsetWhereClause(String value) Generated method - Setter ofStreamConfiguration.whereClauseattribute defined at extensiondeltadetection.Methods 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:
-
_STREAMCONFIGURATIONCONTAINER2STREAMCONFIGURATION
Generated relation code constant for relationStreamConfigurationContainer2StreamConfigurationdefining source attributecontainerin extensiondeltadetection.- See Also:
-
STREAMID
Generated constant - Attribute key ofStreamConfiguration.streamIdattribute defined at extensiondeltadetection.- See Also:
-
ITEMTYPEFORSTREAM
Generated constant - Attribute key ofStreamConfiguration.itemTypeForStreamattribute defined at extensiondeltadetection.- See Also:
-
WHERECLAUSE
Generated constant - Attribute key ofStreamConfiguration.whereClauseattribute defined at extensiondeltadetection.- See Also:
-
VERSIONSELECTCLAUSE
Generated constant - Attribute key ofStreamConfiguration.versionSelectClauseattribute defined at extensiondeltadetection.- See Also:
-
ACTIVE
Generated constant - Attribute key ofStreamConfiguration.activeattribute defined at extensiondeltadetection.- See Also:
-
INFOEXPRESSION
Generated constant - Attribute key ofStreamConfiguration.infoExpressionattribute defined at extensiondeltadetection.- See Also:
-
CONTAINER
Generated constant - Attribute key ofStreamConfiguration.containerattribute defined at extensiondeltadetection.- See Also:
-
EXCLUDEDTYPES
Generated constant - Attribute key ofStreamConfiguration.excludedTypesattribute defined at extensiondeltadetection.- See Also:
-
-
Constructor Details
-
StreamConfigurationModel
public StreamConfigurationModel()Generated constructor - Default constructor for generic creation. -
StreamConfigurationModel
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, 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_streamId- initial attribute declared by typeStreamConfigurationat extensiondeltadetection
-
StreamConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public StreamConfigurationModel(StreamConfigurationContainerModel _container, ComposedTypeModel _itemTypeForStream, 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_owner- initial attribute declared by typeItemat extensioncore_streamId- initial attribute declared by typeStreamConfigurationat extensiondeltadetection
-
-
Method Details
-
getActive
Generated method - Getter of theStreamConfiguration.activeattribute defined at extensiondeltadetection.- Returns:
- the active
-
getContainer
@Accessor(qualifier="container", type=GETTER) public StreamConfigurationContainerModel getContainer()Generated method - Getter of theStreamConfiguration.containerattribute defined at extensiondeltadetection.- Returns:
- the container
-
getExcludedTypes
Generated method - Getter of theStreamConfiguration.excludedTypesattribute defined at extensiondeltadetection. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the excludedTypes
-
getInfoExpression
Generated method - Getter of theStreamConfiguration.infoExpressionattribute defined at extensiondeltadetection.- Returns:
- the infoExpression
-
getItemTypeForStream
@Accessor(qualifier="itemTypeForStream", type=GETTER) public ComposedTypeModel getItemTypeForStream()Generated method - Getter of theStreamConfiguration.itemTypeForStreamattribute defined at extensiondeltadetection.- Returns:
- the itemTypeForStream
-
getStreamId
Generated method - Getter of theStreamConfiguration.streamIdattribute defined at extensiondeltadetection.- Returns:
- the streamId
-
getVersionSelectClause
Generated method - Getter of theStreamConfiguration.versionSelectClauseattribute defined at extensiondeltadetection.- Returns:
- the versionSelectClause
-
getWhereClause
Generated method - Getter of theStreamConfiguration.whereClauseattribute defined at extensiondeltadetection.- Returns:
- the whereClause
-
setActive
Generated method - Setter ofStreamConfiguration.activeattribute defined at extensiondeltadetection.- Parameters:
value- the active
-
setContainer
@Accessor(qualifier="container", type=SETTER) public void setContainer(StreamConfigurationContainerModel value) Generated method - Initial setter ofStreamConfiguration.containerattribute 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(Set<ComposedTypeModel> value) Generated method - Setter ofStreamConfiguration.excludedTypesattribute defined at extensiondeltadetection.- Parameters:
value- the excludedTypes
-
setInfoExpression
Generated method - Setter ofStreamConfiguration.infoExpressionattribute defined at extensiondeltadetection.- Parameters:
value- the infoExpression
-
setItemTypeForStream
@Accessor(qualifier="itemTypeForStream", type=SETTER) public void setItemTypeForStream(ComposedTypeModel value) Generated method - Setter ofStreamConfiguration.itemTypeForStreamattribute defined at extensiondeltadetection.- Parameters:
value- the itemTypeForStream
-
setStreamId
Generated method - Initial setter ofStreamConfiguration.streamIdattribute 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(String value) Generated method - Setter ofStreamConfiguration.versionSelectClauseattribute defined at extensiondeltadetection.- Parameters:
value- the versionSelectClause
-
setWhereClause
Generated method - Setter ofStreamConfiguration.whereClauseattribute defined at extensiondeltadetection.- Parameters:
value- the whereClause
-