Method |
Description |
|
AddCeremonyParticipations ( Registration registration, List ceremonyParticipations, ModelStateDictionary modelState, bool adminUpdate = false ) : void |
|
|
AddRegistrationPetitions ( Registration registration, List ceremonyParticipations, ModelStateDictionary modelState ) : void |
|
|
GeneratePassword ( ) : string |
Generate an 8 character AlphaNumeric password with no special characters |
|
LoadSpecialNeeds ( List specialNeeds ) : List |
|
|
NullOutBlankFields ( Registration registration ) : void |
|
|
UpdateCeremonyParticipations ( Registration registration, List ceremonyParticipations, ModelStateDictionary modelState, bool adminUpdate = false ) : void |
|
|
ValidateCeremonyParticipations ( List ceremonyParticipations, ModelStateDictionary modelState ) : void |
Validates that the ceremonies the student has decided upon are all valid to be registered for together Rules are: Student can register once per ceremony Student can register once per college Student can register for multiple ceremonies for different colleges |
|