Package de.hybris.platform.jalo.order
Class GeneratedAbstractOrder
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.jalo.order.GeneratedAbstractOrder
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
AbstractOrder
public abstract class GeneratedAbstractOrder extends GenericItem
Generated class for typeAbstractOrder.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCALCULATEDQualifier of theAbstractOrder.calculatedattributestatic java.lang.StringCODEQualifier of theAbstractOrder.codeattributestatic java.lang.StringCURRENCYQualifier of theAbstractOrder.currencyattributestatic java.lang.StringDATEQualifier of theAbstractOrder.dateattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringDELIVERYADDRESSQualifier of theAbstractOrder.deliveryAddressattributestatic java.lang.StringDELIVERYCOSTQualifier of theAbstractOrder.deliveryCostattributestatic java.lang.StringDELIVERYMODEQualifier of theAbstractOrder.deliveryModeattributestatic java.lang.StringDELIVERYSTATUSQualifier of theAbstractOrder.deliveryStatusattributestatic java.lang.StringDESCRIPTIONQualifier of theAbstractOrder.descriptionattributestatic java.lang.StringDISCOUNTSQualifier of theAbstractOrder.discountsattributestatic java.lang.StringDISCOUNTSINCLUDEDELIVERYCOSTQualifier of theAbstractOrder.discountsIncludeDeliveryCostattributestatic java.lang.StringDISCOUNTSINCLUDEPAYMENTCOSTQualifier of theAbstractOrder.discountsIncludePaymentCostattributestatic java.lang.StringENTRIESQualifier of theAbstractOrder.entriesattributeprotected static OneToManyHandler<AbstractOrderEntry>ENTRIESHANDLEROneToManyHandlerfor handling 1:n ENTRIES's relation attributes from 'many' side.static java.lang.StringENTRYGROUPSQualifier of theAbstractOrder.entryGroupsattributestatic java.lang.StringEXPIRATIONTIMEQualifier of theAbstractOrder.expirationTimeattributestatic java.lang.StringEXPORTSTATUSQualifier of theAbstractOrder.exportStatusattributestatic java.lang.StringGLOBALDISCOUNTVALUESINTERNALQualifier of theAbstractOrder.globalDiscountValuesInternalattributestatic java.lang.StringNAMEQualifier of theAbstractOrder.nameattributestatic java.lang.StringNETQualifier of theAbstractOrder.netattributeprotected static java.lang.StringORDERDISCOUNTRELATION_MARKMODIFIEDRelation disable markmodifed parameter constants for OrderDiscountRelation from ((core))protected static java.lang.StringORDERDISCOUNTRELATION_SRC_ORDEREDRelation ordering override parameter constants for OrderDiscountRelation from ((core))protected static java.lang.StringORDERDISCOUNTRELATION_TGT_ORDEREDstatic java.lang.StringPAYMENTADDRESSQualifier of theAbstractOrder.paymentAddressattributestatic java.lang.StringPAYMENTCOSTQualifier of theAbstractOrder.paymentCostattributestatic java.lang.StringPAYMENTINFOQualifier of theAbstractOrder.paymentInfoattributestatic java.lang.StringPAYMENTMODEQualifier of theAbstractOrder.paymentModeattributestatic java.lang.StringPAYMENTSTATUSQualifier of theAbstractOrder.paymentStatusattributestatic java.lang.StringSTATUSQualifier of theAbstractOrder.statusattributestatic java.lang.StringSTATUSINFOQualifier of theAbstractOrder.statusInfoattributestatic java.lang.StringSUBTOTALQualifier of theAbstractOrder.subtotalattributestatic java.lang.StringTOTALDISCOUNTSQualifier of theAbstractOrder.totalDiscountsattributestatic java.lang.StringTOTALPRICEQualifier of theAbstractOrder.totalPriceattributestatic java.lang.StringTOTALTAXQualifier of theAbstractOrder.totalTaxattributestatic java.lang.StringTOTALTAXVALUESINTERNALQualifier of theAbstractOrder.totalTaxValuesInternalattributestatic java.lang.StringUSERQualifier of theAbstractOrder.userattribute-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedAbstractOrder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToDiscounts(Discount value)Generated method - Addsvalueto discounts.voidaddToDiscounts(SessionContext ctx, Discount value)Generated method - Addsvalueto discounts.voidaddToEntries(AbstractOrderEntry value)Generated method - Addsvalueto entries.voidaddToEntries(SessionContext ctx, AbstractOrderEntry value)Generated method - Addsvalueto entries.java.lang.StringgetCode()Generated method - Getter of theAbstractOrder.codeattribute.java.lang.StringgetCode(SessionContext ctx)Generated method - Getter of theAbstractOrder.codeattribute.CurrencygetCurrency()Generated method - Getter of theAbstractOrder.currencyattribute.CurrencygetCurrency(SessionContext ctx)Generated method - Getter of theAbstractOrder.currencyattribute.java.util.DategetDate()Generated method - Getter of theAbstractOrder.dateattribute.java.util.DategetDate(SessionContext ctx)Generated method - Getter of theAbstractOrder.dateattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()AddressgetDeliveryAddress()Generated method - Getter of theAbstractOrder.deliveryAddressattribute.AddressgetDeliveryAddress(SessionContext ctx)Generated method - Getter of theAbstractOrder.deliveryAddressattribute.java.lang.DoublegetDeliveryCost()Generated method - Getter of theAbstractOrder.deliveryCostattribute.java.lang.DoublegetDeliveryCost(SessionContext ctx)Generated method - Getter of theAbstractOrder.deliveryCostattribute.doublegetDeliveryCostAsPrimitive()Generated method - Getter of theAbstractOrder.deliveryCostattribute.doublegetDeliveryCostAsPrimitive(SessionContext ctx)Generated method - Getter of theAbstractOrder.deliveryCostattribute.DeliveryModegetDeliveryMode()Generated method - Getter of theAbstractOrder.deliveryModeattribute.DeliveryModegetDeliveryMode(SessionContext ctx)Generated method - Getter of theAbstractOrder.deliveryModeattribute.EnumerationValuegetDeliveryStatus()Generated method - Getter of theAbstractOrder.deliveryStatusattribute.EnumerationValuegetDeliveryStatus(SessionContext ctx)Generated method - Getter of theAbstractOrder.deliveryStatusattribute.java.lang.StringgetDescription()Generated method - Getter of theAbstractOrder.descriptionattribute.java.lang.StringgetDescription(SessionContext ctx)Generated method - Getter of theAbstractOrder.descriptionattribute.java.util.List<Discount>getDiscounts()Generated method - Getter of theAbstractOrder.discountsattribute.java.util.List<Discount>getDiscounts(SessionContext ctx)Generated method - Getter of theAbstractOrder.discountsattribute.longgetDiscountsCount()longgetDiscountsCount(SessionContext ctx)java.util.List<AbstractOrderEntry>getEntries()Generated method - Getter of theAbstractOrder.entriesattribute.java.util.List<AbstractOrderEntry>getEntries(SessionContext ctx)Generated method - Getter of theAbstractOrder.entriesattribute.java.util.List<EntryGroup>getEntryGroups()Generated method - Getter of theAbstractOrder.entryGroupsattribute.java.util.List<EntryGroup>getEntryGroups(SessionContext ctx)Generated method - Getter of theAbstractOrder.entryGroupsattribute.java.util.DategetExpirationTime()Generated method - Getter of theAbstractOrder.expirationTimeattribute.java.util.DategetExpirationTime(SessionContext ctx)Generated method - Getter of theAbstractOrder.expirationTimeattribute.EnumerationValuegetExportStatus()Generated method - Getter of theAbstractOrder.exportStatusattribute.EnumerationValuegetExportStatus(SessionContext ctx)Generated method - Getter of theAbstractOrder.exportStatusattribute.java.lang.StringgetGlobalDiscountValuesInternal()Generated method - Getter of theAbstractOrder.globalDiscountValuesInternalattribute.java.lang.StringgetGlobalDiscountValuesInternal(SessionContext ctx)Generated method - Getter of theAbstractOrder.globalDiscountValuesInternalattribute.java.lang.StringgetName()Generated method - Getter of theAbstractOrder.nameattribute.java.lang.StringgetName(SessionContext ctx)Generated method - Getter of theAbstractOrder.nameattribute.AddressgetPaymentAddress()Generated method - Getter of theAbstractOrder.paymentAddressattribute.AddressgetPaymentAddress(SessionContext ctx)Generated method - Getter of theAbstractOrder.paymentAddressattribute.java.lang.DoublegetPaymentCost()Generated method - Getter of theAbstractOrder.paymentCostattribute.java.lang.DoublegetPaymentCost(SessionContext ctx)Generated method - Getter of theAbstractOrder.paymentCostattribute.doublegetPaymentCostAsPrimitive()Generated method - Getter of theAbstractOrder.paymentCostattribute.doublegetPaymentCostAsPrimitive(SessionContext ctx)Generated method - Getter of theAbstractOrder.paymentCostattribute.PaymentInfogetPaymentInfo()Generated method - Getter of theAbstractOrder.paymentInfoattribute.PaymentInfogetPaymentInfo(SessionContext ctx)Generated method - Getter of theAbstractOrder.paymentInfoattribute.PaymentModegetPaymentMode()Generated method - Getter of theAbstractOrder.paymentModeattribute.PaymentModegetPaymentMode(SessionContext ctx)Generated method - Getter of theAbstractOrder.paymentModeattribute.EnumerationValuegetPaymentStatus()Generated method - Getter of theAbstractOrder.paymentStatusattribute.EnumerationValuegetPaymentStatus(SessionContext ctx)Generated method - Getter of theAbstractOrder.paymentStatusattribute.EnumerationValuegetStatus()Generated method - Getter of theAbstractOrder.statusattribute.EnumerationValuegetStatus(SessionContext ctx)Generated method - Getter of theAbstractOrder.statusattribute.java.lang.StringgetStatusInfo()Generated method - Getter of theAbstractOrder.statusInfoattribute.java.lang.StringgetStatusInfo(SessionContext ctx)Generated method - Getter of theAbstractOrder.statusInfoattribute.java.lang.DoublegetSubtotal()Generated method - Getter of theAbstractOrder.subtotalattribute.java.lang.DoublegetSubtotal(SessionContext ctx)Generated method - Getter of theAbstractOrder.subtotalattribute.doublegetSubtotalAsPrimitive()Generated method - Getter of theAbstractOrder.subtotalattribute.doublegetSubtotalAsPrimitive(SessionContext ctx)Generated method - Getter of theAbstractOrder.subtotalattribute.java.lang.DoublegetTotalDiscounts()Generated method - Getter of theAbstractOrder.totalDiscountsattribute.java.lang.DoublegetTotalDiscounts(SessionContext ctx)Generated method - Getter of theAbstractOrder.totalDiscountsattribute.doublegetTotalDiscountsAsPrimitive()Generated method - Getter of theAbstractOrder.totalDiscountsattribute.doublegetTotalDiscountsAsPrimitive(SessionContext ctx)Generated method - Getter of theAbstractOrder.totalDiscountsattribute.java.lang.DoublegetTotalPrice()Generated method - Getter of theAbstractOrder.totalPriceattribute.java.lang.DoublegetTotalPrice(SessionContext ctx)Generated method - Getter of theAbstractOrder.totalPriceattribute.doublegetTotalPriceAsPrimitive()Generated method - Getter of theAbstractOrder.totalPriceattribute.doublegetTotalPriceAsPrimitive(SessionContext ctx)Generated method - Getter of theAbstractOrder.totalPriceattribute.java.lang.DoublegetTotalTax()Generated method - Getter of theAbstractOrder.totalTaxattribute.java.lang.DoublegetTotalTax(SessionContext ctx)Generated method - Getter of theAbstractOrder.totalTaxattribute.doublegetTotalTaxAsPrimitive()Generated method - Getter of theAbstractOrder.totalTaxattribute.doublegetTotalTaxAsPrimitive(SessionContext ctx)Generated method - Getter of theAbstractOrder.totalTaxattribute.java.lang.StringgetTotalTaxValuesInternal()Generated method - Getter of theAbstractOrder.totalTaxValuesInternalattribute.java.lang.StringgetTotalTaxValuesInternal(SessionContext ctx)Generated method - Getter of theAbstractOrder.totalTaxValuesInternalattribute.UsergetUser()Generated method - Getter of theAbstractOrder.userattribute.UsergetUser(SessionContext ctx)Generated method - Getter of theAbstractOrder.userattribute.java.lang.BooleanisCalculated()Generated method - Getter of theAbstractOrder.calculatedattribute.java.lang.BooleanisCalculated(SessionContext ctx)Generated method - Getter of theAbstractOrder.calculatedattribute.booleanisCalculatedAsPrimitive()Generated method - Getter of theAbstractOrder.calculatedattribute.booleanisCalculatedAsPrimitive(SessionContext ctx)Generated method - Getter of theAbstractOrder.calculatedattribute.java.lang.BooleanisDiscountsIncludeDeliveryCost()Generated method - Getter of theAbstractOrder.discountsIncludeDeliveryCostattribute.java.lang.BooleanisDiscountsIncludeDeliveryCost(SessionContext ctx)Generated method - Getter of theAbstractOrder.discountsIncludeDeliveryCostattribute.booleanisDiscountsIncludeDeliveryCostAsPrimitive()Generated method - Getter of theAbstractOrder.discountsIncludeDeliveryCostattribute.booleanisDiscountsIncludeDeliveryCostAsPrimitive(SessionContext ctx)Generated method - Getter of theAbstractOrder.discountsIncludeDeliveryCostattribute.java.lang.BooleanisDiscountsIncludePaymentCost()Generated method - Getter of theAbstractOrder.discountsIncludePaymentCostattribute.java.lang.BooleanisDiscountsIncludePaymentCost(SessionContext ctx)Generated method - Getter of theAbstractOrder.discountsIncludePaymentCostattribute.booleanisDiscountsIncludePaymentCostAsPrimitive()Generated method - Getter of theAbstractOrder.discountsIncludePaymentCostattribute.booleanisDiscountsIncludePaymentCostAsPrimitive(SessionContext ctx)Generated method - Getter of theAbstractOrder.discountsIncludePaymentCostattribute.booleanisMarkModifiedDisabled(Item referencedItem)java.lang.BooleanisNet()Generated method - Getter of theAbstractOrder.netattribute.java.lang.BooleanisNet(SessionContext ctx)Generated method - Getter of theAbstractOrder.netattribute.booleanisNetAsPrimitive()Generated method - Getter of theAbstractOrder.netattribute.booleanisNetAsPrimitive(SessionContext ctx)Generated method - Getter of theAbstractOrder.netattribute.voidremoveFromDiscounts(Discount value)Generated method - Removesvaluefrom discounts.voidremoveFromDiscounts(SessionContext ctx, Discount value)Generated method - Removesvaluefrom discounts.voidremoveFromEntries(AbstractOrderEntry value)Generated method - Removesvaluefrom entries.voidremoveFromEntries(SessionContext ctx, AbstractOrderEntry value)Generated method - Removesvaluefrom entries.voidsetCalculated(boolean value)Generated method - Setter of theAbstractOrder.calculatedattribute.voidsetCalculated(SessionContext ctx, boolean value)Generated method - Setter of theAbstractOrder.calculatedattribute.voidsetCalculated(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theAbstractOrder.calculatedattribute.voidsetCalculated(java.lang.Boolean value)Generated method - Setter of theAbstractOrder.calculatedattribute.voidsetCode(SessionContext ctx, java.lang.String value)Generated method - Setter of theAbstractOrder.codeattribute.voidsetCode(java.lang.String value)Generated method - Setter of theAbstractOrder.codeattribute.voidsetCurrency(Currency value)Generated method - Setter of theAbstractOrder.currencyattribute.voidsetCurrency(SessionContext ctx, Currency value)Generated method - Setter of theAbstractOrder.currencyattribute.voidsetDate(SessionContext ctx, java.util.Date value)Generated method - Setter of theAbstractOrder.dateattribute.voidsetDate(java.util.Date value)Generated method - Setter of theAbstractOrder.dateattribute.voidsetDeliveryAddress(SessionContext ctx, Address value)Generated method - Setter of theAbstractOrder.deliveryAddressattribute.voidsetDeliveryAddress(Address value)Generated method - Setter of theAbstractOrder.deliveryAddressattribute.voidsetDeliveryCost(double value)Generated method - Setter of theAbstractOrder.deliveryCostattribute.voidsetDeliveryCost(SessionContext ctx, double value)Generated method - Setter of theAbstractOrder.deliveryCostattribute.voidsetDeliveryCost(SessionContext ctx, java.lang.Double value)Generated method - Setter of theAbstractOrder.deliveryCostattribute.voidsetDeliveryCost(java.lang.Double value)Generated method - Setter of theAbstractOrder.deliveryCostattribute.voidsetDeliveryMode(DeliveryMode value)Generated method - Setter of theAbstractOrder.deliveryModeattribute.voidsetDeliveryMode(SessionContext ctx, DeliveryMode value)Generated method - Setter of theAbstractOrder.deliveryModeattribute.voidsetDeliveryStatus(EnumerationValue value)Generated method - Setter of theAbstractOrder.deliveryStatusattribute.voidsetDeliveryStatus(SessionContext ctx, EnumerationValue value)Generated method - Setter of theAbstractOrder.deliveryStatusattribute.voidsetDescription(SessionContext ctx, java.lang.String value)Generated method - Setter of theAbstractOrder.descriptionattribute.voidsetDescription(java.lang.String value)Generated method - Setter of theAbstractOrder.descriptionattribute.voidsetDiscounts(SessionContext ctx, java.util.List<Discount> value)Generated method - Setter of theAbstractOrder.discountsattribute.voidsetDiscounts(java.util.List<Discount> value)Generated method - Setter of theAbstractOrder.discountsattribute.voidsetDiscountsIncludeDeliveryCost(boolean value)Generated method - Setter of theAbstractOrder.discountsIncludeDeliveryCostattribute.voidsetDiscountsIncludeDeliveryCost(SessionContext ctx, boolean value)Generated method - Setter of theAbstractOrder.discountsIncludeDeliveryCostattribute.voidsetDiscountsIncludeDeliveryCost(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theAbstractOrder.discountsIncludeDeliveryCostattribute.voidsetDiscountsIncludeDeliveryCost(java.lang.Boolean value)Generated method - Setter of theAbstractOrder.discountsIncludeDeliveryCostattribute.voidsetDiscountsIncludePaymentCost(boolean value)Generated method - Setter of theAbstractOrder.discountsIncludePaymentCostattribute.voidsetDiscountsIncludePaymentCost(SessionContext ctx, boolean value)Generated method - Setter of theAbstractOrder.discountsIncludePaymentCostattribute.voidsetDiscountsIncludePaymentCost(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theAbstractOrder.discountsIncludePaymentCostattribute.voidsetDiscountsIncludePaymentCost(java.lang.Boolean value)Generated method - Setter of theAbstractOrder.discountsIncludePaymentCostattribute.voidsetEntries(SessionContext ctx, java.util.List<AbstractOrderEntry> value)Generated method - Setter of theAbstractOrder.entriesattribute.voidsetEntries(java.util.List<AbstractOrderEntry> value)Generated method - Setter of theAbstractOrder.entriesattribute.voidsetEntryGroups(SessionContext ctx, java.util.List<EntryGroup> value)Generated method - Setter of theAbstractOrder.entryGroupsattribute.voidsetEntryGroups(java.util.List<EntryGroup> value)Generated method - Setter of theAbstractOrder.entryGroupsattribute.voidsetExpirationTime(SessionContext ctx, java.util.Date value)Generated method - Setter of theAbstractOrder.expirationTimeattribute.voidsetExpirationTime(java.util.Date value)Generated method - Setter of theAbstractOrder.expirationTimeattribute.voidsetExportStatus(EnumerationValue value)Generated method - Setter of theAbstractOrder.exportStatusattribute.voidsetExportStatus(SessionContext ctx, EnumerationValue value)Generated method - Setter of theAbstractOrder.exportStatusattribute.voidsetGlobalDiscountValuesInternal(SessionContext ctx, java.lang.String value)Generated method - Setter of theAbstractOrder.globalDiscountValuesInternalattribute.voidsetGlobalDiscountValuesInternal(java.lang.String value)Generated method - Setter of theAbstractOrder.globalDiscountValuesInternalattribute.voidsetName(SessionContext ctx, java.lang.String value)Generated method - Setter of theAbstractOrder.nameattribute.voidsetName(java.lang.String value)Generated method - Setter of theAbstractOrder.nameattribute.voidsetNet(boolean value)Generated method - Setter of theAbstractOrder.netattribute.voidsetNet(SessionContext ctx, boolean value)Generated method - Setter of theAbstractOrder.netattribute.voidsetNet(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theAbstractOrder.netattribute.voidsetNet(java.lang.Boolean value)Generated method - Setter of theAbstractOrder.netattribute.voidsetPaymentAddress(SessionContext ctx, Address value)Generated method - Setter of theAbstractOrder.paymentAddressattribute.voidsetPaymentAddress(Address value)Generated method - Setter of theAbstractOrder.paymentAddressattribute.voidsetPaymentCost(double value)Generated method - Setter of theAbstractOrder.paymentCostattribute.voidsetPaymentCost(SessionContext ctx, double value)Generated method - Setter of theAbstractOrder.paymentCostattribute.voidsetPaymentCost(SessionContext ctx, java.lang.Double value)Generated method - Setter of theAbstractOrder.paymentCostattribute.voidsetPaymentCost(java.lang.Double value)Generated method - Setter of theAbstractOrder.paymentCostattribute.voidsetPaymentInfo(PaymentInfo value)Generated method - Setter of theAbstractOrder.paymentInfoattribute.voidsetPaymentInfo(SessionContext ctx, PaymentInfo value)Generated method - Setter of theAbstractOrder.paymentInfoattribute.voidsetPaymentMode(PaymentMode value)Generated method - Setter of theAbstractOrder.paymentModeattribute.voidsetPaymentMode(SessionContext ctx, PaymentMode value)Generated method - Setter of theAbstractOrder.paymentModeattribute.voidsetPaymentStatus(EnumerationValue value)Generated method - Setter of theAbstractOrder.paymentStatusattribute.voidsetPaymentStatus(SessionContext ctx, EnumerationValue value)Generated method - Setter of theAbstractOrder.paymentStatusattribute.voidsetStatus(EnumerationValue value)Generated method - Setter of theAbstractOrder.statusattribute.voidsetStatus(SessionContext ctx, EnumerationValue value)Generated method - Setter of theAbstractOrder.statusattribute.voidsetStatusInfo(SessionContext ctx, java.lang.String value)Generated method - Setter of theAbstractOrder.statusInfoattribute.voidsetStatusInfo(java.lang.String value)Generated method - Setter of theAbstractOrder.statusInfoattribute.voidsetSubtotal(double value)Generated method - Setter of theAbstractOrder.subtotalattribute.voidsetSubtotal(SessionContext ctx, double value)Generated method - Setter of theAbstractOrder.subtotalattribute.voidsetSubtotal(SessionContext ctx, java.lang.Double value)Generated method - Setter of theAbstractOrder.subtotalattribute.voidsetSubtotal(java.lang.Double value)Generated method - Setter of theAbstractOrder.subtotalattribute.voidsetTotalDiscounts(double value)Generated method - Setter of theAbstractOrder.totalDiscountsattribute.voidsetTotalDiscounts(SessionContext ctx, double value)Generated method - Setter of theAbstractOrder.totalDiscountsattribute.voidsetTotalDiscounts(SessionContext ctx, java.lang.Double value)Generated method - Setter of theAbstractOrder.totalDiscountsattribute.voidsetTotalDiscounts(java.lang.Double value)Generated method - Setter of theAbstractOrder.totalDiscountsattribute.voidsetTotalPrice(double value)Generated method - Setter of theAbstractOrder.totalPriceattribute.voidsetTotalPrice(SessionContext ctx, double value)Generated method - Setter of theAbstractOrder.totalPriceattribute.voidsetTotalPrice(SessionContext ctx, java.lang.Double value)Generated method - Setter of theAbstractOrder.totalPriceattribute.voidsetTotalPrice(java.lang.Double value)Generated method - Setter of theAbstractOrder.totalPriceattribute.voidsetTotalTax(double value)Generated method - Setter of theAbstractOrder.totalTaxattribute.voidsetTotalTax(SessionContext ctx, double value)Generated method - Setter of theAbstractOrder.totalTaxattribute.voidsetTotalTax(SessionContext ctx, java.lang.Double value)Generated method - Setter of theAbstractOrder.totalTaxattribute.voidsetTotalTax(java.lang.Double value)Generated method - Setter of theAbstractOrder.totalTaxattribute.voidsetTotalTaxValuesInternal(SessionContext ctx, java.lang.String value)Generated method - Setter of theAbstractOrder.totalTaxValuesInternalattribute.voidsetTotalTaxValuesInternal(java.lang.String value)Generated method - Setter of theAbstractOrder.totalTaxValuesInternalattribute.voidsetUser(SessionContext ctx, User value)Generated method - Setter of theAbstractOrder.userattribute.voidsetUser(User value)Generated method - Setter of theAbstractOrder.userattribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, 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, notifyManagerAboutItemRemoval, readResolve, 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, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
CALCULATED
public static final java.lang.String CALCULATED
Qualifier of theAbstractOrder.calculatedattribute- See Also:
- Constant Field Values
-
CODE
public static final java.lang.String CODE
Qualifier of theAbstractOrder.codeattribute- See Also:
- Constant Field Values
-
CURRENCY
public static final java.lang.String CURRENCY
Qualifier of theAbstractOrder.currencyattribute- See Also:
- Constant Field Values
-
DATE
public static final java.lang.String DATE
Qualifier of theAbstractOrder.dateattribute- See Also:
- Constant Field Values
-
DELIVERYADDRESS
public static final java.lang.String DELIVERYADDRESS
Qualifier of theAbstractOrder.deliveryAddressattribute- See Also:
- Constant Field Values
-
DELIVERYCOST
public static final java.lang.String DELIVERYCOST
Qualifier of theAbstractOrder.deliveryCostattribute- See Also:
- Constant Field Values
-
DELIVERYMODE
public static final java.lang.String DELIVERYMODE
Qualifier of theAbstractOrder.deliveryModeattribute- See Also:
- Constant Field Values
-
DELIVERYSTATUS
public static final java.lang.String DELIVERYSTATUS
Qualifier of theAbstractOrder.deliveryStatusattribute- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
Qualifier of theAbstractOrder.descriptionattribute- See Also:
- Constant Field Values
-
EXPIRATIONTIME
public static final java.lang.String EXPIRATIONTIME
Qualifier of theAbstractOrder.expirationTimeattribute- See Also:
- Constant Field Values
-
GLOBALDISCOUNTVALUESINTERNAL
public static final java.lang.String GLOBALDISCOUNTVALUESINTERNAL
Qualifier of theAbstractOrder.globalDiscountValuesInternalattribute- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Qualifier of theAbstractOrder.nameattribute- See Also:
- Constant Field Values
-
NET
public static final java.lang.String NET
Qualifier of theAbstractOrder.netattribute- See Also:
- Constant Field Values
-
PAYMENTADDRESS
public static final java.lang.String PAYMENTADDRESS
Qualifier of theAbstractOrder.paymentAddressattribute- See Also:
- Constant Field Values
-
PAYMENTCOST
public static final java.lang.String PAYMENTCOST
Qualifier of theAbstractOrder.paymentCostattribute- See Also:
- Constant Field Values
-
PAYMENTINFO
public static final java.lang.String PAYMENTINFO
Qualifier of theAbstractOrder.paymentInfoattribute- See Also:
- Constant Field Values
-
PAYMENTMODE
public static final java.lang.String PAYMENTMODE
Qualifier of theAbstractOrder.paymentModeattribute- See Also:
- Constant Field Values
-
PAYMENTSTATUS
public static final java.lang.String PAYMENTSTATUS
Qualifier of theAbstractOrder.paymentStatusattribute- See Also:
- Constant Field Values
-
STATUS
public static final java.lang.String STATUS
Qualifier of theAbstractOrder.statusattribute- See Also:
- Constant Field Values
-
EXPORTSTATUS
public static final java.lang.String EXPORTSTATUS
Qualifier of theAbstractOrder.exportStatusattribute- See Also:
- Constant Field Values
-
STATUSINFO
public static final java.lang.String STATUSINFO
Qualifier of theAbstractOrder.statusInfoattribute- See Also:
- Constant Field Values
-
TOTALPRICE
public static final java.lang.String TOTALPRICE
Qualifier of theAbstractOrder.totalPriceattribute- See Also:
- Constant Field Values
-
TOTALDISCOUNTS
public static final java.lang.String TOTALDISCOUNTS
Qualifier of theAbstractOrder.totalDiscountsattribute- See Also:
- Constant Field Values
-
TOTALTAX
public static final java.lang.String TOTALTAX
Qualifier of theAbstractOrder.totalTaxattribute- See Also:
- Constant Field Values
-
TOTALTAXVALUESINTERNAL
public static final java.lang.String TOTALTAXVALUESINTERNAL
Qualifier of theAbstractOrder.totalTaxValuesInternalattribute- See Also:
- Constant Field Values
-
USER
public static final java.lang.String USER
Qualifier of theAbstractOrder.userattribute- See Also:
- Constant Field Values
-
SUBTOTAL
public static final java.lang.String SUBTOTAL
Qualifier of theAbstractOrder.subtotalattribute- See Also:
- Constant Field Values
-
DISCOUNTSINCLUDEDELIVERYCOST
public static final java.lang.String DISCOUNTSINCLUDEDELIVERYCOST
Qualifier of theAbstractOrder.discountsIncludeDeliveryCostattribute- See Also:
- Constant Field Values
-
DISCOUNTSINCLUDEPAYMENTCOST
public static final java.lang.String DISCOUNTSINCLUDEPAYMENTCOST
Qualifier of theAbstractOrder.discountsIncludePaymentCostattribute- See Also:
- Constant Field Values
-
ENTRYGROUPS
public static final java.lang.String ENTRYGROUPS
Qualifier of theAbstractOrder.entryGroupsattribute- See Also:
- Constant Field Values
-
ENTRIES
public static final java.lang.String ENTRIES
Qualifier of theAbstractOrder.entriesattribute- See Also:
- Constant Field Values
-
DISCOUNTS
public static final java.lang.String DISCOUNTS
Qualifier of theAbstractOrder.discountsattribute- See Also:
- Constant Field Values
-
ORDERDISCOUNTRELATION_SRC_ORDERED
protected static java.lang.String ORDERDISCOUNTRELATION_SRC_ORDERED
Relation ordering override parameter constants for OrderDiscountRelation from ((core))
-
ORDERDISCOUNTRELATION_TGT_ORDERED
protected static java.lang.String ORDERDISCOUNTRELATION_TGT_ORDERED
-
ORDERDISCOUNTRELATION_MARKMODIFIED
protected static java.lang.String ORDERDISCOUNTRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for OrderDiscountRelation from ((core))
-
ENTRIESHANDLER
protected static final OneToManyHandler<AbstractOrderEntry> ENTRIESHANDLER
OneToManyHandlerfor handling 1:n ENTRIES's relation attributes from 'many' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModesin classItem
-
isCalculated
public java.lang.Boolean isCalculated(SessionContext ctx)
Generated method - Getter of theAbstractOrder.calculatedattribute.- Returns:
- the calculated
-
isCalculated
public java.lang.Boolean isCalculated()
Generated method - Getter of theAbstractOrder.calculatedattribute.- Returns:
- the calculated
-
isCalculatedAsPrimitive
public boolean isCalculatedAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractOrder.calculatedattribute.- Returns:
- the calculated
-
isCalculatedAsPrimitive
public boolean isCalculatedAsPrimitive()
Generated method - Getter of theAbstractOrder.calculatedattribute.- Returns:
- the calculated
-
setCalculated
public void setCalculated(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theAbstractOrder.calculatedattribute.- Parameters:
value- the calculated
-
setCalculated
public void setCalculated(java.lang.Boolean value)
Generated method - Setter of theAbstractOrder.calculatedattribute.- Parameters:
value- the calculated
-
setCalculated
public void setCalculated(SessionContext ctx, boolean value)
Generated method - Setter of theAbstractOrder.calculatedattribute.- Parameters:
value- the calculated
-
setCalculated
public void setCalculated(boolean value)
Generated method - Setter of theAbstractOrder.calculatedattribute.- Parameters:
value- the calculated
-
getCode
public java.lang.String getCode(SessionContext ctx)
Generated method - Getter of theAbstractOrder.codeattribute.- Returns:
- the code
-
getCode
public java.lang.String getCode()
Generated method - Getter of theAbstractOrder.codeattribute.- Returns:
- the code
-
setCode
public void setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractOrder.codeattribute.- Parameters:
value- the code
-
setCode
public void setCode(java.lang.String value)
Generated method - Setter of theAbstractOrder.codeattribute.- Parameters:
value- the code
-
getCurrency
public Currency getCurrency(SessionContext ctx)
Generated method - Getter of theAbstractOrder.currencyattribute.- Returns:
- the currency
-
getCurrency
public Currency getCurrency()
Generated method - Getter of theAbstractOrder.currencyattribute.- Returns:
- the currency
-
setCurrency
public void setCurrency(SessionContext ctx, Currency value)
Generated method - Setter of theAbstractOrder.currencyattribute.- Parameters:
value- the currency
-
setCurrency
public void setCurrency(Currency value)
Generated method - Setter of theAbstractOrder.currencyattribute.- Parameters:
value- the currency
-
getDate
public java.util.Date getDate(SessionContext ctx)
Generated method - Getter of theAbstractOrder.dateattribute.- Returns:
- the date
-
getDate
public java.util.Date getDate()
Generated method - Getter of theAbstractOrder.dateattribute.- Returns:
- the date
-
setDate
public void setDate(SessionContext ctx, java.util.Date value)
Generated method - Setter of theAbstractOrder.dateattribute.- Parameters:
value- the date
-
setDate
public void setDate(java.util.Date value)
Generated method - Setter of theAbstractOrder.dateattribute.- Parameters:
value- the date
-
getDeliveryAddress
public Address getDeliveryAddress(SessionContext ctx)
Generated method - Getter of theAbstractOrder.deliveryAddressattribute.- Returns:
- the deliveryAddress
-
getDeliveryAddress
public Address getDeliveryAddress()
Generated method - Getter of theAbstractOrder.deliveryAddressattribute.- Returns:
- the deliveryAddress
-
setDeliveryAddress
public void setDeliveryAddress(SessionContext ctx, Address value)
Generated method - Setter of theAbstractOrder.deliveryAddressattribute.- Parameters:
value- the deliveryAddress
-
setDeliveryAddress
public void setDeliveryAddress(Address value)
Generated method - Setter of theAbstractOrder.deliveryAddressattribute.- Parameters:
value- the deliveryAddress
-
getDeliveryCost
public java.lang.Double getDeliveryCost(SessionContext ctx)
Generated method - Getter of theAbstractOrder.deliveryCostattribute.- Returns:
- the deliveryCost
-
getDeliveryCost
public java.lang.Double getDeliveryCost()
Generated method - Getter of theAbstractOrder.deliveryCostattribute.- Returns:
- the deliveryCost
-
getDeliveryCostAsPrimitive
public double getDeliveryCostAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractOrder.deliveryCostattribute.- Returns:
- the deliveryCost
-
getDeliveryCostAsPrimitive
public double getDeliveryCostAsPrimitive()
Generated method - Getter of theAbstractOrder.deliveryCostattribute.- Returns:
- the deliveryCost
-
setDeliveryCost
public void setDeliveryCost(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theAbstractOrder.deliveryCostattribute.- Parameters:
value- the deliveryCost
-
setDeliveryCost
public void setDeliveryCost(java.lang.Double value)
Generated method - Setter of theAbstractOrder.deliveryCostattribute.- Parameters:
value- the deliveryCost
-
setDeliveryCost
public void setDeliveryCost(SessionContext ctx, double value)
Generated method - Setter of theAbstractOrder.deliveryCostattribute.- Parameters:
value- the deliveryCost
-
setDeliveryCost
public void setDeliveryCost(double value)
Generated method - Setter of theAbstractOrder.deliveryCostattribute.- Parameters:
value- the deliveryCost
-
getDeliveryMode
public DeliveryMode getDeliveryMode(SessionContext ctx)
Generated method - Getter of theAbstractOrder.deliveryModeattribute.- Returns:
- the deliveryMode
-
getDeliveryMode
public DeliveryMode getDeliveryMode()
Generated method - Getter of theAbstractOrder.deliveryModeattribute.- Returns:
- the deliveryMode
-
setDeliveryMode
public void setDeliveryMode(SessionContext ctx, DeliveryMode value)
Generated method - Setter of theAbstractOrder.deliveryModeattribute.- Parameters:
value- the deliveryMode
-
setDeliveryMode
public void setDeliveryMode(DeliveryMode value)
Generated method - Setter of theAbstractOrder.deliveryModeattribute.- Parameters:
value- the deliveryMode
-
getDeliveryStatus
public EnumerationValue getDeliveryStatus(SessionContext ctx)
Generated method - Getter of theAbstractOrder.deliveryStatusattribute.- Returns:
- the deliveryStatus
-
getDeliveryStatus
public EnumerationValue getDeliveryStatus()
Generated method - Getter of theAbstractOrder.deliveryStatusattribute.- Returns:
- the deliveryStatus
-
setDeliveryStatus
public void setDeliveryStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theAbstractOrder.deliveryStatusattribute.- Parameters:
value- the deliveryStatus
-
setDeliveryStatus
public void setDeliveryStatus(EnumerationValue value)
Generated method - Setter of theAbstractOrder.deliveryStatusattribute.- Parameters:
value- the deliveryStatus
-
getDescription
public java.lang.String getDescription(SessionContext ctx)
Generated method - Getter of theAbstractOrder.descriptionattribute.- Returns:
- the description
-
getDescription
public java.lang.String getDescription()
Generated method - Getter of theAbstractOrder.descriptionattribute.- Returns:
- the description
-
setDescription
public void setDescription(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractOrder.descriptionattribute.- Parameters:
value- the description
-
setDescription
public void setDescription(java.lang.String value)
Generated method - Setter of theAbstractOrder.descriptionattribute.- Parameters:
value- the description
-
getDiscounts
public java.util.List<Discount> getDiscounts(SessionContext ctx)
Generated method - Getter of theAbstractOrder.discountsattribute.- Returns:
- the discounts
-
getDiscounts
public java.util.List<Discount> getDiscounts()
Generated method - Getter of theAbstractOrder.discountsattribute.- Returns:
- the discounts
-
getDiscountsCount
public long getDiscountsCount(SessionContext ctx)
-
getDiscountsCount
public long getDiscountsCount()
-
setDiscounts
public void setDiscounts(SessionContext ctx, java.util.List<Discount> value)
Generated method - Setter of theAbstractOrder.discountsattribute.- Parameters:
value- the discounts
-
setDiscounts
public void setDiscounts(java.util.List<Discount> value)
Generated method - Setter of theAbstractOrder.discountsattribute.- Parameters:
value- the discounts
-
addToDiscounts
public void addToDiscounts(SessionContext ctx, Discount value)
Generated method - Addsvalueto discounts.- Parameters:
value- the item to add to discounts
-
addToDiscounts
public void addToDiscounts(Discount value)
Generated method - Addsvalueto discounts.- Parameters:
value- the item to add to discounts
-
removeFromDiscounts
public void removeFromDiscounts(SessionContext ctx, Discount value)
Generated method - Removesvaluefrom discounts.- Parameters:
value- the item to remove from discounts
-
removeFromDiscounts
public void removeFromDiscounts(Discount value)
Generated method - Removesvaluefrom discounts.- Parameters:
value- the item to remove from discounts
-
isDiscountsIncludeDeliveryCost
public java.lang.Boolean isDiscountsIncludeDeliveryCost(SessionContext ctx)
Generated method - Getter of theAbstractOrder.discountsIncludeDeliveryCostattribute.- Returns:
- 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.
-
isDiscountsIncludeDeliveryCost
public java.lang.Boolean isDiscountsIncludeDeliveryCost()
Generated method - Getter of theAbstractOrder.discountsIncludeDeliveryCostattribute.- Returns:
- 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.
-
isDiscountsIncludeDeliveryCostAsPrimitive
public boolean isDiscountsIncludeDeliveryCostAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractOrder.discountsIncludeDeliveryCostattribute.- Returns:
- 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.
-
isDiscountsIncludeDeliveryCostAsPrimitive
public boolean isDiscountsIncludeDeliveryCostAsPrimitive()
Generated method - Getter of theAbstractOrder.discountsIncludeDeliveryCostattribute.- Returns:
- 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.
-
setDiscountsIncludeDeliveryCost
public void setDiscountsIncludeDeliveryCost(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theAbstractOrder.discountsIncludeDeliveryCostattribute.- Parameters:
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.
-
setDiscountsIncludeDeliveryCost
public void setDiscountsIncludeDeliveryCost(java.lang.Boolean value)
Generated method - Setter of theAbstractOrder.discountsIncludeDeliveryCostattribute.- Parameters:
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.
-
setDiscountsIncludeDeliveryCost
public void setDiscountsIncludeDeliveryCost(SessionContext ctx, boolean value)
Generated method - Setter of theAbstractOrder.discountsIncludeDeliveryCostattribute.- Parameters:
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.
-
setDiscountsIncludeDeliveryCost
public void setDiscountsIncludeDeliveryCost(boolean value)
Generated method - Setter of theAbstractOrder.discountsIncludeDeliveryCostattribute.- Parameters:
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.
-
isDiscountsIncludePaymentCost
public java.lang.Boolean isDiscountsIncludePaymentCost(SessionContext ctx)
Generated method - Getter of theAbstractOrder.discountsIncludePaymentCostattribute.- Returns:
- 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.
-
isDiscountsIncludePaymentCost
public java.lang.Boolean isDiscountsIncludePaymentCost()
Generated method - Getter of theAbstractOrder.discountsIncludePaymentCostattribute.- Returns:
- 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.
-
isDiscountsIncludePaymentCostAsPrimitive
public boolean isDiscountsIncludePaymentCostAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractOrder.discountsIncludePaymentCostattribute.- Returns:
- 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.
-
isDiscountsIncludePaymentCostAsPrimitive
public boolean isDiscountsIncludePaymentCostAsPrimitive()
Generated method - Getter of theAbstractOrder.discountsIncludePaymentCostattribute.- Returns:
- 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.
-
setDiscountsIncludePaymentCost
public void setDiscountsIncludePaymentCost(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theAbstractOrder.discountsIncludePaymentCostattribute.- Parameters:
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.
-
setDiscountsIncludePaymentCost
public void setDiscountsIncludePaymentCost(java.lang.Boolean value)
Generated method - Setter of theAbstractOrder.discountsIncludePaymentCostattribute.- Parameters:
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.
-
setDiscountsIncludePaymentCost
public void setDiscountsIncludePaymentCost(SessionContext ctx, boolean value)
Generated method - Setter of theAbstractOrder.discountsIncludePaymentCostattribute.- Parameters:
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.
-
setDiscountsIncludePaymentCost
public void setDiscountsIncludePaymentCost(boolean value)
Generated method - Setter of theAbstractOrder.discountsIncludePaymentCostattribute.- Parameters:
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.
-
getEntries
public java.util.List<AbstractOrderEntry> getEntries(SessionContext ctx)
Generated method - Getter of theAbstractOrder.entriesattribute.- Returns:
- the entries
-
getEntries
public java.util.List<AbstractOrderEntry> getEntries()
Generated method - Getter of theAbstractOrder.entriesattribute.- Returns:
- the entries
-
setEntries
public void setEntries(SessionContext ctx, java.util.List<AbstractOrderEntry> value)
Generated method - Setter of theAbstractOrder.entriesattribute.- Parameters:
value- the entries
-
setEntries
public void setEntries(java.util.List<AbstractOrderEntry> value)
Generated method - Setter of theAbstractOrder.entriesattribute.- Parameters:
value- the entries
-
addToEntries
public void addToEntries(SessionContext ctx, AbstractOrderEntry value)
Generated method - Addsvalueto entries.- Parameters:
value- the item to add to entries
-
addToEntries
public void addToEntries(AbstractOrderEntry value)
Generated method - Addsvalueto entries.- Parameters:
value- the item to add to entries
-
removeFromEntries
public void removeFromEntries(SessionContext ctx, AbstractOrderEntry value)
Generated method - Removesvaluefrom entries.- Parameters:
value- the item to remove from entries
-
removeFromEntries
public void removeFromEntries(AbstractOrderEntry value)
Generated method - Removesvaluefrom entries.- Parameters:
value- the item to remove from entries
-
getEntryGroups
public java.util.List<EntryGroup> getEntryGroups(SessionContext ctx)
Generated method - Getter of theAbstractOrder.entryGroupsattribute.- Returns:
- the entryGroups - List of entry groups for this order.
-
getEntryGroups
public java.util.List<EntryGroup> getEntryGroups()
Generated method - Getter of theAbstractOrder.entryGroupsattribute.- Returns:
- the entryGroups - List of entry groups for this order.
-
setEntryGroups
public void setEntryGroups(SessionContext ctx, java.util.List<EntryGroup> value)
Generated method - Setter of theAbstractOrder.entryGroupsattribute.- Parameters:
value- the entryGroups - List of entry groups for this order.
-
setEntryGroups
public void setEntryGroups(java.util.List<EntryGroup> value)
Generated method - Setter of theAbstractOrder.entryGroupsattribute.- Parameters:
value- the entryGroups - List of entry groups for this order.
-
getExpirationTime
public java.util.Date getExpirationTime(SessionContext ctx)
Generated method - Getter of theAbstractOrder.expirationTimeattribute.- Returns:
- the expirationTime - The date/time when the order will expire
-
getExpirationTime
public java.util.Date getExpirationTime()
Generated method - Getter of theAbstractOrder.expirationTimeattribute.- Returns:
- the expirationTime - The date/time when the order will expire
-
setExpirationTime
public void setExpirationTime(SessionContext ctx, java.util.Date value)
Generated method - Setter of theAbstractOrder.expirationTimeattribute.- Parameters:
value- the expirationTime - The date/time when the order will expire
-
setExpirationTime
public void setExpirationTime(java.util.Date value)
Generated method - Setter of theAbstractOrder.expirationTimeattribute.- Parameters:
value- the expirationTime - The date/time when the order will expire
-
getExportStatus
public EnumerationValue getExportStatus(SessionContext ctx)
Generated method - Getter of theAbstractOrder.exportStatusattribute.- Returns:
- the exportStatus
-
getExportStatus
public EnumerationValue getExportStatus()
Generated method - Getter of theAbstractOrder.exportStatusattribute.- Returns:
- the exportStatus
-
setExportStatus
public void setExportStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theAbstractOrder.exportStatusattribute.- Parameters:
value- the exportStatus
-
setExportStatus
public void setExportStatus(EnumerationValue value)
Generated method - Setter of theAbstractOrder.exportStatusattribute.- Parameters:
value- the exportStatus
-
getGlobalDiscountValuesInternal
public java.lang.String getGlobalDiscountValuesInternal(SessionContext ctx)
Generated method - Getter of theAbstractOrder.globalDiscountValuesInternalattribute.- Returns:
- the globalDiscountValuesInternal
-
getGlobalDiscountValuesInternal
public java.lang.String getGlobalDiscountValuesInternal()
Generated method - Getter of theAbstractOrder.globalDiscountValuesInternalattribute.- Returns:
- the globalDiscountValuesInternal
-
setGlobalDiscountValuesInternal
public void setGlobalDiscountValuesInternal(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractOrder.globalDiscountValuesInternalattribute.- Parameters:
value- the globalDiscountValuesInternal
-
setGlobalDiscountValuesInternal
public void setGlobalDiscountValuesInternal(java.lang.String value)
Generated method - Setter of theAbstractOrder.globalDiscountValuesInternalattribute.- Parameters:
value- the globalDiscountValuesInternal
-
isMarkModifiedDisabled
public boolean isMarkModifiedDisabled(Item referencedItem)
- Overrides:
isMarkModifiedDisabledin classItem
-
getName
public java.lang.String getName(SessionContext ctx)
Generated method - Getter of theAbstractOrder.nameattribute.- Returns:
- the name
-
getName
public java.lang.String getName()
Generated method - Getter of theAbstractOrder.nameattribute.- Returns:
- the name
-
setName
public void setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractOrder.nameattribute.- Parameters:
value- the name
-
setName
public void setName(java.lang.String value)
Generated method - Setter of theAbstractOrder.nameattribute.- Parameters:
value- the name
-
isNet
public java.lang.Boolean isNet(SessionContext ctx)
Generated method - Getter of theAbstractOrder.netattribute.- Returns:
- the net
-
isNet
public java.lang.Boolean isNet()
Generated method - Getter of theAbstractOrder.netattribute.- Returns:
- the net
-
isNetAsPrimitive
public boolean isNetAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractOrder.netattribute.- Returns:
- the net
-
isNetAsPrimitive
public boolean isNetAsPrimitive()
Generated method - Getter of theAbstractOrder.netattribute.- Returns:
- the net
-
setNet
public void setNet(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theAbstractOrder.netattribute.- Parameters:
value- the net
-
setNet
public void setNet(java.lang.Boolean value)
Generated method - Setter of theAbstractOrder.netattribute.- Parameters:
value- the net
-
setNet
public void setNet(SessionContext ctx, boolean value)
Generated method - Setter of theAbstractOrder.netattribute.- Parameters:
value- the net
-
setNet
public void setNet(boolean value)
Generated method - Setter of theAbstractOrder.netattribute.- Parameters:
value- the net
-
getPaymentAddress
public Address getPaymentAddress(SessionContext ctx)
Generated method - Getter of theAbstractOrder.paymentAddressattribute.- Returns:
- the paymentAddress
-
getPaymentAddress
public Address getPaymentAddress()
Generated method - Getter of theAbstractOrder.paymentAddressattribute.- Returns:
- the paymentAddress
-
setPaymentAddress
public void setPaymentAddress(SessionContext ctx, Address value)
Generated method - Setter of theAbstractOrder.paymentAddressattribute.- Parameters:
value- the paymentAddress
-
setPaymentAddress
public void setPaymentAddress(Address value)
Generated method - Setter of theAbstractOrder.paymentAddressattribute.- Parameters:
value- the paymentAddress
-
getPaymentCost
public java.lang.Double getPaymentCost(SessionContext ctx)
Generated method - Getter of theAbstractOrder.paymentCostattribute.- Returns:
- the paymentCost
-
getPaymentCost
public java.lang.Double getPaymentCost()
Generated method - Getter of theAbstractOrder.paymentCostattribute.- Returns:
- the paymentCost
-
getPaymentCostAsPrimitive
public double getPaymentCostAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractOrder.paymentCostattribute.- Returns:
- the paymentCost
-
getPaymentCostAsPrimitive
public double getPaymentCostAsPrimitive()
Generated method - Getter of theAbstractOrder.paymentCostattribute.- Returns:
- the paymentCost
-
setPaymentCost
public void setPaymentCost(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theAbstractOrder.paymentCostattribute.- Parameters:
value- the paymentCost
-
setPaymentCost
public void setPaymentCost(java.lang.Double value)
Generated method - Setter of theAbstractOrder.paymentCostattribute.- Parameters:
value- the paymentCost
-
setPaymentCost
public void setPaymentCost(SessionContext ctx, double value)
Generated method - Setter of theAbstractOrder.paymentCostattribute.- Parameters:
value- the paymentCost
-
setPaymentCost
public void setPaymentCost(double value)
Generated method - Setter of theAbstractOrder.paymentCostattribute.- Parameters:
value- the paymentCost
-
getPaymentInfo
public PaymentInfo getPaymentInfo(SessionContext ctx)
Generated method - Getter of theAbstractOrder.paymentInfoattribute.- Returns:
- the paymentInfo
-
getPaymentInfo
public PaymentInfo getPaymentInfo()
Generated method - Getter of theAbstractOrder.paymentInfoattribute.- Returns:
- the paymentInfo
-
setPaymentInfo
public void setPaymentInfo(SessionContext ctx, PaymentInfo value)
Generated method - Setter of theAbstractOrder.paymentInfoattribute.- Parameters:
value- the paymentInfo
-
setPaymentInfo
public void setPaymentInfo(PaymentInfo value)
Generated method - Setter of theAbstractOrder.paymentInfoattribute.- Parameters:
value- the paymentInfo
-
getPaymentMode
public PaymentMode getPaymentMode(SessionContext ctx)
Generated method - Getter of theAbstractOrder.paymentModeattribute.- Returns:
- the paymentMode
-
getPaymentMode
public PaymentMode getPaymentMode()
Generated method - Getter of theAbstractOrder.paymentModeattribute.- Returns:
- the paymentMode
-
setPaymentMode
public void setPaymentMode(SessionContext ctx, PaymentMode value)
Generated method - Setter of theAbstractOrder.paymentModeattribute.- Parameters:
value- the paymentMode
-
setPaymentMode
public void setPaymentMode(PaymentMode value)
Generated method - Setter of theAbstractOrder.paymentModeattribute.- Parameters:
value- the paymentMode
-
getPaymentStatus
public EnumerationValue getPaymentStatus(SessionContext ctx)
Generated method - Getter of theAbstractOrder.paymentStatusattribute.- Returns:
- the paymentStatus
-
getPaymentStatus
public EnumerationValue getPaymentStatus()
Generated method - Getter of theAbstractOrder.paymentStatusattribute.- Returns:
- the paymentStatus
-
setPaymentStatus
public void setPaymentStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theAbstractOrder.paymentStatusattribute.- Parameters:
value- the paymentStatus
-
setPaymentStatus
public void setPaymentStatus(EnumerationValue value)
Generated method - Setter of theAbstractOrder.paymentStatusattribute.- Parameters:
value- the paymentStatus
-
getStatus
public EnumerationValue getStatus(SessionContext ctx)
Generated method - Getter of theAbstractOrder.statusattribute.- Returns:
- the status
-
getStatus
public EnumerationValue getStatus()
Generated method - Getter of theAbstractOrder.statusattribute.- Returns:
- the status
-
setStatus
public void setStatus(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theAbstractOrder.statusattribute.- Parameters:
value- the status
-
setStatus
public void setStatus(EnumerationValue value)
Generated method - Setter of theAbstractOrder.statusattribute.- Parameters:
value- the status
-
getStatusInfo
public java.lang.String getStatusInfo(SessionContext ctx)
Generated method - Getter of theAbstractOrder.statusInfoattribute.- Returns:
- the statusInfo
-
getStatusInfo
public java.lang.String getStatusInfo()
Generated method - Getter of theAbstractOrder.statusInfoattribute.- Returns:
- the statusInfo
-
setStatusInfo
public void setStatusInfo(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractOrder.statusInfoattribute.- Parameters:
value- the statusInfo
-
setStatusInfo
public void setStatusInfo(java.lang.String value)
Generated method - Setter of theAbstractOrder.statusInfoattribute.- Parameters:
value- the statusInfo
-
getSubtotal
public java.lang.Double getSubtotal(SessionContext ctx)
Generated method - Getter of theAbstractOrder.subtotalattribute.- Returns:
- the subtotal
-
getSubtotal
public java.lang.Double getSubtotal()
Generated method - Getter of theAbstractOrder.subtotalattribute.- Returns:
- the subtotal
-
getSubtotalAsPrimitive
public double getSubtotalAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractOrder.subtotalattribute.- Returns:
- the subtotal
-
getSubtotalAsPrimitive
public double getSubtotalAsPrimitive()
Generated method - Getter of theAbstractOrder.subtotalattribute.- Returns:
- the subtotal
-
setSubtotal
public void setSubtotal(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theAbstractOrder.subtotalattribute.- Parameters:
value- the subtotal
-
setSubtotal
public void setSubtotal(java.lang.Double value)
Generated method - Setter of theAbstractOrder.subtotalattribute.- Parameters:
value- the subtotal
-
setSubtotal
public void setSubtotal(SessionContext ctx, double value)
Generated method - Setter of theAbstractOrder.subtotalattribute.- Parameters:
value- the subtotal
-
setSubtotal
public void setSubtotal(double value)
Generated method - Setter of theAbstractOrder.subtotalattribute.- Parameters:
value- the subtotal
-
getTotalDiscounts
public java.lang.Double getTotalDiscounts(SessionContext ctx)
Generated method - Getter of theAbstractOrder.totalDiscountsattribute.- Returns:
- the totalDiscounts
-
getTotalDiscounts
public java.lang.Double getTotalDiscounts()
Generated method - Getter of theAbstractOrder.totalDiscountsattribute.- Returns:
- the totalDiscounts
-
getTotalDiscountsAsPrimitive
public double getTotalDiscountsAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractOrder.totalDiscountsattribute.- Returns:
- the totalDiscounts
-
getTotalDiscountsAsPrimitive
public double getTotalDiscountsAsPrimitive()
Generated method - Getter of theAbstractOrder.totalDiscountsattribute.- Returns:
- the totalDiscounts
-
setTotalDiscounts
public void setTotalDiscounts(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theAbstractOrder.totalDiscountsattribute.- Parameters:
value- the totalDiscounts
-
setTotalDiscounts
public void setTotalDiscounts(java.lang.Double value)
Generated method - Setter of theAbstractOrder.totalDiscountsattribute.- Parameters:
value- the totalDiscounts
-
setTotalDiscounts
public void setTotalDiscounts(SessionContext ctx, double value)
Generated method - Setter of theAbstractOrder.totalDiscountsattribute.- Parameters:
value- the totalDiscounts
-
setTotalDiscounts
public void setTotalDiscounts(double value)
Generated method - Setter of theAbstractOrder.totalDiscountsattribute.- Parameters:
value- the totalDiscounts
-
getTotalPrice
public java.lang.Double getTotalPrice(SessionContext ctx)
Generated method - Getter of theAbstractOrder.totalPriceattribute.- Returns:
- the totalPrice
-
getTotalPrice
public java.lang.Double getTotalPrice()
Generated method - Getter of theAbstractOrder.totalPriceattribute.- Returns:
- the totalPrice
-
getTotalPriceAsPrimitive
public double getTotalPriceAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractOrder.totalPriceattribute.- Returns:
- the totalPrice
-
getTotalPriceAsPrimitive
public double getTotalPriceAsPrimitive()
Generated method - Getter of theAbstractOrder.totalPriceattribute.- Returns:
- the totalPrice
-
setTotalPrice
public void setTotalPrice(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theAbstractOrder.totalPriceattribute.- Parameters:
value- the totalPrice
-
setTotalPrice
public void setTotalPrice(java.lang.Double value)
Generated method - Setter of theAbstractOrder.totalPriceattribute.- Parameters:
value- the totalPrice
-
setTotalPrice
public void setTotalPrice(SessionContext ctx, double value)
Generated method - Setter of theAbstractOrder.totalPriceattribute.- Parameters:
value- the totalPrice
-
setTotalPrice
public void setTotalPrice(double value)
Generated method - Setter of theAbstractOrder.totalPriceattribute.- Parameters:
value- the totalPrice
-
getTotalTax
public java.lang.Double getTotalTax(SessionContext ctx)
Generated method - Getter of theAbstractOrder.totalTaxattribute.- Returns:
- the totalTax
-
getTotalTax
public java.lang.Double getTotalTax()
Generated method - Getter of theAbstractOrder.totalTaxattribute.- Returns:
- the totalTax
-
getTotalTaxAsPrimitive
public double getTotalTaxAsPrimitive(SessionContext ctx)
Generated method - Getter of theAbstractOrder.totalTaxattribute.- Returns:
- the totalTax
-
getTotalTaxAsPrimitive
public double getTotalTaxAsPrimitive()
Generated method - Getter of theAbstractOrder.totalTaxattribute.- Returns:
- the totalTax
-
setTotalTax
public void setTotalTax(SessionContext ctx, java.lang.Double value)
Generated method - Setter of theAbstractOrder.totalTaxattribute.- Parameters:
value- the totalTax
-
setTotalTax
public void setTotalTax(java.lang.Double value)
Generated method - Setter of theAbstractOrder.totalTaxattribute.- Parameters:
value- the totalTax
-
setTotalTax
public void setTotalTax(SessionContext ctx, double value)
Generated method - Setter of theAbstractOrder.totalTaxattribute.- Parameters:
value- the totalTax
-
setTotalTax
public void setTotalTax(double value)
Generated method - Setter of theAbstractOrder.totalTaxattribute.- Parameters:
value- the totalTax
-
getTotalTaxValuesInternal
public java.lang.String getTotalTaxValuesInternal(SessionContext ctx)
Generated method - Getter of theAbstractOrder.totalTaxValuesInternalattribute.- Returns:
- the totalTaxValuesInternal
-
getTotalTaxValuesInternal
public java.lang.String getTotalTaxValuesInternal()
Generated method - Getter of theAbstractOrder.totalTaxValuesInternalattribute.- Returns:
- the totalTaxValuesInternal
-
setTotalTaxValuesInternal
public void setTotalTaxValuesInternal(SessionContext ctx, java.lang.String value)
Generated method - Setter of theAbstractOrder.totalTaxValuesInternalattribute.- Parameters:
value- the totalTaxValuesInternal
-
setTotalTaxValuesInternal
public void setTotalTaxValuesInternal(java.lang.String value)
Generated method - Setter of theAbstractOrder.totalTaxValuesInternalattribute.- Parameters:
value- the totalTaxValuesInternal
-
getUser
public User getUser(SessionContext ctx)
Generated method - Getter of theAbstractOrder.userattribute.- Returns:
- the user
-
getUser
public User getUser()
Generated method - Getter of theAbstractOrder.userattribute.- Returns:
- the user
-
setUser
public void setUser(SessionContext ctx, User value)
Generated method - Setter of theAbstractOrder.userattribute.- Parameters:
value- the user
-
setUser
public void setUser(User value)
Generated method - Setter of theAbstractOrder.userattribute.- Parameters:
value- the user
-
-