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:
java.io.Serializable
public class Y2YStreamConfigurationModel extends StreamConfigurationModel
Generated model class for type Y2YStreamConfiguration first defined at extension y2ysync.- 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_TYPECODEGenerated model type code constant.static java.lang.StringAUTOGENERATEINFOEXPRESSIONGenerated constant - Attribute key ofY2YStreamConfiguration.autoGenerateInfoExpressionattribute defined at extensiony2ysync.static java.lang.StringAUTOGENERATEWHERECLAUSEGenerated constant - Attribute key ofY2YStreamConfiguration.autoGenerateWhereClauseattribute defined at extensiony2ysync.static java.lang.StringCATALOGVERSIONGenerated constant - Attribute key ofY2YStreamConfiguration.catalogVersionattribute defined at extensiony2ysync.static java.lang.StringCOLUMNDEFINITIONSGenerated constant - Attribute key ofY2YStreamConfiguration.columnDefinitionsattribute defined at extensiony2ysync.static java.lang.StringDATAHUBTYPEGenerated 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, WHERECLAUSE
-
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 Y2YStreamConfigurationModel()Generated constructor - Default constructor for generic creation.Y2YStreamConfigurationModel(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 parametersY2YStreamConfigurationModel(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 parametersY2YStreamConfigurationModel(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.BooleangetAutoGenerateInfoExpression()Generated method - Getter of theY2YStreamConfiguration.autoGenerateInfoExpressionattribute defined at extensiony2ysync.java.lang.BooleangetAutoGenerateWhereClause()Generated method - Getter of theY2YStreamConfiguration.autoGenerateWhereClauseattribute defined at extensiony2ysync.CatalogVersionModelgetCatalogVersion()Generated method - Getter of theY2YStreamConfiguration.catalogVersionattribute defined at extensiony2ysync.java.util.Set<Y2YColumnDefinitionModel>getColumnDefinitions()Generated method - Getter of theY2YStreamConfiguration.columnDefinitionsattribute defined at extensiony2ysync.java.lang.StringgetDataHubType()Generated method - Getter of theY2YStreamConfiguration.dataHubTypeattribute defined at extensiony2ysync.voidsetAutoGenerateInfoExpression(java.lang.Boolean value)Generated method - Setter ofY2YStreamConfiguration.autoGenerateInfoExpressionattribute defined at extensiony2ysync.voidsetAutoGenerateWhereClause(java.lang.Boolean value)Generated method - Setter ofY2YStreamConfiguration.autoGenerateWhereClauseattribute defined at extensiony2ysync.voidsetCatalogVersion(CatalogVersionModel value)Generated method - Setter ofY2YStreamConfiguration.catalogVersionattribute defined at extensiony2ysync.voidsetColumnDefinitions(java.util.Set<Y2YColumnDefinitionModel> value)Generated method - Setter ofY2YStreamConfiguration.columnDefinitionsattribute defined at extensiony2ysync.voidsetDataHubType(java.lang.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, setWhereClause
-
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
-
CATALOGVERSION
public static final java.lang.String CATALOGVERSION
Generated constant - Attribute key ofY2YStreamConfiguration.catalogVersionattribute defined at extensiony2ysync.- See Also:
- Constant Field Values
-
AUTOGENERATEWHERECLAUSE
public static final java.lang.String AUTOGENERATEWHERECLAUSE
Generated constant - Attribute key ofY2YStreamConfiguration.autoGenerateWhereClauseattribute defined at extensiony2ysync.- See Also:
- Constant Field Values
-
AUTOGENERATEINFOEXPRESSION
public static final java.lang.String AUTOGENERATEINFOEXPRESSION
Generated constant - Attribute key ofY2YStreamConfiguration.autoGenerateInfoExpressionattribute defined at extensiony2ysync.- See Also:
- Constant Field Values
-
DATAHUBTYPE
public static final java.lang.String DATAHUBTYPE
Generated constant - Attribute key ofY2YStreamConfiguration.dataHubTypeattribute defined at extensiony2ysync.- See Also:
- Constant Field Values
-
COLUMNDEFINITIONS
public static final java.lang.String COLUMNDEFINITIONS
Generated constant - Attribute key ofY2YStreamConfiguration.columnDefinitionsattribute defined at extensiony2ysync.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Y2YStreamConfigurationModel
public Y2YStreamConfigurationModel()
Generated constructor - Default constructor for generic creation.
-
Y2YStreamConfigurationModel
public Y2YStreamConfigurationModel(ItemModelContext ctx)
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, 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
-
Y2YStreamConfigurationModel
@Deprecated(since="4.1.1", forRemoval=true) public Y2YStreamConfigurationModel(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
-
getAutoGenerateInfoExpression
@Accessor(qualifier="autoGenerateInfoExpression", type=GETTER) public java.lang.Boolean getAutoGenerateInfoExpression()
Generated method - Getter of theY2YStreamConfiguration.autoGenerateInfoExpressionattribute defined at extensiony2ysync.- Returns:
- the autoGenerateInfoExpression
-
getAutoGenerateWhereClause
@Accessor(qualifier="autoGenerateWhereClause", type=GETTER) public java.lang.Boolean getAutoGenerateWhereClause()
Generated method - Getter of theY2YStreamConfiguration.autoGenerateWhereClauseattribute defined at extensiony2ysync.- Returns:
- the autoGenerateWhereClause
-
getCatalogVersion
@Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
Generated method - Getter of theY2YStreamConfiguration.catalogVersionattribute defined at extensiony2ysync.- Returns:
- the catalogVersion
-
getColumnDefinitions
@Accessor(qualifier="columnDefinitions", type=GETTER) public java.util.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
@Accessor(qualifier="dataHubType", type=GETTER) public java.lang.String getDataHubType()
Generated method - Getter of theY2YStreamConfiguration.dataHubTypeattribute defined at extensiony2ysync.- Returns:
- the dataHubType
-
setAutoGenerateInfoExpression
@Accessor(qualifier="autoGenerateInfoExpression", type=SETTER) public void setAutoGenerateInfoExpression(java.lang.Boolean value)
Generated method - Setter ofY2YStreamConfiguration.autoGenerateInfoExpressionattribute defined at extensiony2ysync.- Parameters:
value- the autoGenerateInfoExpression
-
setAutoGenerateWhereClause
@Accessor(qualifier="autoGenerateWhereClause", type=SETTER) public void setAutoGenerateWhereClause(java.lang.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(java.util.Set<Y2YColumnDefinitionModel> value)
Generated method - Setter ofY2YStreamConfiguration.columnDefinitionsattribute defined at extensiony2ysync.- Parameters:
value- the columnDefinitions
-
-