university.vocabularies - Vocabularies and Sources

Vocabularies and sources for the academic section.

class waeup.kofa.university.vocabularies.AppCatSource[source]

Bases: waeup.kofa.interfaces.ContextualDictSourceFactoryBase

A application category source delivers all application categories provided in the portal.

DICT_NAME = 'APP_CATS_DICT'

name of dict to deliver from kofa utils.

__doc__ = 'A application category source delivers all application categories\n provided in the portal.\n '
__module__ = 'waeup.kofa.university.vocabularies'
class waeup.kofa.university.vocabularies.CertificateSource[source]

Bases: waeup.kofa.sourcefactory.SmartBasicContextualSourceFactory

A certificate source delivers all certificates provided in the portal.

__doc__ = 'A certificate source delivers all certificates provided\n in the portal.\n '
__module__ = 'waeup.kofa.university.vocabularies'
getTitle(context, value)[source]
getToken(context, value)[source]
getValues(context)[source]
class waeup.kofa.university.vocabularies.CourseCategorySource[source]

Bases: waeup.kofa.interfaces.ContextualDictSourceFactoryBase

A course category source provides additional information on the course.

DICT_NAME = 'COURSE_CATEGORY_DICT'

name of dict to deliver from kofa utils.

__doc__ = 'A course category source provides additional information on\n the course.\n '
__module__ = 'waeup.kofa.university.vocabularies'
class waeup.kofa.university.vocabularies.CourseSource[source]

Bases: zc.sourcefactory.basic.BasicSourceFactory

A course source delivers all courses inside the portal by looking up a catalog.

__doc__ = 'A course source delivers all courses inside the portal by looking\n up a catalog.\n '
__module__ = 'waeup.kofa.university.vocabularies'
getTitle(value)[source]
getToken(value)[source]
getValues()[source]
class waeup.kofa.university.vocabularies.DegreeSource[source]

Bases: waeup.kofa.interfaces.ContextualDictSourceFactoryBase

A source for certificate degrees

DICT_NAME = 'DEGREES_DICT'

name of dict to deliver from kofa utils.

__doc__ = 'A source for certificate degrees\n '
__module__ = 'waeup.kofa.university.vocabularies'
getTitle(context, value)[source]
class waeup.kofa.university.vocabularies.InstTypeSource[source]

Bases: waeup.kofa.interfaces.ContextualDictSourceFactoryBase

An institution type source delivers types of institutions in the portal.

DICT_NAME = 'INST_TYPES_DICT'

name of dict to deliver from kofa utils.

__doc__ = 'An institution type source delivers types of institutions\n in the portal.\n '
__module__ = 'waeup.kofa.university.vocabularies'
class waeup.kofa.university.vocabularies.SemesterSource[source]

Bases: waeup.kofa.interfaces.ContextualDictSourceFactoryBase

An institution type source delivers semester and/or term descriptors.

DICT_NAME = 'SEMESTER_DICT'

name of dict to deliver from kofa utils.

__doc__ = 'An institution type source delivers semester and/or term descriptors.\n '
__module__ = 'waeup.kofa.university.vocabularies'
class waeup.kofa.university.vocabularies.SpecialApplicationSource[source]

Bases: waeup.kofa.interfaces.ContextualDictSourceFactoryBase

A special application source delivers all types of applications which are not linked with certificates.

DICT_NAME = 'SPECIAL_APP_DICT'

name of dict to deliver from kofa utils.

__doc__ = 'A special application source delivers all types of\n applications which are not linked with certificates.\n '
__module__ = 'waeup.kofa.university.vocabularies'
class waeup.kofa.university.vocabularies.StudyModeSource[source]

Bases: waeup.kofa.interfaces.ContextualDictSourceFactoryBase

A study modes source delivers all study modes provided in the portal.

DICT_NAME = 'STUDY_MODES_DICT'

name of dict to deliver from kofa utils.

__doc__ = 'A study modes source delivers all study modes provided\n in the portal.\n '
__module__ = 'waeup.kofa.university.vocabularies'