- Timestamp:
- 18 Nov 2014, 11:37:28 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/interfaces.py
r11967 r11985 30 30 contextual_reg_num_source, GenderSource, nats_vocab) 31 31 32 32 33 class ICustomersUtils(Interface): 33 34 """A collection of methods which are subject to customization. 34 35 35 36 """ 37 36 38 37 39 class ICustomersContainer(IIkobaObject): … … 87 89 88 90 """ 91 89 92 90 93 class ICustomer(IIkobaObject): … … 173 176 """ 174 177 178 175 179 class ICustomerUpdateByRegNo(ICustomer): 176 180 """Representation of a customer. Skip regular reg_number validation. … … 181 185 required = False, 182 186 ) 187 183 188 184 189 class ICSVCustomerExporter(ICSVExporter): … … 198 203 """ 199 204 205 200 206 class ICustomerRequestPW(ICustomer): 201 207 """Representation of an customer for first-time password request. … … 219 225 constraint=validate_email, 220 226 ) 221
Note: See TracChangeset for help on using the changeset viewer.