public class CourseSectionMeetingWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
CourseSectionMeetingWrapper() |
CourseSectionMeetingWrapper(org.jasig.portlet.courses.model.xml.CourseSection courseSection,
javax.portlet.PortletPreferences portletPreferences,
boolean mobile,
String termCode,
IURLService urlService) |
| Modifier and Type | Method and Description |
|---|---|
org.jasig.portlet.courses.model.xml.CourseSection |
getCourseSection() |
Map |
getLocationClassMeetingMap() |
Map<LocationWrapper,List<org.jasig.portlet.courses.model.xml.CourseMeeting>> |
getLocationExamMeetingMap() |
javax.portlet.PortletPreferences |
getPortletPreferences() |
String |
getTermCode() |
IURLService |
getUrlService() |
boolean |
isMobile() |
void |
printCourseSectionWrapperList(List<CourseSectionMeetingWrapper> courseSectionMeetingWrapperList) |
void |
setCourseSection(org.jasig.portlet.courses.model.xml.CourseSection courseSection) |
void |
setLocationClassMeetingMap(Map<LocationWrapper,List<org.jasig.portlet.courses.model.xml.CourseMeeting>> locationClassMeetingMap) |
void |
setLocationExamMeetingMap(Map<LocationWrapper,List<org.jasig.portlet.courses.model.xml.CourseMeeting>> locationExamMeetingMap) |
void |
setMobile(boolean mobile) |
void |
setPortletPreferences(javax.portlet.PortletPreferences portletPreferences) |
void |
setTermCode(String termCode) |
void |
setUrlService(IURLService urlService) |
public CourseSectionMeetingWrapper()
public CourseSectionMeetingWrapper(org.jasig.portlet.courses.model.xml.CourseSection courseSection,
javax.portlet.PortletPreferences portletPreferences,
boolean mobile,
String termCode,
IURLService urlService)
public String getTermCode()
public void setTermCode(String termCode)
public boolean isMobile()
public void setMobile(boolean mobile)
public javax.portlet.PortletPreferences getPortletPreferences()
public void setPortletPreferences(javax.portlet.PortletPreferences portletPreferences)
public IURLService getUrlService()
public void setUrlService(IURLService urlService)
public Map<LocationWrapper,List<org.jasig.portlet.courses.model.xml.CourseMeeting>> getLocationExamMeetingMap()
public void setLocationExamMeetingMap(Map<LocationWrapper,List<org.jasig.portlet.courses.model.xml.CourseMeeting>> locationExamMeetingMap)
public void setLocationClassMeetingMap(Map<LocationWrapper,List<org.jasig.portlet.courses.model.xml.CourseMeeting>> locationClassMeetingMap)
public org.jasig.portlet.courses.model.xml.CourseSection getCourseSection()
public void setCourseSection(org.jasig.portlet.courses.model.xml.CourseSection courseSection)
public Map getLocationClassMeetingMap()
public void printCourseSectionWrapperList(List<CourseSectionMeetingWrapper> courseSectionMeetingWrapperList)
Copyright © 2023 Jasig. All rights reserved.