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


org.theospi.portfolio.presentation.control.AddPresentationController

AddPresentationController
public class AddPresentationController extends AbstractWizardFormController (Code)


Field Summary
final public static  intADD_PAGE
    
final public static  intINITIAL_PAGE
    
final public static  intPAGE_DIRECTION_BACKWARD
    
final public static  intPAGE_DIRECTION_FORWARD
    
final public static  StringPARAM_FINISH_AND_NOTIFY
    
final public static  StringPARAM_RESET_FORM
    
final public static  intPRESENTATION_AUTHORIZATIONS
    
final public static  intPRESENTATION_ITEMS
    
final public static  intPRESENTATION_NOTIFICATIONS
    
final public static  intPRESETATION_FREE_FORM_PAGES
    
final public static  intPROPERTY_PAGE
    
final public static  StringSESSION_PAGE_PROP_DIRECTION
    
final public static  StringSESSION_PAGE_PROP_ENTRY
    
final protected  Loglogger
    


Method Summary
protected  ServletRequestDataBindercreateBinder(HttpServletRequest request, Object command)
    
protected  StringcreateFolder(String base, String append, String appendDisplay, String appendDescription)
    
public  ObjectformBackingObject(HttpServletRequest request)
    
public  AgentManagergetAgentManager()
    
public  AuthenticationManagergetAuthManager()
    
public  AuthorizationFacadegetAuthzManager()
    
public  ContentHostingServicegetContentHosting()
    
protected  IntegergetCurrentPageNumber(Presentation presentation, int page)
    
public  ListgetCustomTypedEditors()
    
protected  intgetDirection(HttpSession session, int target, boolean cancelSwitch)
    
protected  StringgetFormDisplayName(String objectTitle, String formTypeName)
    
protected  StringgetFormSessionAttributeName()
    
public  HomeFactorygetHomeFactory()
    
public  IdManagergetIdManager()
    
protected  intgetInitialPage(HttpServletRequest request)
    
public  ListScrollIndexergetListScrollIndexer()
    
public  ConfiggetOspConfig()
    
protected  intgetPresentationIndex(List presentations, Presentation presentation)
    
public  PresentationManagergetPresentationManager()
    
public  ServerConfigurationServicegetServerConfigurationService()
    
protected  intgetTargetPage(HttpServletRequest request, Object command, Errors errors, int currentPage)
    
protected  IntegergetTotalPages(Presentation presentation, int page)
    
protected  ContentCollectiongetUserCollection()
    
public  WorksiteManagergetWorksiteManager()
    
protected  booleanhasProperties(Presentation presentation)
    
protected  voidinitBinder(HttpServletRequest request, ServletRequestDataBinder binder)
    
protected  booleanisCancelRequest(HttpServletRequest request)
    
protected  booleanisFinish(HttpServletRequest request)
    
protected  booleanisFormSubmission(HttpServletRequest request)
    
protected  BooleanisMaintainer()
    
protected  booleanisNext(HttpServletRequest request)
    
protected  SchemaNodeloadSchema(Id xsdId, Map model)
     loads a schema from a file id in the repository.
protected  voidonBindAndValidate(HttpServletRequest request, Object command, BindException errors, int page)
    
protected  intparseTarget(String target)
    
Parameters:
  target - The target parameter from the request string - Like "_target3" The number at the end of the "_target".
protected  ModelAndViewprocessCancel(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse, Object o, BindException e)
    
protected  ModelAndViewprocessFinish(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse, Object o, BindException e)
    
protected  MapreferenceData(HttpServletRequest request, int page)
    
public  voidsetAgentManager(AgentManager agentManager)
    
protected  voidsetAudienceSelectionVariables(HttpSession session, Presentation pres)
    
public  voidsetAuthManager(AuthenticationManager authManager)
    
public  voidsetAuthzManager(AuthorizationFacade authzManager)
    
public  voidsetContentHosting(ContentHostingService contentHosting)
    
public  voidsetCustomTypedEditors(List customTypedEditors)
    
public  voidsetHomeFactory(HomeFactory homeFactory)
    
public  voidsetIdManager(IdManager idManager)
    
public  voidsetListScrollIndexer(ListScrollIndexer listScrollIndexer)
    
public  voidsetOspConfig(Config ospConfig)
    
public  voidsetPresentationManager(PresentationManager presentationManager)
    
public  voidsetServerConfigurationService(ServerConfigurationService serverConfigurationService)
    
public  voidsetWorksiteManager(WorksiteManager worksiteManager)
    
protected  voidsetupSessionInfoForPropertyForm(HttpSession session, String presentationTitle, String formTypeId, String currentFormId)
    
protected  voidvalidatePage(Object model, Errors errors, int page)
    

Field Detail
ADD_PAGE
final public static int ADD_PAGE(Code)



INITIAL_PAGE
final public static int INITIAL_PAGE(Code)



PAGE_DIRECTION_BACKWARD
final public static int PAGE_DIRECTION_BACKWARD(Code)



PAGE_DIRECTION_FORWARD
final public static int PAGE_DIRECTION_FORWARD(Code)



PARAM_FINISH_AND_NOTIFY
final public static String PARAM_FINISH_AND_NOTIFY(Code)



PARAM_RESET_FORM
final public static String PARAM_RESET_FORM(Code)



PRESENTATION_AUTHORIZATIONS
final public static int PRESENTATION_AUTHORIZATIONS(Code)



PRESENTATION_ITEMS
final public static int PRESENTATION_ITEMS(Code)



PRESENTATION_NOTIFICATIONS
final public static int PRESENTATION_NOTIFICATIONS(Code)



