com.mf.roundhouse.core.delegate
Class CoreModuleDelegate

java.lang.Object
  extended byBaseDelegate
      extended bycom.mf.roundhouse.core.delegate.RoundhouseDelegate
          extended bycom.mf.roundhouse.core.delegate.ContentModuleDelegate
              extended bycom.mf.roundhouse.core.delegate.CoreModuleDelegate

public class CoreModuleDelegate
extends ContentModuleDelegate

Author:
Jeffrey Payne
See Also:
Serialized Form

Constructor Summary
CoreModuleDelegate()
           
 
Method Summary
 void activateModule(ContentModule module)
           
 void deactivateModule(ContentModule module)
           
static java.util.Collection getAllPersonalizationLinks()
           
 java.lang.String getDefaultString(RoundhouseObject anObject)
           
 java.lang.Class getDelegatedClass()
           
 ContentModule loadModule()
           
 void runSqlFile(java.io.File aFile, java.sql.Connection conn)
           
 
Methods inherited from class com.mf.roundhouse.core.delegate.ContentModuleDelegate
retrieveSingleton
 
Methods inherited from class com.mf.roundhouse.core.delegate.RoundhouseDelegate
getDisplayUrl, searchObjects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreModuleDelegate

public CoreModuleDelegate()
Method Detail

getDelegatedClass

public java.lang.Class getDelegatedClass()

deactivateModule

public void deactivateModule(ContentModule module)
                      throws java.lang.Exception
Throws:
java.lang.Exception

activateModule

public void activateModule(ContentModule module)
                    throws java.lang.Exception
Throws:
java.lang.Exception

loadModule

public ContentModule loadModule()
                         throws java.lang.Exception
Specified by:
loadModule in class ContentModuleDelegate
Throws:
java.lang.Exception

runSqlFile

public void runSqlFile(java.io.File aFile,
                       java.sql.Connection conn)
                throws java.lang.Exception
Throws:
java.lang.Exception

getAllPersonalizationLinks

public static java.util.Collection getAllPersonalizationLinks()
                                                       throws java.lang.Exception
Throws:
java.lang.Exception

getDefaultString

public java.lang.String getDefaultString(RoundhouseObject anObject)
Specified by:
getDefaultString in class RoundhouseDelegate


Copyright © 2004 Media Fortress, LLC. Licensed for commercial use under the Apache 2.0 License.