Java Doc for WizardTool.java in  » ERP-CRM-Financial » sakai » org » theospi » portfolio » wizard » tool » 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 » ERP CRM Financial » sakai » org.theospi.portfolio.wizard.tool 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.theospi.portfolio.shared.tool.BuilderTool
   org.theospi.portfolio.wizard.tool.WizardTool

WizardTool
public class WizardTool extends BuilderTool (Code)


Field Summary
final public static  StringCANCEL_RUN_WIZARD_PAGE
    
final public static  StringCONFIRM_DELETE_PAGE
    
final public static  StringCONFIRM_SUBMIT_PAGE
    
final public static  StringEDIT_DESIGN_PAGE
    
final public static  StringEDIT_PAGE
    
final public static  StringEDIT_PAGES_PAGE
    
final public static  StringEDIT_PAGE_TYPE
    
final public static  StringEDIT_PROPERTIES_PAGE
    
final public static  StringEDIT_SUPPORT_PAGE
    
final public static  StringIMPORT_PAGE
    
final public static  StringLIST_PAGE
    
final protected  Loglogger
    

Constructor Summary
public  WizardTool()
    

Method Summary
protected  voidcheckSavedPage()
    
protected  voidcheckSubmittedPage()
    
protected  IdcleanBlankId(String id)
    
public  voidclearInterface()
    
public  ReferencedecorateReference(String reference)
    
public  AuthenticationManagergetAuthManager()
    
public  AuthorizationFacadegetAuthzManager()
    
public  booleangetCanCreate()
    
public  booleangetCanDelete(Wizard wizard)
    
public  booleangetCanEdit(Wizard wizard)
    
public  booleangetCanEvaluate()
    
public  booleangetCanEvaluate(Wizard wizard)
    
public  booleangetCanEvaluateTool()
    
public  booleangetCanExport(Wizard wizard)
    
public  booleangetCanOperate(Wizard wizard)
     This is to check if the current user is can operate on the wizard.
public  booleangetCanPublish(Wizard wizard)
    
public  booleangetCanReview()
     This is to check if the current user is authorized by tool permissions to review the current wizard.
public  booleangetCanReview(Wizard wizard)
     This is to check if the current user is authorized by tool permissions to review the wizards.
public  booleangetCanReviewTool()
    
public  booleangetCanView()
    
public  StringgetCancelTool()
     This function is used to cancel a running wizard.
public  CollectiongetCommentFormsForSelect()
    
public  StringgetCommentItem()
    
public  CollectiongetCommentWizardsForSelect()
    
public  ContentHostingServicegetContentHosting()
    
public  DecoratedWizardgetCurrent()
    
public  DecoratedCategorygetCurrentCategory()
    
public  ListgetCurrentCategoryList()
    
public  DecoratedWizardPagegetCurrentPage()
    
public  ListgetCurrentPageList()
    
public  StringgetCurrentUserId()
    
public  ListgetDeletedItems()
    
public  CollectiongetEvaluationFormsForSelect()
    
public  StringgetEvaluationItem()
    
public  CollectiongetEvaluationWizardsForSelect()
    
protected  ListgetEvaluators(Wizard wizard)
    
public  StringgetExpandedGuidanceSection()
    
protected  CollectiongetFormsForSelect(String type)
    
public  GuidanceManagergetGuidanceManager()
    
public  IdManagergetIdManager()
    
public  StringgetImportFilesString()
     This is called to put the file names into the text box.
public  StringgetLastError()
    
public  StringgetLastSavePage()
    
public  StringgetLastSaveWizard()
    
public  MatrixManagergetMatrixManager()
    
public  DecoratedCategoryChildgetMoveCategoryChild()
    
public  StringgetMovingInstructions()
    
public  intgetNextWizard()
    
public  StringgetOwnerCheckMessage()
    
public  StringgetPermissionsMessage()
    
public  CollectiongetReflectionFormsForSelect()
    
public  StringgetReflectionItem()
    
public  CollectiongetReflectionWizardsForSelect()
    
public  ReviewManagergetReviewManager()
    
public  TaggingManagergetTaggingManager()
    
public  ToolgetTool()
    
public  ListgetUserListForSelect()
    
public  WizardActivityProducergetWizardActivityProducer()
    
public  WizardManagergetWizardManager()
    
