| org.sakaiproject.component.section.SectionAwarenessHibernateImpl
SectionAwarenessHibernateImpl | public class SectionAwarenessHibernateImpl extends HibernateDaoSupport implements SectionAwareness(Code) | | Hibernate based implementation of SectionAwareness.
author: Josh Holtzman |
Method Summary | |
public List | findSiteMembersInRole(String siteContext, Role role, String pattern) The sakai implementation will not use the database to do this kind of searching,
so I'll skip doing optimizations here. | public String | getCategoryName(String categoryId, Locale locale) | public CourseSection | getSection(String sectionUuid) | public List | getSectionCategories(String siteContext) | public String | getSectionCategory(String sectionUuid) | public List | getSectionMembers(String sectionUuid) | public List | getSectionMembersInRole(String sectionUuid, Role role) | public String | getSectionName(String sectionUuid) | public List | getSections(String siteContext) | public List | getSectionsInCategory(String siteContext, String categoryId) | public List | getSiteMembersInRole(String siteContext, Role role) | public List | getUnassignedMembersInRole(String siteContext, Role role) | public boolean | isSectionMemberInRole(String sectionUuid, String userUid, Role role) | public boolean | isSiteMemberInRole(String siteContext, String userUid, Role role) |
findSiteMembersInRole | public List findSiteMembersInRole(String siteContext, Role role, String pattern)(Code) | | The sakai implementation will not use the database to do this kind of searching,
so I'll skip doing optimizations here.
|
getUnassignedMembersInRole | public List getUnassignedMembersInRole(String siteContext, Role role)(Code) | | |
isSectionMemberInRole | public boolean isSectionMemberInRole(String sectionUuid, String userUid, Role role)(Code) | | |
|
|