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


java.lang.Object
   org.sakaiproject.component.section.sakai.SectionManagerImpl

SectionManagerImpl
abstract public class SectionManagerImpl implements SectionManager,SiteAdvisor(Code)
A sakai-based implementation of the Section Management API, using the new grouping capability of the framework.
author:
   Josh Holtzman


Field Summary
protected  AuthzGroupServiceauthzGroupService
    
protected  ExternalIntegrationConfigconfig
    
protected  CourseManagementServicecourseManagementService
    
protected  EntityManagerentityManager
    
protected  EventTrackingServiceeventTrackingService
    
protected  GroupProvidergroupProvider
    
protected  SecurityServicesecurityService
    
protected  SessionManagersessionManager
    
protected  UserDirectoryServiceuserDirectoryService
    


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  ParticipationRecordaddSectionMembership(String userUid, Role role, String sectionUuid)
    
public  Collection<CourseSection>addSections(String courseUuid, Collection<CourseSection> sections)
    
public  voiddestroy()
     Cleans up any resources in use before destroying this service.
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)
     Filters out framework groups that do not have a category.
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  voidinit()
     Initialization called once all dependencies are set.
public  booleanisExternallyManaged(String courseUuid)
    
public  booleanisSelfRegistrationAllowed(String courseUuid)
    
public  booleanisSelfSwitchingAllowed(String courseUuid)
    
public  EnrollmentRecordjoinSection(String sectionUuid)
    
public  voidsetAuthzGroupService(AuthzGroupService authzGroupService)
    
public  voidsetConfig(String config)
    
public  voidsetCourseManagementService(CourseManagementService courseManagementService)
    
public  voidsetEntityManager(EntityManager entityManager)
    
public  voidsetEventTrackingService(EventTrackingService eventTrackingService)
    
public  voidsetExternallyManaged(String courseUuid, boolean externallyManaged)
    
public  voidsetGroupProvider(GroupProvider groupProvider)
    
public  voidsetJoinOptions(String courseUuid, boolean joinAllowed, boolean switchAllowed)
    
public  voidsetSectionMemberships(Set userUids, Role role, String sectionUuid)
    
public  voidsetSecurityService(SecurityService securityService)
    
public  voidsetSessionManager(SessionManager sessionManager)
    
public  voidsetUserDirectoryService(UserDirectoryService userDirectoryService)
    
abstract protected  SiteServicesiteService()
    
public  voidswitchSection(String newSectionUuid)
    
public  voidupdate(Site site)
    
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<Meeting> meetings)
    

Field Detail
authzGroupService
protected AuthzGroupService authzGroupService(Code)



config
protected ExternalIntegrationConfig config(Code)



courseManagementService
protected CourseManagementService courseManagementService(Code)



entityManager
protected EntityManager entityManager(Code)



eventTrackingService
protected EventTrackingService eventTrackingService(Code)



groupProvider
protected GroupProvider groupProvider(Code)



securityService
protected SecurityService securityService(Code)



sessionManager
protected SessionManager sessionManager(Code)



userDirectoryService
protected UserDirectoryService userDirectoryService(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)



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



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



destroy
public void destroy()(Code)
Cleans up any resources in use before destroying this service.



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)
Filters out framework groups that do not have a category. A section's category is determined by



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)



init
public void init()(Code)
Initialization called once all dependencies are set.



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) throws RoleConfigurationException(Code)



setAuthzGroupService
public void setAuthzGroupService(AuthzGroupService authzGroupService)(Code)



setConfig
public void setConfig(String config)(Code)



setCourseManagementService
public void setCourseManagementService(CourseManagementService courseManagementService)(Code)



setEntityManager
public void setEntityManager(EntityManager entityManager)(Code)



setEventTrackingService
public void setEventTrackingService(EventTrackingService eventTrackingService)(Code)



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



setGroupProvider
public void setGroupProvider(GroupProvider groupProvider)(Code)



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



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



setSecurityService
public void setSecurityService(SecurityService securityService)(Code)



setSessionManager
public void setSessionManager(SessionManager sessionManager)(Code)



setUserDirectoryService
public void setUserDirectoryService(UserDirectoryService userDirectoryService)(Code)



siteService
abstract protected SiteService siteService()(Code)



switchSection
public void switchSection(String newSectionUuid) throws RoleConfigurationException(Code)



update
public void update(Site site)(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<Meeting> meetings)(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.