public  ListgetWizardTypes()
    
public  ListgetWizards()
    
protected  CollectiongetWizardsForSelect(String type)
    
public  WorkflowManagergetWorkflowManager()
    
public  SitegetWorksite()
    
public  StringimportWizard()
    
public  booleanisFromEvaluation()
    
public  booleanisMaintainer()
    
public  booleanisMoving()
    
public  booleanisPageSaved()
    
public  voidprocessActionAudienceHelper()
    
public  StringprocessActionCancel()
    
public  StringprocessActionCancelRun()
     This function is used to cancel a running wizard.
public  StringprocessActionChangeUser()
    
public  StringprocessActionConfirmDelete(Wizard wizard)
    
public  StringprocessActionDelete(Wizard wizard)
    
public  StringprocessActionEdit(Wizard wizard)
    
public  voidprocessActionEvaluate()
     This is the action for redirecting the user to the "add evaluation" form for to a completed wizard.
public  voidprocessActionGuidanceHelper(Wizard w, int types)
    
public  voidprocessActionGuidanceHelper()
    
public  StringprocessActionNew()
    
public  StringprocessActionNewSteps()
    
public  StringprocessActionPreview(Wizard wizard)
    
public  StringprocessActionPublish(Wizard wizard)
    
public  voidprocessActionReflection()
     This is the action for redirecting the user to the "add reflection" form for to a completed wizard.
public  StringprocessActionRemoveGuidance()
    
public  voidprocessActionReview()
     This is the action for redirecting the user to the "add feedback/review" form for to a completed wizard.
protected  voidprocessActionReviewHelper(int type)
    
protected  voidprocessActionSave(String currentView)
    
public  StringprocessActionSaveFinished()
    
public  StringprocessActionSelectStyle()
    
public  voidprocessActionViewGuidance()
    
public  voidprocessEditReflection()
    
public  StringprocessExecPage(WizardPageSequence pageSeq)
    
public  StringprocessExecPages()
    
public  StringprocessImportWizards()
    
public  StringprocessPermissions()
    
public  StringprocessPickImportFiles()
    
public  voidprocessSubmitWizard(CompletedWizard completedWizard)
    
protected  voidremoveTags(WizardPageSequence ps)
    
protected  voidsaveScreen(BuilderScreen screen)
    
public  voidsetAuthManager(AuthenticationManager manager)
    
public  voidsetAuthzManager(AuthorizationFacade authzManager)
    
public  voidsetCommentItem(String commentItem)
    
public  voidsetContentHosting(ContentHostingService contentHosting)
    
public  voidsetCurrent(DecoratedWizard current)
    
public  voidsetCurrentCategory(DecoratedCategory currentCategory)
    
public  voidsetCurrentPage(DecoratedWizardPage currentPage)
    
public  voidsetCurrentUserId(String currentUserId)
    
public  voidsetDeletedItems(List deletedItems)
    
public  voidsetEvaluationItem(String evaluationItem)
    
public  voidsetExpandedGuidanceSection(String expandedGuidanceSection)
    
public  voidsetGuidanceManager(GuidanceManager guidanceManager)
    
public  voidsetIdManager(IdManager idManager)
    
public  voidsetImportFilesString(String importFilesString)
    
public  voidsetLastError(String lastError)
    
public  voidsetLastSavePage(String lastSavePage)
    
public  voidsetLastSaveWizard(String lastSaveWizard)
    
public  voidsetMatrixManager(MatrixManager matrixManager)
    
public  voidsetMoveCategoryChild(DecoratedCategoryChild moveCategoryChild)
    
public  voidsetNextWizard(int nextWizard)
    
public  voidsetPageSaved(boolean pageSaved)
    
public  voidsetReflectionItem(String reflectionItem)
    
public  voidsetReviewManager(ReviewManager reviewManager)
    
public  voidsetTaggingManager(TaggingManager taggingManager)
    
public  voidsetWizardActivityProducer(WizardActivityProducer wizardActivityProducer)
    
public  voidsetWizardManager(WizardManager wizardManager)
    
public  voidsetWizardTypes(List wizardTypes)
    
public  voidsetWorkflowManager(WorkflowManager workflowManager)
    
protected  voidshowGuidance(Wizard wizard, String view, boolean instructions, boolean rationale, boolean examples)
    

