class

Product

Inherits DB::Mappable < Avram::PrimaryKeyMethods < LuckyCache::Cachable < BaseModel < LuckyCache::Cachable < Avram::Model < Avram::SchemaEnforcer < Avram::Polymorphic < Avram::Associations < Avram::Associations::BelongsTo < Avram::Associations::HasOne < Avram::Associations::HasMany < Reference < Object

Constants

ASSOCIATIONS = [{type: ProcessLine, assoc_name: process_line, foreign_key: :process_line_id, relationship_type: :belongs_to, through: nil}, {type: Workshop, assoc_name: workshop, foreign_key: :workshop_id, relationship_type: :belongs_to, through: nil}, {type: Manufactory, assoc_name: manufactory, foreign_key: :manufactory_id, relationship_type: :belongs_to, through: nil}, {type: Company, assoc_name: company, foreign_key: :company_id, relationship_type: :belongs_to, through: nil}] of Nil
COLUMNS = [{name: id, type: Int64, nilable: false, autogenerated: true, value: nil, serialized: false}, {name: created_at, type: Time, nilable: false, autogenerated: true, value: nil, serialized: false}, {name: updated_at, type: Time, nilable: false, autogenerated: true, value: nil, serialized: false}, {name: name, type: String, nilable: false, autogenerated: false, value: nil, serialized: false}, {name: place, type: Product::Place, nilable: false, autogenerated: false, value: nil, serialized: false}, {name: reason, type: Product::Reason, nilable: false, autogenerated: false, value: nil, serialized: false}, {name: report_date, type: String, nilable: false, autogenerated: false, value: nil, serialized: false}, {name: process_line_id, type: ProcessLine::PrimaryKeyType, nilable: false, autogenerated: false, value: nil, serialized: false}, {name: workshop_id, type: Workshop::PrimaryKeyType, nilable: false, autogenerated: false, value: nil, serialized: false}, {name: manufactory_id, type: Manufactory::PrimaryKeyType, nilable: false, autogenerated: false, value: nil, serialized: false}, {name: company_id, type: Company::PrimaryKeyType, nilable: false, autogenerated: false, value: nil, serialized: false}] of Nil
PRIMARY_KEY_NAME = :id
PRIMARY_KEY_TYPE = Int64

Constructors

new(id : Int64, created_at : Time, updated_at : Time, name : String, place : Int32 | Int64, reason : Int32 | Int64, report_date : String, process_line_id : Int64, workshop_id : Int64, manufactory_id : Int64, company_id : Int64)
new(__temp_163 : DB::ResultSet)

Class methods

column_names
columns
ensure_correct_column_mappings!
from_rs(__temp_163 : DB::ResultSet)
primary_key_name
schema_enforcer_validations
table_name

Instance methods

base_query_class

This makes it easy for plugins and extensions to use the base SaveOperation

company
company!
company_count
company_id
company_id=(_company_id : Company::PrimaryKeyType::Lucky::ColumnType)
company_query
created_at
created_at=(_created_at : Time::Lucky::ColumnType)
delete_operation_class
id
id=(_id : Int64::Lucky::ColumnType)
manufactory
manufactory!
manufactory_count
manufactory_id
manufactory_id=(_manufactory_id : Manufactory::PrimaryKeyType::Lucky::ColumnType)
manufactory_query
name
name=(_name : String::Lucky::ColumnType)
place
place=(_place : Product::Place::Lucky::ColumnType)
process_line
process_line!
process_line_count
process_line_id
process_line_id=(_process_line_id : ProcessLine::PrimaryKeyType::Lucky::ColumnType)
process_line_query
reason
reason=(_reason : Product::Reason::Lucky::ColumnType)
report_date
report_date=(_report_date : String::Lucky::ColumnType)
save_operation_class
updated_at
updated_at=(_updated_at : Time::Lucky::ColumnType)
workshop
workshop!
workshop_count
workshop_id
workshop_id=(_workshop_id : Workshop::PrimaryKeyType::Lucky::ColumnType)
workshop_query

Nested types