Java Doc for SurveyManager.java in  » XML-UI » xui32 » com » xoetrope » survey » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » XML UI » xui32 » com.xoetrope.survey 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.xoetrope.survey.SurveyManager

SurveyManager
public class SurveyManager implements XLifeCycleListener(Code)

Loads and manages surveys. The manager can maintain a number of surveys so that different surveys can be served up by the same application instance if for example a different set of questions were to be asked depending on the user (e.g. in a hotel a different survey would be asked for a conference attendee and a residential guest).

Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under the GNU Public License (GPL), please see license.txt for more details. If you make commercial use of this software you must purchase a commercial license from Xoetrope.

$Revision: 1.5 $



Field Summary
final public static  intDATA_DB
    
final public static  intDATA_FILE
    
protected  NamedConnectionManagerconnMgr
    
protected  XProjectcurrentProject
    
protected  SurveycurrentSurvey
    
protected  StringexclusiveTemplate
    
protected  StringfreeTemplate
    
protected  PropertiesinputDbConfiguration
    
protected  intinputType
    
protected  PropertieslangProperties
    
protected  StringmultipleTemplate
    
protected  intnumLanguages
    
protected  PropertiesoutputDbConfiguration
    
protected  intoutputType
    
protected  intquestionsPerPage
    
protected  StringresFile
    
protected  booleanrestartSurvey
    
protected  StringstartPage
    
protected  StringsurveyName
    
protected  Vectorsurveys
    
protected  StringthankYouPage
    

Constructor Summary
public  SurveyManager()
    
public  SurveyManager(XProject proj)
    

Method Summary
public  booleancanClose(XProject project)
    
public  SurveygetCurrentSurvey()
    
public  StringgetCurrentSurveyName()
    
public  StringgetFinishPage()
    
public  StringgetFreeTextTemplate()
     Gets the name of the file defining the template for "free text" type of questions.
public  ConnectionObjectgetInputConnectionObject()
     Gets the connectionObject used to retrieve the survey questions from the specified database.
public  StringgetMultipleChoiceTemplate()
     Gets the name of the file defining the template for a "multiple choice" type of questions.
public  StringgetMutuallyExclusiveTemplate()
     Gets the name of the file defining the template for "mutually exclusive" type of questions.
public  intgetNextSurveyId()
     Gets the id of the next survey int survey list contained in this survey manager.
public  intgetNumLanguages()
    
public  intgetNumSurveys()
    
public  ConnectionObjectgetOutputConnectionObject()
     Gets the connectionObject used to store the user's responses in the specified database.
public  intgetQuestionsPerPage()
     Gets the max number of questions that can be shown on a single page in the survey application.
public  StringgetStartPage()
    
public  SurveygetSurvey(int index)
    
public  StringgetSurveyFile(String languageName)
     Gets the survey associated with the specified language.
public  intgetSurveyInputType()
     Gets whether the survey questions should be read from the database or the file.
public  intgetSurveyOutputType()
     Gets whether the user responses should be stored into the database or the file.
public  booleanhasSessions()
    
public  voidinitialize(XProject project)
    
public  voidloadSurvey(File file, int surveyId, String surveyName)
     Loads the specified survey and sets it as the current one.
public  voidloadSurvey(ConnectionObject co, String surveyName, String languageName)
     Loads the specified survey and sets it as the current one.
public  voidloadSurvey(String langName)
    
public  voidloadSurvey(int index, String name, String language, String path)
     Loads a survey from file such that the file names is _.xml e.g.
public  voidloadSurveyFromDb(String surveyName, String languageName)
    
public  voidloadSurveyFromFile(File file)
    
public  voidreset()
     Reset the current survey.
public  voidrestart()
    
public  booleanrestartSurvey()
    
public  voidsaveSurvey(int index, String name, String language, String path)
    
public  voidsaveSurvey(File file)
    
public  voidsaveUserResponses(Vector responses)
    
protected  voidsaveUserResponsesDb(Vector responses, java.sql.Date startTime, java.sql.Date endTime)
    
protected  voidsaveUserResponsesFile(Vector responses)
    
public  voidsetCurrentSurvey(Survey survey)
    
public  voidsetFinishPage(String fp)
    
public  voidsetFreeTextTemplate(String freeTextTemplate)
     Sets the name of the file defining the template for "free text" type of questions.
public  voidsetMultipleChoiceTemplate(String multipleChoiceTemplate)
     Sets the name of the file defining the template for "multiple choice" type of questions.
