|
||||||||||||
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.ReplacementLineDialogHandler
Constructor Summary | |
---|---|
ReplacementLineDialogHandler()
|
Method Summary | |
---|---|
int |
applyOrderLine(java.lang.String quantity)
APPLY ORDER LINE |
void |
buildReplacementLine(java.lang.Object object)
|
java.lang.String |
getAdditionalCharges()
|
java.lang.String |
getAppliedEstimatedDeliveryDate()
|
java.lang.String |
getBackorderedQuantity()
|
boolean |
getBackOrderNotification()
|
java.lang.String |
getCalculatedBackorderedQuantity()
|
java.lang.String |
getCalculatedDeliveryDate()
|
java.lang.String |
getCalculatedReservedQuantity()
|
java.lang.Object |
getCarrier()
|
java.util.List |
getCarriers()
|
java.lang.String |
getComments()
|
java.lang.Object |
getCustomer()
|
java.lang.String |
getDifferentiatorDescription()
|
java.util.List |
getDifferentiators()
SELLING SKU and DIFFERENTIATOR METHODS |
java.lang.String |
getDifferentiatorType()
|
java.lang.String |
getDirectShipLabel()
|
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.util.List |
getReplaceableOrderLines()
|
java.lang.Object |
getReplacementLine()
|
java.lang.String |
getRequestedQuantity()
|
java.lang.String |
getReservedQuantity()
|
java.lang.Object |
getReturnReason()
|
java.util.List |
getReturnReasons()
RETURN REASON LIST |
java.lang.String |
getSellingItemNumber()
ORDER LINE GETTER METHODS |
java.lang.Object |
getShippingMethod()
|
java.util.List |
getShippingMethods()
|
java.lang.String |
getShipToLabel()
|
java.lang.String |
getStatus()
|
boolean |
hasMaintainReplacementLinePermission()
SECURITY METHODS |
boolean |
isApplied()
|
boolean |
isBackordered()
|
boolean |
isFulfillImmediately()
|
boolean |
isGiftServicable()
|
boolean |
isMonogrammable()
|
boolean |
isPersonalizable()
|
boolean |
isQuantityEditable()
|
boolean |
isReplaceableOrderLine(java.lang.Object orderLine)
|
boolean |
isReplacementModifiable()
|
boolean |
isReplacementOrderLine()
|
boolean |
isReturnLineReturned()
|
boolean |
isReturnRequired()
|
boolean |
isReturnRequiredModifiable()
|
boolean |
isShipToNotificationAvailable()
BACK ORDER NOTIFICATION METHODS |
boolean |
isWarehouseMessageModifiable()
|
boolean |
isZeroSale()
|
void |
setBackOrderNotification(boolean notification)
|
void |
setCarrier(java.lang.Object carrier)
|
void |
setCarrierService(java.lang.Object shippingMethod)
|
void |
setComment(java.lang.String comment)
|
void |
setCustomerOrder(java.lang.Object order)
STATE MANAGEMENT |
void |
setDifferentiator(java.lang.Object object)
|
void |
setFulfillingRequired(boolean isFulfilling)
|
int |
setQuantity(java.lang.String quantity)
ORDER LINE SETTER METHODS |
void |
setReplacementLine(java.lang.Object object)
|
void |
setReturnReason(java.lang.Object reason)
|
void |
setReturnRequired(boolean isRequired)
|
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 ReplacementLineDialogHandler()
Method Detail |
public void setCustomerOrder(java.lang.Object order)
public java.lang.Object getCustomer() throws SystemException
SystemException
public void buildReplacementLine(java.lang.Object object) throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.Object getReplacementLine()
public void setReplacementLine(java.lang.Object object) throws SystemException, BusinessException
SystemException
BusinessException
public java.util.List getReplaceableOrderLines() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isReplacementOrderLine()
public boolean isReplaceableOrderLine(java.lang.Object orderLine) throws SystemException, BusinessException
SystemException
BusinessException
public java.util.List getReturnReasons() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getSellingItemNumber() throws SystemException
SystemException
public java.lang.String getStatus() throws SystemException
SystemException
public java.lang.String getAppliedEstimatedDeliveryDate() throws SystemException
SystemException
public java.lang.String getRequestedQuantity() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getReservedQuantity() throws SystemException
SystemException
public java.lang.String getBackorderedQuantity() 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 getComments() throws SystemException, BusinessException
SystemException
BusinessException
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 java.lang.Object getReturnReason() throws SystemException
SystemException
public boolean isApplied() throws SystemException
SystemException
public boolean isBackordered() throws SystemException
SystemException
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 isReturnRequired() throws SystemException
SystemException
public boolean isWarehouseMessageModifiable() 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 setComment(java.lang.String comment) throws SystemException
SystemException
public void setFulfillingRequired(boolean isFulfilling) throws SystemException, BusinessException
SystemException
BusinessException
public void setReturnRequired(boolean isRequired) throws SystemException, BusinessException
SystemException
BusinessException
public void setReturnReason(java.lang.Object reason) 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 getDifferentiatorDescription() throws SystemException
SystemException
public boolean isShipToNotificationAvailable() throws SystemException, BusinessException
SystemException
BusinessException
public boolean getBackOrderNotification() throws SystemException
SystemException
public void setBackOrderNotification(boolean notification) throws SystemException, BusinessException
SystemException
BusinessException
public int applyOrderLine(java.lang.String quantity) throws SystemException, BusinessException
SystemException
BusinessException
public boolean hasMaintainReplacementLinePermission() throws SystemException
SystemException
public boolean isReturnLineReturned() throws SystemException
SystemException
public boolean isReplacementModifiable() throws SystemException
SystemException
public boolean isReturnRequiredModifiable() throws SystemException
SystemException
public boolean isFulfillImmediately() throws SystemException
SystemException
public boolean isZeroSale() throws SystemException
SystemException
public boolean isQuantityEditable() throws SystemException
SystemException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |