Uses of Class
org.openfjord.business.workflow.SurveyManagerException

Packages that use SurveyManagerException
org.openfjord.business.workflow   
 

Uses of SurveyManagerException in org.openfjord.business.workflow
 

Methods in org.openfjord.business.workflow that throw SurveyManagerException
 Survey SurveyManagerDelegate.getSurvey(java.lang.String surveyId)
           
 Survey SurveyManagerDelegate.updateSurvey(Survey survey)
           
 void SurveyManagerDelegate.deleteSurvey(Survey survey)
           
 void SurveyManagerDelegate.deleteSurvey(java.lang.String surveyId)
           
 Survey SurveyManagerBean.getSurvey(java.lang.String surveyId)
          get survey data with all relationships
 Survey SurveyManagerBean.updateSurvey(Survey survey)
          updates the survey entity bean with the passed survey value object
 void SurveyManagerBean.deleteSurvey(Survey survey)
          deletes the survey specified by the passed value object
 void SurveyManagerBean.deleteSurvey(java.lang.String surveyId)
          deletes the specified survey by it primary key
 Survey SurveyManager.getSurvey(java.lang.String surveyId)
          Look up for a special survey defined by its id.
 Survey SurveyManager.updateSurvey(Survey survey)
          Updates a survey specified by his given primary key.
 void SurveyManager.deleteSurvey(Survey survey)
          Deletes the specified survey object
 void SurveyManager.deleteSurvey(java.lang.String surveyId)
          Deletes the specified survey object
 



openFJORD Copyright © 2003 University of Muenster.