com.retek.rmm.gui.screen.altsellingitem
Class SellingListItemDialogHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rmm.gui.screen.altsellingitem.SellingListItemDialogHandler

public class SellingListItemDialogHandler
extends ScreenHandler


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

SellingListItemDialogHandler

public SellingListItemDialogHandler()
Method Detail

setSellingList

public void setSellingList(java.lang.Object object)
STATE MANAGEMENTS


setSellingListItem

public void setSellingListItem(java.lang.Object object)

isSubsell

public boolean isSubsell()
                  throws SystemException
Throws:
SystemException

isCrosssell

public boolean isCrosssell()
                    throws SystemException
Throws:
SystemException

getSellingListItems

public java.util.List getSellingListItems()
                                   throws SystemException,
                                          BusinessException
SELLING LIST METHODS

Throws:
SystemException
BusinessException

submit

public void submit(java.util.List sellingListItems)
            throws SystemException,
                   BusinessException
Throws:
SystemException
BusinessException

discardChanges

public void discardChanges()
                    throws SystemException
Throws:
SystemException

getDisplayCode

public java.lang.String getDisplayCode()
                                throws SystemException
SELLING LIST ITEM GETTER METHODS

Throws:
SystemException

getDescription

public java.lang.String getDescription()
                                throws SystemException,
                                       BusinessException
Throws:
SystemException
BusinessException

getPageNumber

public java.lang.String getPageNumber()
                               throws SystemException
Throws:
SystemException

getPrice

public java.lang.String getPrice()
                          throws SystemException,
                                 BusinessException
Throws:
SystemException
BusinessException

getPageNumbers

public java.lang.String[] getPageNumbers()
                                  throws SystemException
Throws:
SystemException

getSellingItem

public java.lang.Object getSellingItem(java.lang.String displayCode)
                                throws SystemException,
                                       UiBusinessException,
                                       BusinessException
SELLING LIST ITEM SETTER METHODS

Throws:
SystemException
UiBusinessException
BusinessException

getSellingListItem

public java.lang.Object getSellingListItem(java.lang.String displayCode)
                                    throws SystemException,
                                           UiBusinessException
Throws:
SystemException
UiBusinessException

getSellingListItem

public java.lang.Object getSellingListItem(java.lang.Object object)
                                    throws SystemException
Throws:
SystemException

setPageNumber

public void setPageNumber(java.lang.String pageNumber)
                   throws SystemException
Throws:
SystemException

sellingSkuAlreadyExists

public boolean sellingSkuAlreadyExists(java.util.List list)
                                throws SystemException
Throws:
SystemException

getSellingSkus

public java.util.Collection getSellingSkus(java.lang.Object sellingItem)
                                    throws SystemException
SELLING ITEM METHODS

Throws:
SystemException

recover

public void recover()
             throws SystemException
Throws:
SystemException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25