module

DynFork::QPaladins::Groups

Instance methods

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 the DynFork::QPaladins::Check#check method.

Source
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 the DynFork::QPaladins::Check#check method.

Source
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 the DynFork::QPaladins::Check#check method.

Source
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. NOTE: This method is used within the DynFork::QPaladins::Check#check method.

Source
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. NOTE: This method is used within the DynFork::QPaladins::Check#check method.

Source
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. NOTE: This method is used within the DynFork::QPaladins::Check#check method.

Source
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. NOTE: This method is used within the DynFork::QPaladins::Check#check method.

Source
group_08(field_ptr : Pointer(DynFork::Globals::FieldTypes), save? : Bool, result_map : Hash(String, DynFork::Globals::ResultMapType)) : Nil

Validation of fields of type BoolField. NOTE: This method is used within the DynFork::QPaladins::Check#check method.

Source
group_09(field_ptr : Pointer(DynFork::Globals::FieldTypes), result_map : Hash(String, DynFork::Globals::ResultMapType)) : Nil

Create string for SlugField. NOTE: This method is used within the DynFork::QPaladins::Check#check method.

Source