com.retek.rmm.gui.screen.media
Class DropCodeDialogHandler

java.lang.Object
  extended bycom.retek.commons.gui.core.ScreenHandler
      extended bycom.retek.rmm.gui.screen.media.DropCodeDialogHandler

public class DropCodeDialogHandler
extends ScreenHandler


Constructor Summary
DropCodeDialogHandler()
           
 
Method Summary
 void createDropCode()
           
 void discardChanges()
           
 java.lang.String getCirculation()
           
 java.lang.String getCode()
           
 java.lang.String getDate()
           
 java.lang.String getDescription()
           
 java.lang.Object getDropCode()
           
 java.lang.String getSourceCodeDescription()
           
 java.lang.String getSourceCodeDisplayCode()
           
 java.util.Collection getSourceCodes()
           
 boolean isDateModifiable()
           
 void setCirculation(java.lang.String circulationText)
           
 void setDate(java.lang.String date)
           
 void setDescription(java.lang.String description)
           
 void setDropCode(java.lang.Object object)
          DROP CODE METHODS
 void setSourceCode(java.lang.Object object)
          SOURCE CODE METHODS
 void submitDropCode()
           
 
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

DropCodeDialogHandler

public DropCodeDialogHandler()
Method Detail

setDropCode

public void setDropCode(java.lang.Object object)
                 throws SystemException
DROP CODE METHODS

Throws:
SystemException

getDropCode

public java.lang.Object getDropCode()

createDropCode

public void createDropCode()
                    throws SystemException
Throws:
SystemException

getCode

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

getDescription

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

getDate

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

getCirculation

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

getSourceCodes

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

setDescription

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

setDate

public void setDate(java.lang.String date)
             throws SystemException,
                    UiBusinessException
Throws:
SystemException
UiBusinessException

setCirculation

public void setCirculation(java.lang.String circulationText)
                    throws SystemException
Throws:
SystemException

isDateModifiable

public boolean isDateModifiable()
                         throws SystemException
Throws:
SystemException

submitDropCode

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

discardChanges

public void discardChanges()
                    throws SystemException
Throws:
SystemException

setSourceCode

public void setSourceCode(java.lang.Object object)
SOURCE CODE METHODS


getSourceCodeDisplayCode

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

getSourceCodeDescription

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


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