|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.commons.gui.core.ScreenHandler
com.retek.rcom.gui.screen.ordermain.OrderMainLineHandler
Constructor Summary | |
OrderMainLineHandler()
|
Method Summary | |
int |
applyOrderLine(java.lang.String quantity)
|
void |
cancelOrderLine(java.lang.Object reasonChoice)
|
void |
compareEnteredNumberToFoundSellingItem(java.lang.String originalItemId)
|
void |
createOrderLine()
ORDER LINE GENERAL METHODS |
java.lang.String |
getActualReturnQuantity()
|
java.lang.String |
getAdditionalCharges()
|
java.lang.String |
getAppliedEstimatedDeliveryDate()
APPLIED ORDER LINE VALUES The values which are system generated AFTER the order line is applied. |
java.lang.String |
getBackorderedQuantity()
|
boolean |
getBackOrderNotification()
|
java.lang.String |
getCalculatedBackorderQuantity()
|
java.lang.String |
getCalculatedDeliveryDate()
|
java.lang.String |
getCalculatedNLAQuantity()
|
java.lang.String |
getCalculatedReservedQuantity()
|
java.lang.String |
getCancelReason()
|
java.util.List |
getCancelReasons()
CANCEL REASON METHODS |
java.lang.Object |
getCarrier()
|
java.util.List |
getCarriers()
|
java.lang.Object |
getCarrierService()
|
java.util.List |
getCarrierServices()
|
java.lang.String |
getChargeableQuantity()
|
java.lang.Object |
getCustomer()
|
java.util.List |
getDifferentiatorList(java.lang.Object diffType)
|
java.util.List |
getDifferentiators()
|
java.lang.String |
getDifferentiatorType()
|
java.util.List |
getDifferentiatorTypes()
|
java.lang.String |
getDirectShipLabel()
|
java.lang.Object |
getExchangeOrderLine()
|
java.lang.String |
getExpectedReturnQuantity()
|
java.lang.String |
getExtendedPrice()
|
java.lang.String |
getFulfillingQty()
|
CustomerAddress |
getLastOrderLineAddress()
|
java.lang.String |
getLineNumber()
ORDER LINE GETTER METHODS |
java.lang.String |
getLineType()
|
java.lang.Object |
getOrder()
|
java.lang.Object |
getOrderLine()
|
java.lang.String |
getPackItemLabel()
|
java.lang.String |
getPartialLineReason()
|
java.lang.Object |
getPickUpOrderLine()
|
java.lang.String |
getQuantityAlteredMessage(java.lang.String oldQuantity,
java.lang.String newQuantity)
|
java.lang.String |
getRegularPrice()
|
java.lang.String |
getReservedQuantity()
|
java.lang.Object |
getReturnableOrderLine()
|
java.lang.String |
getReturnExtendedPrice()
|
java.lang.String |
getReturnLineNumber()
RETURN LINE METHODS |
java.lang.String |
getReturnLineType()
|
java.lang.String |
getReturnReason()
|
java.lang.Object |
getSellingItem()
|
java.lang.String |
getSellingItemDescription()
|
java.lang.String |
getSellingItemDisplayCode(java.lang.String defaultValue)
|
java.lang.String |
getSellingItemNumber()
|
java.lang.String |
getSellingItemNumberNoSeparator()
|
java.lang.Object |
getSellingSku()
|
java.lang.String |
getShippedQuantity()
|
java.lang.String |
getShipToLabel()
|
java.lang.String |
getStatus()
|
java.lang.String |
getStatusDescription()
|
java.lang.String |
getWarehouseMessage()
|
boolean |
hasExchangeLine()
|
boolean |
hasGifting()
|
boolean |
hasMonogramming()
|
boolean |
hasOrder()
|
boolean |
hasOrderLine()
|
boolean |
hasOrderLines()
|
boolean |
hasPartialLine()
|
boolean |
hasPendingReturnLine()
|
boolean |
hasPersonalization()
|
boolean |
hasReturnLine()
|
boolean |
hasSellingSku()
|
boolean |
isAddressModifiable()
|
boolean |
isApplyItemAllowed()
|
boolean |
isBackordered()
|
boolean |
isBackOrderNotifyModifiable()
|
boolean |
isCancellable()
|
boolean |
isExchangeable()
|
boolean |
isGiftCard()
|
boolean |
isGiftCertificate()
|
boolean |
isGiftServicable()
|
boolean |
isItemNotAvailable()
|
boolean |
isItemPartiallyAvailable()
|
boolean |
isItemSubsellNeeded()
|
boolean |
isModifiable()
|
boolean |
isMonogrammable()
|
boolean |
isMultiSkuWithNoDiffs()
|
boolean |
isMultiStyle()
|
boolean |
isNewOrderLineAllowed()
|
boolean |
isNoInfoReturnable()
|
boolean |
isOrderLineApplied()
|
boolean |
isOrderLineModifiable()
|
boolean |
isOrderLineModifiable(boolean ignorePartialLine)
|
boolean |
isPartialAllowed()
|
boolean |
isPendingReturn()
|
boolean |
isPersonalizable()
|
boolean |
isReplaceable()
|
boolean |
isReplacementLine()
|
boolean |
isReturnable()
|
boolean |
isReturnRequired()
|
boolean |
isShipToNotificationAvailable()
|
boolean |
isWarehouseMessageModifiable()
|
boolean |
isZeroOrderReturnLineAllowed()
ZERO ORDER RETURN METHODS |
void |
reloadMaintenanceOrder()
|
void |
retrieveOrderFromRepository()
STATE MANAGEMENT |
void |
setBackOrderNotification(boolean notification)
|
void |
setCarrier(java.lang.Object carrier)
|
void |
setDifferentiator(java.lang.Object object)
|
void |
setOrderLine(java.lang.Object object)
|
int |
setQuantity(java.lang.String quantity)
|
void |
setSellingItem(java.lang.Object object)
|
void |
setSellingItem(java.lang.String displayCode)
SELLING ITEM METHODS |
void |
setSellingSku(java.util.List differentiatorList)
SELLING SKU and DIFFERENTIATOR METHODS |
void |
setSellingSku(java.lang.Object object)
|
void |
setShippingMethod(java.lang.Object shippingMethod)
ORDER LINE SETTER METHODS |
void |
setShipToAddress(java.lang.Object object)
ADDRESS METHODS |
Methods inherited from class com.retek.commons.gui.core.ScreenHandler |
getException, getLogger, getSystemException, processSystemException, register, register, unregister, unregisterAll |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OrderMainLineHandler()
Method Detail |
public void retrieveOrderFromRepository()
public void reloadMaintenanceOrder()
public void setOrderLine(java.lang.Object object) throws SystemException, UiBusinessException
SystemException
UiBusinessException
public java.lang.Object getOrder()
public java.lang.Object getCustomer()
public boolean hasOrder()
public boolean hasOrderLine()
public boolean hasOrderLines() throws SystemException
SystemException
public boolean hasPartialLine() throws SystemException
SystemException
public boolean hasReturnLine()
public boolean hasExchangeLine()
public boolean hasPendingReturnLine() throws SystemException
SystemException
public java.lang.Object getOrderLine()
public java.lang.Object getReturnableOrderLine() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.Object getExchangeOrderLine() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.Object getPickUpOrderLine() throws SystemException, BusinessException, UiBusinessException
SystemException
BusinessException
UiBusinessException
public boolean hasSellingSku()
public boolean isGiftCertificate() throws SystemException, BusinessException
SystemException
BusinessException
public boolean hasPersonalization() throws SystemException, BusinessException
SystemException
BusinessException
public boolean hasMonogramming() throws SystemException, BusinessException
SystemException
BusinessException
public boolean hasGifting() throws SystemException
SystemException
public boolean isNewOrderLineAllowed() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isApplyItemAllowed() throws SystemException, BusinessException
SystemException
BusinessException
public void createOrderLine() throws SystemException, BusinessException
SystemException
BusinessException
public int applyOrderLine(java.lang.String quantity) throws SystemException, BusinessException
SystemException
BusinessException
public void cancelOrderLine(java.lang.Object reasonChoice) throws SystemException, BusinessException
SystemException
BusinessException
public boolean isItemNotAvailable()
public boolean isItemPartiallyAvailable()
public boolean isItemSubsellNeeded() throws SystemException
SystemException
public java.lang.String getLineNumber() throws SystemException
SystemException
public java.lang.Object getSellingSku()
public java.lang.String getLineType() throws SystemException
SystemException
public java.lang.String getSellingItemDisplayCode(java.lang.String defaultValue) throws SystemException
SystemException
public java.lang.String getSellingItemDescription() throws SystemException
SystemException
public java.lang.String getStatusDescription() throws SystemException
SystemException
public java.lang.String getAppliedEstimatedDeliveryDate() throws SystemException
SystemException
public java.lang.String getReservedQuantity() throws SystemException
SystemException
public java.lang.String getBackorderedQuantity() throws SystemException
SystemException
public java.lang.String getChargeableQuantity() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getShippedQuantity() throws SystemException
SystemException
public java.lang.String getFulfillingQty() throws SystemException
SystemException
public java.lang.String getCalculatedDeliveryDate() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getCalculatedReservedQuantity() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getCalculatedBackorderQuantity() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getCalculatedNLAQuantity() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getRegularPrice() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getExtendedPrice() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getAdditionalCharges() throws SystemException
SystemException
public java.lang.String getShipToLabel() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isShipToNotificationAvailable() throws SystemException, BusinessException
SystemException
BusinessException
public boolean getBackOrderNotification() throws SystemException
SystemException
public java.util.List getCarrierServices() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.Object getCarrierService() throws SystemException
SystemException
public java.util.List getCarriers() throws SystemException
SystemException
public java.lang.Object getCarrier() throws SystemException
SystemException
public java.lang.String getStatus() throws SystemException
SystemException
public java.lang.String getCancelReason() throws SystemException
SystemException
public java.lang.String getPartialLineReason() throws SystemException
SystemException
public java.lang.String getWarehouseMessage() throws SystemException
SystemException
public boolean isBackordered() throws SystemException
SystemException
public boolean isReturnable() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isReplaceable() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isExchangeable() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isPartialAllowed() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isCancellable() throws SystemException
SystemException
public boolean isPendingReturn() throws SystemException
SystemException
public boolean isOrderLineApplied() throws SystemException
SystemException
public boolean isGiftServicable() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isMonogrammable() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isPersonalizable() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isBackOrderNotifyModifiable() throws SystemException
SystemException
public boolean isOrderLineModifiable() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isOrderLineModifiable(boolean ignorePartialLine) throws SystemException, BusinessException
SystemException
BusinessException
public boolean isWarehouseMessageModifiable() throws SystemException
SystemException
public void setShippingMethod(java.lang.Object shippingMethod) throws SystemException, BusinessException
SystemException
BusinessException
public void setCarrier(java.lang.Object carrier) throws SystemException, BusinessException
SystemException
BusinessException
public int setQuantity(java.lang.String quantity) throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getQuantityAlteredMessage(java.lang.String oldQuantity, java.lang.String newQuantity)
public void setBackOrderNotification(boolean notification) throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getReturnLineNumber() throws SystemException
SystemException
public java.lang.String getReturnLineType() throws SystemException
SystemException
public java.lang.String getReturnExtendedPrice() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getExpectedReturnQuantity() throws SystemException
SystemException
public java.lang.String getActualReturnQuantity() throws SystemException
SystemException
public java.lang.String getReturnReason() throws SystemException
SystemException
public void setSellingItem(java.lang.String displayCode) throws SystemException, BusinessException, UiBusinessException
SystemException
BusinessException
UiBusinessException
public void setSellingItem(java.lang.Object object) throws SystemException, BusinessException, UiBusinessException
SystemException
BusinessException
UiBusinessException
public void compareEnteredNumberToFoundSellingItem(java.lang.String originalItemId) throws SystemException, UiBusinessException
SystemException
UiBusinessException
public java.lang.String getSellingItemNumberNoSeparator() throws SystemException
SystemException
public java.lang.Object getSellingItem()
public java.lang.String getSellingItemNumber() throws SystemException
SystemException
public boolean isMultiStyle() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isMultiSkuWithNoDiffs() throws SystemException, BusinessException
SystemException
BusinessException
public void setSellingSku(java.util.List differentiatorList) throws SystemException, BusinessException, UiBusinessException
SystemException
BusinessException
UiBusinessException
public void setSellingSku(java.lang.Object object) throws SystemException, BusinessException, UiBusinessException
SystemException
BusinessException
UiBusinessException
public java.util.List getDifferentiatorTypes() throws SystemException, BusinessException
SystemException
BusinessException
public java.util.List getDifferentiatorList(java.lang.Object diffType) throws SystemException, BusinessException
SystemException
BusinessException
public java.util.List getDifferentiators() throws SystemException, BusinessException
SystemException
BusinessException
public void setDifferentiator(java.lang.Object object)
public java.lang.String getDifferentiatorType() throws SystemException
SystemException
public java.lang.String getDirectShipLabel() throws SystemException
SystemException
public java.lang.String getPackItemLabel() throws SystemException, BusinessException
SystemException
BusinessException
public void setShipToAddress(java.lang.Object object) throws SystemException, BusinessException
SystemException
BusinessException
public boolean isAddressModifiable() throws SystemException, BusinessException
SystemException
BusinessException
public CustomerAddress getLastOrderLineAddress() throws SystemException, BusinessException
SystemException
BusinessException
public java.util.List getCancelReasons() throws SystemException
SystemException
public boolean isZeroOrderReturnLineAllowed() throws SystemException
SystemException
public boolean isModifiable() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isNoInfoReturnable() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isGiftCard() throws SystemException
SystemException
public boolean isReturnRequired() throws SystemException
SystemException
public boolean isReplacementLine() throws SystemException
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |