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


java.lang.Object
   org.sakaiproject.cheftool.ControllerState
      org.sakaiproject.calendar.tool.CalendarActionState

CalendarActionState
public class CalendarActionState extends ControllerState implements SessionBindingListener(Code)
Maintains user interface state for the MyCalendar action class.

Inner Class :public class LocalEvent


Constructor Summary
public  CalendarActionState()
    

Method Summary
public  voidclearData()
    
public  StringgetAddfields()
    
public  ListgetAttachments()
    
public  CalendarUtilgetCalObj()
    
public  StringgetCalendarEventId()
    
public  CalendarFiltergetCalendarFilter()
     Returns the calendar filter that is currently being used for the list view and printing.
public  StringgetCurrentPage()
    
public  booleangetDelfieldAlertOff()
    
public  StringgetImportWizardState()
    
public  StringgetImportWizardType()
    
public  booleangetIsNewCalendar()
    
public  booleangetIsPastAlertOff()
    
public  LocalEventgetNewData()
    
public  StringgetPrevState()
    
public  CalendarEventEditgetPrimaryCalendarEdit()
    
public  StringgetPrimaryCalendarReference()
     Gets the main calendar ID associated with the event list.
public  StringgetReturnState()
    
public  StringgetSelectedCalendarReference()
     Gets the currently selected calendar.
public  StringgetState()
    
public  ListgetWizardImportedEvents()
    
public  intgetcurrentDate()
    
public  intgetcurrentDay()
    
public  intgetcurrentMonth()
    
public  intgetcurrentYear()
    
public  StringgetfromAttachmentFlag()
    
public  intgetnewDate()
    
public  StringgetnextDate()
    
public  StringgetprevDate()
    
protected  voidinit()
    
public  voidrecycle()
    
public  voidsetAttachments(List attachments)
    
public  voidsetCalObj(CalendarUtil calObj)
    
public  voidsetCalendarEventId(String calendarReference, String eventId)
    
public  voidsetCurrentPage(String page)
    
public  voidsetDelfieldAlertOff(boolean DelfieldAlertOff)
    
public  voidsetEdit(CalendarEventEdit edit)
    
public  voidsetImportWizardState(String importWizardState)
    
public  voidsetImportWizardType(String importWizardType)
    
public  voidsetIsNewCalendar(boolean isNewcal)
    
public  voidsetIsPastAlertOff(boolean IsPastAlertOff)
    
public  voidsetNewData(String calendarReference, String title, String description, int month, int day, String year, int hour, int minute, int dhour, int dminute, String type, String Am, String location, Map addfieldsMap, String intentionStr)
    
public  voidsetPrevState(String state)
    
public  voidsetPrimaryCalendarEdit(CalendarEventEdit edit)
    
public  voidsetPrimaryCalendarReference(String reference)
     Sets the main calendar ID associated with the event list.
public  voidsetReturnState(String returnState)
    
public  voidsetSelectedCalendarReference(String string)
     Sets the currently selected calendar.
public  voidsetState(String state)
    
public  voidsetWizardImportedEvents(List wizardImportedEvents)
    
public  voidsetcurrentDate(int currentday)
    
public  voidsetcurrentDay(int currentday)
    
public  voidsetcurrentMonth(int currentmonth)
    
public  voidsetcurrentYear(int currentyear)
    
public  voidsetfromAttachmentFlag(String flag)
    
public  voidsetnewDate(int newday)
    
public  voidsetnextDate(String nextDate)
    
public  voidsetprevDate(String prevDate)
    
public  voidupdate(java.util.Observable observable, java.lang.Object obj)
    
public  voidvalueBound(SessionBindingEvent event)
    
public  voidvalueUnbound(SessionBindingEvent event)
    


Constructor Detail
CalendarActionState
public CalendarActionState()(Code)




Method Detail
clearData
public void clearData()(Code)



getAddfields
public String getAddfields()(Code)



getAttachments
public List getAttachments()(Code)
Get



getCalObj
public CalendarUtil getCalObj()(Code)



getCalendarEventId
public String getCalendarEventId()(Code)



getCalendarFilter
public CalendarFilter getCalendarFilter()(Code)
Returns the calendar filter that is currently being used for the list view and printing.



getCurrentPage
public String getCurrentPage()(Code)



getDelfieldAlertOff
public boolean getDelfieldAlertOff()(Code)
Get the status of delfield alert off: true - no alert shown; false - alert shown DelfieldAlertOff



getImportWizardState
public String getImportWizardState()(Code)



getImportWizardType
public String getImportWizardType()(Code)



getIsNewCalendar
public boolean getIsNewCalendar()(Code)
Get the status of preview: true - view new created; false - view revised existed The current status



getIsPastAlertOff
public boolean getIsPastAlertOff()(Code)
Get the status of past alert off: true - no alert shown; false - alert shown IsPastAlertOff



