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

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

public class SellingListDialogHandler
extends ScreenHandler


Constructor Summary
SellingListDialogHandler()
          STATE MANAGEMENT METHODS
 
Method Summary
 void clearSellingList()
           
 void createSellingList(int screenType)
           
 void discardChanges()
           
 java.lang.Object getBanner()
          GETTERS
 java.util.List getBanners()
          LOOKUP METHODS
 java.lang.Object getChannelType()
           
 java.util.List getChannelTypes()
           
 java.lang.Object getDefaultSortOrder()
           
 java.lang.String getEndDate()
           
 java.lang.String getMediaDescription()
           
 java.lang.String getMediaTriggerCode()
           
 java.lang.String getMediaTriggerDescription()
           
 java.lang.String getName()
           
 java.lang.String getOtherTriggerDescription()
           
 java.lang.String getSellingItemDescription()
           
 java.lang.Object getSellingList()
           
 java.lang.Object getSortOrder()
           
 java.util.List getSortOrders()
           
 java.lang.String getStartDate()
           
 java.lang.String getStatus()
           
 java.lang.String getTriggerCode()
           
 java.lang.String getTriggerDescription()
           
 boolean hasBanner()
           
 boolean isStartDateEditable()
           
 void setBanner(java.lang.Object object)
           
 void setChannelType(java.lang.Object object)
           
 void setEndDate(java.lang.String endDate)
           
 void setMediaTrigger(java.lang.String mediaCode)
          TRIGGER METHODS
 void setOtherTrigger(java.lang.String triggerCode)
           
 void setSellingList(java.lang.Object object)
          SETTERS
 void setSellingListName(java.lang.String name)
           
 void setSortOrder(java.lang.Object object)
           
 void setStartDate(java.lang.String startDate)
           
 void submit()
           
 
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

SellingListDialogHandler

public SellingListDialogHandler()
STATE MANAGEMENT METHODS

Method Detail

getBanners

public java.util.List getBanners()
LOOKUP METHODS


getChannelTypes

public java.util.List getChannelTypes()
                               throws SystemException
Throws:
SystemException

getSortOrders

public java.util.List getSortOrders()

getDefaultSortOrder

public java.lang.Object getDefaultSortOrder()

getBanner

public java.lang.Object getBanner()
                           throws SystemException
GETTERS

Throws:
SystemException

getChannelType

public java.lang.Object getChannelType()
                                throws SystemException
Throws:
SystemException

getName

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

getSortOrder

public java.lang.Object getSortOrder()
                              throws SystemException
Throws:
SystemException

getStartDate

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

isStartDateEditable

public boolean isStartDateEditable()
                            throws SystemException
Throws:
SystemException

getEndDate

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

getStatus

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

getMediaTriggerCode

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

getMediaTriggerDescription

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

getTriggerCode

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

getTriggerDescription

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

setSellingList

public void setSellingList(java.lang.Object object)
SETTERS


getSellingList

public java.lang.Object getSellingList()

createSellingList

public void createSellingList(int screenType)
                       throws SystemException
Throws:
SystemException

setBanner

public void setBanner(java.lang.Object object)

hasBanner

public boolean hasBanner()

setChannelType

public void setChannelType(java.lang.Object object)

setSellingListName

public void setSellingListName(java.lang.String name)
                        throws SystemException
Throws:
SystemException

setSortOrder

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

setStartDate

public void setStartDate(java.lang.String startDate)
                  throws SystemException,
                         UiBusinessException
Throws:
SystemException
UiBusinessException

setEndDate

public void setEndDate(java.lang.String endDate)
                throws SystemException,
                       UiBusinessException
Throws:
SystemException
UiBusinessException

submit

public void submit()
            throws SystemException,
                   BusinessException
Throws:
SystemException
BusinessException

discardChanges

public void discardChanges()
                    throws SystemException
Throws:
SystemException

setMediaTrigger

public void setMediaTrigger(java.lang.String mediaCode)
                     throws SystemException,
                            UiBusinessException
TRIGGER METHODS

Throws:
SystemException
UiBusinessException

getMediaDescription

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

setOtherTrigger

public void setOtherTrigger(java.lang.String triggerCode)
                     throws SystemException,
                            UiBusinessException,
                            BusinessException
Throws:
SystemException
UiBusinessException
BusinessException

getOtherTriggerDescription

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

getSellingItemDescription

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

clearSellingList

public void clearSellingList()


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28