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


java.lang.Object
   org.sakaiproject.coursemanagement.impl.CourseManagementServiceSampleChainImpl

CourseManagementServiceSampleChainImpl
public class CourseManagementServiceSampleChainImpl implements CourseManagementService(Code)
A template to use when implementing CourseManagementService to provide course and enrollment data in a federated CM configuration. Extending this class should be useful for institutions intending to federate external datasources (via webservices, SIS APIs, etc) with Sakai's hibernate-based CourseManagementService.
author:
   Josh Holtzman




Method Summary
public  MapfindCourseOfferingRoles(String userEid)
    
public  SetfindCourseOfferings(String courseSetEid, String academicSessionEid)
    
public  MapfindCourseSetRoles(String userEid)
    
public  ListfindCourseSets(String category)
    
public  SetfindCurrentlyEnrolledEnrollmentSets(String userId)
    
public  SetfindCurrentlyInstructingEnrollmentSets(String userId)
    
public  SetfindEnrolledSections(String userId)
    
public  EnrollmentfindEnrollment(String userId, String eid)
    
public  SetfindInstructingSections(String userId)
    
public  SetfindInstructingSections(String userId, String academicSessionEid)
    
public  MapfindSectionRoles(String userEid)
    
public  AcademicSessiongetAcademicSession(String academicSessionEid)
    
public  ListgetAcademicSessions()
    
public  CanonicalCoursegetCanonicalCourse(String canonicalCourseEid)
    
public  SetgetCanonicalCourses(String courseSetEid)
    
public  SetgetChildCourseSets(String parentCourseSetEid)
    
public  SetgetChildSections(String parentSectionEid)
    
public  CourseOfferinggetCourseOffering(String courseOfferingEid)
    
public  SetgetCourseOfferingMemberships(String courseOfferingEid)
    
public  SetgetCourseOfferingsInCanonicalCourse(String canonicalCourseEid)
    
public  SetgetCourseOfferingsInCourseSet(String courseSetEid)
    
public  CourseSetgetCourseSet(String courseSetEid)
    
public  SetgetCourseSetMemberships(String courseSetEid)
    
public  SetgetCourseSets()
    
public  ListgetCurrentAcademicSessions()
    
public  EnrollmentSetgetEnrollmentSet(String enrollmentSetEid)
    
public  SetgetEnrollmentSets(String courseOfferingEid)
    
public  Map<String, String>getEnrollmentStatusDescriptions(Locale locale)
    
public  SetgetEnrollments(String enrollmentSetEid)
    
public  SetgetEquivalentCanonicalCourses(String canonicalCourseEid)
    
public  SetgetEquivalentCourseOfferings(String courseOfferingEid)
    
public  Map<String, String>getGradingSchemeDescriptions(Locale locale)
    
public  SetgetInstructorsOfRecordIds(String enrollmentSetEid)
    
public  Map<String, String>getMembershipStatusDescriptions(Locale locale)
    
public  SectiongetSection(String sectionEid)
    
public  List<String>getSectionCategories()
    
public  StringgetSectionCategoryDescription(String categoryCode)
    
public  SetgetSectionMemberships(String sectionEid)
    
public  SetgetSections(String courseOfferingEid)
    
public  booleanisAcademicSessionDefined(String eid)
    
public  booleanisCanonicalCourseDefined(String eid)
    
public  booleanisCourseOfferingDefined(String eid)
    
public  booleanisCourseSetDefined(String eid)
    
public  booleanisEmpty(String courseSetEid)
    
public  booleanisEnrolled(String userId, Set enrollmentSetEids)
    
public  booleanisEnrolled(String userId, String eid)
    
public  booleanisEnrollmentSetDefined(String eid)
    
public  booleanisSectionDefined(String eid)
    



Method Detail
findCourseOfferingRoles
public Map findCourseOfferingRoles(String userEid)(Code)



findCourseOfferings
public Set findCourseOfferings(String courseSetEid, String academicSessionEid) throws IdNotFoundException(Code)



findCourseSetRoles
public Map findCourseSetRoles(String userEid)(Code)



findCourseSets
public List findCourseSets(String category)(Code)



findCurrentlyEnrolledEnrollmentSets
public Set findCurrentlyEnrolledEnrollmentSets(String userId)(Code)



findCurrentlyInstructingEnrollmentSets
public Set findCurrentlyInstructingEnrollmentSets(String userId)(Code)



