public abstract class GeneratedAbstractOrder extends GenericItem
AbstractOrder.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 |
|---|---|
static String |
CALCULATED
Qualifier of the
AbstractOrder.calculated attribute |
static String |
CODE
Qualifier of the
AbstractOrder.code attribute |
static String |
CURRENCY
Qualifier of the
AbstractOrder.currency attribute |
static String |
DATE
Qualifier of the
AbstractOrder.date attribute |
protected static Map<String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static String |
DELIVERYADDRESS
Qualifier of the
AbstractOrder.deliveryAddress attribute |
static String |
DELIVERYCOST
Qualifier of the
AbstractOrder.deliveryCost attribute |
static String |
DELIVERYMODE
Qualifier of the
AbstractOrder.deliveryMode attribute |
static String |
DELIVERYSTATUS
Qualifier of the
AbstractOrder.deliveryStatus attribute |
static String |
DESCRIPTION
Qualifier of the
AbstractOrder.description attribute |
static String |
DISCOUNTS
Qualifier of the
AbstractOrder.discounts attribute |
static String |
DISCOUNTSINCLUDEDELIVERYCOST
Qualifier of the
AbstractOrder.discountsIncludeDeliveryCost attribute |
static String |
DISCOUNTSINCLUDEPAYMENTCOST
Qualifier of the
AbstractOrder.discountsIncludePaymentCost attribute |
static String |
ENTRIES
Qualifier of the
AbstractOrder.entries attribute |
protected static OneToManyHandler<AbstractOrderEntry> |
ENTRIESHANDLER
OneToManyHandler for handling 1:n ENTRIES's relation attributes from 'many' side. |
static String |
EXPIRATIONTIME
Qualifier of the
AbstractOrder.expirationTime attribute |
static String |
EXPORTSTATUS
Qualifier of the
AbstractOrder.exportStatus attribute |
static String |
GLOBALDISCOUNTVALUESINTERNAL
Qualifier of the
AbstractOrder.globalDiscountValuesInternal attribute |
static String |
NAME
Qualifier of the
AbstractOrder.name attribute |
static String |
NET
Qualifier of the
AbstractOrder.net attribute |
protected static String |
ORDERDISCOUNTRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for OrderDiscountRelation from ((core))
|
protected static String |
ORDERDISCOUNTRELATION_SRC_ORDERED
Relation ordering override parameter constants for OrderDiscountRelation from ((core))
|
protected static String |
ORDERDISCOUNTRELATION_TGT_ORDERED |
static String |
PAYMENTADDRESS
Qualifier of the
AbstractOrder.paymentAddress attribute |
static String |
PAYMENTCOST
Qualifier of the
AbstractOrder.paymentCost attribute |
static String |
PAYMENTINFO
Qualifier of the
AbstractOrder.paymentInfo attribute |
static String |
PAYMENTMODE
Qualifier of the
AbstractOrder.paymentMode attribute |
static String |
PAYMENTSTATUS
Qualifier of the
AbstractOrder.paymentStatus attribute |
static String |
STATUS
Qualifier of the
AbstractOrder.status attribute |
static String |
STATUSINFO
Qualifier of the
AbstractOrder.statusInfo attribute |
static String |
SUBTOTAL
Qualifier of the
AbstractOrder.subtotal attribute |
static String |
TOTALDISCOUNTS
Qualifier of the
AbstractOrder.totalDiscounts attribute |
static String |
TOTALPRICE
Qualifier of the
AbstractOrder.totalPrice attribute |
static String |
TOTALTAX
Qualifier of the
AbstractOrder.totalTax attribute |
static String |
TOTALTAXVALUESINTERNAL
Qualifier of the
AbstractOrder.totalTaxValuesInternal attribute |
static String |
USER
Qualifier of the
AbstractOrder.user attribute |
LANGUAGE_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 |
|---|
GeneratedAbstractOrder() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToDiscounts(Discount value)
Generated method - Adds
value to discounts. |
void |
addToDiscounts(SessionContext ctx,
Discount value)
Generated method - Adds
value to discounts. |
void |
addToEntries(AbstractOrderEntry value)
Generated method - Adds
value to entries. |
void |
addToEntries(SessionContext ctx,
AbstractOrderEntry value)
Generated method - Adds
value to entries. |
String |
getCode()
Generated method - Getter of the
AbstractOrder.code attribute. |
String |
getCode(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.code attribute. |
Currency |
getCurrency()
Generated method - Getter of the
AbstractOrder.currency attribute. |
Currency |
getCurrency(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.currency attribute. |
Date |
getDate()
Generated method - Getter of the
AbstractOrder.date attribute. |
Date |
getDate(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.date attribute. |
protected Map<String,Item.AttributeMode> |
getDefaultAttributeModes() |
Address |
getDeliveryAddress()
Generated method - Getter of the
AbstractOrder.deliveryAddress attribute. |
Address |
getDeliveryAddress(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.deliveryAddress attribute. |
Double |
getDeliveryCost()
Generated method - Getter of the
AbstractOrder.deliveryCost attribute. |
Double |
getDeliveryCost(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.deliveryCost attribute. |
double |
getDeliveryCostAsPrimitive()
Generated method - Getter of the
AbstractOrder.deliveryCost attribute. |
double |
getDeliveryCostAsPrimitive(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.deliveryCost attribute. |
DeliveryMode |
getDeliveryMode()
Generated method - Getter of the
AbstractOrder.deliveryMode attribute. |
DeliveryMode |
getDeliveryMode(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.deliveryMode attribute. |
EnumerationValue |
getDeliveryStatus()
Generated method - Getter of the
AbstractOrder.deliveryStatus attribute. |
EnumerationValue |
getDeliveryStatus(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.deliveryStatus attribute. |
String |
getDescription()
Generated method - Getter of the
AbstractOrder.description attribute. |
String |
getDescription(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.description attribute. |
List<Discount> |
getDiscounts()
Generated method - Getter of the
AbstractOrder.discounts attribute. |
List<Discount> |
getDiscounts(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.discounts attribute. |
long |
getDiscountsCount() |
long |
getDiscountsCount(SessionContext ctx) |
List<AbstractOrderEntry> |
getEntries()
Generated method - Getter of the
AbstractOrder.entries attribute. |
List<AbstractOrderEntry> |
getEntries(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.entries attribute. |
Date |
getExpirationTime()
Generated method - Getter of the
AbstractOrder.expirationTime attribute. |
Date |
getExpirationTime(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.expirationTime attribute. |
EnumerationValue |
getExportStatus()
Generated method - Getter of the
AbstractOrder.exportStatus attribute. |
EnumerationValue |
getExportStatus(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.exportStatus attribute. |
String |
getGlobalDiscountValuesInternal()
Generated method - Getter of the
AbstractOrder.globalDiscountValuesInternal attribute. |
String |
getGlobalDiscountValuesInternal(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.globalDiscountValuesInternal attribute. |
String |
getName()
Generated method - Getter of the
AbstractOrder.name attribute. |
String |
getName(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.name attribute. |
Address |
getPaymentAddress()
Generated method - Getter of the
AbstractOrder.paymentAddress attribute. |
Address |
getPaymentAddress(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.paymentAddress attribute. |
Double |
getPaymentCost()
Generated method - Getter of the
AbstractOrder.paymentCost attribute. |
Double |
getPaymentCost(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.paymentCost attribute. |
double |
getPaymentCostAsPrimitive()
Generated method - Getter of the
AbstractOrder.paymentCost attribute. |
double |
getPaymentCostAsPrimitive(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.paymentCost attribute. |
PaymentInfo |
getPaymentInfo()
Generated method - Getter of the
AbstractOrder.paymentInfo attribute. |
PaymentInfo |
getPaymentInfo(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.paymentInfo attribute. |
PaymentMode |
getPaymentMode()
Generated method - Getter of the
AbstractOrder.paymentMode attribute. |
PaymentMode |
getPaymentMode(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.paymentMode attribute. |
EnumerationValue |
getPaymentStatus()
Generated method - Getter of the
AbstractOrder.paymentStatus attribute. |
EnumerationValue |
getPaymentStatus(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.paymentStatus attribute. |
EnumerationValue |
getStatus()
Generated method - Getter of the
AbstractOrder.status attribute. |
EnumerationValue |
getStatus(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.status attribute. |
String |
getStatusInfo()
Generated method - Getter of the
AbstractOrder.statusInfo attribute. |
String |
getStatusInfo(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.statusInfo attribute. |
Double |
getSubtotal()
Generated method - Getter of the
AbstractOrder.subtotal attribute. |
Double |
getSubtotal(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.subtotal attribute. |
double |
getSubtotalAsPrimitive()
Generated method - Getter of the
AbstractOrder.subtotal attribute. |
double |
getSubtotalAsPrimitive(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.subtotal attribute. |
Double |
getTotalDiscounts()
Generated method - Getter of the
AbstractOrder.totalDiscounts attribute. |
Double |
getTotalDiscounts(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.totalDiscounts attribute. |
double |
getTotalDiscountsAsPrimitive()
Generated method - Getter of the
AbstractOrder.totalDiscounts attribute. |
double |
getTotalDiscountsAsPrimitive(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.totalDiscounts attribute. |
Double |
getTotalPrice()
Generated method - Getter of the
AbstractOrder.totalPrice attribute. |
Double |
getTotalPrice(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.totalPrice attribute. |
double |
getTotalPriceAsPrimitive()
Generated method - Getter of the
AbstractOrder.totalPrice attribute. |
double |
getTotalPriceAsPrimitive(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.totalPrice attribute. |
Double |
getTotalTax()
Generated method - Getter of the
AbstractOrder.totalTax attribute. |
Double |
getTotalTax(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.totalTax attribute. |
double |
getTotalTaxAsPrimitive()
Generated method - Getter of the
AbstractOrder.totalTax attribute. |
double |
getTotalTaxAsPrimitive(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.totalTax attribute. |
String |
getTotalTaxValuesInternal()
Generated method - Getter of the
AbstractOrder.totalTaxValuesInternal attribute. |
String |
getTotalTaxValuesInternal(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.totalTaxValuesInternal attribute. |
User |
getUser()
Generated method - Getter of the
AbstractOrder.user attribute. |
User |
getUser(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.user attribute. |
Boolean |
isCalculated()
Generated method - Getter of the
AbstractOrder.calculated attribute. |
Boolean |
isCalculated(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.calculated attribute. |
boolean |
isCalculatedAsPrimitive()
Generated method - Getter of the
AbstractOrder.calculated attribute. |
boolean |
isCalculatedAsPrimitive(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.calculated attribute. |
Boolean |
isDiscountsIncludeDeliveryCost()
Generated method - Getter of the
AbstractOrder.discountsIncludeDeliveryCost attribute. |
Boolean |
isDiscountsIncludeDeliveryCost(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.discountsIncludeDeliveryCost attribute. |
boolean |
isDiscountsIncludeDeliveryCostAsPrimitive()
Generated method - Getter of the
AbstractOrder.discountsIncludeDeliveryCost attribute. |
boolean |
isDiscountsIncludeDeliveryCostAsPrimitive(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.discountsIncludeDeliveryCost attribute. |
Boolean |
isDiscountsIncludePaymentCost()
Generated method - Getter of the
AbstractOrder.discountsIncludePaymentCost attribute. |
Boolean |
isDiscountsIncludePaymentCost(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.discountsIncludePaymentCost attribute. |
boolean |
isDiscountsIncludePaymentCostAsPrimitive()
Generated method - Getter of the
AbstractOrder.discountsIncludePaymentCost attribute. |
boolean |
isDiscountsIncludePaymentCostAsPrimitive(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.discountsIncludePaymentCost attribute. |
Boolean |
isNet()
Generated method - Getter of the
AbstractOrder.net attribute. |
Boolean |
isNet(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.net attribute. |
boolean |
isNetAsPrimitive()
Generated method - Getter of the
AbstractOrder.net attribute. |
boolean |
isNetAsPrimitive(SessionContext ctx)
Generated method - Getter of the
AbstractOrder.net attribute. |
void |
removeFromDiscounts(Discount value)
Generated method - Removes
value from discounts. |
void |
removeFromDiscounts(SessionContext ctx,
Discount value)
Generated method - Removes
value from discounts. |
void |
removeFromEntries(AbstractOrderEntry value)
Generated method - Removes
value from entries. |
void |
removeFromEntries(SessionContext ctx,
AbstractOrderEntry value)
Generated method - Removes
value from entries. |
void |
setCalculated(boolean value)
Generated method - Setter of the
AbstractOrder.calculated attribute. |
void |
setCalculated(Boolean value)
Generated method - Setter of the
AbstractOrder.calculated attribute. |
void |
setCalculated(SessionContext ctx,
boolean value)
Generated method - Setter of the
AbstractOrder.calculated attribute. |
void |
setCalculated(SessionContext ctx,
Boolean value)
Generated method - Setter of the
AbstractOrder.calculated attribute. |
void |
setCode(SessionContext ctx,
String value)
Generated method - Setter of the
AbstractOrder.code attribute. |
void |
setCode(String value)
Generated method - Setter of the
AbstractOrder.code attribute. |
void |
setCurrency(Currency value)
Generated method - Setter of the
AbstractOrder.currency attribute. |
void |
setCurrency(SessionContext ctx,
Currency value)
Generated method - Setter of the
AbstractOrder.currency attribute. |
void |
setDate(Date value)
Generated method - Setter of the
AbstractOrder.date attribute. |
void |
setDate(SessionContext ctx,
Date value)
Generated method - Setter of the
AbstractOrder.date attribute. |
void |
setDeliveryAddress(Address value)
Generated method - Setter of the
AbstractOrder.deliveryAddress attribute. |
void |
setDeliveryAddress(SessionContext ctx,
Address value)
Generated method - Setter of the
AbstractOrder.deliveryAddress attribute. |
void |
setDeliveryCost(double value)
Generated method - Setter of the
AbstractOrder.deliveryCost attribute. |
void |
setDeliveryCost(Double value)
Generated method - Setter of the
AbstractOrder.deliveryCost attribute. |
void |
setDeliveryCost(SessionContext ctx,
double value)
Generated method - Setter of the
AbstractOrder.deliveryCost attribute. |
void |
setDeliveryCost(SessionContext ctx,
Double value)
Generated method - Setter of the
AbstractOrder.deliveryCost attribute. |
void |
setDeliveryMode(DeliveryMode value)
Generated method - Setter of the
AbstractOrder.deliveryMode attribute. |
void |
setDeliveryMode(SessionContext ctx,
DeliveryMode value)
Generated method - Setter of the
AbstractOrder.deliveryMode attribute. |
void |
setDeliveryStatus(EnumerationValue value)
Generated method - Setter of the
AbstractOrder.deliveryStatus attribute. |
void |
setDeliveryStatus(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
AbstractOrder.deliveryStatus attribute. |
void |
setDescription(SessionContext ctx,
String value)
Generated method - Setter of the
AbstractOrder.description attribute. |
void |
setDescription(String value)
Generated method - Setter of the
AbstractOrder.description attribute. |
void |
setDiscounts(List<Discount> value)
Generated method - Setter of the
AbstractOrder.discounts attribute. |
void |
setDiscounts(SessionContext ctx,
List<Discount> value)
Generated method - Setter of the
AbstractOrder.discounts attribute. |
void |
setDiscountsIncludeDeliveryCost(boolean value)
Generated method - Setter of the
AbstractOrder.discountsIncludeDeliveryCost attribute. |
void |
setDiscountsIncludeDeliveryCost(Boolean value)
Generated method - Setter of the
AbstractOrder.discountsIncludeDeliveryCost attribute. |
void |
setDiscountsIncludeDeliveryCost(SessionContext ctx,
boolean value)
Generated method - Setter of the
AbstractOrder.discountsIncludeDeliveryCost attribute. |
void |
setDiscountsIncludeDeliveryCost(SessionContext ctx,
Boolean value)
Generated method - Setter of the
AbstractOrder.discountsIncludeDeliveryCost attribute. |
void |
setDiscountsIncludePaymentCost(boolean value)
Generated method - Setter of the
AbstractOrder.discountsIncludePaymentCost attribute. |
void |
setDiscountsIncludePaymentCost(Boolean value)
Generated method - Setter of the
AbstractOrder.discountsIncludePaymentCost attribute. |
void |
setDiscountsIncludePaymentCost(SessionContext ctx,
boolean value)
Generated method - Setter of the
AbstractOrder.discountsIncludePaymentCost attribute. |
void |
setDiscountsIncludePaymentCost(SessionContext ctx,
Boolean value)
Generated method - Setter of the
AbstractOrder.discountsIncludePaymentCost attribute. |
void |
setEntries(List<AbstractOrderEntry> value)
Generated method - Setter of the
AbstractOrder.entries attribute. |
void |
setEntries(SessionContext ctx,
List<AbstractOrderEntry> value)
Generated method - Setter of the
AbstractOrder.entries attribute. |
void |
setExpirationTime(Date value)
Generated method - Setter of the
AbstractOrder.expirationTime attribute. |
void |
setExpirationTime(SessionContext ctx,
Date value)
Generated method - Setter of the
AbstractOrder.expirationTime attribute. |
void |
setExportStatus(EnumerationValue value)
Generated method - Setter of the
AbstractOrder.exportStatus attribute. |
void |
setExportStatus(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
AbstractOrder.exportStatus attribute. |
void |
setGlobalDiscountValuesInternal(SessionContext ctx,
String value)
Generated method - Setter of the
AbstractOrder.globalDiscountValuesInternal attribute. |
void |
setGlobalDiscountValuesInternal(String value)
Generated method - Setter of the
AbstractOrder.globalDiscountValuesInternal attribute. |
void |
setName(SessionContext ctx,
String value)
Generated method - Setter of the
AbstractOrder.name attribute. |
void |
setName(String value)
Generated method - Setter of the
AbstractOrder.name attribute. |
void |
setNet(boolean value)
Generated method - Setter of the
AbstractOrder.net attribute. |
void |
setNet(Boolean value)
Generated method - Setter of the
AbstractOrder.net attribute. |
void |
setNet(SessionContext ctx,
boolean value)
Generated method - Setter of the
AbstractOrder.net attribute. |
void |
setNet(SessionContext ctx,
Boolean value)
Generated method - Setter of the
AbstractOrder.net attribute. |
void |
setPaymentAddress(Address value)
Generated method - Setter of the
AbstractOrder.paymentAddress attribute. |
void |
setPaymentAddress(SessionContext ctx,
Address value)
Generated method - Setter of the
AbstractOrder.paymentAddress attribute. |
void |
setPaymentCost(double value)
Generated method - Setter of the
AbstractOrder.paymentCost attribute. |
void |
setPaymentCost(Double value)
Generated method - Setter of the
AbstractOrder.paymentCost attribute. |
void |
setPaymentCost(SessionContext ctx,
double value)
Generated method - Setter of the
AbstractOrder.paymentCost attribute. |
void |
setPaymentCost(SessionContext ctx,
Double value)
Generated method - Setter of the
AbstractOrder.paymentCost attribute. |
void |
setPaymentInfo(PaymentInfo value)
Generated method - Setter of the
AbstractOrder.paymentInfo attribute. |
void |
setPaymentInfo(SessionContext ctx,
PaymentInfo value)
Generated method - Setter of the
AbstractOrder.paymentInfo attribute. |
void |
setPaymentMode(PaymentMode value)
Generated method - Setter of the
AbstractOrder.paymentMode attribute. |
void |
setPaymentMode(SessionContext ctx,
PaymentMode value)
Generated method - Setter of the
AbstractOrder.paymentMode attribute. |
void |
setPaymentStatus(EnumerationValue value)
Generated method - Setter of the
AbstractOrder.paymentStatus attribute. |
void |
setPaymentStatus(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
AbstractOrder.paymentStatus attribute. |
void |
setStatus(EnumerationValue value)
Generated method - Setter of the
AbstractOrder.status attribute. |
void |
setStatus(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
AbstractOrder.status attribute. |
void |
setStatusInfo(SessionContext ctx,
String value)
Generated method - Setter of the
AbstractOrder.statusInfo attribute. |
void |
setStatusInfo(String value)
Generated method - Setter of the
AbstractOrder.statusInfo attribute. |
void |
setSubtotal(double value)
Generated method - Setter of the
AbstractOrder.subtotal attribute. |
void |
setSubtotal(Double value)
Generated method - Setter of the
AbstractOrder.subtotal attribute. |
void |
setSubtotal(SessionContext ctx,
double value)
Generated method - Setter of the
AbstractOrder.subtotal attribute. |
void |
setSubtotal(SessionContext ctx,
Double value)
Generated method - Setter of the
AbstractOrder.subtotal attribute. |
void |
setTotalDiscounts(double value)
Generated method - Setter of the
AbstractOrder.totalDiscounts attribute. |
void |
setTotalDiscounts(Double value)
Generated method - Setter of the
AbstractOrder.totalDiscounts attribute. |
void |
setTotalDiscounts(SessionContext ctx,
double value)
Generated method - Setter of the
AbstractOrder.totalDiscounts attribute. |
void |
setTotalDiscounts(SessionContext ctx,
Double value)
Generated method - Setter of the
AbstractOrder.totalDiscounts attribute. |
void |
setTotalPrice(double value)
Generated method - Setter of the
AbstractOrder.totalPrice attribute. |
void |
setTotalPrice(Double value)
Generated method - Setter of the
AbstractOrder.totalPrice attribute. |
void |
setTotalPrice(SessionContext ctx,
double value)
Generated method - Setter of the
AbstractOrder.totalPrice attribute. |
void |
setTotalPrice(SessionContext ctx,
Double value)
Generated method - Setter of the
AbstractOrder.totalPrice attribute. |
void |
setTotalTax(double value)
Generated method - Setter of the
AbstractOrder.totalTax attribute. |
void |
setTotalTax(Double value)
Generated method - Setter of the
AbstractOrder.totalTax attribute. |
void |
setTotalTax(SessionContext ctx,
double value)
Generated method - Setter of the
AbstractOrder.totalTax attribute. |
void |
setTotalTax(SessionContext ctx,
Double value)
Generated method - Setter of the
AbstractOrder.totalTax attribute. |
void |
setTotalTaxValuesInternal(SessionContext ctx,
String value)
Generated method - Setter of the
AbstractOrder.totalTaxValuesInternal attribute. |
void |
setTotalTaxValuesInternal(String value)
Generated method - Setter of the
AbstractOrder.totalTaxValuesInternal attribute. |
void |
setUser(SessionContext ctx,
User value)
Generated method - Setter of the
AbstractOrder.user attribute. |
void |
setUser(User value)
Generated method - Setter of the
AbstractOrder.user attribute. |
createItem, getInitialProperties, getNonInitialAttributesgetAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedPropertycreateNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, 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, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, readResolve, refreshRemote, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, 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, writeReplacegetImplementation, setTenantpublic static final String CALCULATED
AbstractOrder.calculated attributepublic static final String CODE
AbstractOrder.code attributepublic static final String CURRENCY
AbstractOrder.currency attributepublic static final String DATE
AbstractOrder.date attributepublic static final String DELIVERYADDRESS
AbstractOrder.deliveryAddress attributepublic static final String DELIVERYCOST
AbstractOrder.deliveryCost attributepublic static final String DELIVERYMODE
AbstractOrder.deliveryMode attributepublic static final String DELIVERYSTATUS
AbstractOrder.deliveryStatus attributepublic static final String DESCRIPTION
AbstractOrder.description attributepublic static final String EXPIRATIONTIME
AbstractOrder.expirationTime attributepublic static final String GLOBALDISCOUNTVALUESINTERNAL
AbstractOrder.globalDiscountValuesInternal attributepublic static final String NAME
AbstractOrder.name attributepublic static final String NET
AbstractOrder.net attributepublic static final String PAYMENTADDRESS
AbstractOrder.paymentAddress attributepublic static final String PAYMENTCOST
AbstractOrder.paymentCost attributepublic static final String PAYMENTINFO
AbstractOrder.paymentInfo attributepublic static final String PAYMENTMODE
AbstractOrder.paymentMode attributepublic static final String PAYMENTSTATUS
AbstractOrder.paymentStatus attributepublic static final String STATUS
AbstractOrder.status attributepublic static final String EXPORTSTATUS
AbstractOrder.exportStatus attributepublic static final String STATUSINFO
AbstractOrder.statusInfo attributepublic static final String TOTALPRICE
AbstractOrder.totalPrice attributepublic static final String TOTALDISCOUNTS
AbstractOrder.totalDiscounts attributepublic static final String TOTALTAX
AbstractOrder.totalTax attributepublic static final String TOTALTAXVALUESINTERNAL
AbstractOrder.totalTaxValuesInternal attributepublic static final String USER
AbstractOrder.user attributepublic static final String SUBTOTAL
AbstractOrder.subtotal attributepublic static final String DISCOUNTSINCLUDEDELIVERYCOST
AbstractOrder.discountsIncludeDeliveryCost attributepublic static final String DISCOUNTSINCLUDEPAYMENTCOST
AbstractOrder.discountsIncludePaymentCost attributepublic static final String ENTRIES
AbstractOrder.entries attributepublic static final String DISCOUNTS
AbstractOrder.discounts attributeprotected static String ORDERDISCOUNTRELATION_SRC_ORDERED
protected static String ORDERDISCOUNTRELATION_TGT_ORDERED
protected static String ORDERDISCOUNTRELATION_MARKMODIFIED
protected static final OneToManyHandler<AbstractOrderEntry> ENTRIESHANDLER
OneToManyHandler for handling 1:n ENTRIES's relation attributes from 'many' side.protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
getDefaultAttributeModes in class Itempublic Boolean isCalculated(SessionContext ctx)
AbstractOrder.calculated attribute.public Boolean isCalculated()
AbstractOrder.calculated attribute.public boolean isCalculatedAsPrimitive(SessionContext ctx)
AbstractOrder.calculated attribute.public boolean isCalculatedAsPrimitive()
AbstractOrder.calculated attribute.public void setCalculated(SessionContext ctx, Boolean value)
AbstractOrder.calculated attribute.value - the calculatedpublic void setCalculated(Boolean value)
AbstractOrder.calculated attribute.value - the calculatedpublic void setCalculated(SessionContext ctx, boolean value)
AbstractOrder.calculated attribute.value - the calculatedpublic void setCalculated(boolean value)
AbstractOrder.calculated attribute.value - the calculatedpublic String getCode(SessionContext ctx)
AbstractOrder.code attribute.public String getCode()
AbstractOrder.code attribute.public void setCode(SessionContext ctx, String value)
AbstractOrder.code attribute.value - the codepublic void setCode(String value)
AbstractOrder.code attribute.value - the codepublic Currency getCurrency(SessionContext ctx)
AbstractOrder.currency attribute.public Currency getCurrency()
AbstractOrder.currency attribute.public void setCurrency(SessionContext ctx, Currency value)
AbstractOrder.currency attribute.value - the currencypublic void setCurrency(Currency value)
AbstractOrder.currency attribute.value - the currencypublic Date getDate(SessionContext ctx)
AbstractOrder.date attribute.public Date getDate()
AbstractOrder.date attribute.public void setDate(SessionContext ctx, Date value)
AbstractOrder.date attribute.value - the datepublic void setDate(Date value)
AbstractOrder.date attribute.value - the datepublic Address getDeliveryAddress(SessionContext ctx)
AbstractOrder.deliveryAddress attribute.public Address getDeliveryAddress()
AbstractOrder.deliveryAddress attribute.public void setDeliveryAddress(SessionContext ctx, Address value)
AbstractOrder.deliveryAddress attribute.value - the deliveryAddresspublic void setDeliveryAddress(Address value)
AbstractOrder.deliveryAddress attribute.value - the deliveryAddresspublic Double getDeliveryCost(SessionContext ctx)
AbstractOrder.deliveryCost attribute.public Double getDeliveryCost()
AbstractOrder.deliveryCost attribute.public double getDeliveryCostAsPrimitive(SessionContext ctx)
AbstractOrder.deliveryCost attribute.public double getDeliveryCostAsPrimitive()
AbstractOrder.deliveryCost attribute.public void setDeliveryCost(SessionContext ctx, Double value)
AbstractOrder.deliveryCost attribute.value - the deliveryCostpublic void setDeliveryCost(Double value)
AbstractOrder.deliveryCost attribute.value - the deliveryCostpublic void setDeliveryCost(SessionContext ctx, double value)
AbstractOrder.deliveryCost attribute.value - the deliveryCostpublic void setDeliveryCost(double value)
AbstractOrder.deliveryCost attribute.value - the deliveryCostpublic DeliveryMode getDeliveryMode(SessionContext ctx)
AbstractOrder.deliveryMode attribute.public DeliveryMode getDeliveryMode()
AbstractOrder.deliveryMode attribute.public void setDeliveryMode(SessionContext ctx, DeliveryMode value)
AbstractOrder.deliveryMode attribute.value - the deliveryModepublic void setDeliveryMode(DeliveryMode value)
AbstractOrder.deliveryMode attribute.value - the deliveryModepublic EnumerationValue getDeliveryStatus(SessionContext ctx)
AbstractOrder.deliveryStatus attribute.public EnumerationValue getDeliveryStatus()
AbstractOrder.deliveryStatus attribute.public void setDeliveryStatus(SessionContext ctx, EnumerationValue value)
AbstractOrder.deliveryStatus attribute.value - the deliveryStatuspublic void setDeliveryStatus(EnumerationValue value)
AbstractOrder.deliveryStatus attribute.value - the deliveryStatuspublic String getDescription(SessionContext ctx)
AbstractOrder.description attribute.public String getDescription()
AbstractOrder.description attribute.public void setDescription(SessionContext ctx, String value)
AbstractOrder.description attribute.value - the descriptionpublic void setDescription(String value)
AbstractOrder.description attribute.value - the descriptionpublic List<Discount> getDiscounts(SessionContext ctx)
AbstractOrder.discounts attribute.public List<Discount> getDiscounts()
AbstractOrder.discounts attribute.public long getDiscountsCount(SessionContext ctx)
public long getDiscountsCount()
public void setDiscounts(SessionContext ctx, List<Discount> value)
AbstractOrder.discounts attribute.value - the discountspublic void setDiscounts(List<Discount> value)
AbstractOrder.discounts attribute.value - the discountspublic void addToDiscounts(SessionContext ctx, Discount value)
value to discounts.value - the item to add to discountspublic void addToDiscounts(Discount value)
value to discounts.value - the item to add to discountspublic void removeFromDiscounts(SessionContext ctx, Discount value)
value from discounts.value - the item to remove from discountspublic void removeFromDiscounts(Discount value)
value from discounts.value - the item to remove from discountspublic Boolean isDiscountsIncludeDeliveryCost(SessionContext ctx)
AbstractOrder.discountsIncludeDeliveryCost attribute.public Boolean isDiscountsIncludeDeliveryCost()
AbstractOrder.discountsIncludeDeliveryCost attribute.public boolean isDiscountsIncludeDeliveryCostAsPrimitive(SessionContext ctx)
AbstractOrder.discountsIncludeDeliveryCost attribute.public boolean isDiscountsIncludeDeliveryCostAsPrimitive()
AbstractOrder.discountsIncludeDeliveryCost attribute.public void setDiscountsIncludeDeliveryCost(SessionContext ctx, Boolean value)
AbstractOrder.discountsIncludeDeliveryCost attribute.value - the discountsIncludeDeliveryCost - Tells whether delivery costs should be included in discount calculation or not. If this
field is true
delivery costs are changed the same way as product costs if discount values are set at this
order.public void setDiscountsIncludeDeliveryCost(Boolean value)
AbstractOrder.discountsIncludeDeliveryCost attribute.value - the discountsIncludeDeliveryCost - Tells whether delivery costs should be included in discount calculation or not. If this
field is true
delivery costs are changed the same way as product costs if discount values are set at this
order.public void setDiscountsIncludeDeliveryCost(SessionContext ctx, boolean value)
AbstractOrder.discountsIncludeDeliveryCost attribute.value - the discountsIncludeDeliveryCost - Tells whether delivery costs should be included in discount calculation or not. If this
field is true
delivery costs are changed the same way as product costs if discount values are set at this
order.public void setDiscountsIncludeDeliveryCost(boolean value)
AbstractOrder.discountsIncludeDeliveryCost attribute.value - the discountsIncludeDeliveryCost - Tells whether delivery costs should be included in discount calculation or not. If this
field is true
delivery costs are changed the same way as product costs if discount values are set at this
order.public Boolean isDiscountsIncludePaymentCost(SessionContext ctx)
AbstractOrder.discountsIncludePaymentCost attribute.public Boolean isDiscountsIncludePaymentCost()
AbstractOrder.discountsIncludePaymentCost attribute.public boolean isDiscountsIncludePaymentCostAsPrimitive(SessionContext ctx)
AbstractOrder.discountsIncludePaymentCost attribute.public boolean isDiscountsIncludePaymentCostAsPrimitive()
AbstractOrder.discountsIncludePaymentCost attribute.public void setDiscountsIncludePaymentCost(SessionContext ctx, Boolean value)
AbstractOrder.discountsIncludePaymentCost attribute.value - the discountsIncludePaymentCost - Tells whether payment costs should be included in discount calculation or not. If this
field is true
payment costs are changed the same way as product costs if discount values are set at this
order.public void setDiscountsIncludePaymentCost(Boolean value)
AbstractOrder.discountsIncludePaymentCost attribute.value - the discountsIncludePaymentCost - Tells whether payment costs should be included in discount calculation or not. If this
field is true
payment costs are changed the same way as product costs if discount values are set at this
order.public void setDiscountsIncludePaymentCost(SessionContext ctx, boolean value)
AbstractOrder.discountsIncludePaymentCost attribute.value - the discountsIncludePaymentCost - Tells whether payment costs should be included in discount calculation or not. If this
field is true
payment costs are changed the same way as product costs if discount values are set at this
order.public void setDiscountsIncludePaymentCost(boolean value)
AbstractOrder.discountsIncludePaymentCost attribute.value - the discountsIncludePaymentCost - Tells whether payment costs should be included in discount calculation or not. If this
field is true
payment costs are changed the same way as product costs if discount values are set at this
order.public List<AbstractOrderEntry> getEntries(SessionContext ctx)
AbstractOrder.entries attribute.public List<AbstractOrderEntry> getEntries()
AbstractOrder.entries attribute.public void setEntries(SessionContext ctx, List<AbstractOrderEntry> value)
AbstractOrder.entries attribute.value - the entriespublic void setEntries(List<AbstractOrderEntry> value)
AbstractOrder.entries attribute.value - the entriespublic void addToEntries(SessionContext ctx, AbstractOrderEntry value)
value to entries.value - the item to add to entriespublic void addToEntries(AbstractOrderEntry value)
value to entries.value - the item to add to entriespublic void removeFromEntries(SessionContext ctx, AbstractOrderEntry value)
value from entries.value - the item to remove from entriespublic void removeFromEntries(AbstractOrderEntry value)
value from entries.value - the item to remove from entriespublic Date getExpirationTime(SessionContext ctx)
AbstractOrder.expirationTime attribute.public Date getExpirationTime()
AbstractOrder.expirationTime attribute.public void setExpirationTime(SessionContext ctx, Date value)
AbstractOrder.expirationTime attribute.value - the expirationTime - The date/time when the order will expirepublic void setExpirationTime(Date value)
AbstractOrder.expirationTime attribute.value - the expirationTime - The date/time when the order will expirepublic EnumerationValue getExportStatus(SessionContext ctx)
AbstractOrder.exportStatus attribute.public EnumerationValue getExportStatus()
AbstractOrder.exportStatus attribute.public void setExportStatus(SessionContext ctx, EnumerationValue value)
AbstractOrder.exportStatus attribute.value - the exportStatuspublic void setExportStatus(EnumerationValue value)
AbstractOrder.exportStatus attribute.value - the exportStatuspublic String getGlobalDiscountValuesInternal(SessionContext ctx)
AbstractOrder.globalDiscountValuesInternal attribute.public String getGlobalDiscountValuesInternal()
AbstractOrder.globalDiscountValuesInternal attribute.public void setGlobalDiscountValuesInternal(SessionContext ctx, String value)
AbstractOrder.globalDiscountValuesInternal attribute.value - the globalDiscountValuesInternalpublic void setGlobalDiscountValuesInternal(String value)
AbstractOrder.globalDiscountValuesInternal attribute.value - the globalDiscountValuesInternalpublic String getName(SessionContext ctx)
AbstractOrder.name attribute.public String getName()
AbstractOrder.name attribute.public void setName(SessionContext ctx, String value)
AbstractOrder.name attribute.value - the namepublic void setName(String value)
AbstractOrder.name attribute.value - the namepublic Boolean isNet(SessionContext ctx)
AbstractOrder.net attribute.public Boolean isNet()
AbstractOrder.net attribute.public boolean isNetAsPrimitive(SessionContext ctx)
AbstractOrder.net attribute.public boolean isNetAsPrimitive()
AbstractOrder.net attribute.public void setNet(SessionContext ctx, Boolean value)
AbstractOrder.net attribute.value - the netpublic void setNet(Boolean value)
AbstractOrder.net attribute.value - the netpublic void setNet(SessionContext ctx, boolean value)
AbstractOrder.net attribute.value - the netpublic void setNet(boolean value)
AbstractOrder.net attribute.value - the netpublic Address getPaymentAddress(SessionContext ctx)
AbstractOrder.paymentAddress attribute.public Address getPaymentAddress()
AbstractOrder.paymentAddress attribute.public void setPaymentAddress(SessionContext ctx, Address value)
AbstractOrder.paymentAddress attribute.value - the paymentAddresspublic void setPaymentAddress(Address value)
AbstractOrder.paymentAddress attribute.value - the paymentAddresspublic Double getPaymentCost(SessionContext ctx)
AbstractOrder.paymentCost attribute.public Double getPaymentCost()
AbstractOrder.paymentCost attribute.public double getPaymentCostAsPrimitive(SessionContext ctx)
AbstractOrder.paymentCost attribute.public double getPaymentCostAsPrimitive()
AbstractOrder.paymentCost attribute.public void setPaymentCost(SessionContext ctx, Double value)
AbstractOrder.paymentCost attribute.value - the paymentCostpublic void setPaymentCost(Double value)
AbstractOrder.paymentCost attribute.value - the paymentCostpublic void setPaymentCost(SessionContext ctx, double value)
AbstractOrder.paymentCost attribute.value - the paymentCostpublic void setPaymentCost(double value)
AbstractOrder.paymentCost attribute.value - the paymentCostpublic PaymentInfo getPaymentInfo(SessionContext ctx)
AbstractOrder.paymentInfo attribute.public PaymentInfo getPaymentInfo()
AbstractOrder.paymentInfo attribute.public void setPaymentInfo(SessionContext ctx, PaymentInfo value)
AbstractOrder.paymentInfo attribute.value - the paymentInfopublic void setPaymentInfo(PaymentInfo value)
AbstractOrder.paymentInfo attribute.value - the paymentInfopublic PaymentMode getPaymentMode(SessionContext ctx)
AbstractOrder.paymentMode attribute.public PaymentMode getPaymentMode()
AbstractOrder.paymentMode attribute.public void setPaymentMode(SessionContext ctx, PaymentMode value)
AbstractOrder.paymentMode attribute.value - the paymentModepublic void setPaymentMode(PaymentMode value)
AbstractOrder.paymentMode attribute.value - the paymentModepublic EnumerationValue getPaymentStatus(SessionContext ctx)
AbstractOrder.paymentStatus attribute.public EnumerationValue getPaymentStatus()
AbstractOrder.paymentStatus attribute.public void setPaymentStatus(SessionContext ctx, EnumerationValue value)
AbstractOrder.paymentStatus attribute.value - the paymentStatuspublic void setPaymentStatus(EnumerationValue value)
AbstractOrder.paymentStatus attribute.value - the paymentStatuspublic EnumerationValue getStatus(SessionContext ctx)
AbstractOrder.status attribute.public EnumerationValue getStatus()
AbstractOrder.status attribute.public void setStatus(SessionContext ctx, EnumerationValue value)
AbstractOrder.status attribute.value - the statuspublic void setStatus(EnumerationValue value)
AbstractOrder.status attribute.value - the statuspublic String getStatusInfo(SessionContext ctx)
AbstractOrder.statusInfo attribute.public String getStatusInfo()
AbstractOrder.statusInfo attribute.public void setStatusInfo(SessionContext ctx, String value)
AbstractOrder.statusInfo attribute.value - the statusInfopublic void setStatusInfo(String value)
AbstractOrder.statusInfo attribute.value - the statusInfopublic Double getSubtotal(SessionContext ctx)
AbstractOrder.subtotal attribute.public Double getSubtotal()
AbstractOrder.subtotal attribute.public double getSubtotalAsPrimitive(SessionContext ctx)
AbstractOrder.subtotal attribute.public double getSubtotalAsPrimitive()
AbstractOrder.subtotal attribute.public void setSubtotal(SessionContext ctx, Double value)
AbstractOrder.subtotal attribute.value - the subtotalpublic void setSubtotal(Double value)
AbstractOrder.subtotal attribute.value - the subtotalpublic void setSubtotal(SessionContext ctx, double value)
AbstractOrder.subtotal attribute.value - the subtotalpublic void setSubtotal(double value)
AbstractOrder.subtotal attribute.value - the subtotalpublic Double getTotalDiscounts(SessionContext ctx)
AbstractOrder.totalDiscounts attribute.public Double getTotalDiscounts()
AbstractOrder.totalDiscounts attribute.public double getTotalDiscountsAsPrimitive(SessionContext ctx)
AbstractOrder.totalDiscounts attribute.public double getTotalDiscountsAsPrimitive()
AbstractOrder.totalDiscounts attribute.public void setTotalDiscounts(SessionContext ctx, Double value)
AbstractOrder.totalDiscounts attribute.value - the totalDiscountspublic void setTotalDiscounts(Double value)
AbstractOrder.totalDiscounts attribute.value - the totalDiscountspublic void setTotalDiscounts(SessionContext ctx, double value)
AbstractOrder.totalDiscounts attribute.value - the totalDiscountspublic void setTotalDiscounts(double value)
AbstractOrder.totalDiscounts attribute.value - the totalDiscountspublic Double getTotalPrice(SessionContext ctx)
AbstractOrder.totalPrice attribute.public Double getTotalPrice()
AbstractOrder.totalPrice attribute.public double getTotalPriceAsPrimitive(SessionContext ctx)
AbstractOrder.totalPrice attribute.public double getTotalPriceAsPrimitive()
AbstractOrder.totalPrice attribute.public void setTotalPrice(SessionContext ctx, Double value)
AbstractOrder.totalPrice attribute.value - the totalPricepublic void setTotalPrice(Double value)
AbstractOrder.totalPrice attribute.value - the totalPricepublic void setTotalPrice(SessionContext ctx, double value)
AbstractOrder.totalPrice attribute.value - the totalPricepublic void setTotalPrice(double value)
AbstractOrder.totalPrice attribute.value - the totalPricepublic Double getTotalTax(SessionContext ctx)
AbstractOrder.totalTax attribute.public Double getTotalTax()
AbstractOrder.totalTax attribute.public double getTotalTaxAsPrimitive(SessionContext ctx)
AbstractOrder.totalTax attribute.public double getTotalTaxAsPrimitive()
AbstractOrder.totalTax attribute.public void setTotalTax(SessionContext ctx, Double value)
AbstractOrder.totalTax attribute.value - the totalTaxpublic void setTotalTax(Double value)
AbstractOrder.totalTax attribute.value - the totalTaxpublic void setTotalTax(SessionContext ctx, double value)
AbstractOrder.totalTax attribute.value - the totalTaxpublic void setTotalTax(double value)
AbstractOrder.totalTax attribute.value - the totalTaxpublic String getTotalTaxValuesInternal(SessionContext ctx)
AbstractOrder.totalTaxValuesInternal attribute.public String getTotalTaxValuesInternal()
AbstractOrder.totalTaxValuesInternal attribute.public void setTotalTaxValuesInternal(SessionContext ctx, String value)
AbstractOrder.totalTaxValuesInternal attribute.value - the totalTaxValuesInternalpublic void setTotalTaxValuesInternal(String value)
AbstractOrder.totalTaxValuesInternal attribute.value - the totalTaxValuesInternalpublic User getUser(SessionContext ctx)
AbstractOrder.user attribute.public User getUser()
AbstractOrder.user attribute.public void setUser(SessionContext ctx, User value)
AbstractOrder.user attribute.value - the userpublic void setUser(User value)
AbstractOrder.user attribute.value - the userCopyright © 2017 SAP SE. All Rights Reserved.