getNewData
public LocalEvent getNewData()(Code)



getPrevState
public String getPrevState()(Code)



getPrimaryCalendarEdit
public CalendarEventEdit getPrimaryCalendarEdit()(Code)
Get edit object m_edit The edit object



getPrimaryCalendarReference
public String getPrimaryCalendarReference()(Code)
Gets the main calendar ID associated with the event list. Many calendars may be merged into this list, but there is only one one calendar that is used for adding/modifying events.



getReturnState
public String getReturnState()(Code)



getSelectedCalendarReference
public String getSelectedCalendarReference()(Code)
Gets the currently selected calendar.



getState
public String getState()(Code)



getWizardImportedEvents
public List getWizardImportedEvents()(Code)



getcurrentDate
public int getcurrentDate()(Code)



getcurrentDay
public int getcurrentDay()(Code)



getcurrentMonth
public int getcurrentMonth()(Code)



getcurrentYear
public int getcurrentYear()(Code)



getfromAttachmentFlag
public String getfromAttachmentFlag()(Code)



getnewDate
public int getnewDate()(Code)



getnextDate
public String getnextDate()(Code)



getprevDate
public String getprevDate()(Code)



init
protected void init()(Code)



recycle
public void recycle()(Code)



setAttachments
public void setAttachments(List attachments)(Code)
Set



setCalObj
public void setCalObj(CalendarUtil calObj)(Code)



setCalendarEventId
public void setCalendarEventId(String calendarReference, String eventId)(Code)



setCurrentPage
public void setCurrentPage(String page)(Code)



setDelfieldAlertOff
public void setDelfieldAlertOff(boolean DelfieldAlertOff)(Code)
Set the status of delfield alert off: true - no alert shown; false - alert shown
Parameters:
  DelfieldAlertOff - The status of delfield alert off: true - no alert shown; false - alert shown



setEdit
public void setEdit(CalendarEventEdit edit)(Code)
Set edit The canlender event edit object



setImportWizardState
public void setImportWizardState(String importWizardState)(Code)



setImportWizardType
public void setImportWizardType(String importWizardType)(Code)



setIsNewCalendar
public void setIsNewCalendar(boolean isNewcal)(Code)
Set the status of preview: true - view new created; false - view revised existed
Parameters:
  preview_status - The status of preview: true - view new created; false - view revised existed



setIsPastAlertOff
public void setIsPastAlertOff(boolean IsPastAlertOff)(Code)
Set the status of past alert off: true - no alert shown; false - alert shown
Parameters:
  IsPastAlertOff - The status of past alert off: true - no alert shown; false - alert shown



setNewData
public void setNewData(String calendarReference, String title, String description, int month, int day, String year, int hour, int minute, int dhour, int dminute, String type, String Am, String location, Map addfieldsMap, String intentionStr)(Code)



setPrevState
public void setPrevState(String state)(Code)



setPrimaryCalendarEdit
public void setPrimaryCalendarEdit(CalendarEventEdit edit)(Code)
Get edit The edit object



setPrimaryCalendarReference
public void setPrimaryCalendarReference(String reference)(Code)
Sets the main calendar ID associated with the event list. Many calendars may be merged into this list, but there is only one one calendar that is used for adding/modifying events/



setReturnState
public void setReturnState(String returnState)(Code)



setSelectedCalendarReference
public void setSelectedCalendarReference(String string)(Code)
Sets the currently selected calendar.



setState
public void setState(String state)(Code)



setWizardImportedEvents
public void setWizardImportedEvents(List wizardImportedEvents)(Code)



setcurrentDate
public void setcurrentDate(int currentday)(Code)



setcurrentDay
public void setcurrentDay(int currentday)(Code)



setcurrentMonth
public void setcurrentMonth(int currentmonth)(Code)



setcurrentYear
public void setcurrentYear(int currentyear)(Code)



setfromAttachmentFlag
public void setfromAttachmentFlag(String flag)(Code)



setnewDate
public void setnewDate(int newday)(Code)



setnextDate
public void setnextDate(String nextDate)(Code)



setprevDate
public void setprevDate(String prevDate)(Code)



update
public void update(java.util.Observable observable, java.lang.Object obj)(Code)



valueBound
public void valueBound(SessionBindingEvent event)(Code)
SessionBindingListener implementation



valueUnbound
public void valueUnbound(SessionBindingEvent event)(Code)



Methods inherited from org.sakaiproject.cheftool.ControllerState
public String getId()(Code)(Java Doc)
public String getKey()(Code)(Java Doc)
public String getSetId()(Code)(Java Doc)
protected void init()(Code)(Java Doc)
public void recycle()(Code)(Java Doc)
public void setId(String id)(Code)(Java Doc)
public void setSetId(String id)(Code)(Java Doc)
public void update(Observable o, Object arg)(Code)(Java Doc)

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.