EAF 7.6 Implementation

org.enhydra.server
Class PresentationEdit

java.lang.Object
  extended by org.enhydra.server.PresentationEdit

public class PresentationEdit
extends java.lang.Object

Title:

Description:

Copyright: Copyright (c) 2002

Company: www.together.at

Version:
1.0
Author:
tufeX, tufex@uns.ns.ac.yu

Constructor Summary
PresentationEdit(com.lutris.util.Config pmConfig)
           
 
Method Summary
 java.lang.String getCacheClasses()
           
 java.lang.String getCacheFiles()
           
 boolean saveState()
          Save state of DatabaseManager configuration parameters into config file
 void setCacheClasses(java.lang.String cacheClasses)
           
 void setCacheFiles(java.lang.String cacheFiles)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresentationEdit

public PresentationEdit(com.lutris.util.Config pmConfig)
                 throws com.lutris.util.KeywordValueException
Throws:
com.lutris.util.KeywordValueException
Method Detail

getCacheClasses

public java.lang.String getCacheClasses()

setCacheClasses

public void setCacheClasses(java.lang.String cacheClasses)
                     throws com.lutris.util.KeywordValueException
Throws:
com.lutris.util.KeywordValueException

setCacheFiles

public void setCacheFiles(java.lang.String cacheFiles)
                   throws com.lutris.util.KeywordValueException
Throws:
com.lutris.util.KeywordValueException

getCacheFiles

public java.lang.String getCacheFiles()

saveState

public boolean saveState()
Save state of DatabaseManager configuration parameters into config file

Returns:
TRUE if OK, else FALSE.

EAF 7.6 Implementation