public abstract class GeneratedCustomercouponservicesManager extends Extension
CustomercouponservicesManager.Extension.RestrictedLanguagesProvider, Extension.RightsProviderManager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
CUSTOMERCOUPON2CUSTOMER_MARKMODIFIED
Relation disable markmodifed parameter constants for CustomerCoupon2Customer from ((customercouponservices))
|
protected static java.lang.String |
CUSTOMERCOUPON2CUSTOMER_SRC_ORDERED
Relation ordering override parameter constants for CustomerCoupon2Customer from ((customercouponservices))
|
protected static java.lang.String |
CUSTOMERCOUPON2CUSTOMER_TGT_ORDERED |
protected static java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>> |
DEFAULT_INITIAL_ATTRIBUTES |
| Constructor and Description |
|---|
GeneratedCustomercouponservicesManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToCustomerCoupons(Customer item,
CustomerCoupon value)
Generated method - Adds
value to customerCoupons. |
void |
addToCustomerCoupons(SessionContext ctx,
Customer item,
CustomerCoupon value)
Generated method - Adds
value to customerCoupons. |
CouponNotification |
createCouponNotification(java.util.Map attributeValues) |
CouponNotification |
createCouponNotification(SessionContext ctx,
java.util.Map attributeValues) |
CouponNotificationProcess |
createCouponNotificationProcess(java.util.Map attributeValues) |
CouponNotificationProcess |
createCouponNotificationProcess(SessionContext ctx,
java.util.Map attributeValues) |
CustomerCoupon |
createCustomerCoupon(java.util.Map attributeValues) |
CustomerCoupon |
createCustomerCoupon(SessionContext ctx,
java.util.Map attributeValues) |
CustomerCouponForPromotionSourceRule |
createCustomerCouponForPromotionSourceRule(java.util.Map attributeValues) |
CustomerCouponForPromotionSourceRule |
createCustomerCouponForPromotionSourceRule(SessionContext ctx,
java.util.Map attributeValues) |
java.util.Collection<CustomerCoupon> |
getCustomerCoupons(Customer item)
Generated method - Getter of the
Customer.customerCoupons attribute. |
java.util.Collection<CustomerCoupon> |
getCustomerCoupons(SessionContext ctx,
Customer item)
Generated method - Getter of the
Customer.customerCoupons attribute. |
long |
getCustomerCouponsCount(Customer item) |
long |
getCustomerCouponsCount(SessionContext ctx,
Customer item) |
java.util.Map<java.lang.String,Item.AttributeMode> |
getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass) |
java.lang.String |
getName() |
void |
removeFromCustomerCoupons(Customer item,
CustomerCoupon value)
Generated method - Removes
value from customerCoupons. |
void |
removeFromCustomerCoupons(SessionContext ctx,
Customer item,
CustomerCoupon value)
Generated method - Removes
value from customerCoupons. |
void |
setCustomerCoupons(Customer item,
java.util.Collection<CustomerCoupon> value)
Generated method - Setter of the
Customer.customerCoupons attribute. |
void |
setCustomerCoupons(SessionContext ctx,
Customer item,
java.util.Collection<CustomerCoupon> value)
Generated method - Setter of the
Customer.customerCoupons attribute. |
checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplaceafterItemCreation, beforeItemCreation, destroy, extractNonRequiredRemoteFromItem, extractRequiredRemoteFromItem, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, wrapprotected static java.lang.String CUSTOMERCOUPON2CUSTOMER_SRC_ORDERED
protected static java.lang.String CUSTOMERCOUPON2CUSTOMER_TGT_ORDERED
protected static java.lang.String CUSTOMERCOUPON2CUSTOMER_MARKMODIFIED
protected static final java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
public GeneratedCustomercouponservicesManager()
public java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)
getDefaultAttributeModes in class Extensionpublic CouponNotification createCouponNotification(SessionContext ctx, java.util.Map attributeValues)
public CouponNotification createCouponNotification(java.util.Map attributeValues)
public CouponNotificationProcess createCouponNotificationProcess(SessionContext ctx, java.util.Map attributeValues)
public CouponNotificationProcess createCouponNotificationProcess(java.util.Map attributeValues)
public CustomerCoupon createCustomerCoupon(SessionContext ctx, java.util.Map attributeValues)
public CustomerCoupon createCustomerCoupon(java.util.Map attributeValues)
public CustomerCouponForPromotionSourceRule createCustomerCouponForPromotionSourceRule(SessionContext ctx, java.util.Map attributeValues)
public CustomerCouponForPromotionSourceRule createCustomerCouponForPromotionSourceRule(java.util.Map attributeValues)
public java.util.Collection<CustomerCoupon> getCustomerCoupons(SessionContext ctx, Customer item)
Customer.customerCoupons attribute.public java.util.Collection<CustomerCoupon> getCustomerCoupons(Customer item)
Customer.customerCoupons attribute.public long getCustomerCouponsCount(SessionContext ctx, Customer item)
public long getCustomerCouponsCount(Customer item)
public void setCustomerCoupons(SessionContext ctx, Customer item, java.util.Collection<CustomerCoupon> value)
Customer.customerCoupons attribute.value - the customerCoupons - Customer Couponspublic void setCustomerCoupons(Customer item, java.util.Collection<CustomerCoupon> value)
Customer.customerCoupons attribute.value - the customerCoupons - Customer Couponspublic void addToCustomerCoupons(SessionContext ctx, Customer item, CustomerCoupon value)
value to customerCoupons.value - the item to add to customerCoupons - Customer Couponspublic void addToCustomerCoupons(Customer item, CustomerCoupon value)
value to customerCoupons.value - the item to add to customerCoupons - Customer Couponspublic void removeFromCustomerCoupons(SessionContext ctx, Customer item, CustomerCoupon value)
value from customerCoupons.value - the item to remove from customerCoupons - Customer Couponspublic void removeFromCustomerCoupons(Customer item, CustomerCoupon value)
value from customerCoupons.value - the item to remove from customerCoupons - Customer CouponsCopyright © 2018 SAP SE. All Rights Reserved.