Field Detail
CANCEL_RUN_WIZARD_PAGE
final public static String CANCEL_RUN_WIZARD_PAGE(Code)



CONFIRM_DELETE_PAGE
final public static String CONFIRM_DELETE_PAGE(Code)



CONFIRM_SUBMIT_PAGE
final public static String CONFIRM_SUBMIT_PAGE(Code)



EDIT_DESIGN_PAGE
final public static String EDIT_DESIGN_PAGE(Code)



EDIT_PAGE
final public static String EDIT_PAGE(Code)



EDIT_PAGES_PAGE
final public static String EDIT_PAGES_PAGE(Code)



EDIT_PAGE_TYPE
final public static String EDIT_PAGE_TYPE(Code)



EDIT_PROPERTIES_PAGE
final public static String EDIT_PROPERTIES_PAGE(Code)



EDIT_SUPPORT_PAGE
final public static String EDIT_SUPPORT_PAGE(Code)



IMPORT_PAGE
final public static String IMPORT_PAGE(Code)



LIST_PAGE
final public static String LIST_PAGE(Code)



logger
final protected Log logger(Code)




Constructor Detail
WizardTool
public WizardTool()(Code)




Method Detail
checkSavedPage
protected void checkSavedPage()(Code)



checkSubmittedPage
protected void checkSubmittedPage()(Code)



cleanBlankId
protected Id cleanBlankId(String id)(Code)



clearInterface
public void clearInterface()(Code)



decorateReference
public Reference decorateReference(String reference)(Code)



getAuthManager
public AuthenticationManager getAuthManager()(Code)
AuthenticationManager



getAuthzManager
public AuthorizationFacade getAuthzManager()(Code)



getCanCreate
public boolean getCanCreate()(Code)



getCanDelete
public boolean getCanDelete(Wizard wizard)(Code)



getCanEdit
public boolean getCanEdit(Wizard wizard)(Code)



getCanEvaluate
public boolean getCanEvaluate()(Code)
This is to check if the current user is listed as an evaluator of the current wizard boolean is authorized



getCanEvaluate
public boolean getCanEvaluate(Wizard wizard)(Code)
This is to check if the current user is listed as an evaluator of the given wizard
Parameters:
  Wizard - wizard to check boolean is authorized



getCanEvaluateTool
public boolean getCanEvaluateTool()(Code)
This is to check if the current user is authorized by tool permissions to evaluate the various wizards boolean is authorized



getCanExport
public boolean getCanExport(Wizard wizard)(Code)



getCanOperate
public boolean getCanOperate(Wizard wizard)(Code)
This is to check if the current user is can operate on the wizard. The operate permission mean view or review or evaluate wizard
Parameters:
  Wizard - wizard to check boolean is authorized



getCanPublish
public boolean getCanPublish(Wizard wizard)(Code)



getCanReview
public boolean getCanReview()(Code)
This is to check if the current user is authorized by tool permissions to review the current wizard. individual wizard permissions for review does not exist boolean is authorized



getCanReview
public boolean getCanReview(Wizard wizard)(Code)
This is to check if the current user is authorized by tool permissions to review the wizards. individual wizard permissions for review does not exist boolean is authorized



getCanReviewTool
public boolean getCanReviewTool()(Code)
This is to check if the current user is authorized by tool permissions to review the various wizards boolean is authorized



getCanView
public boolean getCanView()(Code)



getCancelTool
public String getCancelTool()(Code)
This function is used to cancel a running wizard. This will ensure that the user is returned to the caller correctly (aka the list wizard page) String next page, this is null



getCommentFormsForSelect
public Collection getCommentFormsForSelect()(Code)



getCommentItem
public String getCommentItem()(Code)



getCommentWizardsForSelect
public Collection getCommentWizardsForSelect()(Code)



getContentHosting
public ContentHostingService getContentHosting()(Code)



getCurrent
public DecoratedWizard getCurrent()(Code)



getCurrentCategory
public DecoratedCategory getCurrentCategory()(Code)



getCurrentCategoryList
public List getCurrentCategoryList()(Code)



getCurrentPage
public DecoratedWizardPage getCurrentPage()(Code)



getCurrentPageList
public List getCurrentPageList()(Code)



getCurrentUserId
public String getCurrentUserId()(Code)
Returns the currentUserId.