public  voidsetMutuallyExclusiveTemplate(String mutuallyExclusiveTemplate)
     Sets the name of the file defining the template for "mutually exclusive" type of questions.
public  voidsetRestartSurvey(boolean restart)
     Sets whether to restart automatically the survey application.
public  voidsetSurveyName(String sn)
    
public  voidshutdown()
    
public  voidwrite(Writer writer)
    

Field Detail
DATA_DB
final public static int DATA_DB(Code)



DATA_FILE
final public static int DATA_FILE(Code)



connMgr
protected NamedConnectionManager connMgr(Code)



currentProject
protected XProject currentProject(Code)



currentSurvey
protected Survey currentSurvey(Code)



exclusiveTemplate
protected String exclusiveTemplate(Code)



freeTemplate
protected String freeTemplate(Code)



inputDbConfiguration
protected Properties inputDbConfiguration(Code)



inputType
protected int inputType(Code)



langProperties
protected Properties langProperties(Code)



multipleTemplate
protected String multipleTemplate(Code)



numLanguages
protected int numLanguages(Code)



outputDbConfiguration
protected Properties outputDbConfiguration(Code)



outputType
protected int outputType(Code)



questionsPerPage
protected int questionsPerPage(Code)



resFile
protected String resFile(Code)



restartSurvey
protected boolean restartSurvey(Code)



startPage
protected String startPage(Code)



surveyName
protected String surveyName(Code)



surveys
protected Vector surveys(Code)



thankYouPage
protected String thankYouPage(Code)




Constructor Detail
SurveyManager
public SurveyManager()(Code)
Creates a new instance of Survey Manager
Parameters:
  p - the properties of this survey manager



SurveyManager
public SurveyManager(XProject proj)(Code)
Create a survey manager
Parameters:
  proj - the owner project




Method Detail
canClose
public boolean canClose(XProject project)(Code)
Can the current project close?
Parameters:
  project - the project initiating the shutdown true if the application can close



getCurrentSurvey
public Survey getCurrentSurvey()(Code)
Gets the current survey current survey



getCurrentSurveyName
public String getCurrentSurveyName()(Code)
Gets the id/name of the survey stored in the database the survey name



getFinishPage
public String getFinishPage()(Code)
Gets the name of the last page ("thank you" page) in the survey application the page name



getFreeTextTemplate
public String getFreeTextTemplate()(Code)
Gets the name of the file defining the template for "free text" type of questions.



getInputConnectionObject
public ConnectionObject getInputConnectionObject()(Code)
Gets the connectionObject used to retrieve the survey questions from the specified database. the ConnectionObject



getMultipleChoiceTemplate
public String getMultipleChoiceTemplate()(Code)
Gets the name of the file defining the template for a "multiple choice" type of questions. the name of the file.



getMutuallyExclusiveTemplate
public String getMutuallyExclusiveTemplate()(Code)
Gets the name of the file defining the template for "mutually exclusive" type of questions. the name of the file.



getNextSurveyId
public int getNextSurveyId()(Code)
Gets the id of the next survey int survey list contained in this survey manager. the id of the next survey.



getNumLanguages
public int getNumLanguages()(Code)
Gets the number of available languages the number of languages



getNumSurveys
public int getNumSurveys()(Code)
Gets the number of survey currently loaded the number of surveys



getOutputConnectionObject
public ConnectionObject getOutputConnectionObject()(Code)
Gets the connectionObject used to store the user's responses in the specified database. the ConnectionObject



getQuestionsPerPage
public int getQuestionsPerPage()(Code)
Gets the max number of questions that can be shown on a single page in the survey application. the number of questions



getStartPage
public String getStartPage()(Code)
Gets the name of the first page in the survey application the page name



getSurvey
public Survey getSurvey(int index)(Code)
Gets a survey with the specified index
Parameters:
  index - the index of the survey to return the survey with the specified index



getSurveyFile
public String getSurveyFile(String languageName)(Code)
Gets the survey associated with the specified language.
Parameters:
  languageName - the name of the language the name of the survey file.



getSurveyInputType
public int getSurveyInputType()(Code)
Gets whether the survey questions should be read from the database or the file.



getSurveyOutputType
public int getSurveyOutputType()(Code)
Gets whether the user responses should be stored into the database or the file.



hasSessions
public boolean hasSessions()(Code)
Checks for saved sessions true if there are saved sessions, otherwise false



