Uses of Interface
org.openfjord.business.domain.Survey

Packages that use Survey
org.openfjord.business   
org.openfjord.business.entities   
org.openfjord.business.entities.valueobjects   
org.openfjord.business.workflow   
 

Uses of Survey in org.openfjord.business
 

Methods in org.openfjord.business that return Survey
static Survey DomainFactory.createSurvey()
          creates an instance of a survey implementation
static Survey DomainFactory.createSurvey(java.lang.String name, java.lang.String comment, int maxParticipants)
           
 

Uses of Survey in org.openfjord.business.entities
 

Methods in org.openfjord.business.entities that return Survey
static Survey SurveyVOFactory.createValueObject(SurveyBean surveyBean)
          Easy VO create method which returns a survey VO without the relations.
 Survey SurveyLocal.getData()
           
 Survey SurveyBean.getData()
          creates and returns an valueobject of the survey
 

Methods in org.openfjord.business.entities with parameters of type Survey
static void SurveyVOFactory.mergeData(Survey surveyVO, SurveyBean surveyBean)
          Fills the Date into the just created Survey Bean.
 void SurveyLocal.setData(Survey survey)
           
 void SurveyBean.setData(Survey survey)
          read out the data of the passed valueobject
 

Uses of Survey in org.openfjord.business.entities.valueobjects
 

Classes in org.openfjord.business.entities.valueobjects that implement Survey
 class SurveyVO
          Title: openFJORD Description: open flexible online research designer Copyright: Company:
 

Uses of Survey in org.openfjord.business.workflow
 

Methods in org.openfjord.business.workflow that return Survey
 Survey SurveyManagerDelegate.getSurvey(java.lang.String surveyId)
           
 Survey SurveyManagerDelegate.createSurvey(Survey survey)
           
 Survey SurveyManagerDelegate.updateSurvey(Survey survey)
           
 Survey SurveyManagerBean.getSurvey(java.lang.String surveyId)
          get survey data with all relationships
 Survey SurveyManagerBean.createSurvey(Survey survey)
          creates a new survey
 Survey SurveyManagerBean.updateSurvey(Survey survey)
          updates the survey entity bean with the passed survey value object
 Survey SurveyAssemblerLocal.getSurvey(SurveyLocal surveyEJB)
           
 Survey SurveyAssemblerBean.getSurvey(SurveyLocal surveyEJB)
          Create a value object with relationship structure of the stored survey.
 Survey SurveyManager.getSurvey(java.lang.String surveyId)
          Look up for a special survey defined by its id.
 Survey SurveyManager.createSurvey(Survey survey)
          Creates a new survey.
 Survey SurveyManager.updateSurvey(Survey survey)
          Updates a survey specified by his given primary key.
 

Methods in org.openfjord.business.workflow with parameters of type Survey
 Survey SurveyManagerDelegate.createSurvey(Survey survey)
           
 Survey SurveyManagerDelegate.updateSurvey(Survey survey)
           
 void SurveyManagerDelegate.deleteSurvey(Survey survey)
           
 Survey SurveyManagerBean.createSurvey(Survey survey)
          creates a new survey
 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 SurveyAssemblerLocal.updateSurvey(SurveyLocal surveyEJB, Survey surveyVO)
           
 void SurveyAssemblerBean.updateSurvey(SurveyLocal surveyEJB, Survey surveyVO)
          This method will trace the survey value object and try to store the data structure into entity beans.
 Survey SurveyManager.createSurvey(Survey survey)
          Creates a new survey.
 Survey SurveyManager.updateSurvey(Survey survey)
          Updates a survey specified by his given primary key.
 void SurveyManager.deleteSurvey(Survey survey)
          Deletes the specified survey object
 



openFJORD Copyright © 2003 University of Muenster.