Java Doc for XPlanner.java in  » Project-Management » XPlanner-0.7b7 » com » technoetic » xplanner » soap » 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 » Project Management » XPlanner 0.7b7 » com.technoetic.xplanner.soap 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.technoetic.xplanner.soap.XPlanner

XPlanner
public class XPlanner (Code)


Field Summary
static  IntegerNULL
    
static  MapdataToDomainClassMap
    

Constructor Summary
public  XPlanner()
    

Method Summary
public  IterationDataaddIteration(IterationData iteration)
    
public  NoteDataaddNote(NoteData note)
    
protected  ObjectaddObject(int projectId, DomainData data)
    
public  PersonDataaddPerson(PersonData object)
    
public  ProjectDataaddProject(ProjectData project)
    
public  TaskDataaddTask(TaskData task)
    
public  TimeEntryDataaddTimeEntry(TimeEntryData timeEntry)
    
public  UserStoryDataaddUserStory(UserStoryData story)
    
public  voiddeleteAttribute(int objectId, String key)
    
public  StringgetAttribute(int objectId, String key)
    
public  MapgetAttributes(int objectId)
    
public  MapgetAttributesWithPrefix(int objectId, String prefix)
    
public  IterationDatagetCurrentIteration(int projectId)
    
public  TaskData[]getCurrentTasksForPerson(int personId)
    
public  IterationDatagetIteration(int id)
    
public  IterationData[]getIterations(int projectId)
    
public  NoteDatagetNote(int id)
    
public  NoteData[]getNotesForObject(int attachedToId)
    
public  PersonData[]getPeople()
    
public  PersonDatagetPerson(int id)
    
public  TaskData[]getPlannedTasksForPerson(int personId)
    
public  ProjectDatagetProject(int id)
    
public  ProjectData[]getProjects()
    
 ObjectgetSpringBean(String beanName)
    
public  TaskDatagetTask(int id)
    
public  TaskData[]getTasks(int containerId)
    
public  TimeEntryData[]getTimeEntries(int containerId)
    
public  TimeEntryDatagetTimeEntry(int id)
    
public  UserStoryData[]getUserStories(int containerId)
    
public  UserStoryDatagetUserStory(int id)
    
public  voidremoveIteration(int id)
    
public  voidremoveNote(int id)
    
protected  voidremoveObject(Class dataClass, int id)
    
public  voidremovePerson(int id)
    
public  voidremoveProject(int id)
    
public  voidremoveTask(int id)
    
public  voidremoveTimeEntry(int id)
    
public  voidremoveUserStory(int id)
    
public  voidsetAttribute(int objectId, String key, String value)
    
public  voidupdate(ProjectData object)
    
public  voidupdate(IterationData object)
    
public  voidupdate(UserStoryData object)
    
public  voidupdate(TaskData object)
    
public  voidupdate(TimeEntryData object)
    
public  voidupdate(NoteData note)
    
public  voidupdate(PersonData object)
    

Field Detail
NULL
static Integer NULL(Code)



dataToDomainClassMap
static Map dataToDomainClassMap(Code)




Constructor Detail
XPlanner
public XPlanner()(Code)




Method Detail
addIteration
public IterationData addIteration(IterationData iteration) throws Exception(Code)



addNote
public NoteData addNote(NoteData note) throws Exception(Code)



addObject
protected Object addObject(int projectId, DomainData data) throws Exception(Code)



addPerson
public PersonData addPerson(PersonData object) throws Exception(Code)



addProject
public ProjectData addProject(ProjectData project) throws Exception(Code)



addTask
public TaskData addTask(TaskData task) throws Exception(Code)



addTimeEntry
public TimeEntryData addTimeEntry(TimeEntryData timeEntry) throws Exception(Code)



addUserStory
public UserStoryData addUserStory(UserStoryData story) throws Exception(Code)



deleteAttribute
public void deleteAttribute(int objectId, String key) throws Exception(Code)



getAttribute
public String getAttribute(int objectId, String key) throws Exception(Code)



getAttributes
public Map getAttributes(int objectId) throws Exception(Code)



getAttributesWithPrefix
public Map getAttributesWithPrefix(int objectId, String prefix) throws Exception(Code)



getCurrentIteration
public IterationData getCurrentIteration(int projectId) throws Exception(Code)



getCurrentTasksForPerson
public TaskData[] getCurrentTasksForPerson(int personId) throws QueryException(Code)



getIteration
public IterationData getIteration(int id) throws Exception(Code)



getIterations
public IterationData[] getIterations(int projectId) throws Exception(Code)



getNote
public NoteData getNote(int id) throws Exception(Code)



getNotesForObject
public NoteData[] getNotesForObject(int attachedToId) throws Exception(Code)



getPeople
public PersonData[] getPeople() throws Exception(Code)



getPerson
public PersonData getPerson(int id) throws Exception(Code)



getPlannedTasksForPerson
public TaskData[] getPlannedTasksForPerson(int personId) throws QueryException(Code)



getProject
public ProjectData getProject(int id) throws Exception(Code)



getProjects
public ProjectData[] getProjects() throws Exception(Code)



getSpringBean
Object getSpringBean(String beanName)(Code)



getTask
public TaskData getTask(int id) throws Exception(Code)



getTasks
public TaskData[] getTasks(int containerId) throws Exception(Code)



getTimeEntries
public TimeEntryData[] getTimeEntries(int containerId) throws Exception(Code)



getTimeEntry
public TimeEntryData getTimeEntry(int id) throws Exception(Code)



getUserStories
public UserStoryData[] getUserStories(int containerId) throws Exception(Code)



getUserStory
public UserStoryData getUserStory(int id) throws Exception(Code)



removeIteration
public void removeIteration(int id) throws Exception(Code)



removeNote
public void removeNote(int id) throws Exception(Code)



removeObject
protected void removeObject(Class dataClass, int id) throws Exception(Code)



removePerson
public void removePerson(int id) throws Exception(Code)



removeProject
public void removeProject(int id) throws Exception(Code)



removeTask
public void removeTask(int id) throws Exception(Code)



removeTimeEntry
public void removeTimeEntry(int id) throws Exception(Code)



removeUserStory
public void removeUserStory(int id) throws Exception(Code)



setAttribute
public void setAttribute(int objectId, String key, String value) throws Exception(Code)



update
public void update(ProjectData object) throws Exception(Code)



update
public void update(IterationData object) throws Exception(Code)



update
public void update(UserStoryData object) throws Exception(Code)



update
public void update(TaskData object) throws Exception(Code)



update
public void update(TimeEntryData object) throws Exception(Code)



update
public void update(NoteData note) throws Exception(Code)



update
public void update(PersonData object) throws Exception(Code)



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.