|
|||||||||||
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.rmm.gui.screen.altsellingitem.SellingListItemDialogHandler
Constructor Summary | |
SellingListItemDialogHandler()
|
Method Summary | |
void |
discardChanges()
|
java.lang.String |
getDescription()
|
java.lang.String |
getDisplayCode()
SELLING LIST ITEM GETTER METHODS |
java.lang.String |
getPageNumber()
|
java.lang.String[] |
getPageNumbers()
|
java.lang.String |
getPrice()
|
java.lang.Object |
getSellingItem(java.lang.String displayCode)
SELLING LIST ITEM SETTER METHODS |
java.lang.Object |
getSellingListItem(java.lang.Object object)
|
java.lang.Object |
getSellingListItem(java.lang.String displayCode)
|
java.util.List |
getSellingListItems()
SELLING LIST METHODS |
java.util.Collection |
getSellingSkus(java.lang.Object sellingItem)
SELLING ITEM METHODS |
boolean |
isCrosssell()
|
boolean |
isSubsell()
|
void |
recover()
|
boolean |
sellingSkuAlreadyExists(java.util.List list)
|
void |
setPageNumber(java.lang.String pageNumber)
|
void |
setSellingList(java.lang.Object object)
STATE MANAGEMENTS |
void |
setSellingListItem(java.lang.Object object)
|
void |
submit(java.util.List sellingListItems)
|
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 SellingListItemDialogHandler()
Method Detail |
public void setSellingList(java.lang.Object object)
public void setSellingListItem(java.lang.Object object)
public boolean isSubsell() throws SystemException
SystemException
public boolean isCrosssell() throws SystemException
SystemException
public java.util.List getSellingListItems() throws SystemException
SystemException
public void submit(java.util.List sellingListItems) throws SystemException, BusinessException
SystemException
BusinessException
public void discardChanges() throws SystemException
SystemException
public java.lang.String getDisplayCode() throws SystemException
SystemException
public java.lang.String getDescription() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String getPageNumber() throws SystemException
SystemException
public java.lang.String getPrice() throws SystemException, BusinessException
SystemException
BusinessException
public java.lang.String[] getPageNumbers() throws SystemException
SystemException
public java.lang.Object getSellingItem(java.lang.String displayCode) throws SystemException, UiBusinessException, BusinessException
SystemException
UiBusinessException
BusinessException
public java.lang.Object getSellingListItem(java.lang.String displayCode) throws SystemException, UiBusinessException
SystemException
UiBusinessException
public java.lang.Object getSellingListItem(java.lang.Object object) throws SystemException
SystemException
public void setPageNumber(java.lang.String pageNumber) throws SystemException
SystemException
public boolean sellingSkuAlreadyExists(java.util.List list) throws SystemException
SystemException
public java.util.Collection getSellingSkus(java.lang.Object sellingItem) throws SystemException
SystemException
public void recover() throws SystemException
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |