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


org.sakaiproject.component.section.SectionManagerHibernateImpl

SectionManagerHibernateImpl
public class SectionManagerHibernateImpl extends HibernateDaoSupport implements SectionManager(Code)
A standalone implementation of the Section Management API.
author:
   Josh Holtzman


Field Summary
final static  StringCATEGORY_BUNDLE
    
protected  Authnauthn
    
protected  Contextcontext
    
protected  IdManageruuidManager
    


Method Summary
public  CourseSectionaddSection(String courseUuid, String title, String category, Integer maxEnrollments, String location, Time startTime, Time endTime, boolean monday, boolean tuesday, boolean wednesday, boolean thursday, boolean friday, boolean saturday, boolean sunday)
    
public  CourseSectionaddSection(String courseUuid, String title, String category, Integer maxEnrollments, List meetings)
    
public  ParticipationRecordaddSectionMembership(String userUid, Role role, String sectionUuid)
    
public  Collection<CourseSection>addSections(String courseUuid, Collection<CourseSection> sections)
    
public  voiddisbandSection(String sectionUuid)
    
public  voiddisbandSections(Set<String> sectionUuids)
    
public  voiddropEnrollmentFromCategory(String studentUid, String siteContext, String category)
    
public  voiddropSectionMembership(String userUid, String sectionUuid)
    
public  List<EnrollmentRecord>findSiteEnrollments(String siteContext, String pattern)
    
public  StringgetCategoryName(String categoryId, Locale locale)
    
public  ExternalIntegrationConfiggetConfiguration(Object obj)
    
public  CoursegetCourse(String siteContext)
    
public  CourseSectiongetSection(String sectionUuid)
    
public  List<String>getSectionCategories(String siteContext)
    
public  List<EnrollmentRecord>getSectionEnrollments(String sectionUuid)
    
public  Set<EnrollmentRecord>getSectionEnrollments(String userUid, String courseUuid)
    
public  SectionEnrollmentsgetSectionEnrollmentsForStudents(String siteContext, Set studentUids)
    
public  List<ParticipationRecord>getSectionTeachingAssistants(String sectionUuid)
    
public  List<CourseSection>getSections(String siteContext)
    
public  List<CourseSection>getSectionsInCategory(String siteContext, String categoryId)
    
public  UsergetSiteEnrollment(String siteContext, String studentUid)
    
public  List<EnrollmentRecord>getSiteEnrollments(String siteContext)
    
public  List<ParticipationRecord>getSiteInstructors(String siteContext)
    
public  List<ParticipationRecord>getSiteTeachingAssistants(String siteContext)
    
public  intgetTotalEnrollments(String learningContextUuid)
    
public  List<EnrollmentRecord>getUnsectionedEnrollments(String courseUuid, String category)
    
public  booleanisExternallyManaged(String courseUuid)
    
public  booleanisSelfRegistrationAllowed(String courseUuid)
    
public  booleanisSelfSwitchingAllowed(String courseUuid)
    
public  EnrollmentRecordjoinSection(String sectionUuid)
    
public  voidsetAuthn(Authn authn)
    
public  voidsetContext(Context context)
    
public  voidsetExternallyManaged(String courseUuid, boolean externallyManaged)
    
public  voidsetJoinOptions(String courseUuid, boolean joinAllowed, boolean switchAllowed)
    
public  voidsetSectionMemberships(Set userUids, Role role, String sectionUuid)
    
public  voidsetUuidManager(IdManager uuidManager)
    
public  voidswitchSection(String newSectionUuid)
    
public  voidupdateSection(String sectionUuid, String title, Integer maxEnrollments, String location, Time startTime, Time endTime, boolean monday, boolean tuesday, boolean wednesday, boolean thursday, boolean friday, boolean saturday, boolean sunday)
    
public  voidupdateSection(String sectionUuid, String title, Integer maxEnrollments, List meetings)
    

Field Detail
CATEGORY_BUNDLE
final static String CATEGORY_BUNDLE(Code)
The resource bundle containing the category IDs and names



authn
protected Authn authn(Code)



context
protected Context context(Code)



uuidManager
protected IdManager uuidManager(Code)





Method Detail
addSection
public CourseSection addSection(String courseUuid, String title, String category, Integer maxEnrollments, String location, Time startTime, Time endTime, boolean monday, boolean tuesday, boolean wednesday, boolean thursday, boolean friday, boolean saturday, boolean sunday)(Code)



addSection
public CourseSection addSection(String courseUuid, String title, String category, Integer maxEnrollments, List meetings)(Code)



addSectionMembership
public ParticipationRecord addSectionMembership(String userUid, Role role, String sectionUuid) throws MembershipException(Code)



addSections
public Collection<CourseSection> addSections(String courseUuid, Collection<CourseSection> sections)(Code)



disbandSection
public void disbandSection(String sectionUuid)(Code)



disbandSections
public void disbandSections(Set<String> sectionUuids)(Code)



dropEnrollmentFromCategory
public void dropEnrollmentFromCategory(String studentUid, String siteContext, String category)(Code)



dropSectionMembership
public void dropSectionMembership(String userUid, String sectionUuid)(Code)



findSiteEnrollments
public List<EnrollmentRecord> findSiteEnrollments(String siteContext, String pattern)(Code)



getCategoryName
public String getCategoryName(String categoryId, Locale locale)(Code)



getConfiguration
public ExternalIntegrationConfig getConfiguration(Object obj)(Code)



getCourse
public Course getCourse(String siteContext)(Code)



getSection
public CourseSection getSection(String sectionUuid)(Code)



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



getSectionEnrollments
public List<EnrollmentRecord> getSectionEnrollments(String sectionUuid)(Code)



getSectionEnrollments
public Set<EnrollmentRecord> getSectionEnrollments(String userUid, String courseUuid)(Code)



getSectionEnrollmentsForStudents
public SectionEnrollments getSectionEnrollmentsForStudents(String siteContext, Set studentUids)(Code)



getSectionTeachingAssistants
public List<ParticipationRecord> getSectionTeachingAssistants(String sectionUuid)(Code)



getSections
public List<CourseSection> getSections(String siteContext)(Code)



getSectionsInCategory
public List<CourseSection> getSectionsInCategory(String siteContext, String categoryId)(Code)



getSiteEnrollment
public User getSiteEnrollment(String siteContext, String studentUid)(Code)



getSiteEnrollments
public List<EnrollmentRecord> getSiteEnrollments(String siteContext)(Code)



getSiteInstructors
public List<ParticipationRecord> getSiteInstructors(String siteContext)(Code)



getSiteTeachingAssistants
public List<ParticipationRecord> getSiteTeachingAssistants(String siteContext)(Code)



getTotalEnrollments
public int getTotalEnrollments(String learningContextUuid)(Code)



getUnsectionedEnrollments
public List<EnrollmentRecord> getUnsectionedEnrollments(String courseUuid, String category)(Code)



isExternallyManaged
public boolean isExternallyManaged(String courseUuid)(Code)



isSelfRegistrationAllowed
public boolean isSelfRegistrationAllowed(String courseUuid)(Code)



isSelfSwitchingAllowed
public boolean isSelfSwitchingAllowed(String courseUuid)(Code)



joinSection
public EnrollmentRecord joinSection(String sectionUuid)(Code)



setAuthn
public void setAuthn(Authn authn)(Code)



setContext
public void setContext(Context context)(Code)



setExternallyManaged
public void setExternallyManaged(String courseUuid, boolean externallyManaged)(Code)



setJoinOptions
public void setJoinOptions(String courseUuid, boolean joinAllowed, boolean switchAllowed)(Code)



setSectionMemberships
public void setSectionMemberships(Set userUids, Role role, String sectionUuid)(Code)



setUuidManager
public void setUuidManager(IdManager uuidManager)(Code)



switchSection
public void switchSection(String newSectionUuid)(Code)



updateSection
public void updateSection(String sectionUuid, String title, Integer maxEnrollments, String location, Time startTime, Time endTime, boolean monday, boolean tuesday, boolean wednesday, boolean thursday, boolean friday, boolean saturday, boolean sunday)(Code)



updateSection
public void updateSection(String sectionUuid, String title, Integer maxEnrollments, List meetings)(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.