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:
de.hybris.platform.jalo.extension.ItemLifecycleListener,Serializable
public abstract class GeneratedSubscriptionbundleservicesManager
extends de.hybris.platform.jalo.extension.Extension
Generated class for type
SubscriptionbundleservicesManager.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.jalo.extension.Extension
de.hybris.platform.jalo.extension.Extension.RestrictedLanguagesProvider, de.hybris.platform.jalo.extension.Extension.RightsProviderNested classes/interfaces inherited from class de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.Manager.GenericManagerSingletonCreator, de.hybris.platform.jalo.Manager.ManagerSingletonCreator -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final de.hybris.platform.util.OneToManyHandler<de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule>OneToManyHandlerfor handling 1:n CHANGEPRODUCTPRICEBUNDLERULES's relation attributes from 'many' side. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToChangeProductPriceBundleRules(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.subscriptionservices.jalo.BillingEvent item, de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule value) Generated method - Addsvalueto changeProductPriceBundleRules.voidaddToChangeProductPriceBundleRules(de.hybris.platform.subscriptionservices.jalo.BillingEvent item, de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule value) Generated method - Addsvalueto changeProductPriceBundleRules.de.hybris.platform.subscriptionservices.jalo.BillingEventgetBillingEvent(de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule item) Generated method - Getter of theChangeProductPriceBundleRule.billingEventattribute.de.hybris.platform.subscriptionservices.jalo.BillingEventgetBillingEvent(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule item) Generated method - Getter of theChangeProductPriceBundleRule.billingEventattribute.Collection<de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule>getChangeProductPriceBundleRules(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.subscriptionservices.jalo.BillingEvent item) Generated method - Getter of theBillingEvent.changeProductPriceBundleRulesattribute.Collection<de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule>getChangeProductPriceBundleRules(de.hybris.platform.subscriptionservices.jalo.BillingEvent item) Generated method - Getter of theBillingEvent.changeProductPriceBundleRulesattribute.getDefaultAttributeModes(Class<? extends de.hybris.platform.jalo.Item> itemClass) getName()voidremoveFromChangeProductPriceBundleRules(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.subscriptionservices.jalo.BillingEvent item, de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule value) Generated method - Removesvaluefrom changeProductPriceBundleRules.voidremoveFromChangeProductPriceBundleRules(de.hybris.platform.subscriptionservices.jalo.BillingEvent item, de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule value) Generated method - Removesvaluefrom changeProductPriceBundleRules.voidsetBillingEvent(de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule item, de.hybris.platform.subscriptionservices.jalo.BillingEvent value) Generated method - Setter of theChangeProductPriceBundleRule.billingEventattribute.voidsetBillingEvent(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule item, de.hybris.platform.subscriptionservices.jalo.BillingEvent value) Generated method - Setter of theChangeProductPriceBundleRule.billingEventattribute.voidsetChangeProductPriceBundleRules(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.subscriptionservices.jalo.BillingEvent item, Collection<de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule> value) Generated method - Setter of theBillingEvent.changeProductPriceBundleRulesattribute.voidsetChangeProductPriceBundleRules(de.hybris.platform.subscriptionservices.jalo.BillingEvent item, Collection<de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule> value) Generated 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 de.hybris.platform.util.OneToManyHandler<de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule> BILLINGEVENT2CHANGEPRODUCTPRICEBUNDLERULECHANGEPRODUCTPRICEBUNDLERULESHANDLEROneToManyHandlerfor handling 1:n CHANGEPRODUCTPRICEBUNDLERULES's relation attributes from 'many' side. -
DEFAULT_INITIAL_ATTRIBUTES
-
-
Constructor Details
-
GeneratedSubscriptionbundleservicesManager
public GeneratedSubscriptionbundleservicesManager()
-
-
Method Details
-
getDefaultAttributeModes
public Map<String,de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes(Class<? extends de.hybris.platform.jalo.Item> itemClass) - Overrides:
getDefaultAttributeModesin classde.hybris.platform.jalo.extension.Extension
-
getBillingEvent
public de.hybris.platform.subscriptionservices.jalo.BillingEvent getBillingEvent(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule item) Generated method - Getter of theChangeProductPriceBundleRule.billingEventattribute.- Returns:
- the billingEvent
-
getBillingEvent
public de.hybris.platform.subscriptionservices.jalo.BillingEvent getBillingEvent(de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule item) Generated method - Getter of theChangeProductPriceBundleRule.billingEventattribute.- Returns:
- the billingEvent
-
setBillingEvent
public void setBillingEvent(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule item, de.hybris.platform.subscriptionservices.jalo.BillingEvent value) Generated method - Setter of theChangeProductPriceBundleRule.billingEventattribute.- Parameters:
value- the billingEvent
-
setBillingEvent
public void setBillingEvent(de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule item, de.hybris.platform.subscriptionservices.jalo.BillingEvent value) Generated method - Setter of theChangeProductPriceBundleRule.billingEventattribute.- Parameters:
value- the billingEvent
-
getChangeProductPriceBundleRules
public Collection<de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule> getChangeProductPriceBundleRules(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.subscriptionservices.jalo.BillingEvent item) Generated method - Getter of theBillingEvent.changeProductPriceBundleRulesattribute.- Returns:
- the changeProductPriceBundleRules
-
getChangeProductPriceBundleRules
public Collection<de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule> getChangeProductPriceBundleRules(de.hybris.platform.subscriptionservices.jalo.BillingEvent item) Generated method - Getter of theBillingEvent.changeProductPriceBundleRulesattribute.- Returns:
- the changeProductPriceBundleRules
-
setChangeProductPriceBundleRules
public void setChangeProductPriceBundleRules(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.subscriptionservices.jalo.BillingEvent item, Collection<de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule> value) Generated method - Setter of theBillingEvent.changeProductPriceBundleRulesattribute.- Parameters:
value- the changeProductPriceBundleRules
-
setChangeProductPriceBundleRules
public void setChangeProductPriceBundleRules(de.hybris.platform.subscriptionservices.jalo.BillingEvent item, Collection<de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule> value) Generated method - Setter of theBillingEvent.changeProductPriceBundleRulesattribute.- Parameters:
value- the changeProductPriceBundleRules
-
addToChangeProductPriceBundleRules
public void addToChangeProductPriceBundleRules(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.subscriptionservices.jalo.BillingEvent item, de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule value) Generated method - Addsvalueto changeProductPriceBundleRules.- Parameters:
value- the item to add to changeProductPriceBundleRules
-
addToChangeProductPriceBundleRules
public void addToChangeProductPriceBundleRules(de.hybris.platform.subscriptionservices.jalo.BillingEvent item, de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule value) Generated method - Addsvalueto changeProductPriceBundleRules.- Parameters:
value- the item to add to changeProductPriceBundleRules
-
removeFromChangeProductPriceBundleRules
public void removeFromChangeProductPriceBundleRules(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.subscriptionservices.jalo.BillingEvent item, de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule value) Generated method - Removesvaluefrom changeProductPriceBundleRules.- Parameters:
value- the item to remove from changeProductPriceBundleRules
-
removeFromChangeProductPriceBundleRules
public void removeFromChangeProductPriceBundleRules(de.hybris.platform.subscriptionservices.jalo.BillingEvent item, de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule value) Generated method - Removesvaluefrom changeProductPriceBundleRules.- Parameters:
value- the item to remove from changeProductPriceBundleRules
-
getName
- Specified by:
getNamein classde.hybris.platform.jalo.extension.Extension
-