PRESETATION_FREE_FORM_PAGES
final public static int PRESETATION_FREE_FORM_PAGES(Code)



PROPERTY_PAGE
final public static int PROPERTY_PAGE(Code)



SESSION_PAGE_PROP_DIRECTION
final public static String SESSION_PAGE_PROP_DIRECTION(Code)



SESSION_PAGE_PROP_ENTRY
final public static String SESSION_PAGE_PROP_ENTRY(Code)



logger
final protected Log logger(Code)





Method Detail
createBinder
protected ServletRequestDataBinder createBinder(HttpServletRequest request, Object command) throws Exception(Code)



createFolder
protected String createFolder(String base, String append, String appendDisplay, String appendDescription)(Code)



formBackingObject
public Object formBackingObject(HttpServletRequest request) throws Exception(Code)



getAgentManager
public AgentManager getAgentManager()(Code)



getAuthManager
public AuthenticationManager getAuthManager()(Code)



getAuthzManager
public AuthorizationFacade getAuthzManager()(Code)



getContentHosting
public ContentHostingService getContentHosting()(Code)
the contentHosting



getCurrentPageNumber
protected Integer getCurrentPageNumber(Presentation presentation, int page)(Code)



getCustomTypedEditors
public List getCustomTypedEditors()(Code)



getDirection
protected int getDirection(HttpSession session, int target, boolean cancelSwitch)(Code)



getFormDisplayName
protected String getFormDisplayName(String objectTitle, String formTypeName)(Code)



getFormSessionAttributeName
protected String getFormSessionAttributeName()(Code)



getHomeFactory
public HomeFactory getHomeFactory()(Code)



getIdManager
public IdManager getIdManager()(Code)



getInitialPage
protected int getInitialPage(HttpServletRequest request)(Code)



getListScrollIndexer
public ListScrollIndexer getListScrollIndexer()(Code)



getOspConfig
public Config getOspConfig()(Code)



getPresentationIndex
protected int getPresentationIndex(List presentations, Presentation presentation)(Code)



getPresentationManager
public PresentationManager getPresentationManager()(Code)



getServerConfigurationService
public ServerConfigurationService getServerConfigurationService()(Code)



getTargetPage
protected int getTargetPage(HttpServletRequest request, Object command, Errors errors, int currentPage)(Code)



getTotalPages
protected Integer getTotalPages(Presentation presentation, int page)(Code)



getUserCollection
protected ContentCollection getUserCollection() throws TypeException, IdUnusedException, PermissionException(Code)



getWorksiteManager
public WorksiteManager getWorksiteManager()(Code)



hasProperties
protected boolean hasProperties(Presentation presentation)(Code)



initBinder
protected void initBinder(HttpServletRequest request, ServletRequestDataBinder binder)(Code)



isCancelRequest
protected boolean isCancelRequest(HttpServletRequest request)(Code)



isFinish
protected boolean isFinish(HttpServletRequest request)(Code)



isFormSubmission
protected boolean isFormSubmission(HttpServletRequest request)(Code)



isMaintainer
protected Boolean isMaintainer()(Code)
true is current agent is a maintainer in the current site



isNext
protected boolean isNext(HttpServletRequest request)(Code)



loadSchema
protected SchemaNode loadSchema(Id xsdId, Map model)(Code)
loads a schema from a file id in the repository. Puts the technical metadata for the schema file in the model
Parameters:
  xsdId - - id of the xsd file in the repository schema



onBindAndValidate
protected void onBindAndValidate(HttpServletRequest request, Object command, BindException errors, int page) throws Exception(Code)



parseTarget
protected int parseTarget(String target)(Code)

Parameters:
  target - The target parameter from the request string - Like "_target3" The number at the end of the "_target". If it happens to be something else, an exception is caught and 1 is returned



processCancel
protected ModelAndView processCancel(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse, Object o, BindException e) throws Exception(Code)



processFinish
protected ModelAndView processFinish(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse, Object o, BindException e) throws Exception(Code)



referenceData
protected Map referenceData(HttpServletRequest request, int page) throws Exception(Code)



setAgentManager
public void setAgentManager(AgentManager agentManager)(Code)



setAudienceSelectionVariables
protected void setAudienceSelectionVariables(HttpSession session, Presentation pres)(Code)



setAuthManager
public void setAuthManager(AuthenticationManager authManager)(Code)



setAuthzManager
public void setAuthzManager(AuthorizationFacade authzManager)(Code)



setContentHosting
public void setContentHosting(ContentHostingService contentHosting)(Code)

Parameters:
  contentHosting - the contentHosting to set



setCustomTypedEditors
public void setCustomTypedEditors(List customTypedEditors)(Code)



setHomeFactory
public void setHomeFactory(HomeFactory homeFactory)(Code)



setIdManager
public void setIdManager(IdManager idManager)(Code)



setListScrollIndexer
public void setListScrollIndexer(ListScrollIndexer listScrollIndexer)(Code)



setOspConfig
public void setOspConfig(Config ospConfig)(Code)



setPresentationManager
public void setPresentationManager(PresentationManager presentationManager)(Code)



setServerConfigurationService
public void setServerConfigurationService(ServerConfigurationService serverConfigurationService)(Code)



setWorksiteManager
public void setWorksiteManager(WorksiteManager worksiteManager)(Code)



setupSessionInfoForPropertyForm
protected void setupSessionInfoForPropertyForm(HttpSession session, String presentationTitle, String formTypeId, String currentFormId)(Code)



validatePage
protected void validatePage(Object model, Errors errors, int page)(Code)



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