Interface AffiliatedSectionProvider


  • public interface AffiliatedSectionProvider
    The site management applications allow installations to configure an AffiliatedSectionProvider to return a list of section ids that provided user is allowed to create course site with. The real world example for this is that certain staff member in department are authorized to create course sites for professors, even those staff members are not really "teaching" those sections
    Author:
    zqian
    • Method Detail

      • getAffiliatedSectionEids

        List<String> getAffiliatedSectionEids​(String userId,
                                              String academicSessionEid)
        Based on given instructor and academic session information, return a list of affiliated section eids of which the user can create course site
        Parameters:
        userId -
        academicSessionEid -
        Returns: