module DynFork::QPaladins::Groups

Direct including types

Defined in:

dynfork/paladins/groups/group_01.cr
dynfork/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

Instance Method Detail

def group_01(field_ptr : Pointer(DynFork::Globals::FieldTypes), error_symptom_ptr? : Pointer(Bool), update? : Bool, save? : Bool, result_map_ptr : Pointer(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.


[View source]
def group_02(field_ptr : Pointer(DynFork::Globals::FieldTypes), error_symptom_ptr? : Pointer(Bool), save? : Bool, result_map_ptr : Pointer(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.


[View source]
def group_03(field_ptr : Pointer(DynFork::Globals::FieldTypes), error_symptom_ptr? : Pointer(Bool), save? : Bool, result_map_ptr : Pointer(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.


[View source]
def group_04(field_ptr : Pointer(DynFork::Globals::FieldTypes), error_symptom_ptr? : Pointer(Bool), update? : Bool, save? : Bool, result_map_ptr : Pointer(Hash(String, DynFork::Globals::ResultMapType))) : Nil #

Validation of fields of type FileField.

NOTE This method is used within the DynFork::QPaladins::Check#check method.


[View source]
def group_05(field_ptr : Pointer(DynFork::Globals::FieldTypes), error_symptom_ptr? : Pointer(Bool), update? : Bool, save? : Bool, result_map_ptr : Pointer(Hash(String, DynFork::Globals::ResultMapType))) : Nil #

Validation of fields of type ImageField.

NOTE This method is used within the DynFork::QPaladins::Check#check method.


[View source]
def group_06(field_ptr : Pointer(DynFork::Globals::FieldTypes), error_symptom_ptr? : Pointer(Bool), save? : Bool, result_map_ptr : Pointer(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.


[View source]
def group_07(field_ptr : Pointer(DynFork::Globals::FieldTypes), error_symptom_ptr? : Pointer(Bool), save? : Bool, result_map_ptr : Pointer(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.


[View source]
def group_08(field_ptr : Pointer(DynFork::Globals::FieldTypes), save? : Bool, result_map_ptr : Pointer(Hash(String, DynFork::Globals::ResultMapType))) : Nil #

Validation of fields of type BoolField.

NOTE This method is used within the DynFork::QPaladins::Check#check method.


[View source]
def group_09(field_ptr : Pointer(DynFork::Globals::FieldTypes), result_map_ptr : Pointer(Hash(String, DynFork::Globals::ResultMapType))) : Nil #

Create string for SlugField.

NOTE This method is used within the DynFork::QPaladins::Check#check method.


[View source]