class OrderItem::DeleteOperation
- OrderItem::DeleteOperation
- Avram::DeleteOperation(OrderItem)
- Reference
- Object
Defined in:
Constant Summary
-
ATTRIBUTES =
[] of Nil
-
COLUMN_ATTRIBUTES =
[{name: id, type: Int32, 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: store_id, type: Store::PrimaryKeyType, nilable: true, autogenerated: false, value: nil, serialized: false}, {name: good_id, type: Good::PrimaryKeyType, nilable: true, autogenerated: false, value: nil, serialized: false}, {name: order_type, type: String, nilable: false, autogenerated: false, value: nil, serialized: false}, {name: order_id, type: Int32, nilable: false, autogenerated: false, value: nil, serialized: false}, {name: price, type: Float64, nilable: false, autogenerated: false, value: nil, serialized: false}, {name: weight_of_packaged_items, type: Float64, nilable: false, autogenerated: false, value: nil, serialized: false}, {name: amount, type: Int16, nilable: false, autogenerated: false, value: nil, serialized: false}] of Nil
-
OPERATION_NEEDS =
[] of Nil
Constructors
-
.new(record : T, params : Avram::Paramable, id : Int32 | Avram::Nothing = Avram::Nothing.new, created_at : Time | Avram::Nothing = Avram::Nothing.new, updated_at : Time | Avram::Nothing = Avram::Nothing.new, store_id : Store::PrimaryKeyType | Avram::Nothing | Nil = Avram::Nothing.new, good_id : Good::PrimaryKeyType | Avram::Nothing | Nil = Avram::Nothing.new, order_type : String | Avram::Nothing = Avram::Nothing.new, order_id : Int32 | Avram::Nothing = Avram::Nothing.new, price : Float64 | Avram::Nothing = Avram::Nothing.new, weight_of_packaged_items : Float64 | Avram::Nothing = Avram::Nothing.new, amount : Int16 | Avram::Nothing = Avram::Nothing.new)
This is called at the end so @type will be of the subclass, and not the parent abstract class.
-
.new(record : T, id : Int32 | Avram::Nothing = Avram::Nothing.new, created_at : Time | Avram::Nothing = Avram::Nothing.new, updated_at : Time | Avram::Nothing = Avram::Nothing.new, store_id : Store::PrimaryKeyType | Avram::Nothing | Nil = Avram::Nothing.new, good_id : Good::PrimaryKeyType | Avram::Nothing | Nil = Avram::Nothing.new, order_type : String | Avram::Nothing = Avram::Nothing.new, order_id : Int32 | Avram::Nothing = Avram::Nothing.new, price : Float64 | Avram::Nothing = Avram::Nothing.new, weight_of_packaged_items : Float64 | Avram::Nothing = Avram::Nothing.new, amount : Int16 | Avram::Nothing = Avram::Nothing.new)
This is called at the end so @type will be of the subclass, and not the parent abstract class.
Class Method Summary
-
.delete(record : T, params, id : Int32 | Avram::Nothing = Avram::Nothing.new, created_at : Time | Avram::Nothing = Avram::Nothing.new, updated_at : Time | Avram::Nothing = Avram::Nothing.new, store_id : Store::PrimaryKeyType | Avram::Nothing | Nil = Avram::Nothing.new, good_id : Good::PrimaryKeyType | Avram::Nothing | Nil = Avram::Nothing.new, order_type : String | Avram::Nothing = Avram::Nothing.new, order_id : Int32 | Avram::Nothing = Avram::Nothing.new, price : Float64 | Avram::Nothing = Avram::Nothing.new, weight_of_packaged_items : Float64 | Avram::Nothing = Avram::Nothing.new, amount : Int16 | Avram::Nothing = Avram::Nothing.new, &)
This is called at the end so @type will be of the subclass, and not the parent abstract class.
-
.delete(record : T, id : Int32 | Avram::Nothing = Avram::Nothing.new, created_at : Time | Avram::Nothing = Avram::Nothing.new, updated_at : Time | Avram::Nothing = Avram::Nothing.new, store_id : Store::PrimaryKeyType | Avram::Nothing | Nil = Avram::Nothing.new, good_id : Good::PrimaryKeyType | Avram::Nothing | Nil = Avram::Nothing.new, order_type : String | Avram::Nothing = Avram::Nothing.new, order_id : Int32 | Avram::Nothing = Avram::Nothing.new, price : Float64 | Avram::Nothing = Avram::Nothing.new, weight_of_packaged_items : Float64 | Avram::Nothing = Avram::Nothing.new, amount : Int16 | Avram::Nothing = Avram::Nothing.new, &)
This is called at the end so @type will be of the subclass, and not the parent abstract class.
-
.delete(record : T, params : Hash, **named_args, &)
This is called at the end so @type will be of the subclass, and not the parent abstract class.
-
.delete!(record : T, params, id : Int32 | Avram::Nothing = Avram::Nothing.new, created_at : Time | Avram::Nothing = Avram::Nothing.new, updated_at : Time | Avram::Nothing = Avram::Nothing.new, store_id : Store::PrimaryKeyType | Avram::Nothing | Nil = Avram::Nothing.new, good_id : Good::PrimaryKeyType | Avram::Nothing | Nil = Avram::Nothing.new, order_type : String | Avram::Nothing = Avram::Nothing.new, order_id : Int32 | Avram::Nothing = Avram::Nothing.new, price : Float64 | Avram::Nothing = Avram::Nothing.new, weight_of_packaged_items : Float64 | Avram::Nothing = Avram::Nothing.new, amount : Int16 | Avram::Nothing = Avram::Nothing.new)
This is called at the end so @type will be of the subclass, and not the parent abstract class.
-
.delete!(record : T, id : Int32 | Avram::Nothing = Avram::Nothing.new, created_at : Time | Avram::Nothing = Avram::Nothing.new, updated_at : Time | Avram::Nothing = Avram::Nothing.new, store_id : Store::PrimaryKeyType | Avram::Nothing | Nil = Avram::Nothing.new, good_id : Good::PrimaryKeyType | Avram::Nothing | Nil = Avram::Nothing.new, order_type : String | Avram::Nothing = Avram::Nothing.new, order_id : Int32 | Avram::Nothing = Avram::Nothing.new, price : Float64 | Avram::Nothing = Avram::Nothing.new, weight_of_packaged_items : Float64 | Avram::Nothing = Avram::Nothing.new, amount : Int16 | Avram::Nothing = Avram::Nothing.new)
This is called at the end so @type will be of the subclass, and not the parent abstract class.
-
.delete!(record : T, params : Hash, **named_args)
This is called at the end so @type will be of the subclass, and not the parent abstract class.
Instance Method Summary
- #amount
- #amount=(_value)
- #attributes
- #created_at
- #created_at=(_value)
- #delete_status : DeleteStatus
- #delete_status=(delete_status : DeleteStatus)
- #good_id
- #good_id=(_value)
- #id
- #id=(_value)
- #order_id
- #order_id=(_value)
- #order_type
- #order_type=(_value)
- #params : Avram::Paramable
- #permitted_params
- #price
- #price=(_value)
- #record : OrderItem
- #set_amount_from_param(_value)
-
#set_attributes(id : Int32 | Avram::Nothing = Avram::Nothing.new, created_at : Time | Avram::Nothing = Avram::Nothing.new, updated_at : Time | Avram::Nothing = Avram::Nothing.new, store_id : Store::PrimaryKeyType | Avram::Nothing | Nil = Avram::Nothing.new, good_id : Good::PrimaryKeyType | Avram::Nothing | Nil = Avram::Nothing.new, order_type : String | Avram::Nothing = Avram::Nothing.new, order_id : Int32 | Avram::Nothing = Avram::Nothing.new, price : Float64 | Avram::Nothing = Avram::Nothing.new, weight_of_packaged_items : Float64 | Avram::Nothing = Avram::Nothing.new, amount : Int16 | Avram::Nothing = Avram::Nothing.new)
This is called at the end so @type will be of the subclass, and not the parent abstract class.
- #set_created_at_from_param(_value)
- #set_good_id_from_param(_value)
- #set_id_from_param(_value)
- #set_order_id_from_param(_value)
- #set_order_type_from_param(_value)
- #set_price_from_param(_value)
- #set_store_id_from_param(_value)
- #set_updated_at_from_param(_value)
- #set_weight_of_packaged_items_from_param(_value)
- #store_id
- #store_id=(_value)
- #updated_at
- #updated_at=(_value)
- #weight_of_packaged_items
- #weight_of_packaged_items=(_value)
Macro Summary
Constructor Detail
This is called at the end so @type will be of the subclass, and not the parent abstract class.
This is called at the end so @type will be of the subclass, and not the parent abstract class.
Class Method Detail
This is called at the end so @type will be of the subclass, and not the parent abstract class.
This is called at the end so @type will be of the subclass, and not the parent abstract class.
This is called at the end so @type will be of the subclass, and not the parent abstract class.
This is called at the end so @type will be of the subclass, and not the parent abstract class.
This is called at the end so @type will be of the subclass, and not the parent abstract class.
This is called at the end so @type will be of the subclass, and not the parent abstract class.
Instance Method Detail
This is called at the end so @type will be of the subclass, and not the parent abstract class.