java.lang.Object | +--AbstractEntityAccessBean | +--com.ibm.commerce.order.objects.OrderItemAccessBean
Each row of this table represents an OrderItem in an Order. OrderItemAccessBean
Constructor Summary | |
---|---|
OrderItemAccessBean() constructor | |
OrderItemAccessBean(javax.ejb.EJBObject o) OrderItemAccessBean constructor | |
OrderItemAccessBean(java.lang.Long arg0, java.lang.Integer arg1,
java.lang.Long arg2, java.lang.Double arg3, java.lang.String arg4,
java.lang.Long arg5) OrderItemAccessBean constructor | |
OrderItemAccessBean(java.lang.Long arg0, java.lang.Long arg1,
java.lang.Integer arg2, java.lang.Long arg3, java.lang.Double arg4,
java.lang.String arg5, java.lang.Long arg6) OrderItemAccessBean constructor | |
OrderItemAccessBean(java.lang.Long arg0, java.lang.Long arg1,
java.lang.Integer arg2, java.lang.Long arg3, java.lang.Double arg4,
java.lang.String arg5, java.lang.Long arg6, java.lang.Long arg7) OrderItemAccessBean constructor | |
OrderItemAccessBean(java.lang.Long argAddressId,
java.lang.Long argMemberId, java.lang.Integer argStoreId,
java.lang.Long argCatalogEntryId, java.lang.Double argQuantity,
java.lang.String argStatus, java.lang.Long argOrderId,
java.lang.Long contractId, java.lang.Integer shipMode,
java.lang.Long itemSpecId, java.lang.String partNumber,
java.lang.String description, java.lang.String currency,
java.math.BigDecimal price, java.lang.Integer prepareFlags,
java.lang.Integer neededQuantity, java.lang.Integer availableQuantity,
java.lang.Long correlationGroup, java.lang.String supplierPartNumber,
java.lang.String supplierData, java.sql.Timestamp estimatedAvailDate,
java.lang.String lineItemType, java.math.BigDecimal totalProduct) OrderItemAccessBean constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() commitCopyHelper |
java.lang.String |
defaultJNDIName() defaultJNDIName |
java.util.Enumeration |
findByCatalogEntryId(java.lang.Long arg0)
Retrieves all the order items for specified catalog entry.
The SQL query used to fetch all the required rows from the
ORDERITEMS table
is:SELECT * FROM ORDERITEMS T1 WHERE (T1.CATENTRY_ID = ?) |
java.util.Enumeration |
findByMemberCatalogEntryAndStore(java.lang.Long arg0,
java.lang.Long arg1, java.lang.Integer arg2)
Retrieves all the order items for specified customer, catalog entry
and store.
The SQL query used to fetch all the required rows from the
ORDERITEMS table
is:SELECT * FROM ORDERITEMS T1 WHERE (T1.MEMBER_ID = ?) and (T1.CATENTRY_ID = ?) and (T1.STOREENT_ID = ?) |
java.util.Enumeration |
findByMemberStoreAndStatus(java.lang.Long arg0, java.lang.Integer arg1,
java.lang.String arg2)
Retrieves all the order items for specified customer, store and
status.
The SQL query used to fetch all the required rows from the
ORDERITEMS table
is:SELECT * FROM ORDERITEMS T1 WHERE (T1.MEMBER_ID = ?) and (T1.STOREENT_ID = ?) and (T1.STATUS = ?) |
java.util.Enumeration |
findByOfferId(java.lang.Long arg0)
Retrieves all the order items for specified offer.
The SQL query used to fetch all the required rows from the
ORDERITEMS table
is:SELECT * FROM ORDERITEMS T1 WHERE (T1.OFFER_ID = ?) |
java.util.Enumeration |
findByOrder(java.lang.Long arg0)
Retrieves all the order items which are part of the specified
order.
The SQL query used to fetch all the required rows from the
ORDERITEMS table
is:SELECT * FROM ORDERITEMS T1 WHERE (T1.ORDERS_ID = ?) order by T1.ADDRESS_ID, T1.ORDERITEMS_ID |
java.util.Enumeration |
findByOrderAndFulfillmentStatus(java.lang.Long arg0,
java.lang.String arg1) Returns order items by order and fulfillment status for update |
java.util.Enumeration |
findByOrderAndFulfillmentStatusForUpdate(java.lang.Long arg0,
java.lang.String arg1) Returns order items by orderItemIds |
java.util.Enumeration |
findByOrderAndMemberForUpdate(java.lang.Long arg0,
java.lang.Long arg1)
Retrieves all the order items for specified order and customer.
The SQL query used to fetch all the required rows from the
ORDERITEMS table
is:SELECT * FROM ORDERITEMS T1 WHERE T1.ORDERS_ID = ? and T1.MEMBER_ID = ? for update |
java.util.Enumeration |
findByOrderAndReleaseAndFilfillmentStatusNotShip(java.lang.Long arg0,
java.lang.Integer arg1) IBM internal use only. |
java.util.Enumeration |
findByOrderForUpdate(java.lang.Long arg0)
Retrieves all the order items which are part of the specified
order.
The SQL query used to fetch all the required rows from the
ORDERITEMS table
is:SELECT * FROM ORDERITEMS T1 WHERE T1.ORDERS_ID = ? for update |
java.util.Enumeration |
findByOrderIds(java.lang.Long[] arg0) findByOrderIds |
java.util.Enumeration |
findByOrderIds(java.lang.Long[] arg0, java.lang.String arg1,
boolean arg2) IBM internal use only. |
java.util.Enumeration |
findByOrderIdsAndATPCodes(java.lang.Long[] arg0, java.util.Set arg1,
java.sql.Timestamp arg2, java.lang.String arg3, boolean arg4) IBM internal use only. |
java.util.Enumeration |
findByOrderItemIds(java.lang.Long[] arg0) Returns order items by orderIds |
java.util.Enumeration |
findByOrderReleaseNumAndOrdersId(java.lang.Integer arg0,
java.lang.Long arg1) IBM internal use only. |
java.util.Enumeration |
findByOrderSortedByCatalogEntryId(java.lang.Long arg0)
Retrieves all the order items which are part of the specified
order.
The SQL query used to fetch all the required rows from the
ORDERITEMS table
is:SELECT * FROM ORDERITEMS T1 WHERE (T1.ORDERS_ID = ?) order by T1.CATENTRY_ID |
java.util.Enumeration |
findByOrderSortedByOrderItemId(java.lang.Long arg0)
Retrieves all the order items for specified order.
The SQL query used to fetch all the required rows from the
ORDERITEMS table
is:SELECT * FROM ORDERITEMS T1 WHERE (T1.ORDERS_ID = ?) order by T1.ORDERITEMS_ID |
java.util.Enumeration |
findByTradingId(java.lang.Long arg0)
Retrieves all the order items for specified trading agreement.
The SQL query used to fetch all the required rows from the
ORDERITEMS table
is:SELECT * FROM ORDERITEMS T1 WHERE (T1.TRADING_ID = ?) |
java.util.Enumeration |
findChildOrderItemsByDistributorsAndOrdersIdAndLineItemTypeAndRelTypeAndCorr(java.lang.Integer[] arg0,
java.lang.Long arg1, java.lang.String arg2, java.lang.String arg3,
java.lang.Long arg4) Returns order items by order and fulfillment status |
java.util.Enumeration |
findInvalidlyAllocatedAndBackorderedItemsByOrdersId(java.lang.Long arg0) IBM internal use only. |
java.util.Enumeration |
findInvalidOrderItemsByOrdersId(java.lang.Long arg0) IBM internal use only. |
java.util.Enumeration |
findParentOrderItemsByOrdersIdAndCorr(java.lang.Long arg0,
java.lang.Long arg1) Returns sibling order items by ordersId, relType, and CorrelationGroupAttribute |
java.util.Enumeration |
findPendingOrderItemsByMemberAndAddress(java.lang.Long arg0,
java.lang.Long arg1)
Retrieves all pending order items for specified customer and shipping
address.
The SQL query used to fetch all the required rows from the
ORDERITEMS table
is:SELECT * FROM ORDERITEMS T1 WHERE (T1.MEMBER_ID = ?) and (T1.ADDRESS_ID = ?) and (T1.STATUS = 'P') |
java.util.Enumeration |
findPendingOrderItemsByMemberCatalogEntryAndStore(java.lang.Long arg0,
java.lang.Long arg1, java.lang.Integer arg2)
Retrieves all pending order items for specified customer, catalog
entry and store.
The SQL query used to fetch all the required rows from the
ORDERITEMS table
is:SELECT * FROM ORDERITEMS T1 WHERE (T1.MEMBER_ID = ?) and (T1.CATENTRY_ID = ?) and (T1.STOREENT_ID = ?) and (T1.STATUS = 'P') |
java.util.Enumeration |
findPendingOrderItemsForMember(java.lang.Long arg0)
Retrieves all pending order items for specified customer.
The SQL query used to fetch all the required rows from the
ORDERITEMS table
is:SELECT * FROM ORDERITEMS T1 WHERE (T1.MEMBER_ID = ?) and (T1.STATUS = 'P') |
java.util.Enumeration |
findSiblingOrderItemsByOrdersIdAndRelTypeAndCorr(java.lang.Long arg0,
java.lang.String arg1, java.lang.Long arg2) Returns child order items by a list of distributors,ordersId, lineItemType, relType, and CorrelationGroupAttribute lineItemType can be 'ALT','PRIM' or 'BOTH' |
java.util.Enumeration |
findWithPushDownQuery(java.lang.String arg0) Retrieves order items identified by the specified WHERE clause. |
java.lang.String |
getAddressId() getAddressId |
java.lang.Long |
getAddressIdInEJBType() getAddressIdInEJBType |
java.math.BigDecimal |
getAdjustmentSum() IBM internal use only. |
java.lang.String |
getAllocatedFulfillmentCenterId() getAllocatedFulfillmentCenterId |
java.lang.Integer |
getAllocatedFulfillmentCenterIdInEJBType() getAllocatedFulfillmentCenterIdInEJBType |
java.lang.String |
getAllocatedQuantity() getAllocatedQuantity |
java.lang.Integer |
getAllocatedQuantityInEJBType() getAllocatedQuantityInEJBType |
java.lang.String |
getAllocationAddressId() getAllocationAddressId |
java.lang.Long |
getAllocationAddressIdInEJBType() getAllocationAddressIdInEJBType |
java.lang.String |
getAllocationGroup() getAllocationGroup |
java.lang.Long |
getAllocationGroupInEJBType() getAllocationGroupInEJBType |
java.util.Enumeration |
getAttachedDiscountOrShippingCalculationCodes(java.lang.Integer arg0) IBM internal use only. |
java.lang.String |
getAvailableQuantity() This method accesses a non-CMP field |
java.lang.Integer |
getAvailableQuantityInEJBType() This method accesses a non-CMP field |
java.lang.String |
getBasePrice() getBasePrice |
java.lang.String |
getBasePriceCurrency() getBasePriceCurrency |
java.math.BigDecimal |
getBasePriceInEJBType() getBasePriceInEJBType |
CatalogEntryAccessBean |
getCatalogEntry() Returns CatalogEntryAccessBean object which represents catalog entry reference by this order item. |
java.lang.String |
getCatalogEntryId() getCatalogEntryId |
java.lang.Long |
getCatalogEntryIdInEJBType() getCatalogEntryIdInEJBType |
com.ibm.commerce.order.objimpl.OrderTaxData |
getCategoryTaxAmount(java.lang.Integer arg0) IBM internal use only. |
com.ibm.commerce.order.objimpl.OrderTaxData[] |
getCategoryTaxAmounts() IBM internal use only. |
java.lang.String |
getComment() getComment |
java.util.Enumeration |
getConfigurationComponents()
Retrieves all the components of a dynamic kit for this order
item.
The SQL query used to fetch all the required rows from the
OICOMPLIST table
is:SELECT * FROM OICOMPLIST T1 WHERE (T1.ORDERITEMS_ID = ?) |
java.lang.String |
getConfigurationId() getConfigurationId |
java.lang.String |
getContractId() getContractId |
java.lang.Long |
getContractIdInEJBType() getContractIdInEJBType |
java.lang.String |
getCorrelationGroup() getCorrelationGroup |
java.lang.Long |
getCorrelationGroupInEJBType() getCorrelationGroupInEJBType |
java.lang.String |
getCurrency() getCurrency |
java.lang.String |
getDescription() getDescription |
java.lang.String |
getEstimatedAvailableTime() getEstimatedAvailableTime |
java.sql.Timestamp |
getEstimatedAvailableTimeInEJBType() getEstimatedAvailableTimeInEJBType |
java.sql.Timestamp |
getEstimatedOrPromisedShippingTime() Calculates estimated or promised shipping time for an order item. |
java.sql.Timestamp |
getEstimatedShippingTime() Calculates estimated shipping time for the order item by adding shipping offset to the maximum between the estimated availability time and the current time. |
java.lang.String |
getField1() getField1 |
java.lang.Integer |
getField1InEJBType() getField1InEJBType |
java.lang.String |
getField2() getField2 |
java.lang.String |
getFulfillmentCenterId() getFulfillmentCenterId |
java.lang.Integer |
getFulfillmentCenterIdInEJBType() getFulfillmentCenterIdInEJBType |
java.lang.String |
getFulfillmentStatus() getFulfillmentStatus |
java.lang.String |
getInventoryStatus() getInventoryStatus |
java.lang.String |
getItemSpecId() getItemSpecId |
java.lang.Long |
getItemSpecIdInEJBType() getItemSpecIdInEJBType |
java.lang.String |
getLastAllocatedUpdate() getLastAllocatedUpdate |
java.sql.Timestamp |
getLastAllocatedUpdateInEJBType() getLastAllocatedUpdateInEJBType |
java.lang.String |
getLastUpdate() getLastUpdate |
java.sql.Timestamp |
getLastUpdateInEJBType() getLastUpdateInEJBType |
java.lang.String |
getLineItemType() getLineItemType |
java.lang.String |
getMemberId() getMemberId |
java.lang.Long |
getMemberIdInEJBType() getMemberIdInEJBType |
java.lang.String |
getNeededQuantity() getNeededQuantity |
java.lang.Integer |
getNeededQuantityInEJBType() getNeededQuantityInEJBType |
OfferAccessBean |
getOffer() |
java.lang.String |
getOfferId() getOfferId |
java.lang.Long |
getOfferIdInEJBType() getOfferIdInEJBType |
OrderAccessBean |
getOrder() This method provides access to the ORDERITEMS.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getOrderId() getOrderId |
java.lang.Long |
getOrderIdInEJBType() getOrderIdInEJBType |
java.lang.String |
getOrderItemId() getOrderItemId |
java.lang.Long |
getOrderItemIdInEJBType() getOrderItemIdInEJBType |
java.lang.String |
getOrderReleaseNumber() getOrderReleaseNumber |
java.lang.Integer |
getOrderReleaseNumberInEJBType() getOrderReleaseNumberInEJBType |
java.lang.String |
getOutputqID() getOutputqID |
java.lang.Long |
getOutputqIDInEJBType() getOutputqIDInEJBType |
java.lang.String |
getPartNumber() getPartNumber |
java.lang.String |
getPrepareFlags() getPrepareFlags |
java.lang.Integer |
getPrepareFlagsInEJBType() getPrepareFlagsInEJBType |
java.lang.String |
getPrice() getPrice |
java.math.BigDecimal |
getPriceInEJBType() getPriceInEJBType |
java.lang.String |
getPromisedAvailableTime() getPromisedAvailableTime |
java.sql.Timestamp |
getPromisedAvailableTimeInEJBType() getPromisedAvailableTimeInEJBType |
java.sql.Timestamp |
getPromisedShippingTime() Calculates promised shipping time for an order item by adding shipping offset to promised availability time. |
java.lang.String |
getQuantity() getQuantity |
java.lang.Double |
getQuantityInEJBType() getQuantityInEJBType |
java.lang.String |
getResolvedDescription() Returns a short description of the catalog entry referenced by this order item. |
java.lang.String |
getShippingCharge() getShippingCharge |
java.math.BigDecimal |
getShippingChargeInEJBType() getShippingChargeInEJBType |
com.ibm.commerce.fulfillment.objects.ShippingModeAccessBean |
getShippingMode() This method provides access to the ORDERITEMS.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getShippingModeId() getShippingModeId |
java.lang.Integer |
getShippingModeIdInEJBType() getShippingModeIdInEJBType |
java.lang.String |
getShippingOffset() getShippingOffset |
java.lang.Integer |
getShippingOffsetInEJBType() This method accesses a non-CMP field |
java.lang.String |
getShippingTaxAmount() getShippingTaxAmount |
java.math.BigDecimal |
getShippingTaxAmountInEJBType() getShippingTaxAmountInEJBType |
java.lang.String |
getStatus() getStatus |
java.lang.String |
getStoreId() getStoreId |
java.lang.Integer |
getStoreIdInEJBType() getStoreIdInEJBType |
java.lang.String |
getSupplierData() This method accesses a non-CMP field |
java.lang.String |
getSupplierPartNumber() This method accesses a non-CMP field |
java.lang.String |
getTaxAmount() getTaxAmount |
java.math.BigDecimal |
getTaxAmountInEJBType() getTaxAmountInEJBType |
java.lang.String |
getTermAndConditionId() getTermAndConditionId |
java.lang.Long |
getTermAndConditionIdInEJBType() getTermAndConditionIdInEJBType |
java.lang.String |
getTimeCreated() getTimeCreated |
java.sql.Timestamp |
getTimeCreatedInEJBType() getTimeCreatedInEJBType |
java.lang.String |
getTimeReleased() getTimeReleased |
java.sql.Timestamp |
getTimeReleasedInEJBType() getTimeReleasedInEJBType |
java.lang.String |
getTimeShipped() getTimeShipped |
java.sql.Timestamp |
getTimeShippedInEJBType() getTimeShippedInEJBType |
java.lang.String |
getTotalAdjustment() getTotalAdjustment |
java.math.BigDecimal |
getTotalAdjustmentByDisplayLevel(java.lang.Integer arg0) IBM internal use only. |
java.math.BigDecimal |
getTotalAdjustmentInEJBType() getTotalAdjustmentInEJBType |
java.lang.String |
getTotalProduct() getTotalProduct |
java.math.BigDecimal |
getTotalProductInEJBType() getTotalProductInEJBType |
java.lang.String |
getTrackingDate() getTrackingDate |
java.sql.Timestamp |
getTrackingDateInEJBType() getTrackingDateInEJBType |
java.lang.String[] |
getTrackingIds() IBM internal use only. |
java.lang.String |
getTrackingNumber() getTrackingNumber |
protected
void |
instantiateEJB() instantiateEJB |
protected
boolean |
instantiateEJBByPrimaryKey() instantiateEJBByPrimaryKey |
void |
refreshCopyHelper() refreshCopyHelper |
void |
resetAllCategoryTaxes() IBM internal use only. |
void |
resetCategoryTax(java.lang.Integer arg0) IBM internal use only. |
void |
setAddressId(java.lang.Long newValue) setAddressId |
void |
setAddressId(java.lang.String newValue) setAddressId |
void |
setAllocatedFulfillmentCenterId(java.lang.Integer newValue) setAllocatedFulfillmentCenterId |
void |
setAllocatedFulfillmentCenterId(java.lang.String newValue) setAllocatedFulfillmentCenterId |
void |
setAllocatedQuantity(java.lang.Integer newValue) setAllocatedQuantity |
void |
setAllocatedQuantity(java.lang.String newValue) setAllocatedQuantity |
void |
setAllocationAddressId(java.lang.Long newValue) setAllocationAddressId |
void |
setAllocationAddressId(java.lang.String newValue) setAllocationAddressId |
void |
setAllocationGroup(java.lang.Long newValue) setAllocationGroup |
void |
setAllocationGroup(java.lang.String newValue) setAllocationGroup |
java.lang.Long |
setAndGetNonNullCorrelationGroup() |
void |
setAvailableQuantity(java.lang.Integer newValue) This method accesses a non-CMP field |
void |
setAvailableQuantity(java.lang.String newValue) This method accesses a non-CMP field |
void |
setBasePrice(java.math.BigDecimal newValue) setBasePrice |
void |
setBasePrice(java.lang.String newValue) setBasePrice |
void |
setBasePriceCurrency(java.lang.String newValue) setBasePriceCurrency |
void |
setCatalogEntryId(java.lang.Long newValue) setCatalogEntryId |
void |
setCatalogEntryId(java.lang.String newValue) setCatalogEntryId |
void |
setCategoryTaxAmount(java.lang.Integer arg0,
java.math.BigDecimal arg1) IBM internal use only. |
void |
setCategoryTaxAmounts(com.ibm.commerce.order.objimpl.OrderTaxData[] newValue) This method accesses a non-CMP field |
void |
setComment(java.lang.String newValue) setComment |
void |
setConfigurationId(java.lang.String newValue) setConfigurationId |
void |
setContractId(java.lang.Long newValue) setContractId |
void |
setContractId(java.lang.String newValue) setContractId |
void |
setCorrelationGroup(java.lang.Long newValue) setCorrelationGroup |
void |
setCorrelationGroup(java.lang.String newValue) setCorrelationGroup |
void |
setCurrency(java.lang.String newValue) setCurrency |
void |
setDescription(java.lang.String newValue) setDescription |
void |
setEstimatedAvailableTime(java.lang.String newValue) setEstimatedAvailableTime |
void |
setEstimatedAvailableTime(java.sql.Timestamp newValue) setEstimatedAvailableTime |
void |
setField1(java.lang.Integer newValue) setField1 |
void |
setField1(java.lang.String newValue) setField1 |
void |
setField2(java.lang.String newValue) setField2 |
void |
setFulfillmentCenterId(java.lang.Integer newValue) setFulfillmentCenterId |
void |
setFulfillmentCenterId(java.lang.String newValue) setFulfillmentCenterId |
void |
setFulfillmentStatus(java.lang.String newValue) setFulfillmentStatus |
void |
setInitKey_orderItemId(java.lang.String newValue) setInitKey_orderItemId |
void |
setInventoryStatus(java.lang.String newValue) setInventoryStatus |
void |
setItemSpecId(java.lang.Long newValue) setItemSpecId |
void |
setItemSpecId(java.lang.String newValue) setItemSpecId |
void |
setLastAllocatedUpdate(java.lang.String newValue) setLastAllocatedUpdate |
void |
setLastAllocatedUpdate(java.sql.Timestamp newValue) setLastAllocatedUpdate |
void |
setLastUpdate(java.lang.String newValue) setLastUpdate |
void |
setLastUpdate(java.sql.Timestamp newValue) setLastUpdate |
void |
setLineItemType(java.lang.String newValue) setLineItemType |
void |
setMemberId(java.lang.Long newValue) setMemberId |
void |
setMemberId(java.lang.String newValue) setMemberId |
void |
setNeededQuantity(java.lang.Integer newValue) setNeededQuantity |
void |
setNeededQuantity(java.lang.String newValue) setNeededQuantity |
void |
setOfferId(java.lang.Long newValue) setOfferId |
void |
setOfferId(java.lang.String newValue) setOfferId |
void |
setOrderId(java.lang.Long newValue) setOrderId |
void |
setOrderId(java.lang.String newValue) setOrderId |
void |
setOrderReleaseNumber(java.lang.Integer newValue) setOrderReleaseNumber |
void |
setOrderReleaseNumber(java.lang.String newValue) setOrderReleaseNumber |
void |
setOutputqID(java.lang.Long newValue) setOutputqID |
void |
setOutputqID(java.lang.String newValue) setOutputqID |
void |
setPartNumber(java.lang.String newValue) setPartNumber |
void |
setPrepareFlags(java.lang.Integer newValue) setPrepareFlags |
void |
setPrepareFlags(java.lang.String newValue) setPrepareFlags |
void |
setPrice(java.math.BigDecimal newValue) setPrice |
void |
setPrice(java.lang.String newValue) setPrice |
void |
setPromisedAvailableTime(java.lang.String newValue) setPromisedAvailableTime |
void |
setPromisedAvailableTime(java.sql.Timestamp newValue) setPromisedAvailableTime |
void |
setQuantity(java.lang.Double newValue) setQuantity |
void |
setQuantity(java.lang.String newValue) setQuantity |
void |
setShippingCharge(java.math.BigDecimal newValue) setShippingCharge |
void |
setShippingCharge(java.lang.String newValue) setShippingCharge |
void |
setShippingModeId(java.lang.Integer newValue) setShippingModeId |
void |
setShippingModeId(java.lang.String newValue) setShippingModeId |
void |
setShippingOffset(java.lang.Integer newValue) setShippingOffset |
void |
setShippingOffset(java.lang.String newValue) setShippingOffset |
void |
setShippingTaxAmount(java.math.BigDecimal newValue) setShippingTaxAmount |
void |
setShippingTaxAmount(java.lang.String newValue) setShippingTaxAmount |
void |
setStatus(java.lang.String newValue) setStatus |
void |
setStoreId(java.lang.Integer newValue) setStoreId |
void |
setStoreId(java.lang.String newValue) setStoreId |
void |
setSupplierData(java.lang.String newValue) This method accesses a non-CMP field |
void |
setSupplierPartNumber(java.lang.String newValue) This method accesses a non-CMP field |
void |
setTaxAmount(java.math.BigDecimal newValue) setTaxAmount |
void |
setTaxAmount(java.lang.String newValue) setTaxAmount |
void |
setTermAndConditionId(java.lang.Long newValue) setTermAndConditionId |
void |
setTermAndConditionId(java.lang.String newValue) setTermAndConditionId |
void |
setTimeCreated(java.lang.String newValue) setTimeCreated |
void |
setTimeCreated(java.sql.Timestamp newValue) setTimeCreated |
void |
setTimeReleased(java.lang.String newValue) setTimeReleased |
void |
setTimeReleased(java.sql.Timestamp newValue) setTimeReleased |
void |
setTimeShipped(java.lang.String newValue) setTimeShipped |
void |
setTimeShipped(java.sql.Timestamp newValue) setTimeShipped |
void |
setTotalAdjustment(java.math.BigDecimal newValue) setTotalAdjustment |
void |
setTotalAdjustment(java.lang.String newValue) setTotalAdjustment |
void |
setTotalProduct(java.math.BigDecimal newValue) setTotalProduct |
void |
setTotalProduct(java.lang.String newValue) setTotalProduct |
void |
setTrackingDate(java.lang.String newValue) setTrackingDate |
void |
setTrackingDate(java.sql.Timestamp newValue) setTrackingDate |
void |
setTrackingNumber(java.lang.String newValue) setTrackingNumber |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public OrderItemAccessBean()
public OrderItemAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public OrderItemAccessBean(java.lang.Long arg0, java.lang.Long arg1, java.lang.Integer arg2, java.lang.Long arg3, java.lang.Double arg4, java.lang.String arg5, java.lang.Long arg6) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
arg0
- java.lang.Longarg1
- java.lang.Longarg2
- java.lang.Integerarg3
- java.lang.Longarg4
- java.lang.Doublearg5
- java.lang.Stringarg6
- java.lang.Longjavax.naming.NamingException
javax.ejb.FinderException
javax.ejb.CreateException
java.rmi.RemoteException
public OrderItemAccessBean(java.lang.Long arg0, java.lang.Long arg1, java.lang.Integer arg2, java.lang.Long arg3, java.lang.Double arg4, java.lang.String arg5, java.lang.Long arg6, java.lang.Long arg7) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
arg0
- java.lang.Longarg1
- java.lang.Longarg2
- java.lang.Integerarg3
- java.lang.Longarg4
- java.lang.Doublearg5
- java.lang.Stringarg6
- java.lang.Longarg7
- java.lang.Longjavax.naming.NamingException
javax.ejb.FinderException
javax.ejb.CreateException
java.rmi.RemoteException
public OrderItemAccessBean(java.lang.Long arg0, java.lang.Integer arg1, java.lang.Long arg2, java.lang.Double arg3, java.lang.String arg4, java.lang.Long arg5) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
arg0
- java.lang.Longarg1
- java.lang.Integerarg2
- java.lang.Longarg3
- java.lang.Doublearg4
- java.lang.Stringarg5
- java.lang.Longjavax.naming.NamingException
javax.ejb.FinderException
javax.ejb.CreateException
java.rmi.RemoteException
public OrderItemAccessBean(java.lang.Long argAddressId, java.lang.Long argMemberId, java.lang.Integer argStoreId, java.lang.Long argCatalogEntryId, java.lang.Double argQuantity, java.lang.String argStatus, java.lang.Long argOrderId, java.lang.Long contractId, java.lang.Integer shipMode, java.lang.Long itemSpecId, java.lang.String partNumber, java.lang.String description, java.lang.String currency, java.math.BigDecimal price, java.lang.Integer prepareFlags, java.lang.Integer neededQuantity, java.lang.Integer availableQuantity, java.lang.Long correlationGroup, java.lang.String supplierPartNumber, java.lang.String supplierData, java.sql.Timestamp estimatedAvailDate, java.lang.String lineItemType, java.math.BigDecimal totalProduct) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
argAddressId
- java.lang.LongargMemberId
- java.lang.LongargStoreId
- java.lang.IntegerargCatalogEntryId
- java.lang.LongargQuantity
- java.lang.DoubleargStatus
- java.lang.StringargOrderId
- java.lang.LongcontractId
- java.lang.LongshipMode
- java.lang.IntegeritemSpecId
- java.lang.LongpartNumber
- java.lang.Stringdescription
- java.lang.Stringcurrency
- java.lang.Stringprice
- java.math.BigDecimalprepareFlags
- java.lang.IntegerneededQuantity
- java.lang.IntegeravailableQuantity
- java.lang.IntegercorrelationGroup
- java.lang.LongsupplierPartNumber
- java.lang.StringsupplierData
- java.lang.StringestimatedAvailDate
- java.sql.TimestamplineItemType
- java.lang.StringtotalProduct
- java.math.BigDecimaljavax.naming.NamingException
javax.ejb.FinderException
javax.ejb.CreateException
java.rmi.RemoteException
Method Detail |
---|
public java.lang.String getQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.QUANTITY column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
The result of multiplying QUANTITY by CATENTSHIP.NOMINALQUANTITY must be a multiple of CATENTSHIP.QUANTITYMULTIPLE, and represents the actual quantity being purchased, in the unit of measurement specified by CATENTSHIP.QUANTITYMEASURE.
getQuantity
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Double getQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.QUANTITY column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
The result of multiplying QUANTITY by CATENTSHIP.NOMINALQUANTITY must be a multiple of CATENTSHIP.QUANTITYMULTIPLE, and represents the actual quantity being purchased, in the unit of measurement specified by CATENTSHIP.QUANTITYMEASURE.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setQuantity(java.lang.String newValue)
This method provides access to the ORDERITEMS.QUANTITY column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
The result of multiplying QUANTITY by CATENTSHIP.NOMINALQUANTITY must be a multiple of CATENTSHIP.QUANTITYMULTIPLE, and represents the actual quantity being purchased, in the unit of measurement specified by CATENTSHIP.QUANTITYMEASURE.
setQuantity
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setQuantity(java.lang.Double newValue)
This method provides access to the ORDERITEMS.QUANTITY column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
The result of multiplying QUANTITY by CATENTSHIP.NOMINALQUANTITY must be a multiple of CATENTSHIP.QUANTITYMULTIPLE, and represents the actual quantity being purchased, in the unit of measurement specified by CATENTSHIP.QUANTITYMEASURE.
newValue
- java.lang.Doublepublic java.lang.String getShippingModeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.SHIPMODE_ID column of DB2 type INTEGER.
The following is a description of this column:
The ShippingMode, if still known.
getShippingModeId
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getShippingModeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.SHIPMODE_ID column of DB2 type INTEGER.
The following is a description of this column:
The ShippingMode, if still known.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setShippingModeId(java.lang.String newValue)
This method provides access to the ORDERITEMS.SHIPMODE_ID column of DB2 type INTEGER.
The following is a description of this column:
The ShippingMode, if still known.
setShippingModeId
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setShippingModeId(java.lang.Integer newValue)
This method provides access to the ORDERITEMS.SHIPMODE_ID column of DB2 type INTEGER.
The following is a description of this column:
The ShippingMode, if still known.
newValue
- java.lang.Integerpublic java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.DESCRIPTION column of DB2 type VARCHAR(254).
The following is a description of this column:
A mnemonic description of the OrderItem, suitable for display to the customer. This field is usually NULL when CATENTRY_ID is not NULL, since in that case the CatalogEntry description can be displayed.
getDescription
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setDescription(java.lang.String newValue)
This method provides access to the ORDERITEMS.DESCRIPTION column of DB2 type VARCHAR(254).
The following is a description of this column:
A mnemonic description of the OrderItem, suitable for display to the customer. This field is usually NULL when CATENTRY_ID is not NULL, since in that case the CatalogEntry description can be displayed.
setDescription
in interface
OrderItemAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getAllocationAddressId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.ALLOCADDRESS_ID column of DB2 type BIGINT.
The following is a description of this column:
The shipping Address used when inventory for this OrderItem was allocated or backordered.
getAllocationAddressId
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getAllocationAddressIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.ALLOCADDRESS_ID column of DB2 type BIGINT.
The following is a description of this column:
The shipping Address used when inventory for this OrderItem was allocated or backordered.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAllocationAddressId(java.lang.String newValue)
This method provides access to the ORDERITEMS.ALLOCADDRESS_ID column of DB2 type BIGINT.
The following is a description of this column:
The shipping Address used when inventory for this OrderItem was allocated or backordered.
setAllocationAddressId
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setAllocationAddressId(java.lang.Long newValue)
This method provides access to the ORDERITEMS.ALLOCADDRESS_ID column of DB2 type BIGINT.
The following is a description of this column:
The shipping Address used when inventory for this OrderItem was allocated or backordered.
newValue
- java.lang.Longpublic java.lang.String getAllocatedQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.ALLOCQUANTITY column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Quantity allocated or backordered for this OrderItem. The quantity in BASEITEM.QUANTITYMEASURE units can be calculated by multiplying this value by BASEITEM.QUANTITYMULTIPLE, for the BaseItem of the specified item indicated by ITEMSPC_ID.
getAllocatedQuantity
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getAllocatedQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.ALLOCQUANTITY column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Quantity allocated or backordered for this OrderItem. The quantity in BASEITEM.QUANTITYMEASURE units can be calculated by multiplying this value by BASEITEM.QUANTITYMULTIPLE, for the BaseItem of the specified item indicated by ITEMSPC_ID.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAllocatedQuantity(java.lang.String newValue)
This method provides access to the ORDERITEMS.ALLOCQUANTITY column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Quantity allocated or backordered for this OrderItem. The quantity in BASEITEM.QUANTITYMEASURE units can be calculated by multiplying this value by BASEITEM.QUANTITYMULTIPLE, for the BaseItem of the specified item indicated by ITEMSPC_ID.
setAllocatedQuantity
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setAllocatedQuantity(java.lang.Integer newValue)
This method provides access to the ORDERITEMS.ALLOCQUANTITY column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Quantity allocated or backordered for this OrderItem. The quantity in BASEITEM.QUANTITYMEASURE units can be calculated by multiplying this value by BASEITEM.QUANTITYMULTIPLE, for the BaseItem of the specified item indicated by ITEMSPC_ID.
newValue
- java.lang.Integerpublic java.lang.String getConfigurationId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.CONFIGURATIONID column of DB2 type VARCHAR(128).
The following is a description of this column:
The identifier that is provided by an external product configurator. This identifier represents a list of order item components that are stored in the OICOMPLIST table.
getConfigurationId
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setConfigurationId(java.lang.String newValue)
This method provides access to the ORDERITEMS.CONFIGURATIONID column of DB2 type VARCHAR(128).
The following is a description of this column:
The identifier that is provided by an external product configurator. This identifier represents a list of order item components that are stored in the OICOMPLIST table.
setConfigurationId
in interface
OrderItemAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getLastUpdate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The most recent time this OrderItem was updated. Changing inventory allocation related information does not cause this timestamp to be updated (refer to the LASTALLOCUPDATE column).
getLastUpdate
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getLastUpdateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The most recent time this OrderItem was updated. Changing inventory allocation related information does not cause this timestamp to be updated (refer to the LASTALLOCUPDATE column).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setLastUpdate(java.lang.String newValue)
This method provides access to the ORDERITEMS.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The most recent time this OrderItem was updated. Changing inventory allocation related information does not cause this timestamp to be updated (refer to the LASTALLOCUPDATE column).
setLastUpdate
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setLastUpdate(java.sql.Timestamp newValue)
This method provides access to the ORDERITEMS.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The most recent time this OrderItem was updated. Changing inventory allocation related information does not cause this timestamp to be updated (refer to the LASTALLOCUPDATE column).
newValue
- java.sql.Timestamppublic java.lang.String getCatalogEntryId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.CATENTRY_ID column of DB2 type BIGINT.
The following is a description of this column:
The CatalogEntry, if any, of the product being purchased.
getCatalogEntryId
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getCatalogEntryIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.CATENTRY_ID column of DB2 type BIGINT.
The following is a description of this column:
The CatalogEntry, if any, of the product being purchased.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCatalogEntryId(java.lang.String newValue)
This method provides access to the ORDERITEMS.CATENTRY_ID column of DB2 type BIGINT.
The following is a description of this column:
The CatalogEntry, if any, of the product being purchased.
setCatalogEntryId
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setCatalogEntryId(java.lang.Long newValue)
This method provides access to the ORDERITEMS.CATENTRY_ID column of DB2 type BIGINT.
The following is a description of this column:
The CatalogEntry, if any, of the product being purchased.
newValue
- java.lang.Longpublic java.lang.String getOrderReleaseNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.ORDRELEASENUM column of DB2 type INTEGER.
The following is a description of this column:
The associated OrderRelease, if any.
getOrderReleaseNumber
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getOrderReleaseNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.ORDRELEASENUM column of DB2 type INTEGER.
The following is a description of this column:
The associated OrderRelease, if any.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOrderReleaseNumber(java.lang.String newValue)
This method provides access to the ORDERITEMS.ORDRELEASENUM column of DB2 type INTEGER.
The following is a description of this column:
The associated OrderRelease, if any.
setOrderReleaseNumber
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setOrderReleaseNumber(java.lang.Integer newValue)
This method provides access to the ORDERITEMS.ORDRELEASENUM column of DB2 type INTEGER.
The following is a description of this column:
The associated OrderRelease, if any.
newValue
- java.lang.Integerpublic java.lang.String getShippingOffset() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.SHIPPINGOFFSET column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
An estimate of how many seconds it will take to ship this item once the Order is placed and inventory has been allocated.
getShippingOffset
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getShippingOffsetInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setShippingOffset(java.lang.String newValue)
This method provides access to the ORDERITEMS.SHIPPINGOFFSET column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
An estimate of how many seconds it will take to ship this item once the Order is placed and inventory has been allocated.
setShippingOffset
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setShippingOffset(java.lang.Integer newValue)
This method provides access to the ORDERITEMS.SHIPPINGOFFSET column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
An estimate of how many seconds it will take to ship this item once the Order is placed and inventory has been allocated.
newValue
- java.lang.Integerpublic java.lang.String getCorrelationGroup() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.CORRELATIONGROUP column of DB2 type BIGINT.
The following is a description of this column:
Normally this is the same as ORDERITEMS_ID, except:&l
getCorrelationGroup
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getCorrelationGroupInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.CORRELATIONGROUP column of DB2 type BIGINT.
The following is a description of this column:
Normally this is the same as ORDERITEMS_ID, except:&l
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCorrelationGroup(java.lang.String newValue)
This method provides access to the ORDERITEMS.CORRELATIONGROUP column of DB2 type BIGINT.
The following is a description of this column:
Normally this is the same as ORDERITEMS_ID, except:&l
setCorrelationGroup
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setCorrelationGroup(java.lang.Long newValue)
This method provides access to the ORDERITEMS.CORRELATIONGROUP column of DB2 type BIGINT.
The following is a description of this column:
Normally this is the same as ORDERITEMS_ID, except:&l
newValue
- java.lang.Longpublic java.lang.String getNeededQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.NEEDEDQUANTITY column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Quantity needed for fulfillment. If CATENTRY is not NULL, this is QUANTITY times CATENTSHIP.NOMINALQUANTITY, converted from CATENTSHIP.QUANTITYMEASURE to BASEITEM.QUANTITYMEASURE, divided by BASEITEM.QUANTITYMULTIPLE and rounded to the nearest integer.
getNeededQuantity
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getNeededQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.NEEDEDQUANTITY column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Quantity needed for fulfillment. If CATENTRY is not NULL, this is QUANTITY times CATENTSHIP.NOMINALQUANTITY, converted from CATENTSHIP.QUANTITYMEASURE to BASEITEM.QUANTITYMEASURE, divided by BASEITEM.QUANTITYMULTIPLE and rounded to the nearest integer.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setNeededQuantity(java.lang.String newValue)
This method provides access to the ORDERITEMS.NEEDEDQUANTITY column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Quantity needed for fulfillment. If CATENTRY is not NULL, this is QUANTITY times CATENTSHIP.NOMINALQUANTITY, converted from CATENTSHIP.QUANTITYMEASURE to BASEITEM.QUANTITYMEASURE, divided by BASEITEM.QUANTITYMULTIPLE and rounded to the nearest integer.
setNeededQuantity
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setNeededQuantity(java.lang.Integer newValue)
This method provides access to the ORDERITEMS.NEEDEDQUANTITY column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Quantity needed for fulfillment. If CATENTRY is not NULL, this is QUANTITY times CATENTSHIP.NOMINALQUANTITY, converted from CATENTSHIP.QUANTITYMEASURE to BASEITEM.QUANTITYMEASURE, divided by BASEITEM.QUANTITYMULTIPLE and rounded to the nearest integer.
newValue
- java.lang.Integerpublic java.lang.String getPrepareFlags() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.PREPAREFLAGS column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Contains the following bit flags indicating special processing to be performed by the OrderPrepare command:&l
getPrepareFlags
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getPrepareFlagsInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.PREPAREFLAGS column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Contains the following bit flags indicating special processing to be performed by the OrderPrepare command:&l
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPrepareFlags(java.lang.String newValue)
This method provides access to the ORDERITEMS.PREPAREFLAGS column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Contains the following bit flags indicating special processing to be performed by the OrderPrepare command:&l
setPrepareFlags
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setPrepareFlags(java.lang.Integer newValue)
This method provides access to the ORDERITEMS.PREPAREFLAGS column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Contains the following bit flags indicating special processing to be performed by the OrderPrepare command:&l
newValue
- java.lang.Integerpublic java.lang.String getComment() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.COMMENTS column of DB2 type VARCHAR(254).
The following is a description of this column:
Comments from the customer, such as a greeting for a gift.
getComment
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setComment(java.lang.String newValue)
This method provides access to the ORDERITEMS.COMMENTS column of DB2 type VARCHAR(254).
The following is a description of this column:
Comments from the customer, such as a greeting for a gift.
setComment
in interface
OrderItemAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getLastAllocatedUpdate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.LASTALLOCUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The most recent time inventory was checked (for unallocated OrderItems), allocated, or backordered, for this OrderItem.
getLastAllocatedUpdate
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getLastAllocatedUpdateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.LASTALLOCUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The most recent time inventory was checked (for unallocated OrderItems), allocated, or backordered, for this OrderItem.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setLastAllocatedUpdate(java.lang.String newValue)
This method provides access to the ORDERITEMS.LASTALLOCUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The most recent time inventory was checked (for unallocated OrderItems), allocated, or backordered, for this OrderItem.
setLastAllocatedUpdate
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setLastAllocatedUpdate(java.sql.Timestamp newValue)
This method provides access to the ORDERITEMS.LASTALLOCUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The most recent time inventory was checked (for unallocated OrderItems), allocated, or backordered, for this OrderItem.
newValue
- java.sql.Timestamppublic java.lang.String getShippingTaxAmount() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.SHIPTAXAMOUNT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The total shipping taxes associated with this OrderItem, in the Currency specified by CURRENCY.
getShippingTaxAmount
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.math.BigDecimal getShippingTaxAmountInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.SHIPTAXAMOUNT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The total shipping taxes associated with this OrderItem, in the Currency specified by CURRENCY.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setShippingTaxAmount(java.lang.String newValue)
This method provides access to the ORDERITEMS.SHIPTAXAMOUNT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The total shipping taxes associated with this OrderItem, in the Currency specified by CURRENCY.
setShippingTaxAmount
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setShippingTaxAmount(java.math.BigDecimal newValue)
This method provides access to the ORDERITEMS.SHIPTAXAMOUNT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The total shipping taxes associated with this OrderItem, in the Currency specified by CURRENCY.
newValue
- java.math.BigDecimalpublic java.lang.String getFulfillmentStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.FULFILLMENTSTATUS column of DB2 type CHAR(4) NOT NULL DEFAULT 'INT'.
The following is a description of this column:
The fulfillment status of the OrderItem:&l
getFulfillmentStatus
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setFulfillmentStatus(java.lang.String newValue)
This method provides access to the ORDERITEMS.FULFILLMENTSTATUS column of DB2 type CHAR(4) NOT NULL DEFAULT 'INT'.
The following is a description of this column:
The fulfillment status of the OrderItem:&l
setFulfillmentStatus
in interface
OrderItemAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getTrackingDate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.TRACKDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Reserved for IBM internal use.
getTrackingDate
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getTrackingDateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.TRACKDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTrackingDate(java.lang.String newValue)
This method provides access to the ORDERITEMS.TRACKDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Reserved for IBM internal use.
setTrackingDate
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setTrackingDate(java.sql.Timestamp newValue)
This method provides access to the ORDERITEMS.TRACKDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Reserved for IBM internal use.
newValue
- java.sql.Timestamppublic java.lang.String getLineItemType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.LINEITEMTYPE column of DB2 type CHAR(4).
The following is a description of this column:
If specified, indicates the type of the OrderItem.&l
getLineItemType
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setLineItemType(java.lang.String newValue)
This method provides access to the ORDERITEMS.LINEITEMTYPE column of DB2 type CHAR(4).
The following is a description of this column:
If specified, indicates the type of the OrderItem.&l
setLineItemType
in interface
OrderItemAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getPromisedAvailableTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.PROMISEDAVAILTIME column of DB2 type TIMESTAMP.
The following is a description of this column:
When an Order is placed (using the OrderProcess command), this would be set to EstAvailTime. After that it would normally not be updated, although a CSR could manually update this to reflect a verbal commitment made to the customer.
getPromisedAvailableTime
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getPromisedAvailableTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.PROMISEDAVAILTIME column of DB2 type TIMESTAMP.
The following is a description of this column:
When an Order is placed (using the OrderProcess command), this would be set to EstAvailTime. After that it would normally not be updated, although a CSR could manually update this to reflect a verbal commitment made to the customer.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPromisedAvailableTime(java.lang.String newValue)
This method provides access to the ORDERITEMS.PROMISEDAVAILTIME column of DB2 type TIMESTAMP.
The following is a description of this column:
When an Order is placed (using the OrderProcess command), this would be set to EstAvailTime. After that it would normally not be updated, although a CSR could manually update this to reflect a verbal commitment made to the customer.
setPromisedAvailableTime
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setPromisedAvailableTime(java.sql.Timestamp newValue)
This method provides access to the ORDERITEMS.PROMISEDAVAILTIME column of DB2 type TIMESTAMP.
The following is a description of this column:
When an Order is placed (using the OrderProcess command), this would be set to EstAvailTime. After that it would normally not be updated, although a CSR could manually update this to reflect a verbal commitment made to the customer.
newValue
- java.sql.Timestamppublic java.lang.String getOfferId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.OFFER_ID column of DB2 type BIGINT.
The following is a description of this column:
The Offer, if any, and if it still exists, from which PRICE was obtained.
getOfferId
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getOfferIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.OFFER_ID column of DB2 type BIGINT.
The following is a description of this column:
The Offer, if any, and if it still exists, from which PRICE was obtained.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOfferId(java.lang.String newValue)
This method provides access to the ORDERITEMS.OFFER_ID column of DB2 type BIGINT.
The following is a description of this column:
The Offer, if any, and if it still exists, from which PRICE was obtained.
setOfferId
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setOfferId(java.lang.Long newValue)
This method provides access to the ORDERITEMS.OFFER_ID column of DB2 type BIGINT.
The following is a description of this column:
The Offer, if any, and if it still exists, from which PRICE was obtained.
newValue
- java.lang.Longpublic java.lang.String getAllocationGroup() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.ALLOCATIONGROUP column of DB2 type BIGINT.
The following is a description of this column:
Reserved for IBM internal use.
getAllocationGroup
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getAllocationGroupInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.ALLOCATIONGROUP column of DB2 type BIGINT.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAllocationGroup(java.lang.String newValue)
This method provides access to the ORDERITEMS.ALLOCATIONGROUP column of DB2 type BIGINT.
The following is a description of this column:
Reserved for IBM internal use.
setAllocationGroup
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setAllocationGroup(java.lang.Long newValue)
This method provides access to the ORDERITEMS.ALLOCATIONGROUP column of DB2 type BIGINT.
The following is a description of this column:
Reserved for IBM internal use.
newValue
- java.lang.Longpublic java.lang.String getContractId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.TRADING_ID column of DB2 type BIGINT.
The following is a description of this column:
The TradingAgreement, if known, that determines the TermAndCondition objects (including how the price is determined) that apply to this OrderItem.
getContractId
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getContractIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.TRADING_ID column of DB2 type BIGINT.
The following is a description of this column:
The TradingAgreement, if known, that determines the TermAndCondition objects (including how the price is determined) that apply to this OrderItem.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setContractId(java.lang.String newValue)
This method provides access to the ORDERITEMS.TRADING_ID column of DB2 type BIGINT.
The following is a description of this column:
The TradingAgreement, if known, that determines the TermAndCondition objects (including how the price is determined) that apply to this OrderItem.
setContractId
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setContractId(java.lang.Long newValue)
This method provides access to the ORDERITEMS.TRADING_ID column of DB2 type BIGINT.
The following is a description of this column:
The TradingAgreement, if known, that determines the TermAndCondition objects (including how the price is determined) that apply to this OrderItem.
newValue
- java.lang.Longpublic java.lang.String getBasePrice() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.BASEPRICE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
If PRICE was converted from a currency different from the OrderItem currency, BASEPRICE is the price that was converted to arrive at PRICE.
getBasePrice
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.math.BigDecimal getBasePriceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.BASEPRICE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
If PRICE was converted from a currency different from the OrderItem currency, BASEPRICE is the price that was converted to arrive at PRICE.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setBasePrice(java.lang.String newValue)
This method provides access to the ORDERITEMS.BASEPRICE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
If PRICE was converted from a currency different from the OrderItem currency, BASEPRICE is the price that was converted to arrive at PRICE.
setBasePrice
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setBasePrice(java.math.BigDecimal newValue)
This method provides access to the ORDERITEMS.BASEPRICE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
If PRICE was converted from a currency different from the OrderItem currency, BASEPRICE is the price that was converted to arrive at PRICE.
newValue
- java.math.BigDecimalpublic java.lang.String getCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.CURRENCY column of DB2 type CHAR(10).
The following is a description of this column:
The currency of OrderItem monetary amounts other than BASEPRICE. This is the same as the currency of the order, ORDERS.CURRENCY. This is a currency code as per ISO 4217 standards.
getCurrency
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCurrency(java.lang.String newValue)
This method provides access to the ORDERITEMS.CURRENCY column of DB2 type CHAR(10).
The following is a description of this column:
The currency of OrderItem monetary amounts other than BASEPRICE. This is the same as the currency of the order, ORDERS.CURRENCY. This is a currency code as per ISO 4217 standards.
setCurrency
in interface
OrderItemAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.FIELD2 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
getField2
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setField2(java.lang.String newValue)
This method provides access to the ORDERITEMS.FIELD2 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
setField2
in interface
OrderItemAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.FIELD1 column of DB2 type INTEGER.
The following is a description of this column:
Customizable.
getField1
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getField1InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.FIELD1 column of DB2 type INTEGER.
The following is a description of this column:
Customizable.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setField1(java.lang.String newValue)
This method provides access to the ORDERITEMS.FIELD1 column of DB2 type INTEGER.
The following is a description of this column:
Customizable.
setField1
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setField1(java.lang.Integer newValue)
This method provides access to the ORDERITEMS.FIELD1 column of DB2 type INTEGER.
The following is a description of this column:
Customizable.
newValue
- java.lang.Integerpublic java.lang.String getOrderItemId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
getOrderItemId
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getOrderItemIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getAllocatedFulfillmentCenterId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.ALLOCFFMC_ID column of DB2 type INTEGER.
The following is a description of this column:
The FulfillmentCenter from which inventory for this OrderItem is allocated or backordered.
getAllocatedFulfillmentCenterId
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getAllocatedFulfillmentCenterIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.ALLOCFFMC_ID column of DB2 type INTEGER.
The following is a description of this column:
The FulfillmentCenter from which inventory for this OrderItem is allocated or backordered.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAllocatedFulfillmentCenterId(java.lang.String newValue)
This method provides access to the ORDERITEMS.ALLOCFFMC_ID column of DB2 type INTEGER.
The following is a description of this column:
The FulfillmentCenter from which inventory for this OrderItem is allocated or backordered.
setAllocatedFulfillmentCenterId
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setAllocatedFulfillmentCenterId(java.lang.Integer newValue)
This method provides access to the ORDERITEMS.ALLOCFFMC_ID column of DB2 type INTEGER.
The following is a description of this column:
The FulfillmentCenter from which inventory for this OrderItem is allocated or backordered.
newValue
- java.lang.Integerpublic java.lang.String getStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity the Order (this OrderItem is part of) is part of. This is normally a Store unless STATUS is Q, in which case it is normally a StoreGroup.
getStoreId
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getStoreIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity the Order (this OrderItem is part of) is part of. This is normally a Store unless STATUS is Q, in which case it is normally a StoreGroup.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setStoreId(java.lang.String newValue)
This method provides access to the ORDERITEMS.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity the Order (this OrderItem is part of) is part of. This is normally a Store unless STATUS is Q, in which case it is normally a StoreGroup.
setStoreId
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setStoreId(java.lang.Integer newValue)
This method provides access to the ORDERITEMS.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity the Order (this OrderItem is part of) is part of. This is normally a Store unless STATUS is Q, in which case it is normally a StoreGroup.
newValue
- java.lang.Integerpublic java.lang.String getPrice() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.PRICE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The price for the nominal quantity of the product (CATENTSHIP.NOMINALQUANTITY).
getPrice
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.math.BigDecimal getPriceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.PRICE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The price for the nominal quantity of the product (CATENTSHIP.NOMINALQUANTITY).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPrice(java.lang.String newValue)
This method provides access to the ORDERITEMS.PRICE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The price for the nominal quantity of the product (CATENTSHIP.NOMINALQUANTITY).
setPrice
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setPrice(java.math.BigDecimal newValue)
This method provides access to the ORDERITEMS.PRICE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The price for the nominal quantity of the product (CATENTSHIP.NOMINALQUANTITY).
newValue
- java.math.BigDecimalpublic java.lang.String getStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.STATUS column of DB2 type CHAR(1) NOT NULL.
The following is a description of this column:
All OrderItems for an Order hold a copy of the Order Status. See the description of the STATUS column for the ORDERS table.
getStatus
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setStatus(java.lang.String newValue)
This method provides access to the ORDERITEMS.STATUS column of DB2 type CHAR(1) NOT NULL.
The following is a description of this column:
All OrderItems for an Order hold a copy of the Order Status. See the description of the STATUS column for the ORDERS table.
setStatus
in interface
OrderItemAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getTimeShipped() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.TIMESHIPPED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time this OrderItem was manifested for shipment.
getTimeShipped
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getTimeShippedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.TIMESHIPPED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time this OrderItem was manifested for shipment.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTimeShipped(java.lang.String newValue)
This method provides access to the ORDERITEMS.TIMESHIPPED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time this OrderItem was manifested for shipment.
setTimeShipped
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setTimeShipped(java.sql.Timestamp newValue)
This method provides access to the ORDERITEMS.TIMESHIPPED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time this OrderItem was manifested for shipment.
newValue
- java.sql.Timestamppublic java.lang.String getOrderId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Order this OrderItem is part of.
getOrderId
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getOrderIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Order this OrderItem is part of.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOrderId(java.lang.String newValue)
This method provides access to the ORDERITEMS.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Order this OrderItem is part of.
setOrderId
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setOrderId(java.lang.Long newValue)
This method provides access to the ORDERITEMS.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Order this OrderItem is part of.
newValue
- java.lang.Longpublic java.lang.String getInventoryStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.INVENTORYSTATUS column of DB2 type CHAR(4) NOT NULL DEFAULT 'NALC'.
The following is a description of this column:
The allocation status of inventory for this OrderItem:&l
getInventoryStatus
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setInventoryStatus(java.lang.String newValue)
This method provides access to the ORDERITEMS.INVENTORYSTATUS column of DB2 type CHAR(4) NOT NULL DEFAULT 'NALC'.
The following is a description of this column:
The allocation status of inventory for this OrderItem:&l
setInventoryStatus
in interface
OrderItemAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getTrackingNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.TRACKNUMBER column of DB2 type VARCHAR(64).
The following is a description of this column:
Reserved for IBM internal use.
getTrackingNumber
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTrackingNumber(java.lang.String newValue)
This method provides access to the ORDERITEMS.TRACKNUMBER column of DB2 type VARCHAR(64).
The following is a description of this column:
Reserved for IBM internal use.
setTrackingNumber
in interface
OrderItemAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getEstimatedAvailableTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.ESTAVAILTIME column of DB2 type TIMESTAMP.
The following is a description of this column:
An estimate of when sufficient inventory will be available to fulfill this OrderItem. This estimate does not include the shipping offset.
getEstimatedAvailableTime
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getEstimatedAvailableTimeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.ESTAVAILTIME column of DB2 type TIMESTAMP.
The following is a description of this column:
An estimate of when sufficient inventory will be available to fulfill this OrderItem. This estimate does not include the shipping offset.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setEstimatedAvailableTime(java.lang.String newValue)
This method provides access to the ORDERITEMS.ESTAVAILTIME column of DB2 type TIMESTAMP.
The following is a description of this column:
An estimate of when sufficient inventory will be available to fulfill this OrderItem. This estimate does not include the shipping offset.
setEstimatedAvailableTime
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setEstimatedAvailableTime(java.sql.Timestamp newValue)
This method provides access to the ORDERITEMS.ESTAVAILTIME column of DB2 type TIMESTAMP.
The following is a description of this column:
An estimate of when sufficient inventory will be available to fulfill this OrderItem. This estimate does not include the shipping offset.
newValue
- java.sql.Timestamppublic java.lang.String getItemSpecId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.ITEMSPC_ID column of DB2 type BIGINT.
The following is a description of this column:
The specified item to be allocated from available inventory and shipped to the customer.
getItemSpecId
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getItemSpecIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.ITEMSPC_ID column of DB2 type BIGINT.
The following is a description of this column:
The specified item to be allocated from available inventory and shipped to the customer.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setItemSpecId(java.lang.String newValue)
This method provides access to the ORDERITEMS.ITEMSPC_ID column of DB2 type BIGINT.
The following is a description of this column:
The specified item to be allocated from available inventory and shipped to the customer.
setItemSpecId
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setItemSpecId(java.lang.Long newValue)
This method provides access to the ORDERITEMS.ITEMSPC_ID column of DB2 type BIGINT.
The following is a description of this column:
The specified item to be allocated from available inventory and shipped to the customer.
newValue
- java.lang.Longpublic java.lang.String getPartNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.PARTNUM column of DB2 type VARCHAR(64).
The following is a description of this column:
The part number of the CatalogEntry (CATENTRY.PARTNUMBER) for the product.
getPartNumber
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPartNumber(java.lang.String newValue)
This method provides access to the ORDERITEMS.PARTNUM column of DB2 type VARCHAR(64).
The following is a description of this column:
The part number of the CatalogEntry (CATENTRY.PARTNUMBER) for the product.
setPartNumber
in interface
OrderItemAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getTermAndConditionId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.TERMCOND_ID column of DB2 type BIGINT.
The following is a description of this column:
The TermAndCondition, if known, that determined the price for this OrderItem.
getTermAndConditionId
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getTermAndConditionIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.TERMCOND_ID column of DB2 type BIGINT.
The following is a description of this column:
The TermAndCondition, if known, that determined the price for this OrderItem.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTermAndConditionId(java.lang.String newValue)
This method provides access to the ORDERITEMS.TERMCOND_ID column of DB2 type BIGINT.
The following is a description of this column:
The TermAndCondition, if known, that determined the price for this OrderItem.
setTermAndConditionId
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setTermAndConditionId(java.lang.Long newValue)
This method provides access to the ORDERITEMS.TERMCOND_ID column of DB2 type BIGINT.
The following is a description of this column:
The TermAndCondition, if known, that determined the price for this OrderItem.
newValue
- java.lang.Longpublic java.lang.String getShippingCharge() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.SHIPCHARGE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The shipping charge associated with this OrderItem, in the currency specified by CURRENCY.
getShippingCharge
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.math.BigDecimal getShippingChargeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.SHIPCHARGE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The shipping charge associated with this OrderItem, in the currency specified by CURRENCY.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setShippingCharge(java.lang.String newValue)
This method provides access to the ORDERITEMS.SHIPCHARGE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The shipping charge associated with this OrderItem, in the currency specified by CURRENCY.
setShippingCharge
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setShippingCharge(java.math.BigDecimal newValue)
This method provides access to the ORDERITEMS.SHIPCHARGE column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The shipping charge associated with this OrderItem, in the currency specified by CURRENCY.
newValue
- java.math.BigDecimalpublic java.lang.String getTimeReleased() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.TIMERELEASED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time this OrderItem was released for fulfillment.
getTimeReleased
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getTimeReleasedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.TIMERELEASED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time this OrderItem was released for fulfillment.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTimeReleased(java.lang.String newValue)
This method provides access to the ORDERITEMS.TIMERELEASED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time this OrderItem was released for fulfillment.
setTimeReleased
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setTimeReleased(java.sql.Timestamp newValue)
This method provides access to the ORDERITEMS.TIMERELEASED column of DB2 type TIMESTAMP.
The following is a description of this column:
The time this OrderItem was released for fulfillment.
newValue
- java.sql.Timestamppublic java.lang.String getBasePriceCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.BASECURRENCY column of DB2 type CHAR(3).
The following is a description of this column:
The currency of BASEPRICE.
getBasePriceCurrency
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setBasePriceCurrency(java.lang.String newValue)
This method provides access to the ORDERITEMS.BASECURRENCY column of DB2 type CHAR(3).
The following is a description of this column:
The currency of BASEPRICE.
setBasePriceCurrency
in interface
OrderItemAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getMemberId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The customer of the OrderItem (which is the same as the customer of the Order).
getMemberId
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getMemberIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The customer of the OrderItem (which is the same as the customer of the Order).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMemberId(java.lang.String newValue)
This method provides access to the ORDERITEMS.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The customer of the OrderItem (which is the same as the customer of the Order).
setMemberId
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setMemberId(java.lang.Long newValue)
This method provides access to the ORDERITEMS.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The customer of the OrderItem (which is the same as the customer of the Order).
newValue
- java.lang.Longpublic java.lang.String getTimeCreated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.LASTCREATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The time this OrderItem was created.
getTimeCreated
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getTimeCreatedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.LASTCREATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The time this OrderItem was created.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTimeCreated(java.lang.String newValue)
This method provides access to the ORDERITEMS.LASTCREATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The time this OrderItem was created.
setTimeCreated
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setTimeCreated(java.sql.Timestamp newValue)
This method provides access to the ORDERITEMS.LASTCREATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The time this OrderItem was created.
newValue
- java.sql.Timestamppublic java.lang.String getFulfillmentCenterId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.FFMCENTER_ID column of DB2 type INTEGER.
The following is a description of this column:
The FulfillmentCenter, if known, from which the product will ship.
getFulfillmentCenterId
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getFulfillmentCenterIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.FFMCENTER_ID column of DB2 type INTEGER.
The following is a description of this column:
The FulfillmentCenter, if known, from which the product will ship.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setFulfillmentCenterId(java.lang.String newValue)
This method provides access to the ORDERITEMS.FFMCENTER_ID column of DB2 type INTEGER.
The following is a description of this column:
The FulfillmentCenter, if known, from which the product will ship.
setFulfillmentCenterId
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setFulfillmentCenterId(java.lang.Integer newValue)
This method provides access to the ORDERITEMS.FFMCENTER_ID column of DB2 type INTEGER.
The following is a description of this column:
The FulfillmentCenter, if known, from which the product will ship.
newValue
- java.lang.Integerpublic java.lang.String getOutputqID() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.OUTPUTQ_ID column of DB2 type BIGINT.
The following is a description of this column:
Reserved for IBM internal use.
getOutputqID
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getOutputqIDInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.OUTPUTQ_ID column of DB2 type BIGINT.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOutputqID(java.lang.String newValue)
This method provides access to the ORDERITEMS.OUTPUTQ_ID column of DB2 type BIGINT.
The following is a description of this column:
Reserved for IBM internal use.
setOutputqID
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setOutputqID(java.lang.Long newValue)
This method provides access to the ORDERITEMS.OUTPUTQ_ID column of DB2 type BIGINT.
The following is a description of this column:
Reserved for IBM internal use.
newValue
- java.lang.Longpublic java.lang.String getAddressId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.ADDRESS_ID column of DB2 type BIGINT.
The following is a description of this column:
The shipping Address, if any, for this OrderItem.
getAddressId
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getAddressIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.ADDRESS_ID column of DB2 type BIGINT.
The following is a description of this column:
The shipping Address, if any, for this OrderItem.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAddressId(java.lang.String newValue)
This method provides access to the ORDERITEMS.ADDRESS_ID column of DB2 type BIGINT.
The following is a description of this column:
The shipping Address, if any, for this OrderItem.
setAddressId
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setAddressId(java.lang.Long newValue)
This method provides access to the ORDERITEMS.ADDRESS_ID column of DB2 type BIGINT.
The following is a description of this column:
The shipping Address, if any, for this OrderItem.
newValue
- java.lang.Longpublic java.lang.String getTotalProduct() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.TOTALPRODUCT column of DB2 type DECIMAL(20 5) DEFAULT 0.
The following is a description of this column:
PRICE times QUANTITY.
getTotalProduct
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.math.BigDecimal getTotalProductInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.TOTALPRODUCT column of DB2 type DECIMAL(20 5) DEFAULT 0.
The following is a description of this column:
PRICE times QUANTITY.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTotalProduct(java.lang.String newValue)
This method provides access to the ORDERITEMS.TOTALPRODUCT column of DB2 type DECIMAL(20 5) DEFAULT 0.
The following is a description of this column:
PRICE times QUANTITY.
setTotalProduct
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setTotalProduct(java.math.BigDecimal newValue)
This method provides access to the ORDERITEMS.TOTALPRODUCT column of DB2 type DECIMAL(20 5) DEFAULT 0.
The following is a description of this column:
PRICE times QUANTITY.
newValue
- java.math.BigDecimalpublic java.lang.String getTaxAmount() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.TAXAMOUNT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The total sales taxes associated with this OrderItem, in the Currency specified by CURRENCY.
getTaxAmount
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.math.BigDecimal getTaxAmountInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.TAXAMOUNT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The total sales taxes associated with this OrderItem, in the Currency specified by CURRENCY.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTaxAmount(java.lang.String newValue)
This method provides access to the ORDERITEMS.TAXAMOUNT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The total sales taxes associated with this OrderItem, in the Currency specified by CURRENCY.
setTaxAmount
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setTaxAmount(java.math.BigDecimal newValue)
This method provides access to the ORDERITEMS.TAXAMOUNT column of DB2 type DECIMAL(20 5).
The following is a description of this column:
The total sales taxes associated with this OrderItem, in the Currency specified by CURRENCY.
newValue
- java.math.BigDecimalpublic java.lang.String getTotalAdjustment() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.TOTALADJUSTMENT column of DB2 type DECIMAL(20 5) DEFAULT 0.
The following is a description of this column:
The total of the monetary amounts of the OrderItemAdjustments for this OrderItem, in the Currency specified by CURRENCY.
getTotalAdjustment
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.math.BigDecimal getTotalAdjustmentInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERITEMS.TOTALADJUSTMENT column of DB2 type DECIMAL(20 5) DEFAULT 0.
The following is a description of this column:
The total of the monetary amounts of the OrderItemAdjustments for this OrderItem, in the Currency specified by CURRENCY.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTotalAdjustment(java.lang.String newValue)
This method provides access to the ORDERITEMS.TOTALADJUSTMENT column of DB2 type DECIMAL(20 5) DEFAULT 0.
The following is a description of this column:
The total of the monetary amounts of the OrderItemAdjustments for this OrderItem, in the Currency specified by CURRENCY.
setTotalAdjustment
in interface
OrderItemAccessBeanData
newValue
- Stringpublic void setTotalAdjustment(java.math.BigDecimal newValue)
This method provides access to the ORDERITEMS.TOTALADJUSTMENT column of DB2 type DECIMAL(20 5) DEFAULT 0.
The following is a description of this column:
The total of the monetary amounts of the OrderItemAdjustments for this OrderItem, in the Currency specified by CURRENCY.
newValue
- java.math.BigDecimalpublic java.lang.String getSupplierData() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getSupplierData
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setSupplierData(java.lang.String newValue)
setSupplierData
in interface
OrderItemAccessBeanData
public com.ibm.commerce.order.objimpl.OrderTaxData[] getCategoryTaxAmounts() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
IBM internal use only.
getCategoryTaxAmounts
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCategoryTaxAmounts(com.ibm.commerce.order.objimpl.OrderTaxData[] newValue)
setCategoryTaxAmounts
in interface
OrderItemAccessBeanData
public java.lang.String getSupplierPartNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getSupplierPartNumber
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setSupplierPartNumber(java.lang.String newValue)
setSupplierPartNumber
in interface
OrderItemAccessBeanData
public java.lang.String getAvailableQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getAvailableQuantity
in interface
OrderItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAvailableQuantity(java.lang.Integer newValue)
public void setInitKey_orderItemId(java.lang.String newValue)
Set the primary key for this object
newValue
- Stringpublic java.lang.String defaultJNDIName()
protected void instantiateEJB() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException
java.rmi.RemoteException
protected boolean instantiateEJBByPrimaryKey() throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.util.Enumeration findPendingOrderItemsByMemberAndAddress(java.lang.Long arg0, java.lang.Long arg1) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves all pending order items for specified customer and shipping
address.
The SQL query used to fetch all the required rows from the
ORDERITEMS table
is:
SELECT * FROM ORDERITEMS T1 WHERE (T1.MEMBER_ID = ?) and (T1.ADDRESS_ID = ?)
and (T1.STATUS = 'P')
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByMemberCatalogEntryAndStore(java.lang.Long arg0, java.lang.Long arg1, java.lang.Integer arg2) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves all the order items for specified customer, catalog entry and
store.
The SQL query used to fetch all the required rows from the
ORDERITEMS table
is:
SELECT * FROM ORDERITEMS T1 WHERE (T1.MEMBER_ID = ?) and (T1.CATENTRY_ID = ?)
and (T1.STOREENT_ID = ?)
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByOrderIds(java.lang.Long[] arg0, java.lang.String arg1, boolean arg2) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByOfferId(java.lang.Long arg0) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves all the order items for specified offer.
The SQL query used to fetch all the required rows from the
ORDERITEMS table
is:
SELECT * FROM ORDERITEMS T1 WHERE (T1.OFFER_ID = ?)
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByOrderIdsAndATPCodes(java.lang.Long[] arg0, java.util.Set arg1, java.sql.Timestamp arg2, java.lang.String arg3, boolean arg4) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findParentOrderItemsByOrdersIdAndCorr(java.lang.Long arg0, java.lang.Long arg1) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException
java.rmi.RemoteException
public java.util.Enumeration findByOrderForUpdate(java.lang.Long arg0) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves all the order items which are part of the specified order.
The SQL query used to fetch all the required rows from the
ORDERITEMS table
is:
SELECT * FROM ORDERITEMS T1 WHERE T1.ORDERS_ID = ? for update
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByOrderSortedByCatalogEntryId(java.lang.Long arg0) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves all the order items which are part of the specified order.
The SQL query used to fetch all the required rows from the
ORDERITEMS table
is:
SELECT * FROM ORDERITEMS T1 WHERE (T1.ORDERS_ID = ?) order by
T1.CATENTRY_ID
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findSiblingOrderItemsByOrdersIdAndRelTypeAndCorr(java.lang.Long arg0, java.lang.String arg1, java.lang.Long arg2) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException
java.rmi.RemoteException
public java.util.Enumeration findByOrderReleaseNumAndOrdersId(java.lang.Integer arg0, java.lang.Long arg1) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findPendingOrderItemsByMemberCatalogEntryAndStore(java.lang.Long arg0, java.lang.Long arg1, java.lang.Integer arg2) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves all pending order items for specified customer, catalog entry and
store.
The SQL query used to fetch all the required rows from the
ORDERITEMS table
is:
SELECT * FROM ORDERITEMS T1 WHERE (T1.MEMBER_ID = ?) and (T1.CATENTRY_ID = ?)
and (T1.STOREENT_ID = ?) and (T1.STATUS = 'P')
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByTradingId(java.lang.Long arg0) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves all the order items for specified trading agreement.
The SQL query used to fetch all the required rows from the
ORDERITEMS table
is:
SELECT * FROM ORDERITEMS T1 WHERE (T1.TRADING_ID = ?)
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findWithPushDownQuery(java.lang.String arg0) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves order items identified by the specified WHERE clause.
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findPendingOrderItemsForMember(java.lang.Long arg0) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves all pending order items for specified customer.
The SQL query used to fetch all the required rows from the
ORDERITEMS table
is:
SELECT * FROM ORDERITEMS T1 WHERE (T1.MEMBER_ID = ?) and (T1.STATUS =
'P')
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByOrder(java.lang.Long arg0) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves all the order items which are part of the specified order.
The SQL query used to fetch all the required rows from the
ORDERITEMS table
is:
SELECT * FROM ORDERITEMS T1 WHERE (T1.ORDERS_ID = ?) order by T1.ADDRESS_ID,
T1.ORDERITEMS_ID
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByOrderAndMemberForUpdate(java.lang.Long arg0, java.lang.Long arg1) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves all the order items for specified order and customer.
The SQL query used to fetch all the required rows from the
ORDERITEMS table
is:
SELECT * FROM ORDERITEMS T1 WHERE T1.ORDERS_ID = ? and T1.MEMBER_ID = ? for
update
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByOrderSortedByOrderItemId(java.lang.Long arg0) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves all the order items for specified order.
The SQL query used to fetch all the required rows from the
ORDERITEMS table
is:
SELECT * FROM ORDERITEMS T1 WHERE (T1.ORDERS_ID = ?) order by
T1.ORDERITEMS_ID
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findInvalidlyAllocatedAndBackorderedItemsByOrdersId(java.lang.Long arg0) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findInvalidOrderItemsByOrdersId(java.lang.Long arg0) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByMemberStoreAndStatus(java.lang.Long arg0, java.lang.Integer arg1, java.lang.String arg2) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves all the order items for specified customer, store and
status.
The SQL query used to fetch all the required rows from the
ORDERITEMS table
is:
SELECT * FROM ORDERITEMS T1 WHERE (T1.MEMBER_ID = ?) and (T1.STOREENT_ID = ?)
and (T1.STATUS = ?)
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByCatalogEntryId(java.lang.Long arg0) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves all the order items for specified catalog entry.
The SQL query used to fetch all the required rows from the
ORDERITEMS table
is:
SELECT * FROM ORDERITEMS T1 WHERE (T1.CATENTRY_ID = ?)
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByOrderAndReleaseAndFilfillmentStatusNotShip(java.lang.Long arg0, java.lang.Integer arg1) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.sql.Timestamp getPromisedShippingTime() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Calculates promised shipping time for an order item by adding shipping offset to promised availability time.
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.naming.NamingException
javax.ejb.FinderException
public java.util.Enumeration getAttachedDiscountOrShippingCalculationCodes(java.lang.Integer arg0) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
IBM internal use only.
javax.naming.NamingException
- The
javax.naming.NamingException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionpublic java.sql.Timestamp getEstimatedShippingTime() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Calculates estimated shipping time for the order item by adding shipping offset to the maximum between the estimated availability time and the current time.
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.naming.NamingException
javax.ejb.FinderException
public com.ibm.commerce.fulfillment.objects.ShippingModeAccessBean getShippingMode() throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
This method provides access to the ORDERITEMS.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity the Order (this OrderItem is part of) is part of. This is normally a Store unless STATUS is Q, in which case it is normally a StoreGroup.
javax.naming.NamingException
- The
javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException
exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionpublic void resetCategoryTax(java.lang.Integer arg0) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.naming.NamingException
javax.ejb.FinderException
public java.sql.Timestamp getEstimatedOrPromisedShippingTime() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Calculates estimated or promised shipping time for an order item. If order has been placed promised shipping time is returned. Otherwise, estimated shipping time is calculated.
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.naming.NamingException
javax.ejb.FinderException
public OfferAccessBean getOffer() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException
public CatalogEntryAccessBean getCatalogEntry() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Returns CatalogEntryAccessBean object which represents catalog entry reference by this order item.
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.naming.NamingException
javax.ejb.FinderException
public java.util.Enumeration getConfigurationComponents() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
Retrieves all the components of a dynamic kit for this order item.
The SQL query used to fetch all the required rows from the
OICOMPLIST table
is:
SELECT * FROM OICOMPLIST T1 WHERE (T1.ORDERITEMS_ID = ?)
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
- The
javax.naming.NamingException exceptionpublic void resetAllCategoryTaxes() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.naming.NamingException
javax.ejb.FinderException
public void setCategoryTaxAmount(java.lang.Integer arg0, java.math.BigDecimal arg1) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.naming.NamingException
javax.ejb.FinderException
public java.lang.String[] getTrackingIds() throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
IBM internal use only.
javax.naming.NamingException
- The
javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException
exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionpublic OrderAccessBean getOrder() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
This method provides access to the ORDERITEMS.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Order this OrderItem is part of.
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.naming.NamingException
javax.ejb.FinderException
public java.math.BigDecimal getTotalAdjustmentByDisplayLevel(java.lang.Integer arg0) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException, java.sql.SQLException
IBM internal use only.
javax.naming.NamingException
- The
javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException
exceptionjava.sql.SQLException
- The java.sql.SQLException
exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
public java.math.BigDecimal getAdjustmentSum() throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
IBM internal use only.
javax.naming.NamingException
- The
javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionpublic java.lang.String getResolvedDescription() throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
Returns a short description of the catalog entry referenced by this order item.
javax.naming.NamingException
- The
javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionpublic com.ibm.commerce.order.objimpl.OrderTaxData getCategoryTaxAmount(java.lang.Integer arg0) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
IBM internal use only.
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.naming.NamingException
javax.ejb.FinderException
public java.util.Enumeration findByOrderAndFulfillmentStatusForUpdate(java.lang.Long arg0, java.lang.String arg1) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException
java.rmi.RemoteException
public java.util.Enumeration findByOrderAndFulfillmentStatus(java.lang.Long arg0, java.lang.String arg1) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException
java.rmi.RemoteException
public java.lang.Integer getAvailableQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAvailableQuantity(java.lang.String newValue)
setAvailableQuantity
in interface
OrderItemAccessBeanData
public java.util.Enumeration findByOrderItemIds(java.lang.Long[] arg0) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException
java.rmi.RemoteException
public java.util.Enumeration findByOrderIds(java.lang.Long[] arg0) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
arg0
- java.lang.Long[]javax.naming.NamingException
javax.ejb.FinderException
java.rmi.RemoteException
public java.util.Enumeration findChildOrderItemsByDistributorsAndOrdersIdAndLineItemTypeAndRelTypeAndCorr(java.lang.Integer[] arg0, java.lang.Long arg1, java.lang.String arg2, java.lang.String arg3, java.lang.Long arg4) throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException
java.rmi.RemoteException
public java.lang.Long setAndGetNonNullCorrelationGroup() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException