Class GeneratedSapproductconfigrulesManager
java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
de.hybris.platform.sap.productconfig.rules.jalo.GeneratedSapproductconfigrulesManager
- All Implemented Interfaces:
ItemLifecycleListener,Serializable
- Direct Known Subclasses:
SapproductconfigrulesManager
Generated class for type
SapproductconfigrulesManager.- 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 StringRelation disable markmodifed parameter constants for BaseStoreForCPQRule from ((sapproductconfigrules))protected static StringRelation ordering override parameter constants for BaseStoreForCPQRule from ((sapproductconfigrules))protected static Stringprotected static final Map<String,Map<String, Item.AttributeMode>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToProductConfigSourceRules(SessionContext ctx, BaseStore item, ProductConfigSourceRule value) Generated method - Addsvalueto productConfigSourceRules.voidGenerated method - Addsvalueto productConfigSourceRules.createProductConfigSourceRule(SessionContext ctx, Map attributeValues) createProductConfigSourceRule(Map attributeValues) getDefaultAttributeModes(Class<? extends Item> itemClass) Generated method - Getter of theAbstractRuleEngineRule.messageForCsticattribute.Generated method - Getter of theAbstractRuleEngineRule.messageForCsticattribute.Generated method - Getter of theAbstractRuleEngineRule.messageSeverityattribute.Generated method - Getter of theAbstractRuleEngineRule.messageSeverityattribute.getName()getProductConfigSourceRules(SessionContext ctx, BaseStore item) Generated method - Getter of theBaseStore.productConfigSourceRulesattribute.Generated method - Getter of theBaseStore.productConfigSourceRulesattribute.longlongvoidremoveFromProductConfigSourceRules(SessionContext ctx, BaseStore item, ProductConfigSourceRule value) Generated method - Removesvaluefrom productConfigSourceRules.voidGenerated method - Removesvaluefrom productConfigSourceRules.voidsetMessageForCstic(SessionContext ctx, AbstractRuleEngineRule item, String value) Generated method - Setter of theAbstractRuleEngineRule.messageForCsticattribute.voidsetMessageForCstic(AbstractRuleEngineRule item, String value) Generated method - Setter of theAbstractRuleEngineRule.messageForCsticattribute.voidsetMessageSeverity(SessionContext ctx, AbstractRuleEngineRule item, EnumerationValue value) Generated method - Setter of theAbstractRuleEngineRule.messageSeverityattribute.voidsetMessageSeverity(AbstractRuleEngineRule item, EnumerationValue value) Generated method - Setter of theAbstractRuleEngineRule.messageSeverityattribute.voidsetProductConfigSourceRules(SessionContext ctx, BaseStore item, Set<ProductConfigSourceRule> value) Generated method - Setter of theBaseStore.productConfigSourceRulesattribute.voidsetProductConfigSourceRules(BaseStore item, Set<ProductConfigSourceRule> value) Generated method - Setter of theBaseStore.productConfigSourceRulesattribute.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
-
BASESTOREFORCPQRULE_SRC_ORDERED
Relation ordering override parameter constants for BaseStoreForCPQRule from ((sapproductconfigrules)) -
BASESTOREFORCPQRULE_TGT_ORDERED
-
BASESTOREFORCPQRULE_MARKMODIFIED
Relation disable markmodifed parameter constants for BaseStoreForCPQRule from ((sapproductconfigrules)) -
DEFAULT_INITIAL_ATTRIBUTES
-
-
Constructor Details
-
GeneratedSapproductconfigrulesManager
public GeneratedSapproductconfigrulesManager()
-
-
Method Details
-
getDefaultAttributeModes
- Overrides:
getDefaultAttributeModesin classExtension
-
createProductConfigSourceRule
public ProductConfigSourceRule createProductConfigSourceRule(SessionContext ctx, Map attributeValues) -
createProductConfigSourceRule
-
getName
-
getMessageForCstic
Generated method - Getter of theAbstractRuleEngineRule.messageForCsticattribute.- Returns:
- the messageForCstic - Message for characteristic
-
getMessageForCstic
Generated method - Getter of theAbstractRuleEngineRule.messageForCsticattribute.- Returns:
- the messageForCstic - Message for characteristic
-
setMessageForCstic
Generated method - Setter of theAbstractRuleEngineRule.messageForCsticattribute.- Parameters:
value- the messageForCstic - Message for characteristic
-
setMessageForCstic
Generated method - Setter of theAbstractRuleEngineRule.messageForCsticattribute.- Parameters:
value- the messageForCstic - Message for characteristic
-
getMessageSeverity
Generated method - Getter of theAbstractRuleEngineRule.messageSeverityattribute.- Returns:
- the messageSeverity - Severity of the rule related message.
-
getMessageSeverity
Generated method - Getter of theAbstractRuleEngineRule.messageSeverityattribute.- Returns:
- the messageSeverity - Severity of the rule related message.
-
setMessageSeverity
public void setMessageSeverity(SessionContext ctx, AbstractRuleEngineRule item, EnumerationValue value) Generated method - Setter of theAbstractRuleEngineRule.messageSeverityattribute.- Parameters:
value- the messageSeverity - Severity of the rule related message.
-
setMessageSeverity
Generated method - Setter of theAbstractRuleEngineRule.messageSeverityattribute.- Parameters:
value- the messageSeverity - Severity of the rule related message.
-
getProductConfigSourceRules
Generated method - Getter of theBaseStore.productConfigSourceRulesattribute.- Returns:
- the productConfigSourceRules
-
getProductConfigSourceRules
Generated method - Getter of theBaseStore.productConfigSourceRulesattribute.- Returns:
- the productConfigSourceRules
-
getProductConfigSourceRulesCount
-
getProductConfigSourceRulesCount
-
setProductConfigSourceRules
public void setProductConfigSourceRules(SessionContext ctx, BaseStore item, Set<ProductConfigSourceRule> value) Generated method - Setter of theBaseStore.productConfigSourceRulesattribute.- Parameters:
value- the productConfigSourceRules
-
setProductConfigSourceRules
Generated method - Setter of theBaseStore.productConfigSourceRulesattribute.- Parameters:
value- the productConfigSourceRules
-
addToProductConfigSourceRules
public void addToProductConfigSourceRules(SessionContext ctx, BaseStore item, ProductConfigSourceRule value) Generated method - Addsvalueto productConfigSourceRules.- Parameters:
value- the item to add to productConfigSourceRules
-
addToProductConfigSourceRules
Generated method - Addsvalueto productConfigSourceRules.- Parameters:
value- the item to add to productConfigSourceRules
-
removeFromProductConfigSourceRules
public void removeFromProductConfigSourceRules(SessionContext ctx, BaseStore item, ProductConfigSourceRule value) Generated method - Removesvaluefrom productConfigSourceRules.- Parameters:
value- the item to remove from productConfigSourceRules
-
removeFromProductConfigSourceRules
Generated method - Removesvaluefrom productConfigSourceRules.- Parameters:
value- the item to remove from productConfigSourceRules
-