public abstract class GeneratedSubscriptionPricePlan extends PriceRow
SubscriptionPricePlan.GenericItem.GenericItemImplLocalizableItem.LocalizableItemImplExtensibleItem.ExtensibleItemImplItem.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException| Modifier and Type | Field and Description |
|---|---|
protected static java.util.Map<java.lang.String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static java.lang.String |
NAME
Qualifier of the
SubscriptionPricePlan.name attribute |
static java.lang.String |
ONETIMECHARGEENTRIES
Qualifier of the
SubscriptionPricePlan.oneTimeChargeEntries attribute |
protected static OneToManyHandler<OneTimeChargeEntry> |
ONETIMECHARGEENTRIESHANDLER
OneToManyHandler for handling 1:n ONETIMECHARGEENTRIES's relation attributes from 'many' side. |
static java.lang.String |
RECURRINGCHARGEENTRIES
Qualifier of the
SubscriptionPricePlan.recurringChargeEntries attribute |
protected static OneToManyHandler<RecurringChargeEntry> |
RECURRINGCHARGEENTRIESHANDLER
OneToManyHandler for handling 1:n RECURRINGCHARGEENTRIES's relation attributes from 'many' side. |
static java.lang.String |
USAGECHARGES
Qualifier of the
SubscriptionPricePlan.usageCharges attribute |
protected static OneToManyHandler<UsageCharge> |
USAGECHARGESHANDLER
OneToManyHandler for handling 1:n USAGECHARGES's relation attributes from 'many' side. |
MIN_QUANTITY, PRICEROW, UNIT_FACTORCATALOGVERSION, CHANNEL, CURRENCY, GIVEAWAYPRICE, MATCHVALUE, MINQTD, NET, PRICE, PRODUCTHANDLER, UNIT, UNITFACTORALL_PRODUCT_GROUPS, ALL_PRODUCTS, ALL_USER_GROUPS, ALL_USERS, DATE_RANGE, DATERANGE, END_TIME, START_TIMEENDTIME, PG, PRODUCT, PRODUCTID, PRODUCTMATCHQUALIFIER, STARTTIME, UG, USER, USERMATCHQUALIFIERLANGUAGE_FALLBACK_ENABLED_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPEimpl, tenant| Constructor and Description |
|---|
GeneratedSubscriptionPricePlan() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToOneTimeChargeEntries(OneTimeChargeEntry value)
Generated method - Adds
value to oneTimeChargeEntries. |
void |
addToOneTimeChargeEntries(SessionContext ctx,
OneTimeChargeEntry value)
Generated method - Adds
value to oneTimeChargeEntries. |
void |
addToRecurringChargeEntries(RecurringChargeEntry value)
Generated method - Adds
value to recurringChargeEntries. |
void |
addToRecurringChargeEntries(SessionContext ctx,
RecurringChargeEntry value)
Generated method - Adds
value to recurringChargeEntries. |
void |
addToUsageCharges(SessionContext ctx,
UsageCharge value)
Generated method - Adds
value to usageCharges. |
void |
addToUsageCharges(UsageCharge value)
Generated method - Adds
value to usageCharges. |
java.util.Map<Language,java.lang.String> |
getAllName()
Generated method - Getter of the
SubscriptionPricePlan.name attribute. |
java.util.Map<Language,java.lang.String> |
getAllName(SessionContext ctx)
Generated method - Getter of the
SubscriptionPricePlan.name attribute. |
protected java.util.Map<java.lang.String,Item.AttributeMode> |
getDefaultAttributeModes() |
java.lang.String |
getName()
Generated method - Getter of the
SubscriptionPricePlan.name attribute. |
java.lang.String |
getName(SessionContext ctx)
Generated method - Getter of the
SubscriptionPricePlan.name attribute. |
java.util.Collection<OneTimeChargeEntry> |
getOneTimeChargeEntries()
Generated method - Getter of the
SubscriptionPricePlan.oneTimeChargeEntries attribute. |
java.util.Collection<OneTimeChargeEntry> |
getOneTimeChargeEntries(SessionContext ctx)
Generated method - Getter of the
SubscriptionPricePlan.oneTimeChargeEntries attribute. |
java.util.Collection<RecurringChargeEntry> |
getRecurringChargeEntries()
Generated method - Getter of the
SubscriptionPricePlan.recurringChargeEntries attribute. |
java.util.Collection<RecurringChargeEntry> |
getRecurringChargeEntries(SessionContext ctx)
Generated method - Getter of the
SubscriptionPricePlan.recurringChargeEntries attribute. |
java.util.Collection<UsageCharge> |
getUsageCharges()
Generated method - Getter of the
SubscriptionPricePlan.usageCharges attribute. |
java.util.Collection<UsageCharge> |
getUsageCharges(SessionContext ctx)
Generated method - Getter of the
SubscriptionPricePlan.usageCharges attribute. |
void |
removeFromOneTimeChargeEntries(OneTimeChargeEntry value)
Generated method - Removes
value from oneTimeChargeEntries. |
void |
removeFromOneTimeChargeEntries(SessionContext ctx,
OneTimeChargeEntry value)
Generated method - Removes
value from oneTimeChargeEntries. |
void |
removeFromRecurringChargeEntries(RecurringChargeEntry value)
Generated method - Removes
value from recurringChargeEntries. |
void |
removeFromRecurringChargeEntries(SessionContext ctx,
RecurringChargeEntry value)
Generated method - Removes
value from recurringChargeEntries. |
void |
removeFromUsageCharges(SessionContext ctx,
UsageCharge value)
Generated method - Removes
value from usageCharges. |
void |
removeFromUsageCharges(UsageCharge value)
Generated method - Removes
value from usageCharges. |
void |
setAllName(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of the
SubscriptionPricePlan.name attribute. |
void |
setAllName(SessionContext ctx,
java.util.Map<Language,java.lang.String> value)
Generated method - Setter of the
SubscriptionPricePlan.name attribute. |
void |
setName(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
SubscriptionPricePlan.name attribute. |
void |
setName(java.lang.String value)
Generated method - Setter of the
SubscriptionPricePlan.name attribute. |
void |
setOneTimeChargeEntries(java.util.Collection<OneTimeChargeEntry> value)
Generated method - Setter of the
SubscriptionPricePlan.oneTimeChargeEntries attribute. |
void |
setOneTimeChargeEntries(SessionContext ctx,
java.util.Collection<OneTimeChargeEntry> value)
Generated method - Setter of the
SubscriptionPricePlan.oneTimeChargeEntries attribute. |
void |
setRecurringChargeEntries(java.util.Collection<RecurringChargeEntry> value)
Generated method - Setter of the
SubscriptionPricePlan.recurringChargeEntries attribute. |
void |
setRecurringChargeEntries(SessionContext ctx,
java.util.Collection<RecurringChargeEntry> value)
Generated method - Setter of the
SubscriptionPricePlan.recurringChargeEntries attribute. |
void |
setUsageCharges(java.util.Collection<UsageCharge> value)
Generated method - Setter of the
SubscriptionPricePlan.usageCharges attribute. |
void |
setUsageCharges(SessionContext ctx,
java.util.Collection<UsageCharge> value)
Generated method - Setter of the
SubscriptionPricePlan.usageCharges attribute. |
calculateMatchValue, calculateMatchValue, createItem, getMinQuantity, getMinQuantity, getProductGroup, getUserGroup, setCurrency, setMinqtd, setMinQuantity, setMinQuantity, setPg, setPrice, setProduct, setProductId, setUg, setUnit, setUnitFactor, setUser, updateMatchValuegetCatalogVersion, getCatalogVersion, getChannel, getChannel, getCurrency, getCurrency, getMatchValue, getMatchValue, getMatchValueAsPrimitive, getMatchValueAsPrimitive, getMinqtd, getMinqtd, getMinqtdAsPrimitive, getMinqtdAsPrimitive, getPrice, getPrice, getPriceAsPrimitive, getPriceAsPrimitive, getUnit, getUnit, getUnitFactor, getUnitFactor, getUnitFactorAsPrimitive, getUnitFactorAsPrimitive, isGiveAwayPrice, isGiveAwayPrice, isGiveAwayPriceAsPrimitive, isGiveAwayPriceAsPrimitive, isNet, isNet, isNetAsPrimitive, isNetAsPrimitive, setCatalogVersion, setCatalogVersion, setChannel, setChannel, setCurrency, setGiveAwayPrice, setGiveAwayPrice, setGiveAwayPrice, setGiveAwayPrice, setMatchValue, setMatchValue, setMatchValue, setMatchValue, setMinqtd, setMinqtd, setMinqtd, setNet, setNet, setNet, setNet, setPrice, setPrice, setPrice, setUnit, setUnitFactor, setUnitFactor, setUnitFactorgetCustomer, getCustomer, getCustomerGroup, getCustomerGroup, getCustomerPriceGroup, getCustomerPriceGroup, getDateRange, getDateRange, getInitialProductMatchField, getInitialUserMatchField, getProductGroup, getProductPriceGroup, getProductPriceGroup, getUserGroup, markProductModified, remove, removeLinks, setDateRange, setDateRange, setProductMatchQualifier, setProperty, setUserMatchQualifier, updateProductMatchField, updateUserMatchFieldgetEndTime, getEndTime, getPg, getPg, getProduct, getProduct, getProductId, getProductId, getProductMatchQualifier, getProductMatchQualifier, getProductMatchQualifierAsPrimitive, getProductMatchQualifierAsPrimitive, getStartTime, getStartTime, getUg, getUg, getUser, getUser, getUserMatchQualifier, getUserMatchQualifier, getUserMatchQualifierAsPrimitive, getUserMatchQualifierAsPrimitive, setEndTime, setEndTime, setPg, setProduct, setProductId, setProductMatchQualifier, setProductMatchQualifier, setProductMatchQualifier, setStartTime, setStartTime, setUg, setUser, setUserMatchQualifier, setUserMatchQualifier, setUserMatchQualifiergetInitialProperties, getNonInitialAttributesgetAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedPropertycreateNonClassAccessor, getAllProperties, getAllProperties, getImplementation, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setPropertyaddLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplacesetTenantpublic static final java.lang.String NAME
SubscriptionPricePlan.name attributepublic static final java.lang.String ONETIMECHARGEENTRIES
SubscriptionPricePlan.oneTimeChargeEntries attributepublic static final java.lang.String RECURRINGCHARGEENTRIES
SubscriptionPricePlan.recurringChargeEntries attributepublic static final java.lang.String USAGECHARGES
SubscriptionPricePlan.usageCharges attributeprotected static final OneToManyHandler<OneTimeChargeEntry> ONETIMECHARGEENTRIESHANDLER
OneToManyHandler for handling 1:n ONETIMECHARGEENTRIES's relation attributes from 'many' side.protected static final OneToManyHandler<RecurringChargeEntry> RECURRINGCHARGEENTRIESHANDLER
OneToManyHandler for handling 1:n RECURRINGCHARGEENTRIES's relation attributes from 'many' side.protected static final OneToManyHandler<UsageCharge> USAGECHARGESHANDLER
OneToManyHandler for handling 1:n USAGECHARGES's relation attributes from 'many' side.protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
getDefaultAttributeModes in class GeneratedPriceRowpublic java.lang.String getName(SessionContext ctx)
SubscriptionPricePlan.name attribute.public java.lang.String getName()
SubscriptionPricePlan.name attribute.public java.util.Map<Language,java.lang.String> getAllName(SessionContext ctx)
SubscriptionPricePlan.name attribute.public java.util.Map<Language,java.lang.String> getAllName()
SubscriptionPricePlan.name attribute.public void setName(SessionContext ctx, java.lang.String value)
SubscriptionPricePlan.name attribute.value - the name - Namepublic void setName(java.lang.String value)
SubscriptionPricePlan.name attribute.value - the name - Namepublic void setAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
SubscriptionPricePlan.name attribute.value - the name - Namepublic void setAllName(java.util.Map<Language,java.lang.String> value)
SubscriptionPricePlan.name attribute.value - the name - Namepublic java.util.Collection<OneTimeChargeEntry> getOneTimeChargeEntries(SessionContext ctx)
SubscriptionPricePlan.oneTimeChargeEntries attribute.public java.util.Collection<OneTimeChargeEntry> getOneTimeChargeEntries()
SubscriptionPricePlan.oneTimeChargeEntries attribute.public void setOneTimeChargeEntries(SessionContext ctx, java.util.Collection<OneTimeChargeEntry> value)
SubscriptionPricePlan.oneTimeChargeEntries attribute.value - the oneTimeChargeEntriespublic void setOneTimeChargeEntries(java.util.Collection<OneTimeChargeEntry> value)
SubscriptionPricePlan.oneTimeChargeEntries attribute.value - the oneTimeChargeEntriespublic void addToOneTimeChargeEntries(SessionContext ctx, OneTimeChargeEntry value)
value to oneTimeChargeEntries.value - the item to add to oneTimeChargeEntriespublic void addToOneTimeChargeEntries(OneTimeChargeEntry value)
value to oneTimeChargeEntries.value - the item to add to oneTimeChargeEntriespublic void removeFromOneTimeChargeEntries(SessionContext ctx, OneTimeChargeEntry value)
value from oneTimeChargeEntries.value - the item to remove from oneTimeChargeEntriespublic void removeFromOneTimeChargeEntries(OneTimeChargeEntry value)
value from oneTimeChargeEntries.value - the item to remove from oneTimeChargeEntriespublic java.util.Collection<RecurringChargeEntry> getRecurringChargeEntries(SessionContext ctx)
SubscriptionPricePlan.recurringChargeEntries attribute.public java.util.Collection<RecurringChargeEntry> getRecurringChargeEntries()
SubscriptionPricePlan.recurringChargeEntries attribute.public void setRecurringChargeEntries(SessionContext ctx, java.util.Collection<RecurringChargeEntry> value)
SubscriptionPricePlan.recurringChargeEntries attribute.value - the recurringChargeEntriespublic void setRecurringChargeEntries(java.util.Collection<RecurringChargeEntry> value)
SubscriptionPricePlan.recurringChargeEntries attribute.value - the recurringChargeEntriespublic void addToRecurringChargeEntries(SessionContext ctx, RecurringChargeEntry value)
value to recurringChargeEntries.value - the item to add to recurringChargeEntriespublic void addToRecurringChargeEntries(RecurringChargeEntry value)
value to recurringChargeEntries.value - the item to add to recurringChargeEntriespublic void removeFromRecurringChargeEntries(SessionContext ctx, RecurringChargeEntry value)
value from recurringChargeEntries.value - the item to remove from recurringChargeEntriespublic void removeFromRecurringChargeEntries(RecurringChargeEntry value)
value from recurringChargeEntries.value - the item to remove from recurringChargeEntriespublic java.util.Collection<UsageCharge> getUsageCharges(SessionContext ctx)
SubscriptionPricePlan.usageCharges attribute.public java.util.Collection<UsageCharge> getUsageCharges()
SubscriptionPricePlan.usageCharges attribute.public void setUsageCharges(SessionContext ctx, java.util.Collection<UsageCharge> value)
SubscriptionPricePlan.usageCharges attribute.value - the usageChargespublic void setUsageCharges(java.util.Collection<UsageCharge> value)
SubscriptionPricePlan.usageCharges attribute.value - the usageChargespublic void addToUsageCharges(SessionContext ctx, UsageCharge value)
value to usageCharges.value - the item to add to usageChargespublic void addToUsageCharges(UsageCharge value)
value to usageCharges.value - the item to add to usageChargespublic void removeFromUsageCharges(SessionContext ctx, UsageCharge value)
value from usageCharges.value - the item to remove from usageChargespublic void removeFromUsageCharges(UsageCharge value)
value from usageCharges.value - the item to remove from usageChargesCopyright © 2018 SAP SE. All Rights Reserved.