class UserOrder::DeleteOperation
- UserOrder::DeleteOperation
- Avram::DeleteOperation(UserOrder)
- 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: delivery_point_type, type: String, nilable: false, autogenerated: false, value: nil, serialized: false}, {name: delivery_point_id, type: Int32, nilable: false, autogenerated: false, value: nil, serialized: false}, {name: planned_delivery_date, type: Time, nilable: true, autogenerated: false, value: nil, serialized: false}, {name: delivered_at, type: Time, nilable: true, autogenerated: false, value: nil, serialized: false}, {name: total_cost, type: Float64, nilable: false, autogenerated: false, value: nil, serialized: false}, {name: total_weight, type: Float64, nilable: false, autogenerated: false, value: nil, serialized: false}, {name: planned_delivery_time_interval, type: Int16, nilable: true, autogenerated: false, value: nil, serialized: false}, {name: used_bonuses, type: Int16, nilable: false, autogenerated: false, value: nil, serialized: false}, {name: earned_bonuses, type: Int16, nilable: false, autogenerated: false, value: nil, serialized: false}, {name: earned_bonuses_state, 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, delivery_point_type : String | Avram::Nothing = Avram::Nothing.new, delivery_point_id : Int32 | Avram::Nothing = Avram::Nothing.new, planned_delivery_date : Time | Avram::Nothing | Nil = Avram::Nothing.new, delivered_at : Time | Avram::Nothing | Nil = Avram::Nothing.new, total_cost : Float64 | Avram::Nothing = Avram::Nothing.new, total_weight : Float64 | Avram::Nothing = Avram::Nothing.new, planned_delivery_time_interval : Int16 | Avram::Nothing | Nil = Avram::Nothing.new, used_bonuses : Int16 | Avram::Nothing = Avram::Nothing.new, earned_bonuses : Int16 | Avram::Nothing = Avram::Nothing.new, earned_bonuses_state : 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, delivery_point_type : String | Avram::Nothing = Avram::Nothing.new, delivery_point_id : Int32 | Avram::Nothing = Avram::Nothing.new, planned_delivery_date : Time | Avram::Nothing | Nil = Avram::Nothing.new, delivered_at : Time | Avram::Nothing | Nil = Avram::Nothing.new, total_cost : Float64 | Avram::Nothing = Avram::Nothing.new, total_weight : Float64 | Avram::Nothing = Avram::Nothing.new, planned_delivery_time_interval : Int16 | Avram::Nothing | Nil = Avram::Nothing.new, used_bonuses : Int16 | Avram::Nothing = Avram::Nothing.new, earned_bonuses : Int16 | Avram::Nothing = Avram::Nothing.new, earned_bonuses_state : 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, delivery_point_type : String | Avram::Nothing = Avram::Nothing.new, delivery_point_id : Int32 | Avram::Nothing = Avram::Nothing.new, planned_delivery_date : Time | Avram::Nothing | Nil = Avram::Nothing.new, delivered_at : Time | Avram::Nothing | Nil = Avram::Nothing.new, total_cost : Float64 | Avram::Nothing = Avram::Nothing.new, total_weight : Float64 | Avram::Nothing = Avram::Nothing.new, planned_delivery_time_interval : Int16 | Avram::Nothing | Nil = Avram::Nothing.new, used_bonuses : Int16 | Avram::Nothing = Avram::Nothing.new, earned_bonuses : Int16 | Avram::Nothing = Avram::Nothing.new, earned_bonuses_state : 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, delivery_point_type : String | Avram::Nothing = Avram::Nothing.new, delivery_point_id : Int32 | Avram::Nothing = Avram::Nothing.new, planned_delivery_date : Time | Avram::Nothing | Nil = Avram::Nothing.new, delivered_at : Time | Avram::Nothing | Nil = Avram::Nothing.new, total_cost : Float64 | Avram::Nothing = Avram::Nothing.new, total_weight : Float64 | Avram::Nothing = Avram::Nothing.new, planned_delivery_time_interval : Int16 | Avram::Nothing | Nil = Avram::Nothing.new, used_bonuses : Int16 | Avram::Nothing = Avram::Nothing.new, earned_bonuses : Int16 | Avram::Nothing = Avram::Nothing.new, earned_bonuses_state : 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, delivery_point_type : String | Avram::Nothing = Avram::Nothing.new, delivery_point_id : Int32 | Avram::Nothing = Avram::Nothing.new, planned_delivery_date : Time | Avram::Nothing | Nil = Avram::Nothing.new, delivered_at : Time | Avram::Nothing | Nil = Avram::Nothing.new, total_cost : Float64 | Avram::Nothing = Avram::Nothing.new, total_weight : Float64 | Avram::Nothing = Avram::Nothing.new, planned_delivery_time_interval : Int16 | Avram::Nothing | Nil = Avram::Nothing.new, used_bonuses : Int16 | Avram::Nothing = Avram::Nothing.new, earned_bonuses : Int16 | Avram::Nothing = Avram::Nothing.new, earned_bonuses_state : 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, delivery_point_type : String | Avram::Nothing = Avram::Nothing.new, delivery_point_id : Int32 | Avram::Nothing = Avram::Nothing.new, planned_delivery_date : Time | Avram::Nothing | Nil = Avram::Nothing.new, delivered_at : Time | Avram::Nothing | Nil = Avram::Nothing.new, total_cost : Float64 | Avram::Nothing = Avram::Nothing.new, total_weight : Float64 | Avram::Nothing = Avram::Nothing.new, planned_delivery_time_interval : Int16 | Avram::Nothing | Nil = Avram::Nothing.new, used_bonuses : Int16 | Avram::Nothing = Avram::Nothing.new, earned_bonuses : Int16 | Avram::Nothing = Avram::Nothing.new, earned_bonuses_state : 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
- #attributes
- #created_at
- #created_at=(_value)
- #delete_status : DeleteStatus
- #delete_status=(delete_status : DeleteStatus)
- #delivered_at
- #delivered_at=(_value)
- #delivery_point_id
- #delivery_point_id=(_value)
- #delivery_point_type
- #delivery_point_type=(_value)
- #earned_bonuses
- #earned_bonuses=(_value)
- #earned_bonuses_state
- #earned_bonuses_state=(_value)
- #id
- #id=(_value)
- #params : Avram::Paramable
- #permitted_params
- #planned_delivery_date
- #planned_delivery_date=(_value)
- #planned_delivery_time_interval
- #planned_delivery_time_interval=(_value)
- #record : UserOrder
-
#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, delivery_point_type : String | Avram::Nothing = Avram::Nothing.new, delivery_point_id : Int32 | Avram::Nothing = Avram::Nothing.new, planned_delivery_date : Time | Avram::Nothing | Nil = Avram::Nothing.new, delivered_at : Time | Avram::Nothing | Nil = Avram::Nothing.new, total_cost : Float64 | Avram::Nothing = Avram::Nothing.new, total_weight : Float64 | Avram::Nothing = Avram::Nothing.new, planned_delivery_time_interval : Int16 | Avram::Nothing | Nil = Avram::Nothing.new, used_bonuses : Int16 | Avram::Nothing = Avram::Nothing.new, earned_bonuses : Int16 | Avram::Nothing = Avram::Nothing.new, earned_bonuses_state : 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_delivered_at_from_param(_value)
- #set_delivery_point_id_from_param(_value)
- #set_delivery_point_type_from_param(_value)
- #set_earned_bonuses_from_param(_value)
- #set_earned_bonuses_state_from_param(_value)
- #set_id_from_param(_value)
- #set_planned_delivery_date_from_param(_value)
- #set_planned_delivery_time_interval_from_param(_value)
- #set_total_cost_from_param(_value)
- #set_total_weight_from_param(_value)
- #set_updated_at_from_param(_value)
- #set_used_bonuses_from_param(_value)
- #total_cost
- #total_cost=(_value)
- #total_weight
- #total_weight=(_value)
- #updated_at
- #updated_at=(_value)
- #used_bonuses
- #used_bonuses=(_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.