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

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

public class SourceCodeDialogHandler
extends ScreenHandler


Constructor Summary
SourceCodeDialogHandler()
           
 
Method Summary
 void addSourceCode(java.lang.String code, java.lang.String desc, boolean submit)
           
 java.lang.String getCode()
           
 java.lang.String getDescription()
           
 java.lang.Object getSourceCode()
           
 boolean isCodeModifiable()
           
 void setDropCode(java.lang.Object object)
          DROP CODE METHODS
 void setSourceCode(java.lang.Object object)
          SOURCE CODE METHODS
 
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

SourceCodeDialogHandler

public SourceCodeDialogHandler()
Method Detail

setDropCode

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


setSourceCode

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


getSourceCode

public java.lang.Object getSourceCode()

getCode

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

getDescription

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

addSourceCode

public void addSourceCode(java.lang.String code,
                          java.lang.String desc,
                          boolean submit)
                   throws UiBusinessException,
                          SystemException,
                          BusinessException
Throws:
UiBusinessException
SystemException
BusinessException

isCodeModifiable

public boolean isCodeModifiable()
                         throws SystemException
Throws:
SystemException


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