initialize
public void initialize(XProject project)(Code)
Initializes this survey manager
Parameters:
  project - the owner project



loadSurvey
public void loadSurvey(File file, int surveyId, String surveyName) throws Exception(Code)
Loads the specified survey and sets it as the current one.
Parameters:
  file - the file containing the survey to be loaded
Parameters:
  surveyId - the id of the survey
Parameters:
  surveyName - the name of the survey



loadSurvey
public void loadSurvey(ConnectionObject co, String surveyName, String languageName)(Code)
Loads the specified survey and sets it as the current one.
Parameters:
  co - ConnectionObject used to retrieve the survey questions fromthe database.
Parameters:
  surveyId - the ID of the survey to be retrieved
Parameters:
  surveyName - the name of the survey to be retrieved



loadSurvey
public void loadSurvey(String langName) throws Exception(Code)
Loads the current survey's questions in the specified language
Parameters:
  langName - the name of the language



loadSurvey
public void loadSurvey(int index, String name, String language, String path)(Code)
Loads a survey from file such that the file names is _.xml e.g. mysurvey_en.xml
Parameters:
  name - the name of the survey
Parameters:
  index - the index of the survey
Parameters:
  language - the ISO language code



loadSurveyFromDb
public void loadSurveyFromDb(String surveyName, String languageName) throws Exception(Code)
Loads the specified survey from the database
Parameters:
  surveyName - the name of the survey to be loaded
Parameters:
  languageName - the name of the language



loadSurveyFromFile
public void loadSurveyFromFile(File file) throws Exception(Code)
Loads the survey from the specified file
Parameters:
  file - the file containing the survey



reset
public void reset()(Code)
Reset the current survey. Any unsaved session data will be saved prior to reset. The reset puts the survey into the same state as following the initial load. All counters are reset.



restart
public void restart()(Code)
Restart the session recording



restartSurvey
public boolean restartSurvey()(Code)
Indicates whether the survey should be restated automatically "restartSurvey" value



saveSurvey
public void saveSurvey(int index, String name, String language, String path)(Code)
Saves the repsonses given in the current survey to a file
Parameters:
  responses - Vector containg user given responses



saveSurvey
public void saveSurvey(File file) throws Exception(Code)
Saves the current survey (in the xml format) to the specified file
Parameters:
  file - the file where the current survey is tobe saved to



saveUserResponses
public void saveUserResponses(Vector responses)(Code)



saveUserResponsesDb
protected void saveUserResponsesDb(Vector responses, java.sql.Date startTime, java.sql.Date endTime)(Code)
Saves the given responses the the database
Parameters:
  responses - the vector containing responses
Parameters:
  st - startTime
Parameters:
  et - endTime



saveUserResponsesFile
protected void saveUserResponsesFile(Vector responses)(Code)
Saves the responses given in the current survey to a file
Parameters:
  responses - Vector containing user given repsonses



setCurrentSurvey
public void setCurrentSurvey(Survey survey)(Code)
Sets the specified survey as the current one
Parameters:
  survey - survey to be set as current.



setFinishPage
public void setFinishPage(String fp)(Code)
Sets the name of the last page ("thank you" page) in the survey application
Parameters:
  fp - the new name of the last page



setFreeTextTemplate
public void setFreeTextTemplate(String freeTextTemplate)(Code)
Sets the name of the file defining the template for "free text" type of questions. the name of the file.



setMultipleChoiceTemplate
public void setMultipleChoiceTemplate(String multipleChoiceTemplate)(Code)
Sets the name of the file defining the template for "multiple choice" type of questions.
Parameters:
  multipleChoiceTemplate - the name of the file



setMutuallyExclusiveTemplate
public void setMutuallyExclusiveTemplate(String mutuallyExclusiveTemplate)(Code)
Sets the name of the file defining the template for "mutually exclusive" type of questions.
Parameters:
  mutuallyExclusiveTemplate - the name of the file



setRestartSurvey
public void setRestartSurvey(boolean restart)(Code)
Sets whether to restart automatically the survey application.
Parameters:
  restart - true if the application should be restarted, false otherwise



setSurveyName
public void setSurveyName(String sn)(Code)
Sets the id/name of the survey stored in the database
Parameters:
  sn - the name of the survey



shutdown
public void shutdown()(Code)



write
public void write(Writer writer)(Code)
Writes the survey to the output stream
Parameters:
  writer - the output stream



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.