|
||||||||||||
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.ExchangeLineDialogHandler
Constructor Summary | |
---|---|
ExchangeLineDialogHandler()
|
Method Summary | |
---|---|
int |
applyOrderLine(java.lang.String quantity)
APPLY ORDER LINE |
void |
cancelOrderLine(java.lang.Object reasonChoice)
|
void |
createExchangeLine()
|
java.lang.String |
getAdditionalCharges()
|
java.lang.String |
getAppliedEstimatedDeliveryDate()
|
java.lang.String |
getBackorderedQuantity()
|
java.lang.String |
getCalculatedBackorderedQuantity()
|
java.lang.String |
getCalculatedDeliveryDate()
|
java.lang.String |
getCalculatedReservedQuantity()
|
java.util.List |
getCancelReasons()
|
java.lang.Object |
getCarrier()
|
java.util.List |
getCarriers()
|
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 |
getExchangeLine()
|
java.lang.String |
getExtendedPrice()
|
java.lang.String |
getPackItemLabel()
|
java.lang.String |
getPrice()
|
java.lang.String |
getQuantityAlteredMessage(java.lang.String oldQuantity,
java.lang.String newQuantity)
|
java.lang.String |
getRequestedQuantity()
|
java.lang.String |
getReservedQuantity()
|
java.lang.Object |
getSellingItem()
|
java.lang.String |
getSellingItemDescription()
|
java.lang.String |
getSellingItemNumber()
|
java.lang.String |
getSellingItemNumber(java.lang.String defaultDisplayCode)
|
java.lang.Object |
getShippingMethod()
|
java.util.List |
getShippingMethods()
|
java.lang.String |
getShipToLabel()
|
java.lang.String |
getStatus()
ORDER LINE GETTER METHODS |
boolean |
hasMaintainExchangeLinePermission()
SECURITY METHODS |
boolean |
hasSellingSku()
|
boolean |
isAddressModifiable()
|
boolean |
isApplied()
|
boolean |
isBackordered()
|
boolean |
isGiftCertificate()
|
boolean |
isGiftServicable()
|
boolean |
isMonogrammable()
|
boolean |
isMultiStyle()
|
boolean |
isPersonalizable()
|
boolean |
isWarehouseMessageModifiable()
|
void |
setCarrier(java.lang.Object carrier)
|
void |
setCarrierService(java.lang.Object shippingMethod)
|
void |
setCustomerOrder(java.lang.Object order)
STATE MANAGEMENT |
void |
setDifferentiator(java.lang.Object object)
|
void |
setExchangeLine(java.lang.Object line)
|
int |
setQuantity(java.lang.String quantity)
ORDER LINE SETTER METHODS |
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 |
setShipToAddress(java.lang.Object address)
|
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 ExchangeLineDialogHandler()
Method Detail |
public void setCustomerOrder(java.lang.Object order)
public java.lang.Object getCustomer() throws SystemException
SystemException
public void createExchangeLine() throws SystemException, BusinessException
SystemException
BusinessException
public void setExchangeLine(java.lang.Object line) throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.Object getExchangeLine()
public boolean hasSellingSku()
public boolean isAddressModifiable() throws SystemException
SystemException
public java.lang.String getStatus() 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 getRequestedQuantity() 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 getCalculatedBackorderedQuantity() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getPrice() 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 java.lang.String getDirectShipLabel() throws SystemException
SystemException
public java.lang.String getPackItemLabel() throws SystemException, BusinessException
SystemException
BusinessException
public java.util.List getShippingMethods() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.Object getShippingMethod() throws SystemException
SystemException
public java.util.List getCarriers() throws SystemException
SystemException
public java.lang.Object getCarrier() throws SystemException
SystemException
public boolean isApplied() throws SystemException
SystemException
public boolean isBackordered() throws SystemException
SystemException
public boolean isGiftCertificate() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isGiftServicable() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isPersonalizable() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isMonogrammable() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isWarehouseMessageModifiable() throws SystemException
SystemException
public java.util.List getCancelReasons() throws SystemException
SystemException
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 setShipToAddress(java.lang.Object address) throws SystemException, BusinessException
SystemException
BusinessException
public void setCarrierService(java.lang.Object shippingMethod) throws SystemException, BusinessException
SystemException
BusinessException
public void setCarrier(java.lang.Object carrier) throws SystemException, BusinessException
SystemException
BusinessException
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 java.lang.Object getSellingItem()
public java.lang.String getSellingItemNumber() throws SystemException
SystemException
public java.lang.String getSellingItemNumber(java.lang.String defaultDisplayCode) throws SystemException
SystemException
public java.lang.String getSellingItemDescription() throws SystemException
SystemException
public boolean isMultiStyle() 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 getDifferentiators() throws SystemException, BusinessException
SystemException
BusinessException
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 void setDifferentiator(java.lang.Object object)
public java.lang.String getDifferentiatorType() throws SystemException
SystemException
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 hasMaintainExchangeLinePermission() throws SystemException
SystemException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |