Uses of Interface
org.openfjord.business.entities.SurveyLocal

Packages that use SurveyLocal
org.openfjord.business.entities   
org.openfjord.business.workflow   
 

Uses of SurveyLocal in org.openfjord.business.entities
 

Methods in org.openfjord.business.entities that return SurveyLocal
 SurveyLocal SurveyHome.create()
           
 SurveyLocal SurveyHome.findByPrimaryKey(SurveyPK pk)
           
 SurveyLocal SurveyElementLocal.getSurvey()
           
abstract  SurveyLocal SurveyElementBean.getSurvey()
           
 SurveyLocal ParticipantLocal.getSurvey()
           
abstract  SurveyLocal ParticipantBean.getSurvey()
           
 

Methods in org.openfjord.business.entities with parameters of type SurveyLocal
 void SurveyElementLocal.setSurvey(SurveyLocal survey)
           
abstract  void SurveyElementBean.setSurvey(SurveyLocal survey)
           
 void ParticipantLocal.setSurvey(SurveyLocal survey)
           
abstract  void ParticipantBean.setSurvey(SurveyLocal survey)
           
 

Uses of SurveyLocal in org.openfjord.business.workflow
 

Methods in org.openfjord.business.workflow with parameters of type SurveyLocal
 void SurveyAssemblerLocal.updateSurvey(SurveyLocal surveyEJB, Survey surveyVO)
           
 Survey SurveyAssemblerLocal.getSurvey(SurveyLocal surveyEJB)
           
 Survey SurveyAssemblerBean.getSurvey(SurveyLocal surveyEJB)
          Create a value object with relationship structure of the stored survey.
 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.
 



openFJORD Copyright © 2003 University of Muenster.