Changeset 13133 for main/waeup.kofa/trunk/docs
- Timestamp:
- 2 Jul 2015, 10:06:52 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/docs/source/userdocs/customization.rst
r13132 r13133 109 109 The central `KofaUtils` utility contains not only most dictionaries 110 110 used for sources (see :py:class:`API 111 <waeup.kofa.utils.utils.KofaUtils>`) but also configuration112 attributes like111 <waeup.kofa.utils.utils.KofaUtils>`) but also **configuration 112 attributes** like 113 113 114 114 .. autoattribute:: waeup.kofa.utils.utils.KofaUtils.PORTAL_LANGUAGE … … 121 121 :noindex: 122 122 123 Customizable utility methodsare:124 125 .. automethod:: waeup.kofa.utils.utils.KofaUtils.sendContactForm ()126 :noindex: 127 128 .. automethod:: waeup.kofa.utils.utils.KofaUtils.fullname ()129 :noindex: 130 131 .. automethod:: waeup.kofa.utils.utils.KofaUtils.genPassword ()132 :noindex: 133 134 .. automethod:: waeup.kofa.utils.utils.KofaUtils.sendCredentials ()135 :noindex: 136 137 .. automethod:: waeup.kofa.utils.utils.KofaUtils.getPaymentItem ()138 :noindex: 139 140 Students Util s141 -------------- 142 143 `StudentsUtils` contains the following configuration attributes:123 Customizable **utility methods** are: 124 125 .. automethod:: waeup.kofa.utils.utils.KofaUtils.sendContactForm 126 :noindex: 127 128 .. automethod:: waeup.kofa.utils.utils.KofaUtils.fullname 129 :noindex: 130 131 .. automethod:: waeup.kofa.utils.utils.KofaUtils.genPassword 132 :noindex: 133 134 .. automethod:: waeup.kofa.utils.utils.KofaUtils.sendCredentials 135 :noindex: 136 137 .. automethod:: waeup.kofa.utils.utils.KofaUtils.getPaymentItem 138 :noindex: 139 140 Students Utilities 141 ------------------ 142 143 `StudentsUtils` contains the following **configuration attributes**: 144 144 145 145 .. autoattribute:: waeup.kofa.students.utils.StudentsUtils.STUDENT_ID_PREFIX … … 161 161 :noindex: 162 162 163 Customizable utility methods are: 164 165 .. automethod:: waeup.kofa.students.utils.StudentsUtils.getReturningData() 166 :noindex: 167 168 .. automethod:: waeup.kofa.students.utils.StudentsUtils.setReturningData() 169 :noindex: 170 171 .. automethod:: waeup.kofa.students.utils.StudentsUtils.setPaymentDetails() 172 :noindex: 173 174 .. automethod:: waeup.kofa.students.utils.StudentsUtils.setBalanceDetails() 175 :noindex: 176 177 .. automethod:: waeup.kofa.students.utils.StudentsUtils.increaseMatricInteger() 178 :noindex: 179 180 .. automethod:: waeup.kofa.students.utils.StudentsUtils.constructMatricNumber() 181 :noindex: 182 183 .. automethod:: waeup.kofa.students.utils.StudentsUtils.setMatricNumber() 184 :noindex: 185 186 .. automethod:: waeup.kofa.students.utils.StudentsUtils.getAccommodationDetails() 187 :noindex: 188 189 .. automethod:: waeup.kofa.students.utils.StudentsUtils.selectBed() 190 :noindex: 191 192 .. automethod:: waeup.kofa.students.utils.StudentsUtils.renderPDFAdmissionLetter() 193 :noindex: 194 195 .. automethod:: waeup.kofa.students.utils.StudentsUtils.getPDFCreator() 196 :noindex: 197 198 .. automethod:: waeup.kofa.students.utils.StudentsUtils.renderPDF() 199 :noindex: 200 201 .. automethod:: waeup.kofa.students.utils.StudentsUtils.renderPDFTranscript() 202 :noindex: 203 204 .. automethod:: waeup.kofa.students.utils.StudentsUtils.maxCredits() 205 :noindex: 206 207 .. automethod:: waeup.kofa.students.utils.StudentsUtils.getBedCoordinates() 208 :noindex: 209 210 211 Applicants Utils 212 ---------------- 213 214 163 Customizable **utility methods** are: 164 165 .. automethod:: waeup.kofa.students.utils.StudentsUtils.getReturningData 166 :noindex: 167 168 .. automethod:: waeup.kofa.students.utils.StudentsUtils.setReturningData 169 :noindex: 170 171 .. automethod:: waeup.kofa.students.utils.StudentsUtils.setPaymentDetails 172 :noindex: 173 174 .. automethod:: waeup.kofa.students.utils.StudentsUtils.setBalanceDetails 175 :noindex: 176 177 .. automethod:: waeup.kofa.students.utils.StudentsUtils.increaseMatricInteger 178 :noindex: 179 180 .. automethod:: waeup.kofa.students.utils.StudentsUtils.constructMatricNumber 181 :noindex: 182 183 .. automethod:: waeup.kofa.students.utils.StudentsUtils.setMatricNumber 184 :noindex: 185 186 .. automethod:: waeup.kofa.students.utils.StudentsUtils.getAccommodationDetails 187 :noindex: 188 189 .. automethod:: waeup.kofa.students.utils.StudentsUtils.selectBed 190 :noindex: 191 192 .. automethod:: waeup.kofa.students.utils.StudentsUtils.renderPDFAdmissionLetter 193 :noindex: 194 195 .. automethod:: waeup.kofa.students.utils.StudentsUtils.getPDFCreator 196 :noindex: 197 198 .. automethod:: waeup.kofa.students.utils.StudentsUtils.renderPDF 199 :noindex: 200 201 .. automethod:: waeup.kofa.students.utils.StudentsUtils.renderPDFTranscript 202 :noindex: 203 204 .. automethod:: waeup.kofa.students.utils.StudentsUtils.maxCredits 205 :noindex: 206 207 .. automethod:: waeup.kofa.students.utils.StudentsUtils.getBedCoordinates 208 :noindex: 209 210 211 Applicants Utililties 212 --------------------- 213 214 `ApplicantsUtils` contains the following **configuration attributes**: 215 216 .. autoattribute:: waeup.kofa.applicants.utils.ApplicantsUtils.APP_TYPES_DICT 217 :noindex: 218 219 .. autoattribute:: waeup.kofa.applicants.utils.ApplicantsUtils.SEPARATORS_DICT 220 :noindex: 221 222 Customizable **utility methods** are: 223 224 .. automethod:: waeup.kofa.applicants.utils.ApplicantsUtils.setPaymentDetails 225 :noindex: 226 227 .. automethod:: waeup.kofa.applicants.utils.ApplicantsUtils.getApplicantsStatistics 228 :noindex: 229 230 .. automethod:: waeup.kofa.applicants.utils.ApplicantsUtils.sortCertificates 231 :noindex: 232 233 .. automethod:: waeup.kofa.applicants.utils.ApplicantsUtils.getCertTitle 234 :noindex:
Note: See TracChangeset for help on using the changeset viewer.