public class MockDegreeProgramDaoImpl extends Object implements IDegreeProgramDao
| Constructor and Description |
|---|
MockDegreeProgramDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<ProgramComponent> |
getCampuses() |
List<ProgramComponent> |
getColleges() |
List<ProgramComponent> |
getConcentrations() |
List<ProgramComponent> |
getDegrees() |
List<ProgramComponent> |
getDepartments() |
List<ProgramComponent> |
getEntryTerms() |
List<ProgramComponent> |
getEvaluationTerms() |
ProgramInformation |
getInformationForProgram(String term,
String program) |
List<ProgramComponent> |
getLevels() |
List<ProgramComponent> |
getMajors(String program) |
List<ProgramComponent> |
getMinors() |
List<ProgramComponent> |
getPrograms(String term) |
DegreeProgramSummary |
getProgramSummary(javax.portlet.PortletRequest request) |
public DegreeProgramSummary getProgramSummary(javax.portlet.PortletRequest request)
getProgramSummary in interface IDegreeProgramDaopublic List<ProgramComponent> getEntryTerms()
getEntryTerms in interface IDegreeProgramDaopublic List<ProgramComponent> getPrograms(String term)
getPrograms in interface IDegreeProgramDaopublic List<ProgramComponent> getLevels()
getLevels in interface IDegreeProgramDaopublic List<ProgramComponent> getDegrees()
getDegrees in interface IDegreeProgramDaopublic List<ProgramComponent> getColleges()
getColleges in interface IDegreeProgramDaopublic List<ProgramComponent> getCampuses()
getCampuses in interface IDegreeProgramDaopublic List<ProgramComponent> getMajors(String program)
getMajors in interface IDegreeProgramDaopublic List<ProgramComponent> getMinors()
getMinors in interface IDegreeProgramDaopublic List<ProgramComponent> getDepartments()
getDepartments in interface IDegreeProgramDaopublic List<ProgramComponent> getConcentrations()
getConcentrations in interface IDegreeProgramDaopublic List<ProgramComponent> getEvaluationTerms()
getEvaluationTerms in interface IDegreeProgramDaopublic ProgramInformation getInformationForProgram(String term, String program)
getInformationForProgram in interface IDegreeProgramDaoCopyright © 2016 Jasig. All Rights Reserved.