com.retek.component.customerorder.batch
Interface CustomerOrderLineBatch

All Superinterfaces:
BusinessObject, CustomerOrderLine, CustomerOrderTransactionItem, DistributedObject
All Known Implementing Classes:
CustomerOrderLineImpl

public interface CustomerOrderLineBatch
extends CustomerOrderLine


Field Summary
 
Fields inherited from interface com.retek.component.customerorder.CustomerOrderLine
ACCOMMODATION, AMOUNT, DISCOUNT, ESTIMATED_CUSTOMER_DELIVERY_DATE, GIFT_CERTIFICATE, HOLD_EVENT, PARTIAL_LINE_REASON, PROCESS_TOGETHER, PUBLISH_TO_REGISTRY_COMPLETED, PUBLISH_TO_REGISTRY_NOT_REQUIRED, PUBLISH_TO_REGISTRY_REQUIRED, QUANTITY, REGISTRY_NUMBER, SELLING_SKU, SHIP_FROM_ADDRESS, SHIP_TO_ADDRESS, SHIPPED_QUANTITY, WAREHOUSE_MESSAGE, WRAP_TOGETHER, ZERO_SALE_LINE
 
Method Summary
 void setRequestedQuantityUnchecked(Quantity quantity)
           
 
Methods inherited from interface com.retek.component.customerorder.CustomerOrderLine
addAccommodationAndGeneratePayment, addServiceLine, addVirtualWhReservationValue, canApplyTaxAccommodation, cancel, cancelAndReleaseATP, confirmCancel, confirmCancelAtPackComponentLevel, createNoCustomerInformationReturnSearchCriteria, getAcceptedPromotion, getAccommodations, getAccommodations, getAccommodations, getActualBackorderedQuantity, getActualCancelledQuantity, getActualComponentCancelledQuantity, getActualFulfillingQuantity, getActualQuantityToBeFulfilled, getActualReservedQuantity, getActualShippedQuantity, getActualVirtualWarehouseReservedQuantity, getAdditionalShippingPromotionalDiscountValue, getAllPromotionDiscounts, getAllServiceLines, getAvailableMonogramValueAddedServices, getAvailablePersonalizationValueAddedServices, getBackorderedQuantity, getCancelledDate, getCancelledQuantity, getCancelReason, getCarrier, getCarrierTransitDays, getChargeableQuantity, getComment, getComponentLine, getCreateDate, getCreatedByUser, getDefaultOrderLineSourceCode, getDemandStatus, getDirectShipOrder, getDirectShipSupplier, getDirectShipSupplierId, getDiscounts, getEmployeeDiscount, getEstimatedDeliveryDate, getEstimatedShipDate, getExtendedAdditionalShippingCharge, getExtendedAdditionalShippingCharge, getExtendedAdditionalShippingTax, getExtendedAdditionalShippingTax, getExtendedMerchTax, getExtendedMerchTax, getExtendedPrice, getExtendedPrice, getExtendedPriceLessAccommodations, getFulfillingQuantity, getFullPackQtyToBeCancelledFromActualCancelledCompQtys, getGeneralAccommodations, getGenericEvent, getGiftRecipientShipToCustomer, getGiftServiceLines, getGiftVoucherAttributes, getLastNotifiedEstimatedDeliveryDate, getLastUpdateDate, getLastUpdatedByUser, getLineNumber, getMaxCarrierTransitDays, getMedia, getMerchPromotionDiscountValue, getMonogramServiceLine, getNumberOfBackorderNotificationsSent, getOrder, getOrderedQuantity, getOrderGiftServiceLine, getOrderLineType, getOriginalEstimatedDeliveryDate, getPackComponentLine, getPackComponentLines, getParentOrderLine, getPartialLineReason, getPersonalHoldDate, getPersonalizationServiceLine, getPickExceptionStatus, getPreviouslyRecordedDemandAmount, getPreviouslyRecordedDemandQuantity, getProcessTogether, getPromotionDiscounts, getQuantity, getRegistryCancelState, getRegistryNumber, getRegistryPurchaseState, getRegistryType, getRegistryUpdateDate, getReleaseDate, getReplacementReturnLine, getRequestedQuantity, getReservedQuantity, getReturnableQuantity, getReturnLines, getReturnUnitPrice, getSellingList, getSellingSku, getSellingSkuPrice, getServiceLines, getSettlementValue, getShippedContainerLines, getShippedQuantity, getShippingMethod, getShipTo, getShipToAddress, getState, getTaxAccommodations, getTotalAccommodationAmount, getTotalActualBackorderedQuantity, getTotalActualFulfillingQuantity, getTotalActualReservedQuantity, getTotalActualShippedQuantity, getTotalGiftServiceCharge, getTotalGiftServiceCharge, getTotalGiftServiceTax, getTotalGiftServiceTax, getTotalMerchChargeForRushShipping, getTotalMerchChargeForStandardShipping, getTotalNetAdditionalShippingCharge, getTotalNetExtendedPrice, getTotalNetGiftServiceCharge, getTotalNetPersonalizationServiceCharge, getTotalPersonalizationServiceCharge, getTotalPersonalizationServiceCharge, getTotalPersonalizationServiceTax, getTotalPersonalizationServiceTax, getTotalPromotionDiscountValue, getTotalServiceCharge, getTotalTaxAmount, getUnitPrice, getValueAddedServiceTax, getValueAddedServiceTax, getVirtualStore, getVirtualWarehouseReservedQuantity, getVirtualWhReservationValues, getWarehouseMessage, getWrapTogether, incrementNumberOfBackorderNotificationsSent, isAbleToReleaseToWms, isAltSellingLine, isAppliedToOrder, isCancelled, isDirectShip, isGift, isGiftCard, isGiftCertificate, isMailOrderPreBatch, isModifiable, isNew, isPackComponentDirectShip, isPackComponentLine, isPackLine, isPersonalHold, isPromotionAcceptanceComplete, isPromotionBenefitLine, isRegistryUpdated, isReserved, isReservedAtComponentLineLevel, isReservedAtOrderLineLevel, isReturnable, isRushDelivery, isShipped, isShipToCustomerAlsoNotified, isStandardDeliveryCharge, isVirtualWarehouseReservable, isWarehouseSpecialHandling, isWrapTogether, isZeroSaleLine, pickException, pruneWarehouseReservationValues, recalculateEstimatedDeliveryDate, removeAccommodation, setActualComponentCancelledQuantity, setActualFulfillingQuantity, setActualShippedQuantity, setCarrier, setComment, setConfirmedDirectShipSupplier, setDirectShipOrder, setEstimatedShipDate, setGift, setGiftVoucherAmount, setLastNotifiedEstimatedDeliveryDate, setLineNumber, setPartialLineReason, setPickExceptionStatus, setRegistryCancelState, setRegistryNumber, setRegistryPurchaseState, setRegistryType, setRegistryUpdateDate, setRequestedQuantity, setSellingList, setSellingSku, setShippingMethod, setShipToAddress, setShipToCustomerAlsoNotified, setWarehouseMessage, setWarehouseSpecialHandling, shipConfirm, virtualWarehouseReserve
 
Methods inherited from interface com.retek.commons.component.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 
Methods inherited from interface com.retek.component.customerorder.CustomerOrderTransactionItem
getTransactionGroup, getTransactionItemAmount, isCreditForTransactionGroupBalance, isDebitForTransactionGroupBalance, isExchangeSaleLine, isInClosedTransactionGroup, isReplacementSaleLine, notifyTransactionGroupClosed, setTransactionGroup
 

Method Detail

setRequestedQuantityUnchecked

public void setRequestedQuantityUnchecked(Quantity quantity)
                                   throws SystemException,
                                          BusinessException
Throws:
SystemException
BusinessException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28