Uses of Class
org.apache.cayenne.project.ProjectException

Packages that use ProjectException
org.apache.cayenne.project Contains model classes used by CayenneModeler or any other MVC type of application to work with Cayenne project files. 
 

Uses of ProjectException in org.apache.cayenne.project
 

Methods in org.apache.cayenne.project that throw ProjectException
 void ProjectConfigurator.execute()
          Deprecated. Performs reconfiguration of the project.
 DataNode DataNodeConfigInfo.findDataNode(Configuration config)
          Deprecated. Searches for the DataNode described by this DataNodeConfigInfo in the provided configuration object.
protected  void Project.prepareSave(List<ProjectFile> filesToSave, List<Object> wrappedObjects)
           
protected  void PartialProject.prepareSave(List filesToSave, List wrappedObjects)
          Deprecated.  
protected  void Project.processSave(List<ProjectFile> modifiedFiles)
          Saves a list of modified files to temporary files.
protected  void ProjectConfigurator.reconfigureProject(File projectDir)
          Deprecated. Performs reconfiguration of the unjarred project.
 void Project.save()
          Saves project.
 File ProjectFile.saveCommit()
          Finishes saving the underlying object.
 void PartialProject.updateNodes(List<? extends DataNodeConfigInfo> list)
          Deprecated. Loads internal project and rewrites its nodes according to the list of DataNodeConfigInfo objects.
 void ApplicationProject.upgrade()
           
 void DataMapProject.upgrade()
           
 void PartialProject.upgrade()
          Deprecated.  
abstract  void Project.upgrade()
           
protected  void ProjectConfigurator.validate()
          Deprecated. Validates consistency of the reconfiguration information.
 



Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.