getDeletedItems
public List getDeletedItems()(Code)



getEvaluationFormsForSelect
public Collection getEvaluationFormsForSelect()(Code)



getEvaluationItem
public String getEvaluationItem()(Code)



getEvaluationWizardsForSelect
public Collection getEvaluationWizardsForSelect()(Code)



getEvaluators
protected List getEvaluators(Wizard wizard)(Code)
This gets the list of evluators for the wizard
Parameters:
  wizard - List



getExpandedGuidanceSection
public String getExpandedGuidanceSection()(Code)



getFormsForSelect
protected Collection getFormsForSelect(String type)(Code)



getGuidanceManager
public GuidanceManager getGuidanceManager()(Code)



getIdManager
public IdManager getIdManager()(Code)



getImportFilesString
public String getImportFilesString()(Code)
This is called to put the file names into the text box. It updates the list of files if the user is returning from the file picker String the names of the files being imported



getLastError
public String getLastError()(Code)



getLastSavePage
public String getLastSavePage()(Code)



getLastSaveWizard
public String getLastSaveWizard()(Code)



getMatrixManager
public MatrixManager getMatrixManager()(Code)



getMoveCategoryChild
public DecoratedCategoryChild getMoveCategoryChild()(Code)



getMovingInstructions
public String getMovingInstructions()(Code)



getNextWizard
public int getNextWizard()(Code)



getOwnerCheckMessage
public String getOwnerCheckMessage()(Code)



getPermissionsMessage
public String getPermissionsMessage()(Code)



getReflectionFormsForSelect
public Collection getReflectionFormsForSelect()(Code)



getReflectionItem
public String getReflectionItem()(Code)



getReflectionWizardsForSelect
public Collection getReflectionWizardsForSelect()(Code)



getReviewManager
public ReviewManager getReviewManager()(Code)
Returns the reviewManager.



getTaggingManager
public TaggingManager getTaggingManager()(Code)



getTool
public Tool getTool()(Code)



getUserListForSelect
public List getUserListForSelect()(Code)



getWizardActivityProducer
public WizardActivityProducer getWizardActivityProducer()(Code)



getWizardManager
public WizardManager getWizardManager()(Code)



getWizardTypes
public List getWizardTypes()(Code)



getWizards
public List getWizards()(Code)



getWizardsForSelect
protected Collection getWizardsForSelect(String type)(Code)



getWorkflowManager
public WorkflowManager getWorkflowManager()(Code)
Returns the workflowManager.



getWorksite
public Site getWorksite()(Code)



importWizard
public String importWizard()(Code)



isFromEvaluation
public boolean isFromEvaluation()(Code)



isMaintainer
public boolean isMaintainer()(Code)



isMoving
public boolean isMoving()(Code)



isPageSaved
public boolean isPageSaved()(Code)



processActionAudienceHelper
public void processActionAudienceHelper()(Code)



processActionCancel
public String processActionCancel()(Code)



processActionCancelRun
public String processActionCancelRun()(Code)
This function is used to cancel a running wizard. This will ensure that the user is returned to the caller correctly (aka the list wizard page) String next page, this is null



processActionChangeUser
public String processActionChangeUser()(Code)



processActionConfirmDelete
public String processActionConfirmDelete(Wizard wizard)(Code)



processActionDelete
public String processActionDelete(Wizard wizard)(Code)



processActionEdit
public String processActionEdit(Wizard wizard)(Code)



processActionEvaluate
public void processActionEvaluate()(Code)
This is the action for redirecting the user to the "add evaluation" form for to a completed wizard.



processActionGuidanceHelper
public void processActionGuidanceHelper(Wizard w, int types)(Code)



processActionGuidanceHelper
public void processActionGuidanceHelper()(Code)



processActionNew
public String processActionNew()(Code)



processActionNewSteps
public String processActionNewSteps()(Code)



processActionPreview
public String processActionPreview(Wizard wizard)(Code)



processActionPublish
public String processActionPublish(Wizard wizard)(Code)



processActionReflection
public void processActionReflection()(Code)
This is the action for redirecting the user to the "add reflection" form for to a completed wizard.



processActionRemoveGuidance
public String processActionRemoveGuidance()(Code)



processActionReview
public void processActionReview()(Code)
This is the action for redirecting the user to the "add feedback/review" form for to a completed wizard.



processActionReviewHelper
protected void processActionReviewHelper(int type)(Code)



processActionSave
protected void processActionSave(String currentView)(Code)



processActionSaveFinished
public String processActionSaveFinished()(Code)



processActionSelectStyle
public String processActionSelectStyle()(Code)



processActionViewGuidance
public void processActionViewGuidance()(Code)



processEditReflection
public void processEditReflection()(Code)



processExecPage
public String processExecPage(WizardPageSequence pageSeq)(Code)



processExecPages
public String processExecPages()(Code)



processImportWizards
public String processImportWizards()(Code)
Called when the user clicks the Import Button String next view



processPermissions
public String processPermissions()(Code)



processPickImportFiles
public String processPickImportFiles()(Code)



processSubmitWizard
public void processSubmitWizard(CompletedWizard completedWizard)(Code)



removeTags
protected void removeTags(WizardPageSequence ps)(Code)



saveScreen
protected void saveScreen(BuilderScreen screen)(Code)



setAuthManager
public void setAuthManager(AuthenticationManager manager)(Code)

Parameters:
  manager -



setAuthzManager
public void setAuthzManager(AuthorizationFacade authzManager)(Code)



setCommentItem
public void setCommentItem(String commentItem)(Code)



setContentHosting
public void setContentHosting(ContentHostingService contentHosting)(Code)



setCurrent
public void setCurrent(DecoratedWizard current)(Code)



setCurrentCategory
public void setCurrentCategory(DecoratedCategory currentCategory)(Code)



setCurrentPage
public void setCurrentPage(DecoratedWizardPage currentPage)(Code)



setCurrentUserId
public void setCurrentUserId(String currentUserId)(Code)

Parameters:
  currentUserId - The currentUserId to set.



setDeletedItems
public void setDeletedItems(List deletedItems)(Code)



setEvaluationItem
public void setEvaluationItem(String evaluationItem)(Code)



setExpandedGuidanceSection
public void setExpandedGuidanceSection(String expandedGuidanceSection)(Code)



setGuidanceManager
public void setGuidanceManager(GuidanceManager guidanceManager)(Code)



setIdManager
public void setIdManager(IdManager idManager)(Code)



setImportFilesString
public void setImportFilesString(String importFilesString)(Code)



setLastError
public void setLastError(String lastError)(Code)



setLastSavePage
public void setLastSavePage(String lastSavePage)(Code)



setLastSaveWizard
public void setLastSaveWizard(String lastSaveWizard)(Code)



setMatrixManager
public void setMatrixManager(MatrixManager matrixManager)(Code)



setMoveCategoryChild
public void setMoveCategoryChild(DecoratedCategoryChild moveCategoryChild)(Code)



setNextWizard
public void setNextWizard(int nextWizard)(Code)



setPageSaved
public void setPageSaved(boolean pageSaved)(Code)



setReflectionItem
public void setReflectionItem(String reflectionItem)(Code)



setReviewManager
public void setReviewManager(ReviewManager reviewManager)(Code)

Parameters:
  reviewManager - The reviewManager to set.



setTaggingManager
public void setTaggingManager(TaggingManager taggingManager)(Code)



setWizardActivityProducer
public void setWizardActivityProducer(WizardActivityProducer wizardActivityProducer)(Code)



setWizardManager
public void setWizardManager(WizardManager wizardManager)(Code)



setWizardTypes
public void setWizardTypes(List wizardTypes)(Code)



setWorkflowManager
public void setWorkflowManager(WorkflowManager workflowManager)(Code)

Parameters:
  workflowManager - The workflowManager to set.



showGuidance
protected void showGuidance(Wizard wizard, String view, boolean instructions, boolean rationale, boolean examples)(Code)



Methods inherited from org.theospi.portfolio.shared.tool.BuilderTool
public BuilderScreen getCurrentScreen()(Code)(Java Doc)
public BuilderScreen[] getScreens()(Code)(Java Doc)
abstract protected void saveScreen(BuilderScreen screen)(Code)(Java Doc)
public void setCurrentScreen(BuilderScreen currentScreen)(Code)(Java Doc)
public void setScreens(BuilderScreen[] screens)(Code)(Java Doc)
protected String startBuilder()(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.