| java.lang.Object org.sakaiproject.coursemanagement.impl.SampleDataLoader
SampleDataLoader | public class SampleDataLoader implements BeanFactoryAware(Code) | | |
ACADEMIC_SESSION_EIDS | final protected static String[] ACADEMIC_SESSION_EIDS(Code) | | |
ACADEMIC_SESSION_END_DATES | final protected static Date[] ACADEMIC_SESSION_END_DATES(Code) | | |
ACADEMIC_SESSION_START_DATES | final protected static Date[] ACADEMIC_SESSION_START_DATES(Code) | | |
ENROLLMENTS_PER_SET | final protected static int ENROLLMENTS_PER_SET(Code) | | |
ENROLLMENT_SETS_PER_ACADEMIC_SESSION | final protected static int ENROLLMENT_SETS_PER_ACADEMIC_SESSION(Code) | | |
ENROLLMENT_SET_SUFFIX | final protected static String ENROLLMENT_SET_SUFFIX(Code) | | |
beanFactory | protected BeanFactory beanFactory(Code) | | |
loadSampleData | protected boolean loadSampleData(Code) | | A flag for disabling the sample data load
|
studentMemberCount | protected int studentMemberCount(Code) | | |
destroy | public void destroy()(Code) | | |
incrementStudentCount | protected int incrementStudentCount()(Code) | | |
loadDiscussionSection | protected void loadDiscussionSection(String secEidPrefix, String asEid, String coEid, String categoryCode, String location, Time startTime, Time endTime, boolean[] days, int studentStart, int studentEnd)(Code) | | |
resetStudentMemberCount | protected void resetStudentMemberCount()(Code) | | |
setBeanFactory | public void setBeanFactory(BeanFactory beanFactory) throws BeansException(Code) | | |
setLoadSampleData | public void setLoadSampleData(boolean loadSampleData)(Code) | | |
|
|