Package de.hybris.y2ysync.model
Class Y2YStreamConfigurationModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.deltadetection.model.StreamConfigurationModel
de.hybris.y2ysync.model.Y2YStreamConfigurationModel
- All Implemented Interfaces:
Serializable
Generated model class for type Y2YStreamConfiguration first defined at extension y2ysync.
- 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 ofY2YStreamConfiguration.autoGenerateInfoExpressionattribute defined at extensiony2ysync.static final StringGenerated constant - Attribute key ofY2YStreamConfiguration.autoGenerateWhereClauseattribute defined at extensiony2ysync.static final StringGenerated constant - Attribute key ofY2YStreamConfiguration.catalogVersionattribute defined at extensiony2ysync.static final StringGenerated constant - Attribute key ofY2YStreamConfiguration.columnDefinitionsattribute defined at extensiony2ysync.static final StringGenerated constant - Attribute key ofY2YStreamConfiguration.dataHubTypeattribute defined at extensiony2ysync.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.Y2YStreamConfigurationModel(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 parametersY2YStreamConfigurationModel(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 theY2YStreamConfiguration.autoGenerateInfoExpressionattribute defined at extensiony2ysync.Generated method - Getter of theY2YStreamConfiguration.autoGenerateWhereClauseattribute defined at extensiony2ysync.Generated method - Getter of theY2YStreamConfiguration.catalogVersionattribute defined at extensiony2ysync.Generated method - Getter of theY2YStreamConfiguration.columnDefinitionsattribute defined at extensiony2ysync.Generated method - Getter of theY2YStreamConfiguration.dataHubTypeattribute defined at extensiony2ysync.voidGenerated method - Setter ofY2YStreamConfiguration.autoGenerateInfoExpressionattribute defined at extensiony2ysync.voidGenerated method - Setter ofY2YStreamConfiguration.autoGenerateWhereClauseattribute defined at extensiony2ysync.voidGenerated method - Setter ofY2YStreamConfiguration.catalogVersionattribute defined at extensiony2ysync.voidGenerated method - Setter ofY2YStreamConfiguration.columnDefinitionsattribute defined at extensiony2ysync.voidsetDataHubType(String value) Generated method - Setter ofY2YStreamConfiguration.dataHubTypeattribute defined at extensiony2ysync.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:
-
CATALOGVERSION
Generated constant - Attribute key ofY2YStreamConfiguration.catalogVersionattribute defined at extensiony2ysync.- See Also:
-
AUTOGENERATEWHERECLAUSE
Generated constant - Attribute key ofY2YStreamConfiguration.autoGenerateWhereClauseattribute defined at extensiony2ysync.- See Also:
-
AUTOGENERATEINFOEXPRESSION
Generated constant - Attribute key ofY2YStreamConfiguration.autoGenerateInfoExpressionattribute defined at extensiony2ysync.- See Also:
-
DATAHUBTYPE
Generated constant - Attribute key ofY2YStreamConfiguration.dataHubTypeattribute defined at extensiony2ysync.- See Also:
-
COLUMNDEFINITIONS
Generated constant - Attribute key ofY2YStreamConfiguration.columnDefinitionsattribute defined at extensiony2ysync.- See Also:
-
-
Constructor Details
-
Y2YStreamConfigurationModel
public Y2YStreamConfigurationModel()Generated constructor - Default constructor for generic creation. -
Y2YStreamConfigurationModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
Y2YStreamConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public Y2YStreamConfigurationModel(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
-
Y2YStreamConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public Y2YStreamConfigurationModel(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
-
getAutoGenerateInfoExpression
@Accessor(qualifier="autoGenerateInfoExpression", type=GETTER) public Boolean getAutoGenerateInfoExpression()Generated method - Getter of theY2YStreamConfiguration.autoGenerateInfoExpressionattribute defined at extensiony2ysync.- Returns:
- the autoGenerateInfoExpression
-
getAutoGenerateWhereClause
@Accessor(qualifier="autoGenerateWhereClause", type=GETTER) public Boolean getAutoGenerateWhereClause()Generated method - Getter of theY2YStreamConfiguration.autoGenerateWhereClauseattribute defined at extensiony2ysync.- Returns:
- the autoGenerateWhereClause
-
getCatalogVersion
Generated method - Getter of theY2YStreamConfiguration.catalogVersionattribute defined at extensiony2ysync.- Returns:
- the catalogVersion
-
getColumnDefinitions
@Accessor(qualifier="columnDefinitions", type=GETTER) public Set<Y2YColumnDefinitionModel> getColumnDefinitions()Generated method - Getter of theY2YStreamConfiguration.columnDefinitionsattribute defined at extensiony2ysync. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the columnDefinitions
-
getDataHubType
Generated method - Getter of theY2YStreamConfiguration.dataHubTypeattribute defined at extensiony2ysync.- Returns:
- the dataHubType
-
setAutoGenerateInfoExpression
@Accessor(qualifier="autoGenerateInfoExpression", type=SETTER) public void setAutoGenerateInfoExpression(Boolean value) Generated method - Setter ofY2YStreamConfiguration.autoGenerateInfoExpressionattribute defined at extensiony2ysync.- Parameters:
value- the autoGenerateInfoExpression
-
setAutoGenerateWhereClause
@Accessor(qualifier="autoGenerateWhereClause", type=SETTER) public void setAutoGenerateWhereClause(Boolean value) Generated method - Setter ofY2YStreamConfiguration.autoGenerateWhereClauseattribute defined at extensiony2ysync.- Parameters:
value- the autoGenerateWhereClause
-
setCatalogVersion
@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value) Generated method - Setter ofY2YStreamConfiguration.catalogVersionattribute defined at extensiony2ysync.- Parameters:
value- the catalogVersion
-
setColumnDefinitions
@Accessor(qualifier="columnDefinitions", type=SETTER) public void setColumnDefinitions(Set<Y2YColumnDefinitionModel> value) Generated method - Setter ofY2YStreamConfiguration.columnDefinitionsattribute defined at extensiony2ysync.- Parameters:
value- the columnDefinitions
-
setDataHubType
Generated method - Setter ofY2YStreamConfiguration.dataHubTypeattribute defined at extensiony2ysync.- Parameters:
value- the dataHubType
-