public class OrderEntryModel extends AbstractOrderEntryModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_ABSTRACTORDER2ABSTRACTORDERENTRY
Generated relation code constant for relation
AbstractOrder2AbstractOrderEntry defining source attribute order in extension core. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
INVENTORYEVENTS
Generated constant - Attribute key of
OrderEntry.inventoryEvents attribute defined at extension warehousing. |
static String |
QUANTITYALLOCATED
Generated constant - Attribute key of
OrderEntry.quantityAllocated attribute defined at extension warehousing. |
static String |
QUANTITYCANCELLED
Generated constant - Attribute key of
OrderEntry.quantityCancelled attribute defined at extension warehousing. |
static String |
QUANTITYPENDING
Generated constant - Attribute key of
OrderEntry.quantityPending attribute defined at extension warehousing. |
static String |
QUANTITYRETURNED
Generated constant - Attribute key of
OrderEntry.quantityReturned attribute defined at extension warehousing. |
static String |
QUANTITYSHIPPED
Generated constant - Attribute key of
OrderEntry.quantityShipped attribute defined at extension warehousing. |
static String |
QUANTITYUNALLOCATED
Generated constant - Attribute key of
OrderEntry.quantityUnallocated attribute defined at extension warehousing. |
_CONSIGNMENTENTRYORDERENTRYRELATION, _MASTERABSTRACTORDERENTRY2CHILDABSTRACTORDERENTRIESRELATION, BASEPRICE, BUNDLENO, BUNDLETEMPLATE, CALCULATED, CHILDENTRIES, CHOSENVENDOR, CONSIGNMENTENTRIES, COSTCENTER, DELIVERYADDRESS, DELIVERYMODE, DELIVERYPOINTOFSERVICE, DISCOUNTVALUES, DISCOUNTVALUESINTERNAL, ENTRYNUMBER, EUROPE1PRICEFACTORY_PDG, EUROPE1PRICEFACTORY_PPG, EUROPE1PRICEFACTORY_PTG, EXTERNALCONFIGURATION, GIVEAWAY, INFO, MASTERENTRY, NAMEDDELIVERYDATE, ORDER, ORIGINALORDERENTRY, ORIGINALSUBSCRIPTIONID, PRODUCT, PRODUCTINFOS, PROMOTIONCODE, PROMOTIONMATCHER, QUANTITY, QUANTITYSTATUS, REJECTED, SAPPRICINGCONDITIONS, TAXVALUES, TAXVALUESINTERNAL, TOTALPRICE, UNIT, XMLPRODUCT, YFORMDATA_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
OrderEntryModel()
Generated constructor - Default constructor for generic creation.
|
OrderEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
OrderEntryModel(ItemModel _owner,
ProductModel _product,
Long _quantity,
UnitModel _unit)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
OrderEntryModel(ProductModel _product,
Long _quantity,
UnitModel _unit)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Collection<InventoryEventModel> |
getInventoryEvents()
Generated method - Getter of the
OrderEntry.inventoryEvents attribute defined at extension warehousing. |
OrderModel |
getOrder()
Generated method - Getter of the
AbstractOrderEntry.order attribute defined at extension core and redeclared at extension core. |
Long |
getQuantityAllocated()
Generated method - Getter of the
OrderEntry.quantityAllocated dynamic attribute defined at extension warehousing. |
Long |
getQuantityCancelled()
Generated method - Getter of the
OrderEntry.quantityCancelled dynamic attribute defined at extension warehousing. |
Long |
getQuantityPending()
Generated method - Getter of the
OrderEntry.quantityPending dynamic attribute defined at extension warehousing. |
Long |
getQuantityReturned()
Generated method - Getter of the
OrderEntry.quantityReturned dynamic attribute defined at extension warehousing. |
Long |
getQuantityShipped()
Generated method - Getter of the
OrderEntry.quantityShipped dynamic attribute defined at extension warehousing. |
Long |
getQuantityUnallocated()
Generated method - Getter of the
OrderEntry.quantityUnallocated dynamic attribute defined at extension warehousing. |
void |
setInventoryEvents(Collection<InventoryEventModel> value)
Generated method - Setter of
OrderEntry.inventoryEvents attribute defined at extension warehousing. |
void |
setOrder(AbstractOrderModel value)
Generated method - Initial setter of
AbstractOrderEntry.order attribute defined at extension core and redeclared at extension core. |
getBasePrice, getBundleNo, getBundleTemplate, getCalculated, getChildEntries, getChosenVendor, getConsignmentEntries, getCostCenter, getDeliveryAddress, getDeliveryMode, getDeliveryPointOfService, getDiscountValues, getDiscountValuesInternal, getEntryNumber, getEurope1PriceFactory_PDG, getEurope1PriceFactory_PPG, getEurope1PriceFactory_PTG, getExternalConfiguration, getGiveAway, getInfo, getMasterEntry, getNamedDeliveryDate, getOriginalOrderEntry, getOriginalSubscriptionId, getProduct, getProductInfos, getPromotionCode, getPromotionMatcher, getQuantity, getQuantityStatus, getRejected, getSapPricingConditions, getTaxValues, getTaxValuesInternal, getTotalPrice, getUnit, getXmlProduct, getYFormData, setBasePrice, setBundleNo, setBundleTemplate, setCalculated, setChildEntries, setChosenVendor, setConsignmentEntries, setCostCenter, setDeliveryAddress, setDeliveryMode, setDeliveryPointOfService, setDiscountValues, setDiscountValuesInternal, setEntryNumber, setEurope1PriceFactory_PDG, setEurope1PriceFactory_PPG, setEurope1PriceFactory_PTG, setExternalConfiguration, setGiveAway, setInfo, setMasterEntry, setNamedDeliveryDate, setOriginalOrderEntry, setOriginalSubscriptionId, setProduct, setProductInfos, setPromotionCode, setPromotionMatcher, setQuantity, setQuantityStatus, setRejected, setSapPricingConditions, setTaxValues, setTaxValuesInternal, setTotalPrice, setUnit, setXmlProductgetComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String _ABSTRACTORDER2ABSTRACTORDERENTRY
AbstractOrder2AbstractOrderEntry defining source attribute order in extension core.public static final String QUANTITYALLOCATED
OrderEntry.quantityAllocated attribute defined at extension warehousing.public static final String QUANTITYUNALLOCATED
OrderEntry.quantityUnallocated attribute defined at extension warehousing.public static final String QUANTITYCANCELLED
OrderEntry.quantityCancelled attribute defined at extension warehousing.public static final String QUANTITYPENDING
OrderEntry.quantityPending attribute defined at extension warehousing.public static final String QUANTITYSHIPPED
OrderEntry.quantityShipped attribute defined at extension warehousing.public static final String QUANTITYRETURNED
OrderEntry.quantityReturned attribute defined at extension warehousing.public static final String INVENTORYEVENTS
OrderEntry.inventoryEvents attribute defined at extension warehousing.public OrderEntryModel()
public OrderEntryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public OrderEntryModel(ProductModel _product, Long _quantity, UnitModel _unit)
_product - initial attribute declared by type AbstractOrderEntry at extension core_quantity - initial attribute declared by type AbstractOrderEntry at extension core_unit - initial attribute declared by type AbstractOrderEntry at extension core@Deprecated public OrderEntryModel(ItemModel _owner, ProductModel _product, Long _quantity, UnitModel _unit)
_owner - initial attribute declared by type Item at extension core_product - initial attribute declared by type AbstractOrderEntry at extension core_quantity - initial attribute declared by type AbstractOrderEntry at extension core_unit - initial attribute declared by type AbstractOrderEntry at extension core@Accessor(qualifier="inventoryEvents", type=GETTER) public Collection<InventoryEventModel> getInventoryEvents()
OrderEntry.inventoryEvents attribute defined at extension warehousing.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="order", type=GETTER) public OrderModel getOrder()
AbstractOrderEntry.order attribute defined at extension core and redeclared at extension core.getOrder in class AbstractOrderEntryModel@Accessor(qualifier="quantityAllocated", type=GETTER) public Long getQuantityAllocated()
OrderEntry.quantityAllocated dynamic attribute defined at extension warehousing.@Accessor(qualifier="quantityCancelled", type=GETTER) public Long getQuantityCancelled()
OrderEntry.quantityCancelled dynamic attribute defined at extension warehousing.@Accessor(qualifier="quantityPending", type=GETTER) public Long getQuantityPending()
OrderEntry.quantityPending dynamic attribute defined at extension warehousing.@Accessor(qualifier="quantityReturned", type=GETTER) public Long getQuantityReturned()
OrderEntry.quantityReturned dynamic attribute defined at extension warehousing.@Accessor(qualifier="quantityShipped", type=GETTER) public Long getQuantityShipped()
OrderEntry.quantityShipped dynamic attribute defined at extension warehousing.@Accessor(qualifier="quantityUnallocated", type=GETTER) public Long getQuantityUnallocated()
OrderEntry.quantityUnallocated dynamic attribute defined at extension warehousing.@Accessor(qualifier="inventoryEvents", type=SETTER) public void setInventoryEvents(Collection<InventoryEventModel> value)
OrderEntry.inventoryEvents attribute defined at extension warehousing.value - the inventoryEvents@Accessor(qualifier="order", type=SETTER) public void setOrder(AbstractOrderModel value)
AbstractOrderEntry.order attribute defined at extension core and redeclared at extension core. Can only be used at creation of model - before first save. Will only accept values of type OrderModel.setOrder in class AbstractOrderEntryModelvalue - the orderCopyright © 2017 SAP SE. All Rights Reserved.