Uses of Class
org.apache.jetspeed.serializer.SerializerException

Packages that use SerializerException
org.apache.jetspeed.serializer   
 

Uses of SerializerException in org.apache.jetspeed.serializer
 

Methods in org.apache.jetspeed.serializer that throw SerializerException
 void JetspeedDDLUtil.alterDatabase(org.apache.ddlutils.model.Database model)
          Alter an existing database from the given model.
 void JetspeedDDLUtil.createDatabase(org.apache.ddlutils.model.Database model)
          Creates a new database from the given model.
 void JetspeedSerializerBase.exportData(java.lang.String name, java.lang.String exportFileName, java.util.Map settings)
           
 void JetspeedSerializer.exportData(java.lang.String name, java.lang.String exportFileName, java.util.Map settings)
          Main routine to export the set of data elements and write them to the named XML file.
 void JetspeedSerializerBase.importData(java.lang.String importFileName, java.util.Map settings)
           
 void JetspeedSerializer.importData(java.lang.String importFileName, java.util.Map settings)
          Main routine to import the set of data elements and write them to the current environment.
 void JetspeedSerializerBase.initializeComponentManager(java.lang.String appRoot, java.lang.String[] bootConfig, java.lang.String[] appConfig)
           
 void JetspeedSerializer.initializeComponentManager(java.lang.String appRoot, java.lang.String[] bootConfig, java.lang.String[] appConfig)
          Create a component manager with the list of primary components (boot), the application components and the root path of the application
protected  javolution.xml.XMLObjectWriter JetspeedSerializerBase.openWriter(java.lang.String filename)
          create or open a given file for writing
protected  void JetspeedSerializerSecondaryImpl.processExport(java.lang.String name, javolution.xml.XMLBinding binding)
          The workhorse for exporting data
protected abstract  void JetspeedSerializerBase.processExport(java.lang.String name, javolution.xml.XMLBinding binding)
          The workhorse for exporting data
protected  void JetspeedSerializerImpl.processExport(java.lang.String name, javolution.xml.XMLBinding binding)
          The workhorse for exporting data
protected  void JetspeedSerializerSecondaryImpl.processImport()
          The workhorse for importing data
protected abstract  void JetspeedSerializerBase.processImport()
          The workhorse for importing data
protected  void JetspeedSerializerImpl.processImport()
          The workhorse for importing data
protected  JSSnapshot JetspeedSerializerBase.readFile(java.lang.String importFileName, javolution.xml.XMLBinding binding)
          read a snapshot and return the reconstructed class tree
protected  ProfilingRule JetspeedSerializerImpl.recreateRule(Profiler profiler, ProfilingRule existingRule, JSProfilingRule jsp)
          recreate a profiling rule object from the deserialized wrapper and store it
protected  RuleCriterion JetspeedSerializerImpl.recreateRuleCriterion(Profiler profiler, JSRuleCriterion jsr, ProfilingRule rule)
          recreate a rule criterion object from the deserialized wrapper
 void JetspeedSerializer.setComponentManager(ComponentManager cm)
          hand the serializer an existing component manager to access the environment
protected  void JetspeedDDLUtil.updateDatabaseSchema(org.apache.ddlutils.model.Database targetModel, boolean alterDb)
           Update a given database schema to match the schema of targetModel If alterDB is true, the routine attempts to modify the existing database shcema while preserving the data (as much as possible).
 

Constructors in org.apache.jetspeed.serializer that throw SerializerException
JetspeedSerializerBase(java.lang.String appRoot, java.lang.String[] bootConfig, java.lang.String[] appConfig)
          This constructor takes the application root, the search path for the boot component configuration files and the search path for the application component configuration files.
JetspeedSerializerImpl(java.lang.String appRoot, java.lang.String[] bootConfig, java.lang.String[] appConfig)
          This constructor takes the application root, the search path for the boot component configuration files and the search path for the application component configuration files.
JetspeedSerializerSecondaryImpl(java.lang.String appRoot, java.lang.String[] bootConfig, java.lang.String[] appConfig)
          This constructor takes the application root, the search path for the boot component configuration files and the search path for the application component configuration files.
 



Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.