com.retek.rmm.gui.screen.common
Class DepictionDialogHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rmm.gui.screen.common.DepictionDialogHandler

public class DepictionDialogHandler
extends ScreenHandler


Constructor Summary
DepictionDialogHandler()
           
 
Method Summary
 java.lang.Object createDepiction()
          DEPICTION CODE ACTIONS (CREATE, SAVE and REMOVE)
 void discardChanges()
           
 java.lang.String getDepictionCode()
           
 java.lang.String getDescription()
           
 java.lang.String getKey()
           
 java.lang.String getPageSpread()
           
 java.lang.String getPercent()
           
 java.lang.String getPlacement()
           
 java.util.Collection getSellingItemDepictions()
           
 java.lang.String getSellingItemDescription()
           
 java.lang.String getSpaceCost()
           
 java.lang.String getTotalArea()
           
 boolean isMediaWorksheetStatus()
           
 void setDepictionCode(java.lang.String code)
           
 void setDescription(java.lang.String description)
           
 void setKey(java.lang.String key)
           
 void setPageSpread(java.lang.String pageSpread)
          SELLING ITEM DEPICTION SETTERS
 void setPercentOfArea(java.lang.String percent)
           
 void setPlacement(java.lang.String placement)
           
 void setSellingItem(java.lang.Object object)
          SELLING ITEM METHODS
 void setSellingItemDepiction(java.lang.Object object)
          SELLING ITEM DEPICTION GETTERS
 void setTotalArea(java.lang.String area)
           
 void submitDepictions(java.util.List depictionList)
           
 
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

DepictionDialogHandler

public DepictionDialogHandler()
Method Detail

setSellingItem

public void setSellingItem(java.lang.Object object)
                    throws SystemException
SELLING ITEM METHODS

Throws:
SystemException

getSellingItemDescription

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

discardChanges

public void discardChanges()
                    throws SystemException
Throws:
SystemException

getSellingItemDepictions

public java.util.Collection getSellingItemDepictions()
                                              throws SystemException
Throws:
SystemException

createDepiction

public java.lang.Object createDepiction()
                                 throws SystemException
DEPICTION CODE ACTIONS (CREATE, SAVE and REMOVE)

Throws:
SystemException

submitDepictions

public void submitDepictions(java.util.List depictionList)
                      throws SystemException,
                             BusinessException
Throws:
SystemException
BusinessException

setSellingItemDepiction

public void setSellingItemDepiction(java.lang.Object object)
SELLING ITEM DEPICTION GETTERS


getPageSpread

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

getKey

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

getDepictionCode

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

getDescription

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

getPlacement

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

getTotalArea

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

getPercent

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

getSpaceCost

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

setPageSpread

public void setPageSpread(java.lang.String pageSpread)
                   throws SystemException
SELLING ITEM DEPICTION SETTERS

Throws:
SystemException

setKey

public void setKey(java.lang.String key)
            throws SystemException
Throws:
SystemException

setDepictionCode

public void setDepictionCode(java.lang.String code)
                      throws SystemException
Throws:
SystemException

setDescription

public void setDescription(java.lang.String description)
                    throws SystemException
Throws:
SystemException

setPlacement

public void setPlacement(java.lang.String placement)
                  throws SystemException
Throws:
SystemException

setTotalArea

public void setTotalArea(java.lang.String area)
                  throws java.lang.NumberFormatException,
                         SystemException,
                         BusinessException
Throws:
java.lang.NumberFormatException
SystemException
BusinessException

setPercentOfArea

public void setPercentOfArea(java.lang.String percent)
                      throws SystemException,
                             BusinessException,
                             UiBusinessException
Throws:
SystemException
BusinessException
UiBusinessException

isMediaWorksheetStatus

public boolean isMediaWorksheetStatus()
                               throws SystemException
Throws:
SystemException


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