Package de.hybris.y2ysync.jalo
Class GeneratedY2YStreamConfiguration
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.deltadetection.jalo.GeneratedStreamConfiguration
-
- de.hybris.deltadetection.jalo.StreamConfiguration
-
- de.hybris.y2ysync.jalo.GeneratedY2YStreamConfiguration
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
Y2YStreamConfiguration
public abstract class GeneratedY2YStreamConfiguration extends StreamConfiguration
Generated class for typeY2YStreamConfiguration
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
AUTOGENERATEINFOEXPRESSION
Qualifier of theY2YStreamConfiguration.autoGenerateInfoExpression
attributestatic java.lang.String
AUTOGENERATEWHERECLAUSE
Qualifier of theY2YStreamConfiguration.autoGenerateWhereClause
attributestatic java.lang.String
CATALOGVERSION
Qualifier of theY2YStreamConfiguration.catalogVersion
attributestatic java.lang.String
COLUMNDEFINITIONS
Qualifier of theY2YStreamConfiguration.columnDefinitions
attributeprotected static OneToManyHandler<Y2YColumnDefintion>
COLUMNDEFINITIONSHANDLER
OneToManyHandler
for handling 1:n COLUMNDEFINITIONS's relation attributes from 'many' side.static java.lang.String
DATAHUBTYPE
Qualifier of theY2YStreamConfiguration.dataHubType
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
-
Fields inherited from class de.hybris.deltadetection.jalo.GeneratedStreamConfiguration
ACTIVE, CONTAINER, CONTAINERHANDLER, EXCLUDEDTYPES, INFOEXPRESSION, ITEMTYPEFORSTREAM, STREAMCONFIGURATIONEXCLUDEDSUBTYPES_MARKMODIFIED, STREAMCONFIGURATIONEXCLUDEDSUBTYPES_SRC_ORDERED, STREAMCONFIGURATIONEXCLUDEDSUBTYPES_TGT_ORDERED, STREAMID, VERSIONSELECTCLAUSE, WHERECLAUSE
-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedY2YStreamConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToColumnDefinitions(SessionContext ctx, Y2YColumnDefintion value)
Generated method - Addsvalue
to columnDefinitions.void
addToColumnDefinitions(Y2YColumnDefintion value)
Generated method - Addsvalue
to columnDefinitions.CatalogVersion
getCatalogVersion()
Generated method - Getter of theY2YStreamConfiguration.catalogVersion
attribute.CatalogVersion
getCatalogVersion(SessionContext ctx)
Generated method - Getter of theY2YStreamConfiguration.catalogVersion
attribute.java.util.Set<Y2YColumnDefintion>
getColumnDefinitions()
Generated method - Getter of theY2YStreamConfiguration.columnDefinitions
attribute.java.util.Set<Y2YColumnDefintion>
getColumnDefinitions(SessionContext ctx)
Generated method - Getter of theY2YStreamConfiguration.columnDefinitions
attribute.java.lang.String
getDataHubType()
Generated method - Getter of theY2YStreamConfiguration.dataHubType
attribute.java.lang.String
getDataHubType(SessionContext ctx)
Generated method - Getter of theY2YStreamConfiguration.dataHubType
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.lang.Boolean
isAutoGenerateInfoExpression()
Generated method - Getter of theY2YStreamConfiguration.autoGenerateInfoExpression
attribute.java.lang.Boolean
isAutoGenerateInfoExpression(SessionContext ctx)
Generated method - Getter of theY2YStreamConfiguration.autoGenerateInfoExpression
attribute.boolean
isAutoGenerateInfoExpressionAsPrimitive()
Generated method - Getter of theY2YStreamConfiguration.autoGenerateInfoExpression
attribute.boolean
isAutoGenerateInfoExpressionAsPrimitive(SessionContext ctx)
Generated method - Getter of theY2YStreamConfiguration.autoGenerateInfoExpression
attribute.java.lang.Boolean
isAutoGenerateWhereClause()
Generated method - Getter of theY2YStreamConfiguration.autoGenerateWhereClause
attribute.java.lang.Boolean
isAutoGenerateWhereClause(SessionContext ctx)
Generated method - Getter of theY2YStreamConfiguration.autoGenerateWhereClause
attribute.boolean
isAutoGenerateWhereClauseAsPrimitive()
Generated method - Getter of theY2YStreamConfiguration.autoGenerateWhereClause
attribute.boolean
isAutoGenerateWhereClauseAsPrimitive(SessionContext ctx)
Generated method - Getter of theY2YStreamConfiguration.autoGenerateWhereClause
attribute.void
removeFromColumnDefinitions(SessionContext ctx, Y2YColumnDefintion value)
Generated method - Removesvalue
from columnDefinitions.void
removeFromColumnDefinitions(Y2YColumnDefintion value)
Generated method - Removesvalue
from columnDefinitions.void
setAutoGenerateInfoExpression(boolean value)
Generated method - Setter of theY2YStreamConfiguration.autoGenerateInfoExpression
attribute.void
setAutoGenerateInfoExpression(SessionContext ctx, boolean value)
Generated method - Setter of theY2YStreamConfiguration.autoGenerateInfoExpression
attribute.void
setAutoGenerateInfoExpression(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theY2YStreamConfiguration.autoGenerateInfoExpression
attribute.void
setAutoGenerateInfoExpression(java.lang.Boolean value)
Generated method - Setter of theY2YStreamConfiguration.autoGenerateInfoExpression
attribute.void
setAutoGenerateWhereClause(boolean value)
Generated method - Setter of theY2YStreamConfiguration.autoGenerateWhereClause
attribute.void
setAutoGenerateWhereClause(SessionContext ctx, boolean value)
Generated method - Setter of theY2YStreamConfiguration.autoGenerateWhereClause
attribute.void
setAutoGenerateWhereClause(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theY2YStreamConfiguration.autoGenerateWhereClause
attribute.void
setAutoGenerateWhereClause(java.lang.Boolean value)
Generated method - Setter of theY2YStreamConfiguration.autoGenerateWhereClause
attribute.void
setCatalogVersion(CatalogVersion value)
Generated method - Setter of theY2YStreamConfiguration.catalogVersion
attribute.void
setCatalogVersion(SessionContext ctx, CatalogVersion value)
Generated method - Setter of theY2YStreamConfiguration.catalogVersion
attribute.void
setColumnDefinitions(SessionContext ctx, java.util.Set<Y2YColumnDefintion> value)
Generated method - Setter of theY2YStreamConfiguration.columnDefinitions
attribute.void
setColumnDefinitions(java.util.Set<Y2YColumnDefintion> value)
Generated method - Setter of theY2YStreamConfiguration.columnDefinitions
attribute.void
setDataHubType(SessionContext ctx, java.lang.String value)
Generated method - Setter of theY2YStreamConfiguration.dataHubType
attribute.void
setDataHubType(java.lang.String value)
Generated method - Setter of theY2YStreamConfiguration.dataHubType
attribute.-
Methods inherited from class de.hybris.deltadetection.jalo.StreamConfiguration
createItem
-
Methods inherited from class de.hybris.deltadetection.jalo.GeneratedStreamConfiguration
addToExcludedTypes, addToExcludedTypes, getContainer, getContainer, getExcludedTypes, getExcludedTypes, getExcludedTypesCount, getExcludedTypesCount, getInfoExpression, getInfoExpression, getItemTypeForStream, getItemTypeForStream, getStreamId, getStreamId, getVersionSelectClause, getVersionSelectClause, getWhereClause, getWhereClause, isActive, isActive, isActiveAsPrimitive, isActiveAsPrimitive, isMarkModifiedDisabled, removeFromExcludedTypes, removeFromExcludedTypes, setActive, setActive, setActive, setActive, setContainer, setContainer, setExcludedTypes, setExcludedTypes, setInfoExpression, setInfoExpression, setItemTypeForStream, setItemTypeForStream, setStreamId, setStreamId, setVersionSelectClause, setVersionSelectClause, setWhereClause, setWhereClause
-
Methods inherited from class de.hybris.platform.jalo.GenericItem
getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
CATALOGVERSION
public static final java.lang.String CATALOGVERSION
Qualifier of theY2YStreamConfiguration.catalogVersion
attribute- See Also:
- Constant Field Values
-
AUTOGENERATEWHERECLAUSE
public static final java.lang.String AUTOGENERATEWHERECLAUSE
Qualifier of theY2YStreamConfiguration.autoGenerateWhereClause
attribute- See Also:
- Constant Field Values
-
AUTOGENERATEINFOEXPRESSION
public static final java.lang.String AUTOGENERATEINFOEXPRESSION
Qualifier of theY2YStreamConfiguration.autoGenerateInfoExpression
attribute- See Also:
- Constant Field Values
-
DATAHUBTYPE
public static final java.lang.String DATAHUBTYPE
Qualifier of theY2YStreamConfiguration.dataHubType
attribute- See Also:
- Constant Field Values
-
COLUMNDEFINITIONS
public static final java.lang.String COLUMNDEFINITIONS
Qualifier of theY2YStreamConfiguration.columnDefinitions
attribute- See Also:
- Constant Field Values
-
COLUMNDEFINITIONSHANDLER
protected static final OneToManyHandler<Y2YColumnDefintion> COLUMNDEFINITIONSHANDLER
OneToManyHandler
for handling 1:n COLUMNDEFINITIONS's relation attributes from 'many' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModes
in classGeneratedStreamConfiguration
-
isAutoGenerateInfoExpression
public java.lang.Boolean isAutoGenerateInfoExpression(SessionContext ctx)
Generated method - Getter of theY2YStreamConfiguration.autoGenerateInfoExpression
attribute.- Returns:
- the autoGenerateInfoExpression
-
isAutoGenerateInfoExpression
public java.lang.Boolean isAutoGenerateInfoExpression()
Generated method - Getter of theY2YStreamConfiguration.autoGenerateInfoExpression
attribute.- Returns:
- the autoGenerateInfoExpression
-
isAutoGenerateInfoExpressionAsPrimitive
public boolean isAutoGenerateInfoExpressionAsPrimitive(SessionContext ctx)
Generated method - Getter of theY2YStreamConfiguration.autoGenerateInfoExpression
attribute.- Returns:
- the autoGenerateInfoExpression
-
isAutoGenerateInfoExpressionAsPrimitive
public boolean isAutoGenerateInfoExpressionAsPrimitive()
Generated method - Getter of theY2YStreamConfiguration.autoGenerateInfoExpression
attribute.- Returns:
- the autoGenerateInfoExpression
-
setAutoGenerateInfoExpression
public void setAutoGenerateInfoExpression(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theY2YStreamConfiguration.autoGenerateInfoExpression
attribute.- Parameters:
value
- the autoGenerateInfoExpression
-
setAutoGenerateInfoExpression
public void setAutoGenerateInfoExpression(java.lang.Boolean value)
Generated method - Setter of theY2YStreamConfiguration.autoGenerateInfoExpression
attribute.- Parameters:
value
- the autoGenerateInfoExpression
-
setAutoGenerateInfoExpression
public void setAutoGenerateInfoExpression(SessionContext ctx, boolean value)
Generated method - Setter of theY2YStreamConfiguration.autoGenerateInfoExpression
attribute.- Parameters:
value
- the autoGenerateInfoExpression
-
setAutoGenerateInfoExpression
public void setAutoGenerateInfoExpression(boolean value)
Generated method - Setter of theY2YStreamConfiguration.autoGenerateInfoExpression
attribute.- Parameters:
value
- the autoGenerateInfoExpression
-
isAutoGenerateWhereClause
public java.lang.Boolean isAutoGenerateWhereClause(SessionContext ctx)
Generated method - Getter of theY2YStreamConfiguration.autoGenerateWhereClause
attribute.- Returns:
- the autoGenerateWhereClause
-
isAutoGenerateWhereClause
public java.lang.Boolean isAutoGenerateWhereClause()
Generated method - Getter of theY2YStreamConfiguration.autoGenerateWhereClause
attribute.- Returns:
- the autoGenerateWhereClause
-
isAutoGenerateWhereClauseAsPrimitive
public boolean isAutoGenerateWhereClauseAsPrimitive(SessionContext ctx)
Generated method - Getter of theY2YStreamConfiguration.autoGenerateWhereClause
attribute.- Returns:
- the autoGenerateWhereClause
-
isAutoGenerateWhereClauseAsPrimitive
public boolean isAutoGenerateWhereClauseAsPrimitive()
Generated method - Getter of theY2YStreamConfiguration.autoGenerateWhereClause
attribute.- Returns:
- the autoGenerateWhereClause
-
setAutoGenerateWhereClause
public void setAutoGenerateWhereClause(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theY2YStreamConfiguration.autoGenerateWhereClause
attribute.- Parameters:
value
- the autoGenerateWhereClause
-
setAutoGenerateWhereClause
public void setAutoGenerateWhereClause(java.lang.Boolean value)
Generated method - Setter of theY2YStreamConfiguration.autoGenerateWhereClause
attribute.- Parameters:
value
- the autoGenerateWhereClause
-
setAutoGenerateWhereClause
public void setAutoGenerateWhereClause(SessionContext ctx, boolean value)
Generated method - Setter of theY2YStreamConfiguration.autoGenerateWhereClause
attribute.- Parameters:
value
- the autoGenerateWhereClause
-
setAutoGenerateWhereClause
public void setAutoGenerateWhereClause(boolean value)
Generated method - Setter of theY2YStreamConfiguration.autoGenerateWhereClause
attribute.- Parameters:
value
- the autoGenerateWhereClause
-
getCatalogVersion
public CatalogVersion getCatalogVersion(SessionContext ctx)
Generated method - Getter of theY2YStreamConfiguration.catalogVersion
attribute.- Returns:
- the catalogVersion
-
getCatalogVersion
public CatalogVersion getCatalogVersion()
Generated method - Getter of theY2YStreamConfiguration.catalogVersion
attribute.- Returns:
- the catalogVersion
-
setCatalogVersion
public void setCatalogVersion(SessionContext ctx, CatalogVersion value)
Generated method - Setter of theY2YStreamConfiguration.catalogVersion
attribute.- Parameters:
value
- the catalogVersion
-
setCatalogVersion
public void setCatalogVersion(CatalogVersion value)
Generated method - Setter of theY2YStreamConfiguration.catalogVersion
attribute.- Parameters:
value
- the catalogVersion
-
getColumnDefinitions
public java.util.Set<Y2YColumnDefintion> getColumnDefinitions(SessionContext ctx)
Generated method - Getter of theY2YStreamConfiguration.columnDefinitions
attribute.- Returns:
- the columnDefinitions
-
getColumnDefinitions
public java.util.Set<Y2YColumnDefintion> getColumnDefinitions()
Generated method - Getter of theY2YStreamConfiguration.columnDefinitions
attribute.- Returns:
- the columnDefinitions
-
setColumnDefinitions
public void setColumnDefinitions(SessionContext ctx, java.util.Set<Y2YColumnDefintion> value)
Generated method - Setter of theY2YStreamConfiguration.columnDefinitions
attribute.- Parameters:
value
- the columnDefinitions
-
setColumnDefinitions
public void setColumnDefinitions(java.util.Set<Y2YColumnDefintion> value)
Generated method - Setter of theY2YStreamConfiguration.columnDefinitions
attribute.- Parameters:
value
- the columnDefinitions
-
addToColumnDefinitions
public void addToColumnDefinitions(SessionContext ctx, Y2YColumnDefintion value)
Generated method - Addsvalue
to columnDefinitions.- Parameters:
value
- the item to add to columnDefinitions
-
addToColumnDefinitions
public void addToColumnDefinitions(Y2YColumnDefintion value)
Generated method - Addsvalue
to columnDefinitions.- Parameters:
value
- the item to add to columnDefinitions
-
removeFromColumnDefinitions
public void removeFromColumnDefinitions(SessionContext ctx, Y2YColumnDefintion value)
Generated method - Removesvalue
from columnDefinitions.- Parameters:
value
- the item to remove from columnDefinitions
-
removeFromColumnDefinitions
public void removeFromColumnDefinitions(Y2YColumnDefintion value)
Generated method - Removesvalue
from columnDefinitions.- Parameters:
value
- the item to remove from columnDefinitions
-
getDataHubType
public java.lang.String getDataHubType(SessionContext ctx)
Generated method - Getter of theY2YStreamConfiguration.dataHubType
attribute.- Returns:
- the dataHubType
-
getDataHubType
public java.lang.String getDataHubType()
Generated method - Getter of theY2YStreamConfiguration.dataHubType
attribute.- Returns:
- the dataHubType
-
setDataHubType
public void setDataHubType(SessionContext ctx, java.lang.String value)
Generated method - Setter of theY2YStreamConfiguration.dataHubType
attribute.- Parameters:
value
- the dataHubType
-
setDataHubType
public void setDataHubType(java.lang.String value)
Generated method - Setter of theY2YStreamConfiguration.dataHubType
attribute.- Parameters:
value
- the dataHubType
-
-