|
|||||||||||
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.ordercommon.OrderLinePrimaryHandler
Constructor Summary | |
OrderLinePrimaryHandler(OrderScreenType orderScreenType)
STATE MANAGEMENT |
Method Summary | |
void |
copyBufferToSelection(java.lang.Object object)
|
void |
copyObjectToBuffer(java.lang.Object object)
COPY/PASTE METHODS |
java.lang.String |
getAccommodationAmount()
|
java.lang.String |
getAccommodationDescription()
|
java.lang.String |
getAccommodationServiceDescription()
|
java.util.List |
getAllOrderLines()
|
java.lang.String |
getBackorderedQuantity()
|
java.lang.String |
getCancelledQuantity()
|
java.lang.String |
getChargeableQuantity()
|
java.lang.String |
getComponentBackorderedQuantity()
|
java.lang.String |
getComponentCancelledQuantity()
|
java.lang.String |
getComponentDescription()
|
java.util.List |
getComponentLines()
COMPONENT LINE METHODS |
java.lang.String |
getComponentQuantity()
|
java.lang.String |
getComponentReservedQuantity()
|
java.lang.String |
getComponentShippedQuantity()
|
java.lang.String |
getDescription()
|
java.lang.String |
getDirectShip()
|
java.lang.String |
getDiscountPrice()
|
java.lang.String |
getECDD()
|
java.lang.Object |
getEmployeeDiscount()
EMPLOYEE DISCOUNT METHODS |
java.lang.String |
getEmployeeDiscountAmount()
|
java.lang.String |
getEmployeeDiscountDescription()
|
java.lang.String |
getExtendedPrice()
|
java.lang.String |
getInventorySku()
|
java.lang.Object |
getLastOrderLine()
|
java.lang.String |
getLineNumber()
|
java.lang.String |
getLineType()
|
java.util.List |
getOrderAccommodations()
|
java.lang.Object |
getOrderLine()
|
java.util.List |
getOrderLineAccommodations()
|
java.util.Collection |
getOrderLinePromotions()
|
java.lang.String |
getPrice()
|
java.lang.String |
getPromotionAmount()
|
java.lang.String |
getPromotionDescription()
|
java.lang.String |
getPromotionTypeDescription()
|
java.lang.String |
getReservedQuantity()
|
java.lang.String |
getReturnedServiceLineQuantity()
|
java.lang.String |
getReturnedServiceLineTotal()
|
java.lang.String |
getSellingItemDisplayCode()
SELLING SKU METHODS |
java.lang.String |
getServiceLineDescription()
|
java.lang.String |
getServiceLineEcdd()
|
java.lang.String |
getServiceLinePrice()
|
java.lang.String |
getServiceLineQuantity()
|
java.util.Collection |
getServiceLines()
|
java.lang.String |
getServiceLineTotal()
|
java.lang.String |
getServiceLineType()
|
java.lang.String |
getShippedQuantity()
|
java.lang.String |
getShippingMethod()
|
java.lang.String |
getShipToLabel()
|
java.lang.String |
getStatus()
|
boolean |
hasGifting()
|
boolean |
hasMonogramming()
|
boolean |
hasOrder()
|
boolean |
hasPersonalization()
|
boolean |
isGiftingRefundable()
|
boolean |
isGiftingServiceLine(java.lang.Object serviceLine)
|
boolean |
isOrderAccommodationLine(java.lang.Object object)
|
boolean |
isOrderCancelled()
ORDER METHODS |
boolean |
isOrderLine(java.lang.Object object)
LINE SELECTION METHODS |
boolean |
isOrderLineAccommodationLine(java.lang.Object object)
|
boolean |
isPersonalizationRefundable()
|
boolean |
isReturnLine(java.lang.Object object)
|
boolean |
isServiceLine(java.lang.Object object)
|
boolean |
isValueAddedServiceLine(java.lang.Object serviceLine)
|
void |
reloadMaintenanceOrder()
|
void |
retrieveOrderFromRepository()
|
void |
setAccommodation(java.lang.Object object)
ACCOMODATION METHODS |
void |
setEmployeeDiscount(java.lang.Object object)
|
void |
setOrderLine(java.lang.Object object)
ORDER LINE METHODS |
void |
setPromotion(java.lang.Object object)
PROMOTION METHODS |
void |
setServiceLine(java.lang.Object line)
SERVICE LINE 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 OrderLinePrimaryHandler(OrderScreenType orderScreenType)
Method Detail |
public void retrieveOrderFromRepository() throws SystemException
SystemException
public boolean hasOrder()
public boolean isOrderCancelled() throws SystemException
SystemException
public java.util.List getAllOrderLines() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.Object getLastOrderLine() throws SystemException, BusinessException
SystemException
BusinessException
public java.util.List getOrderAccommodations() throws SystemException
SystemException
public void reloadMaintenanceOrder()
public void setOrderLine(java.lang.Object object)
public java.lang.Object getOrderLine()
public java.lang.String getLineNumber() throws SystemException
SystemException
public java.lang.String getLineType() throws SystemException
SystemException
public java.lang.String getStatus() throws SystemException
SystemException
public java.lang.String getPrice() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getDiscountPrice() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getChargeableQuantity() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getExtendedPrice() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getShipToLabel() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getShippingMethod() throws SystemException
SystemException
public java.lang.String getECDD() throws SystemException
SystemException
public java.util.Collection getServiceLines() throws SystemException
SystemException
public java.util.List getOrderLineAccommodations() throws SystemException
SystemException
public java.util.Collection getOrderLinePromotions() throws SystemException
SystemException
public java.lang.String getReservedQuantity() throws SystemException
SystemException
public java.lang.String getBackorderedQuantity() throws SystemException
SystemException
public java.lang.String getCancelledQuantity() throws SystemException
SystemException
public java.lang.String getShippedQuantity() throws SystemException
SystemException
public boolean hasPersonalization() throws SystemException, BusinessException
SystemException
BusinessException
public boolean hasMonogramming() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getSellingItemDisplayCode() throws SystemException
SystemException
public java.lang.String getDescription() throws SystemException
SystemException
public java.lang.String getInventorySku() throws SystemException
SystemException
public java.lang.String getDirectShip() throws SystemException
SystemException
public boolean hasGifting() throws SystemException
SystemException
public java.util.List getComponentLines() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getComponentDescription() throws SystemException
SystemException
public java.lang.String getComponentQuantity() throws SystemException
SystemException
public java.lang.String getComponentReservedQuantity() throws SystemException
SystemException
public java.lang.String getComponentBackorderedQuantity() throws SystemException
SystemException
public java.lang.String getComponentCancelledQuantity() throws SystemException
SystemException
public java.lang.String getComponentShippedQuantity() throws SystemException
SystemException
public void setServiceLine(java.lang.Object line)
public java.lang.String getServiceLineType()
public java.lang.String getServiceLineDescription() throws SystemException
SystemException
public java.lang.String getServiceLineQuantity() throws SystemException
SystemException
public java.lang.String getReturnedServiceLineQuantity() throws SystemException
SystemException
public java.lang.String getReturnedServiceLineTotal() throws SystemException
SystemException
public java.lang.String getServiceLinePrice() throws SystemException
SystemException
public java.lang.String getServiceLineTotal() throws SystemException
SystemException
public java.lang.String getServiceLineEcdd() throws SystemException
SystemException
public boolean isPersonalizationRefundable() throws SystemException
SystemException
public boolean isGiftingRefundable() throws SystemException
SystemException
public void setAccommodation(java.lang.Object object)
public java.lang.String getAccommodationServiceDescription()
public java.lang.String getAccommodationDescription() throws SystemException
SystemException
public java.lang.String getAccommodationAmount() throws SystemException
SystemException
public void setPromotion(java.lang.Object object)
public java.lang.String getPromotionTypeDescription()
public java.lang.String getPromotionDescription() throws SystemException
SystemException
public java.lang.String getPromotionAmount() throws SystemException
SystemException
public java.lang.Object getEmployeeDiscount() throws SystemException
SystemException
public void setEmployeeDiscount(java.lang.Object object)
public java.lang.String getEmployeeDiscountDescription() throws SystemException
SystemException
public java.lang.String getEmployeeDiscountAmount() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isOrderLine(java.lang.Object object)
public boolean isReturnLine(java.lang.Object object)
public boolean isServiceLine(java.lang.Object object)
public boolean isOrderAccommodationLine(java.lang.Object object) throws SystemException
SystemException
public boolean isOrderLineAccommodationLine(java.lang.Object object) throws SystemException
SystemException
public void copyObjectToBuffer(java.lang.Object object)
public void copyBufferToSelection(java.lang.Object object) throws SystemException, BusinessException, UiBusinessException
SystemException
BusinessException
UiBusinessException
public boolean isGiftingServiceLine(java.lang.Object serviceLine)
public boolean isValueAddedServiceLine(java.lang.Object serviceLine)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |