module DynFork::QPaladins::Groups
Direct including types
Defined in:
dynfork/paladins/groups/group_01.crdynfork/paladins/groups/group_02.cr
dynfork/paladins/groups/group_03.cr
dynfork/paladins/groups/group_04.cr
dynfork/paladins/groups/group_05.cr
dynfork/paladins/groups/group_06.cr
dynfork/paladins/groups/group_07.cr
dynfork/paladins/groups/group_08.cr
dynfork/paladins/groups/group_09.cr
Instance Method Summary
-
#group_01(field_ptr : Pointer(DynFork::Globals::FieldTypes), error_symptom_ptr? : Pointer(Bool), update? : Bool, save? : Bool, result_map : Hash(String, DynFork::Globals::ResultMapType), collection_ptr : Pointer(Mongo::Collection), id_ptr : Pointer(BSON::ObjectId | Nil)) : Nil
Validation of
text
type fields:
ColorField | EmailField | PasswordField | PhoneField | TextField | HashField | URLField | IPField NOTE: This method is used within theDynFork::QPaladins::Check#check
method. -
#group_02(field_ptr : Pointer(DynFork::Globals::FieldTypes), error_symptom_ptr? : Pointer(Bool), save? : Bool, result_map : Hash(String, DynFork::Globals::ResultMapType), collection_ptr : Pointer(Mongo::Collection)) : Nil
Validation of
date
type fields:
DateField | DateTimeField NOTE: This method is used within theDynFork::QPaladins::Check#check
method. -
#group_03(field_ptr : Pointer(DynFork::Globals::FieldTypes), error_symptom_ptr? : Pointer(Bool), save? : Bool, result_map : Hash(String, DynFork::Globals::ResultMapType), collection_ptr : Pointer(Mongo::Collection)) : Nil
Validation of
choice
type fields:
ChoiceTextField | ChoiceTextMultField | ChoiceTextDynField | ChoiceTextMultDynField | ChoiceI64Field | ChoiceI64MultField | ChoiceI64DynField | ChoiceI64MultDynField | ChoiceF64Field | ChoiceF64MultField | ChoiceF64DynField | ChoiceF64MultDynField NOTE: This method is used within theDynFork::QPaladins::Check#check
method. -
#group_04(field_ptr : Pointer(DynFork::Globals::FieldTypes), error_symptom_ptr? : Pointer(Bool), update? : Bool, save? : Bool, result_map : Hash(String, DynFork::Globals::ResultMapType)) : Nil
Validation of fields of type FileField.
-
#group_05(field_ptr : Pointer(DynFork::Globals::FieldTypes), error_symptom_ptr? : Pointer(Bool), update? : Bool, save? : Bool, result_map : Hash(String, DynFork::Globals::ResultMapType)) : Nil
Validation of fields of type ImageField.
-
#group_06(field_ptr : Pointer(DynFork::Globals::FieldTypes), error_symptom_ptr? : Pointer(Bool), save? : Bool, result_map : Hash(String, DynFork::Globals::ResultMapType), collection_ptr : Pointer(Mongo::Collection), id_ptr : Pointer(BSON::ObjectId | Nil)) : Nil
Validation of fields of type I64Field.
-
#group_07(field_ptr : Pointer(DynFork::Globals::FieldTypes), error_symptom_ptr? : Pointer(Bool), save? : Bool, result_map : Hash(String, DynFork::Globals::ResultMapType), collection_ptr : Pointer(Mongo::Collection), id_ptr : Pointer(BSON::ObjectId | Nil)) : Nil
Validation of fields of type F64Field.
-
#group_08(field_ptr : Pointer(DynFork::Globals::FieldTypes), save? : Bool, result_map : Hash(String, DynFork::Globals::ResultMapType)) : Nil
Validation of fields of type BoolField.
-
#group_09(field_ptr : Pointer(DynFork::Globals::FieldTypes), result_map : Hash(String, DynFork::Globals::ResultMapType)) : Nil
Create string for SlugField.
Instance Method Detail
Validation of text
type fields:
ColorField | EmailField | PasswordField | PhoneField
| TextField | HashField | URLField | IPField
NOTE This method is used within the DynFork::QPaladins::Check#check
method.
Validation of date
type fields:
DateField | DateTimeField
NOTE This method is used within the DynFork::QPaladins::Check#check
method.
Validation of choice
type fields:
ChoiceTextField | ChoiceTextMultField
| ChoiceTextDynField | ChoiceTextMultDynField
| ChoiceI64Field | ChoiceI64MultField
| ChoiceI64DynField | ChoiceI64MultDynField
| ChoiceF64Field | ChoiceF64MultField
| ChoiceF64DynField | ChoiceF64MultDynField
NOTE This method is used within the DynFork::QPaladins::Check#check
method.
Validation of fields of type FileField.
NOTE This method is used within the DynFork::QPaladins::Check#check
method.
Validation of fields of type ImageField.
NOTE This method is used within the DynFork::QPaladins::Check#check
method.
Validation of fields of type I64Field.
NOTE This method is used within the DynFork::QPaladins::Check#check
method.
Validation of fields of type F64Field.
NOTE This method is used within the DynFork::QPaladins::Check#check
method.
Validation of fields of type BoolField.
NOTE This method is used within the DynFork::QPaladins::Check#check
method.
Create string for SlugField.
NOTE This method is used within the DynFork::QPaladins::Check#check
method.