|
||||||||||||
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.PartialLineDialogHandler
Constructor Summary | |
---|---|
PartialLineDialogHandler()
STATE MANAGEMENT |
Method Summary | |
---|---|
int |
applyPartialLine(java.lang.String quantity)
|
void |
createPartialLine()
PARTIAL LINE GENERAL METHODS |
java.lang.String |
getAdditionalDeliveryCharge()
|
java.lang.String |
getAppliedEstimatedDeliveryDate()
|
java.lang.String |
getBackorderedQuantity()
|
java.lang.String |
getCalculatedBackorderedQuantity()
|
java.lang.String |
getCalculatedDeliveryDate()
|
java.lang.String |
getCalculatedReservedQuantity()
|
java.lang.Object |
getCarrier()
|
java.util.List |
getCarriers()
|
java.lang.String |
getComment()
|
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.String |
getExtendedPrice()
|
CustomerAddress |
getLastOrderLineAddress()
|
java.lang.String |
getLineNumber()
PARTIAL LINE GETTER METHODS |
java.lang.String |
getOrderedQuantity()
|
java.lang.String |
getPackItemLabel()
|
java.lang.Object |
getPartialLine()
|
java.lang.String |
getQuantityAlteredMessage(java.lang.String oldQuantity,
java.lang.String newQuantity)
|
java.lang.Object |
getReasonCode()
|
java.util.List |
getReasonCodes()
REASON LIST |
java.lang.String |
getRequestedQuantity()
|
java.lang.String |
getReservedQuantity()
|
java.lang.String |
getSellingItemDescription()
|
java.lang.String |
getSellingItemDisplayCode()
|
java.lang.Object |
getShippingMethod()
|
java.util.List |
getShippingMethods()
|
java.lang.String |
getShipToLabel()
|
java.lang.String |
getStatusDescription()
|
java.lang.String |
getUnitPrice()
|
java.lang.String |
getWarehouseMessage()
|
boolean |
hasSellingSku()
|
boolean |
isAddressModifiable()
|
boolean |
isBackordered()
|
boolean |
isBoNotification()
|
boolean |
isModifiable()
|
boolean |
isPartialLine(java.lang.Object orderLine)
|
boolean |
isPartialLineModifiable(java.lang.Object orderLine)
|
void |
setBoNotification(boolean notification)
|
void |
setCarrier(java.lang.Object carrier)
|
void |
setCarrierService(java.lang.Object shippingMethod)
PARTIAL LINE SETTER METHODS |
void |
setComment(java.lang.String comments)
|
void |
setDifferentiator(java.lang.Object object)
|
void |
setOrderLine(java.lang.Object object)
|
void |
setPartialLine(java.lang.Object object)
|
int |
setQuantity(java.lang.String quantity)
|
void |
setReason(java.lang.Object object)
|
void |
setSellingItem(java.lang.String displayCode)
SELLING ITEM METHODS |
void |
setSellingSku(java.util.List differentiatorList)
SELLING ITEM and DIFFERENTIATOR METHODS |
void |
setShipToAddress(java.lang.Object address)
ADDRESS METHODS |
void |
setWarehousMessage(java.lang.String message)
|
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 PartialLineDialogHandler()
Method Detail |
public void setOrderLine(java.lang.Object object) throws SystemException, BusinessException
SystemException
BusinessException
public void setPartialLine(java.lang.Object object) throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.Object getPartialLine()
public java.lang.Object getCustomer()
public boolean hasSellingSku()
public boolean isModifiable() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isBackordered() throws SystemException
SystemException
public boolean isPartialLine(java.lang.Object orderLine)
public boolean isPartialLineModifiable(java.lang.Object orderLine) throws SystemException, BusinessException
SystemException
BusinessException
public java.util.List getReasonCodes() throws SystemException
SystemException
public void createPartialLine() throws SystemException, BusinessException
SystemException
BusinessException
public int applyPartialLine(java.lang.String quantity) throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getLineNumber() 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 getStatusDescription() throws SystemException
SystemException
public java.lang.String getOrderedQuantity() throws SystemException
SystemException
public java.lang.String getUnitPrice() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getExtendedPrice() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getAdditionalDeliveryCharge() throws SystemException
SystemException
public java.lang.String getShipToLabel() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.Object getReasonCode() throws SystemException
SystemException
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 isBoNotification() throws SystemException
SystemException
public java.lang.String getDirectShipLabel() throws SystemException
SystemException
public java.lang.String getPackItemLabel() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getWarehouseMessage() throws SystemException
SystemException
public java.lang.String getComment() 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 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 setReason(java.lang.Object object) throws SystemException, BusinessException
SystemException
BusinessException
public void setBoNotification(boolean notification) throws SystemException, BusinessException
SystemException
BusinessException
public void setWarehousMessage(java.lang.String message) throws SystemException, BusinessException
SystemException
BusinessException
public void setComment(java.lang.String comments) throws SystemException
SystemException
public void setSellingItem(java.lang.String displayCode) throws SystemException, BusinessException, UiBusinessException
SystemException
BusinessException
UiBusinessException
public java.lang.String getSellingItemDisplayCode() throws SystemException
SystemException
public java.lang.String getSellingItemDescription() throws SystemException
SystemException
public void setSellingSku(java.util.List differentiatorList) 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 void setShipToAddress(java.lang.Object address) throws SystemException, BusinessException
SystemException
BusinessException
public boolean isAddressModifiable() throws SystemException
SystemException
public CustomerAddress getLastOrderLineAddress() throws SystemException, BusinessException
SystemException
BusinessException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |