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_STREAMCONFIGURATIONCONTAINER2STREAMCONFIGURATIONGenerated relation code constant for relationStreamConfigurationContainer2StreamConfigurationdefining source attributecontainerin extensiondeltadetection.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringACTIVEGenerated constant - Attribute key ofStreamConfiguration.activeattribute defined at extensiondeltadetection.static java.lang.StringCONTAINERGenerated constant - Attribute key ofStreamConfiguration.containerattribute defined at extensiondeltadetection.static java.lang.StringEXCLUDEDTYPESGenerated constant - Attribute key ofStreamConfiguration.excludedTypesattribute defined at extensiondeltadetection.static java.lang.StringINFOEXPRESSIONGenerated constant - Attribute key ofStreamConfiguration.infoExpressionattribute defined at extensiondeltadetection.static java.lang.StringITEMTYPEFORSTREAMGenerated constant - Attribute key ofStreamConfiguration.itemTypeForStreamattribute defined at extensiondeltadetection.static java.lang.StringSTREAMIDGenerated constant - Attribute key ofStreamConfiguration.streamIdattribute defined at extensiondeltadetection.static java.lang.StringVERSIONSELECTCLAUSEGenerated constant - Attribute key ofStreamConfiguration.versionSelectClauseattribute defined at extensiondeltadetection.static java.lang.StringWHERECLAUSEGenerated 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, 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.BooleangetActive()Generated method - Getter of theStreamConfiguration.activeattribute defined at extensiondeltadetection.StreamConfigurationContainerModelgetContainer()Generated method - Getter of theStreamConfiguration.containerattribute defined at extensiondeltadetection.java.util.Set<ComposedTypeModel>getExcludedTypes()Generated method - Getter of theStreamConfiguration.excludedTypesattribute defined at extensiondeltadetection.java.lang.StringgetInfoExpression()Generated method - Getter of theStreamConfiguration.infoExpressionattribute defined at extensiondeltadetection.ComposedTypeModelgetItemTypeForStream()Generated method - Getter of theStreamConfiguration.itemTypeForStreamattribute defined at extensiondeltadetection.java.lang.StringgetStreamId()Generated method - Getter of theStreamConfiguration.streamIdattribute defined at extensiondeltadetection.java.lang.StringgetVersionSelectClause()Generated method - Getter of theStreamConfiguration.versionSelectClauseattribute defined at extensiondeltadetection.java.lang.StringgetWhereClause()Generated method - Getter of theStreamConfiguration.whereClauseattribute defined at extensiondeltadetection.voidsetActive(java.lang.Boolean value)Generated method - Setter ofStreamConfiguration.activeattribute defined at extensiondeltadetection.voidsetContainer(StreamConfigurationContainerModel value)Generated method - Initial setter ofStreamConfiguration.containerattribute defined at extensiondeltadetection.voidsetExcludedTypes(java.util.Set<ComposedTypeModel> value)Generated method - Setter ofStreamConfiguration.excludedTypesattribute defined at extensiondeltadetection.voidsetInfoExpression(java.lang.String value)Generated method - Setter ofStreamConfiguration.infoExpressionattribute defined at extensiondeltadetection.voidsetItemTypeForStream(ComposedTypeModel value)Generated method - Setter ofStreamConfiguration.itemTypeForStreamattribute defined at extensiondeltadetection.voidsetStreamId(java.lang.String value)Generated method - Initial setter ofStreamConfiguration.streamIdattribute defined at extensiondeltadetection.voidsetVersionSelectClause(java.lang.String value)Generated method - Setter ofStreamConfiguration.versionSelectClauseattribute defined at extensiondeltadetection.voidsetWhereClause(java.lang.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, 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 relationStreamConfigurationContainer2StreamConfigurationdefining source attributecontainerin extensiondeltadetection.- See Also:
- Constant Field Values
-
STREAMID
public static final java.lang.String STREAMID
Generated constant - Attribute key ofStreamConfiguration.streamIdattribute defined at extensiondeltadetection.- See Also:
- Constant Field Values
-
ITEMTYPEFORSTREAM
public static final java.lang.String ITEMTYPEFORSTREAM
Generated constant - Attribute key ofStreamConfiguration.itemTypeForStreamattribute defined at extensiondeltadetection.- See Also:
- Constant Field Values
-
WHERECLAUSE
public static final java.lang.String WHERECLAUSE
Generated constant - Attribute key ofStreamConfiguration.whereClauseattribute defined at extensiondeltadetection.- See Also:
- Constant Field Values
-
VERSIONSELECTCLAUSE
public static final java.lang.String VERSIONSELECTCLAUSE
Generated constant - Attribute key ofStreamConfiguration.versionSelectClauseattribute defined at extensiondeltadetection.- See Also:
- Constant Field Values
-
ACTIVE
public static final java.lang.String ACTIVE
Generated constant - Attribute key ofStreamConfiguration.activeattribute defined at extensiondeltadetection.- See Also:
- Constant Field Values
-
INFOEXPRESSION
public static final java.lang.String INFOEXPRESSION
Generated constant - Attribute key ofStreamConfiguration.infoExpressionattribute defined at extensiondeltadetection.- See Also:
- Constant Field Values
-
CONTAINER
public static final java.lang.String CONTAINER
Generated constant - Attribute key ofStreamConfiguration.containerattribute defined at extensiondeltadetection.- See Also:
- Constant Field Values
-
EXCLUDEDTYPES
public static final java.lang.String EXCLUDEDTYPES
Generated constant - Attribute key ofStreamConfiguration.excludedTypesattribute 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 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, 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 typeStreamConfigurationat extensiondeltadetection_itemTypeForStream- initial attribute declared by typeStreamConfigurationat extensiondeltadetection_owner- initial attribute declared by typeItemat extensioncore_streamId- initial attribute declared by typeStreamConfigurationat extensiondeltadetection
-
-
Method Detail
-
getActive
@Accessor(qualifier="active", type=GETTER) public java.lang.Boolean 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
@Accessor(qualifier="excludedTypes", type=GETTER) public java.util.Set<ComposedTypeModel> 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
@Accessor(qualifier="infoExpression", type=GETTER) public java.lang.String 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
@Accessor(qualifier="streamId", type=GETTER) public java.lang.String getStreamId()
Generated method - Getter of theStreamConfiguration.streamIdattribute defined at extensiondeltadetection.- Returns:
- the streamId
-
getVersionSelectClause
@Accessor(qualifier="versionSelectClause", type=GETTER) public java.lang.String getVersionSelectClause()
Generated method - Getter of theStreamConfiguration.versionSelectClauseattribute defined at extensiondeltadetection.- Returns:
- the versionSelectClause
-
getWhereClause
@Accessor(qualifier="whereClause", type=GETTER) public java.lang.String getWhereClause()
Generated method - Getter of theStreamConfiguration.whereClauseattribute defined at extensiondeltadetection.- Returns:
- the whereClause
-
setActive
@Accessor(qualifier="active", type=SETTER) public void setActive(java.lang.Boolean value)
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(java.util.Set<ComposedTypeModel> value)
Generated method - Setter ofStreamConfiguration.excludedTypesattribute defined at extensiondeltadetection.- Parameters:
value- the excludedTypes
-
setInfoExpression
@Accessor(qualifier="infoExpression", type=SETTER) public void setInfoExpression(java.lang.String value)
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
@Accessor(qualifier="streamId", type=SETTER) public void setStreamId(java.lang.String value)
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(java.lang.String value)
Generated method - Setter ofStreamConfiguration.versionSelectClauseattribute defined at extensiondeltadetection.- Parameters:
value- the versionSelectClause
-
-