Class GeneratedSubscriptionbundleservicesManager
java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
de.hybris.platform.subscriptionbundleservices.jalo.GeneratedSubscriptionbundleservicesManager
- All Implemented Interfaces:
ItemLifecycleListener,Serializable
- Direct Known Subclasses:
SubscriptionbundleservicesManager
Generated class for type
SubscriptionbundleservicesManager.- 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 OneToManyHandler<ChangeProductPriceBundleRule>OneToManyHandlerfor handling 1:n CHANGEPRODUCTPRICEBUNDLERULES's relation attributes from 'many' side.protected static final Map<String,Map<String, Item.AttributeMode>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToChangeProductPriceBundleRules(SessionContext ctx, BillingEvent item, ChangeProductPriceBundleRule value) Generated method - Addsvalueto changeProductPriceBundleRules.voidGenerated method - Addsvalueto changeProductPriceBundleRules.Generated method - Getter of theChangeProductPriceBundleRule.billingEventattribute.Generated method - Getter of theChangeProductPriceBundleRule.billingEventattribute.Generated method - Getter of theBillingEvent.changeProductPriceBundleRulesattribute.Generated method - Getter of theBillingEvent.changeProductPriceBundleRulesattribute.getDefaultAttributeModes(Class<? extends Item> itemClass) getName()voidremoveFromChangeProductPriceBundleRules(SessionContext ctx, BillingEvent item, ChangeProductPriceBundleRule value) Generated method - Removesvaluefrom changeProductPriceBundleRules.voidGenerated method - Removesvaluefrom changeProductPriceBundleRules.voidsetBillingEvent(ChangeProductPriceBundleRule item, BillingEvent value) Generated method - Setter of theChangeProductPriceBundleRule.billingEventattribute.voidsetBillingEvent(SessionContext ctx, ChangeProductPriceBundleRule item, BillingEvent value) Generated method - Setter of theChangeProductPriceBundleRule.billingEventattribute.voidsetChangeProductPriceBundleRules(SessionContext ctx, BillingEvent item, Collection<ChangeProductPriceBundleRule> value) Generated method - Setter of theBillingEvent.changeProductPriceBundleRulesattribute.voidGenerated method - Setter of theBillingEvent.changeProductPriceBundleRulesattribute.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
-
BILLINGEVENT2CHANGEPRODUCTPRICEBUNDLERULECHANGEPRODUCTPRICEBUNDLERULESHANDLER
protected static final OneToManyHandler<ChangeProductPriceBundleRule> BILLINGEVENT2CHANGEPRODUCTPRICEBUNDLERULECHANGEPRODUCTPRICEBUNDLERULESHANDLEROneToManyHandlerfor handling 1:n CHANGEPRODUCTPRICEBUNDLERULES's relation attributes from 'many' side. -
DEFAULT_INITIAL_ATTRIBUTES
-
-
Constructor Details
-
GeneratedSubscriptionbundleservicesManager
public GeneratedSubscriptionbundleservicesManager()
-
-
Method Details
-
getDefaultAttributeModes
- Overrides:
getDefaultAttributeModesin classExtension
-
getBillingEvent
Generated method - Getter of theChangeProductPriceBundleRule.billingEventattribute.- Returns:
- the billingEvent
-
getBillingEvent
Generated method - Getter of theChangeProductPriceBundleRule.billingEventattribute.- Returns:
- the billingEvent
-
setBillingEvent
public void setBillingEvent(SessionContext ctx, ChangeProductPriceBundleRule item, BillingEvent value) Generated method - Setter of theChangeProductPriceBundleRule.billingEventattribute.- Parameters:
value- the billingEvent
-
setBillingEvent
Generated method - Setter of theChangeProductPriceBundleRule.billingEventattribute.- Parameters:
value- the billingEvent
-
getChangeProductPriceBundleRules
public Collection<ChangeProductPriceBundleRule> getChangeProductPriceBundleRules(SessionContext ctx, BillingEvent item) Generated method - Getter of theBillingEvent.changeProductPriceBundleRulesattribute.- Returns:
- the changeProductPriceBundleRules
-
getChangeProductPriceBundleRules
Generated method - Getter of theBillingEvent.changeProductPriceBundleRulesattribute.- Returns:
- the changeProductPriceBundleRules
-
setChangeProductPriceBundleRules
public void setChangeProductPriceBundleRules(SessionContext ctx, BillingEvent item, Collection<ChangeProductPriceBundleRule> value) Generated method - Setter of theBillingEvent.changeProductPriceBundleRulesattribute.- Parameters:
value- the changeProductPriceBundleRules
-
setChangeProductPriceBundleRules
public void setChangeProductPriceBundleRules(BillingEvent item, Collection<ChangeProductPriceBundleRule> value) Generated method - Setter of theBillingEvent.changeProductPriceBundleRulesattribute.- Parameters:
value- the changeProductPriceBundleRules
-
addToChangeProductPriceBundleRules
public void addToChangeProductPriceBundleRules(SessionContext ctx, BillingEvent item, ChangeProductPriceBundleRule value) Generated method - Addsvalueto changeProductPriceBundleRules.- Parameters:
value- the item to add to changeProductPriceBundleRules
-
addToChangeProductPriceBundleRules
public void addToChangeProductPriceBundleRules(BillingEvent item, ChangeProductPriceBundleRule value) Generated method - Addsvalueto changeProductPriceBundleRules.- Parameters:
value- the item to add to changeProductPriceBundleRules
-
removeFromChangeProductPriceBundleRules
public void removeFromChangeProductPriceBundleRules(SessionContext ctx, BillingEvent item, ChangeProductPriceBundleRule value) Generated method - Removesvaluefrom changeProductPriceBundleRules.- Parameters:
value- the item to remove from changeProductPriceBundleRules
-
removeFromChangeProductPriceBundleRules
public void removeFromChangeProductPriceBundleRules(BillingEvent item, ChangeProductPriceBundleRule value) Generated method - Removesvaluefrom changeProductPriceBundleRules.- Parameters:
value- the item to remove from changeProductPriceBundleRules
-
getName
-