|
||||||||||||
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.altselling.SellingListDisplayDialogHandler
Constructor Summary | |
---|---|
SellingListDisplayDialogHandler()
|
Method Summary | |
---|---|
void |
generateCrosssellLines(java.lang.Object object,
java.lang.String quantity)
GENERATE CROSSSELL LINE |
void |
generateSellingLines(java.lang.String quantity)
|
void |
generateSubsellLines(java.lang.Object object,
java.lang.String quantity)
GENERATE SUBSELL LINE |
void |
generateUpsellLines(java.lang.Object object,
java.lang.String quantity)
GENERATE UPSELL LINE |
java.lang.String |
getDescription()
|
java.lang.String |
getDiscount()
|
java.lang.String |
getDiscountPrice()
|
java.lang.String |
getDisplayCode()
|
java.lang.String |
getPageNumber()
|
java.lang.String |
getPrice()
|
java.util.List |
getSellingListItems()
|
java.lang.Object |
getSellingListType()
|
java.lang.String |
getTitle()
|
boolean |
isAppliable()
|
void |
setSellingList(java.lang.Object object)
SELLING LIST METHODS |
void |
setSellingListItem(java.lang.Object object)
SELLING LIST ITEM METHODS |
void |
setSellingListType(java.lang.Object sellingListTypeObject)
If not set then this handler will use SellingListType.UPSELL otherwise is uses the param sellingListTypeObject |
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 SellingListDisplayDialogHandler()
Method Detail |
public void setSellingList(java.lang.Object object)
public java.util.List getSellingListItems() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getTitle() throws SystemException, BusinessException
SystemException
BusinessException
public boolean isAppliable()
public void setSellingListItem(java.lang.Object object)
public java.lang.String getDisplayCode() throws SystemException
SystemException
public java.lang.String getDescription() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getPrice() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getDiscountPrice() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getDiscount() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getPageNumber() throws SystemException
SystemException
public void generateSubsellLines(java.lang.Object object, java.lang.String quantity) throws SystemException, BusinessException
SystemException
BusinessException
public void generateUpsellLines(java.lang.Object object, java.lang.String quantity) throws SystemException, BusinessException
SystemException
BusinessException
public void generateCrosssellLines(java.lang.Object object, java.lang.String quantity) throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.Object getSellingListType()
public void setSellingListType(java.lang.Object sellingListTypeObject)
sellingListTypeObject
- public void generateSellingLines(java.lang.String quantity) throws SystemException, BusinessException
SystemException
BusinessException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |