Package de.hybris.deltadetection.jalo
Class GeneratedDeltadetectionManager
java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
de.hybris.deltadetection.jalo.GeneratedDeltadetectionManager
- All Implemented Interfaces:
ItemLifecycleListener,Serializable
- Direct Known Subclasses:
DeltadetectionManager
Generated class for type
DeltadetectionManager.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.jalo.extension.Extension
Extension.RestrictedLanguagesProvider, Extension.RightsProviderNested classes/interfaces inherited from class de.hybris.platform.jalo.Manager
Manager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Map<String,Map<String, Item.AttributeMode>> protected static StringRelation disable markmodifed parameter constants for StreamConfigurationExcludedSubtypes from ((deltadetection))protected static StringRelation ordering override parameter constants for StreamConfigurationExcludedSubtypes from ((deltadetection))protected static String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToStreamConfigurations(SessionContext ctx, ComposedType item, StreamConfiguration value) Generated method - Addsvalueto streamConfigurations.voidaddToStreamConfigurations(ComposedType item, StreamConfiguration value) Generated method - Addsvalueto streamConfigurations.createChangeDetectionJob(SessionContext ctx, Map attributeValues) createChangeDetectionJob(Map attributeValues) createConsumeAllChangesJob(SessionContext ctx, Map attributeValues) createConsumeAllChangesJob(Map attributeValues) createItemVersionMarker(SessionContext ctx, Map attributeValues) createItemVersionMarker(Map attributeValues) createScriptChangeConsumptionJob(SessionContext ctx, Map attributeValues) createScriptChangeConsumptionJob(Map attributeValues) createStreamConfiguration(SessionContext ctx, Map attributeValues) createStreamConfiguration(Map attributeValues) createStreamConfigurationContainer(SessionContext ctx, Map attributeValues) createStreamConfigurationContainer(Map attributeValues) getDefaultAttributeModes(Class<? extends Item> itemClass) getName()getStreamConfigurations(SessionContext ctx, ComposedType item) Generated method - Getter of theComposedType.streamConfigurationsattribute.Generated method - Getter of theComposedType.streamConfigurationsattribute.longlongvoidremoveFromStreamConfigurations(SessionContext ctx, ComposedType item, StreamConfiguration value) Generated method - Removesvaluefrom streamConfigurations.voidGenerated method - Removesvaluefrom streamConfigurations.voidsetStreamConfigurations(SessionContext ctx, ComposedType item, Collection<StreamConfiguration> value) Generated method - Setter of theComposedType.streamConfigurationsattribute.voidsetStreamConfigurations(ComposedType item, Collection<StreamConfiguration> value) Generated method - Setter of theComposedType.streamConfigurationsattribute.Methods inherited from class de.hybris.platform.jalo.extension.Extension
checkBeforeInitialization, checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplaceMethods inherited from class de.hybris.platform.jalo.Manager
afterItemCreation, beforeItemCreation, destroy, extractNonRequiredRemoteFromItem, extractRequiredRemoteFromItem, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, wrap
-
Field Details
-
STREAMCONFIGURATIONEXCLUDEDSUBTYPES_SRC_ORDERED
Relation ordering override parameter constants for StreamConfigurationExcludedSubtypes from ((deltadetection)) -
STREAMCONFIGURATIONEXCLUDEDSUBTYPES_TGT_ORDERED
-
STREAMCONFIGURATIONEXCLUDEDSUBTYPES_MARKMODIFIED
Relation disable markmodifed parameter constants for StreamConfigurationExcludedSubtypes from ((deltadetection)) -
DEFAULT_INITIAL_ATTRIBUTES
-
-
Constructor Details
-
GeneratedDeltadetectionManager
public GeneratedDeltadetectionManager()
-
-
Method Details
-
getDefaultAttributeModes
- Overrides:
getDefaultAttributeModesin classExtension
-
createChangeDetectionJob
-
createChangeDetectionJob
-
createConsumeAllChangesJob
-
createConsumeAllChangesJob
-
createItemVersionMarker
-
createItemVersionMarker
-
createScriptChangeConsumptionJob
public ScriptChangeConsumptionJob createScriptChangeConsumptionJob(SessionContext ctx, Map attributeValues) -
createScriptChangeConsumptionJob
-
createStreamConfiguration
-
createStreamConfiguration
-
createStreamConfigurationContainer
public StreamConfigurationContainer createStreamConfigurationContainer(SessionContext ctx, Map attributeValues) -
createStreamConfigurationContainer
-
getName
-
getStreamConfigurations
public Collection<StreamConfiguration> getStreamConfigurations(SessionContext ctx, ComposedType item) Generated method - Getter of theComposedType.streamConfigurationsattribute.- Returns:
- the streamConfigurations
-
getStreamConfigurations
Generated method - Getter of theComposedType.streamConfigurationsattribute.- Returns:
- the streamConfigurations
-
getStreamConfigurationsCount
-
getStreamConfigurationsCount
-
setStreamConfigurations
public void setStreamConfigurations(SessionContext ctx, ComposedType item, Collection<StreamConfiguration> value) Generated method - Setter of theComposedType.streamConfigurationsattribute.- Parameters:
value- the streamConfigurations
-
setStreamConfigurations
Generated method - Setter of theComposedType.streamConfigurationsattribute.- Parameters:
value- the streamConfigurations
-
addToStreamConfigurations
public void addToStreamConfigurations(SessionContext ctx, ComposedType item, StreamConfiguration value) Generated method - Addsvalueto streamConfigurations.- Parameters:
value- the item to add to streamConfigurations
-
addToStreamConfigurations
Generated method - Addsvalueto streamConfigurations.- Parameters:
value- the item to add to streamConfigurations
-
removeFromStreamConfigurations
public void removeFromStreamConfigurations(SessionContext ctx, ComposedType item, StreamConfiguration value) Generated method - Removesvaluefrom streamConfigurations.- Parameters:
value- the item to remove from streamConfigurations
-
removeFromStreamConfigurations
Generated method - Removesvaluefrom streamConfigurations.- Parameters:
value- the item to remove from streamConfigurations
-