findEnrolledSections
public Set findEnrolledSections(String userId)(Code)



findEnrollment
public Enrollment findEnrollment(String userId, String eid)(Code)



findInstructingSections
public Set findInstructingSections(String userId)(Code)



findInstructingSections
public Set findInstructingSections(String userId, String academicSessionEid) throws IdNotFoundException(Code)



findSectionRoles
public Map findSectionRoles(String userEid)(Code)



getAcademicSession
public AcademicSession getAcademicSession(String academicSessionEid) throws IdNotFoundException(Code)



getAcademicSessions
public List getAcademicSessions()(Code)



getCanonicalCourse
public CanonicalCourse getCanonicalCourse(String canonicalCourseEid) throws IdNotFoundException(Code)



getCanonicalCourses
public Set getCanonicalCourses(String courseSetEid) throws IdNotFoundException(Code)



getChildCourseSets
public Set getChildCourseSets(String parentCourseSetEid) throws IdNotFoundException(Code)



getChildSections
public Set getChildSections(String parentSectionEid) throws IdNotFoundException(Code)



getCourseOffering
public CourseOffering getCourseOffering(String courseOfferingEid) throws IdNotFoundException(Code)



getCourseOfferingMemberships
public Set getCourseOfferingMemberships(String courseOfferingEid) throws IdNotFoundException(Code)



getCourseOfferingsInCanonicalCourse
public Set getCourseOfferingsInCanonicalCourse(String canonicalCourseEid) throws IdNotFoundException(Code)



getCourseOfferingsInCourseSet
public Set getCourseOfferingsInCourseSet(String courseSetEid) throws IdNotFoundException(Code)



getCourseSet
public CourseSet getCourseSet(String courseSetEid) throws IdNotFoundException(Code)



getCourseSetMemberships
public Set getCourseSetMemberships(String courseSetEid) throws IdNotFoundException(Code)



getCourseSets
public Set getCourseSets()(Code)



getCurrentAcademicSessions
public List getCurrentAcademicSessions()(Code)



getEnrollmentSet
public EnrollmentSet getEnrollmentSet(String enrollmentSetEid) throws IdNotFoundException(Code)



getEnrollmentSets
public Set getEnrollmentSets(String courseOfferingEid) throws IdNotFoundException(Code)



getEnrollmentStatusDescriptions
public Map<String, String> getEnrollmentStatusDescriptions(Locale locale)(Code)



getEnrollments
public Set getEnrollments(String enrollmentSetEid) throws IdNotFoundException(Code)



getEquivalentCanonicalCourses
public Set getEquivalentCanonicalCourses(String canonicalCourseEid) throws IdNotFoundException(Code)



getEquivalentCourseOfferings
public Set getEquivalentCourseOfferings(String courseOfferingEid) throws IdNotFoundException(Code)



getGradingSchemeDescriptions
public Map<String, String> getGradingSchemeDescriptions(Locale locale)(Code)



getInstructorsOfRecordIds
public Set getInstructorsOfRecordIds(String enrollmentSetEid) throws IdNotFoundException(Code)



getMembershipStatusDescriptions
public Map<String, String> getMembershipStatusDescriptions(Locale locale)(Code)



getSection
public Section getSection(String sectionEid) throws IdNotFoundException(Code)



getSectionCategories
public List<String> getSectionCategories()(Code)



getSectionCategoryDescription
public String getSectionCategoryDescription(String categoryCode)(Code)



getSectionMemberships
public Set getSectionMemberships(String sectionEid) throws IdNotFoundException(Code)



getSections
public Set getSections(String courseOfferingEid) throws IdNotFoundException(Code)



isAcademicSessionDefined
public boolean isAcademicSessionDefined(String eid)(Code)



isCanonicalCourseDefined
public boolean isCanonicalCourseDefined(String eid)(Code)



isCourseOfferingDefined
public boolean isCourseOfferingDefined(String eid)(Code)



isCourseSetDefined
public boolean isCourseSetDefined(String eid)(Code)



isEmpty
public boolean isEmpty(String courseSetEid)(Code)



isEnrolled
public boolean isEnrolled(String userId, Set enrollmentSetEids)(Code)



isEnrolled
public boolean isEnrolled(String userId, String eid)(Code)



isEnrollmentSetDefined
public boolean isEnrollmentSetDefined(String eid)(Code)



isSectionDefined
public boolean isSectionDefined(String eid)(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.