Package de.hybris.y2ysync.jalo
Class GeneratedY2YStreamConfigurationContainer
- 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.GeneratedStreamConfigurationContainer
-
- de.hybris.deltadetection.jalo.StreamConfigurationContainer
-
- de.hybris.y2ysync.jalo.GeneratedY2YStreamConfigurationContainer
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
Y2YStreamConfigurationContainer
public abstract class GeneratedY2YStreamConfigurationContainer extends StreamConfigurationContainer
Generated class for typeY2YStreamConfigurationContainer.- 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.StringCATALOGVERSIONQualifier of theY2YStreamConfigurationContainer.catalogVersionattributeprotected static OneToManyHandler<StreamConfiguration>CONFIGURATIONSHANDLEROneToManyHandlerfor handling 1:n CONFIGURATIONS's relation attributes from 'many' side.static java.lang.StringDATAHUBEXTENSIONQualifier of theY2YStreamConfigurationContainer.dataHubExtensionattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringFEEDQualifier of theY2YStreamConfigurationContainer.feedattributestatic java.lang.StringPOOLQualifier of theY2YStreamConfigurationContainer.poolattributestatic java.lang.StringTARGETSYSTEMQualifier of theY2YStreamConfigurationContainer.targetSystemattribute-
Fields inherited from class de.hybris.deltadetection.jalo.GeneratedStreamConfigurationContainer
CONFIGURATIONS, ID
-
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 GeneratedY2YStreamConfigurationContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToConfigurations(SessionContext ctx, Y2YStreamConfiguration value)Generated method - Addsvalueto configurations.voidaddToConfigurations(Y2YStreamConfiguration value)Generated method - Addsvalueto configurations.CatalogVersiongetCatalogVersion()Generated method - Getter of theY2YStreamConfigurationContainer.catalogVersionattribute.CatalogVersiongetCatalogVersion(SessionContext ctx)Generated method - Getter of theY2YStreamConfigurationContainer.catalogVersionattribute.java.util.Set<StreamConfiguration>getConfigurations()Generated method - Getter of theY2YStreamConfigurationContainer.configurationsattribute.java.util.Set<StreamConfiguration>getConfigurations(SessionContext ctx)Generated method - Getter of theY2YStreamConfigurationContainer.configurationsattribute.java.lang.StringgetDataHubExtension()Generated method - Getter of theY2YStreamConfigurationContainer.dataHubExtensionattribute.java.lang.StringgetDataHubExtension(SessionContext ctx)Generated method - Getter of theY2YStreamConfigurationContainer.dataHubExtensionattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.lang.StringgetFeed()Generated method - Getter of theY2YStreamConfigurationContainer.feedattribute.java.lang.StringgetFeed(SessionContext ctx)Generated method - Getter of theY2YStreamConfigurationContainer.feedattribute.java.lang.StringgetPool()Generated method - Getter of theY2YStreamConfigurationContainer.poolattribute.java.lang.StringgetPool(SessionContext ctx)Generated method - Getter of theY2YStreamConfigurationContainer.poolattribute.java.lang.StringgetTargetSystem()Generated method - Getter of theY2YStreamConfigurationContainer.targetSystemattribute.java.lang.StringgetTargetSystem(SessionContext ctx)Generated method - Getter of theY2YStreamConfigurationContainer.targetSystemattribute.voidremoveFromConfigurations(SessionContext ctx, Y2YStreamConfiguration value)Generated method - Removesvaluefrom configurations.voidremoveFromConfigurations(Y2YStreamConfiguration value)Generated method - Removesvaluefrom configurations.voidsetCatalogVersion(CatalogVersion value)Generated method - Setter of theY2YStreamConfigurationContainer.catalogVersionattribute.voidsetCatalogVersion(SessionContext ctx, CatalogVersion value)Generated method - Setter of theY2YStreamConfigurationContainer.catalogVersionattribute.voidsetConfigurations(SessionContext ctx, java.util.Set<StreamConfiguration> value)Generated method - Setter of theY2YStreamConfigurationContainer.configurationsattribute.voidsetConfigurations(java.util.Set<StreamConfiguration> value)Generated method - Setter of theY2YStreamConfigurationContainer.configurationsattribute.voidsetDataHubExtension(SessionContext ctx, java.lang.String value)Generated method - Setter of theY2YStreamConfigurationContainer.dataHubExtensionattribute.voidsetDataHubExtension(java.lang.String value)Generated method - Setter of theY2YStreamConfigurationContainer.dataHubExtensionattribute.voidsetFeed(SessionContext ctx, java.lang.String value)Generated method - Setter of theY2YStreamConfigurationContainer.feedattribute.voidsetFeed(java.lang.String value)Generated method - Setter of theY2YStreamConfigurationContainer.feedattribute.voidsetPool(SessionContext ctx, java.lang.String value)Generated method - Setter of theY2YStreamConfigurationContainer.poolattribute.voidsetPool(java.lang.String value)Generated method - Setter of theY2YStreamConfigurationContainer.poolattribute.voidsetTargetSystem(SessionContext ctx, java.lang.String value)Generated method - Setter of theY2YStreamConfigurationContainer.targetSystemattribute.voidsetTargetSystem(java.lang.String value)Generated method - Setter of theY2YStreamConfigurationContainer.targetSystemattribute.-
Methods inherited from class de.hybris.deltadetection.jalo.StreamConfigurationContainer
createItem
-
Methods inherited from class de.hybris.deltadetection.jalo.GeneratedStreamConfigurationContainer
addToConfigurations, addToConfigurations, getId, getId, removeFromConfigurations, removeFromConfigurations, setId, setId
-
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, isMarkModifiedDisabled, 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
-
FEED
public static final java.lang.String FEED
Qualifier of theY2YStreamConfigurationContainer.feedattribute- See Also:
- Constant Field Values
-
POOL
public static final java.lang.String POOL
Qualifier of theY2YStreamConfigurationContainer.poolattribute- See Also:
- Constant Field Values
-
TARGETSYSTEM
public static final java.lang.String TARGETSYSTEM
Qualifier of theY2YStreamConfigurationContainer.targetSystemattribute- See Also:
- Constant Field Values
-
DATAHUBEXTENSION
public static final java.lang.String DATAHUBEXTENSION
Qualifier of theY2YStreamConfigurationContainer.dataHubExtensionattribute- See Also:
- Constant Field Values
-
CATALOGVERSION
public static final java.lang.String CATALOGVERSION
Qualifier of theY2YStreamConfigurationContainer.catalogVersionattribute- See Also:
- Constant Field Values
-
CONFIGURATIONSHANDLER
protected static final OneToManyHandler<StreamConfiguration> CONFIGURATIONSHANDLER
OneToManyHandlerfor handling 1:n CONFIGURATIONS'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:
getDefaultAttributeModesin classGeneratedStreamConfigurationContainer
-
getCatalogVersion
public CatalogVersion getCatalogVersion(SessionContext ctx)
Generated method - Getter of theY2YStreamConfigurationContainer.catalogVersionattribute.- Returns:
- the catalogVersion
-
getCatalogVersion
public CatalogVersion getCatalogVersion()
Generated method - Getter of theY2YStreamConfigurationContainer.catalogVersionattribute.- Returns:
- the catalogVersion
-
setCatalogVersion
public void setCatalogVersion(SessionContext ctx, CatalogVersion value)
Generated method - Setter of theY2YStreamConfigurationContainer.catalogVersionattribute.- Parameters:
value- the catalogVersion
-
setCatalogVersion
public void setCatalogVersion(CatalogVersion value)
Generated method - Setter of theY2YStreamConfigurationContainer.catalogVersionattribute.- Parameters:
value- the catalogVersion
-
getConfigurations
public java.util.Set<StreamConfiguration> getConfigurations(SessionContext ctx)
Generated method - Getter of theY2YStreamConfigurationContainer.configurationsattribute.- Overrides:
getConfigurationsin classGeneratedStreamConfigurationContainer- Returns:
- the configurations
-
getConfigurations
public java.util.Set<StreamConfiguration> getConfigurations()
Generated method - Getter of theY2YStreamConfigurationContainer.configurationsattribute.- Overrides:
getConfigurationsin classGeneratedStreamConfigurationContainer- Returns:
- the configurations
-
setConfigurations
public void setConfigurations(SessionContext ctx, java.util.Set<StreamConfiguration> value)
Generated method - Setter of theY2YStreamConfigurationContainer.configurationsattribute.- Overrides:
setConfigurationsin classGeneratedStreamConfigurationContainer- Parameters:
value- the configurations
-
setConfigurations
public void setConfigurations(java.util.Set<StreamConfiguration> value)
Generated method - Setter of theY2YStreamConfigurationContainer.configurationsattribute.- Overrides:
setConfigurationsin classGeneratedStreamConfigurationContainer- Parameters:
value- the configurations
-
addToConfigurations
public void addToConfigurations(SessionContext ctx, Y2YStreamConfiguration value)
Generated method - Addsvalueto configurations.- Parameters:
value- the item to add to configurations
-
addToConfigurations
public void addToConfigurations(Y2YStreamConfiguration value)
Generated method - Addsvalueto configurations.- Parameters:
value- the item to add to configurations
-
removeFromConfigurations
public void removeFromConfigurations(SessionContext ctx, Y2YStreamConfiguration value)
Generated method - Removesvaluefrom configurations.- Parameters:
value- the item to remove from configurations
-
removeFromConfigurations
public void removeFromConfigurations(Y2YStreamConfiguration value)
Generated method - Removesvaluefrom configurations.- Parameters:
value- the item to remove from configurations
-
getDataHubExtension
public java.lang.String getDataHubExtension(SessionContext ctx)
Generated method - Getter of theY2YStreamConfigurationContainer.dataHubExtensionattribute.- Returns:
- the dataHubExtension
-
getDataHubExtension
public java.lang.String getDataHubExtension()
Generated method - Getter of theY2YStreamConfigurationContainer.dataHubExtensionattribute.- Returns:
- the dataHubExtension
-
setDataHubExtension
public void setDataHubExtension(SessionContext ctx, java.lang.String value)
Generated method - Setter of theY2YStreamConfigurationContainer.dataHubExtensionattribute.- Parameters:
value- the dataHubExtension
-
setDataHubExtension
public void setDataHubExtension(java.lang.String value)
Generated method - Setter of theY2YStreamConfigurationContainer.dataHubExtensionattribute.- Parameters:
value- the dataHubExtension
-
getFeed
public java.lang.String getFeed(SessionContext ctx)
Generated method - Getter of theY2YStreamConfigurationContainer.feedattribute.- Returns:
- the feed
-
getFeed
public java.lang.String getFeed()
Generated method - Getter of theY2YStreamConfigurationContainer.feedattribute.- Returns:
- the feed
-
setFeed
public void setFeed(SessionContext ctx, java.lang.String value)
Generated method - Setter of theY2YStreamConfigurationContainer.feedattribute.- Parameters:
value- the feed
-
setFeed
public void setFeed(java.lang.String value)
Generated method - Setter of theY2YStreamConfigurationContainer.feedattribute.- Parameters:
value- the feed
-
getPool
public java.lang.String getPool(SessionContext ctx)
Generated method - Getter of theY2YStreamConfigurationContainer.poolattribute.- Returns:
- the pool
-
getPool
public java.lang.String getPool()
Generated method - Getter of theY2YStreamConfigurationContainer.poolattribute.- Returns:
- the pool
-
setPool
public void setPool(SessionContext ctx, java.lang.String value)
Generated method - Setter of theY2YStreamConfigurationContainer.poolattribute.- Parameters:
value- the pool
-
setPool
public void setPool(java.lang.String value)
Generated method - Setter of theY2YStreamConfigurationContainer.poolattribute.- Parameters:
value- the pool
-
getTargetSystem
public java.lang.String getTargetSystem(SessionContext ctx)
Generated method - Getter of theY2YStreamConfigurationContainer.targetSystemattribute.- Returns:
- the targetSystem
-
getTargetSystem
public java.lang.String getTargetSystem()
Generated method - Getter of theY2YStreamConfigurationContainer.targetSystemattribute.- Returns:
- the targetSystem
-
setTargetSystem
public void setTargetSystem(SessionContext ctx, java.lang.String value)
Generated method - Setter of theY2YStreamConfigurationContainer.targetSystemattribute.- Parameters:
value- the targetSystem
-
setTargetSystem
public void setTargetSystem(java.lang.String value)
Generated method - Setter of theY2YStreamConfigurationContainer.targetSystemattribute.- Parameters:
value- the targetSystem
-
-