2024-06-22 22:30:26 +04:00
using AutomobilePlantBusinessLogic.MailWorker ;
using AutomobilePlantContracts.BindingModels ;
2024-04-17 10:13:26 +04:00
using AutomobilePlantContracts.BusinessLogicContracts ;
using AutomobilePlantContracts.SearchModels ;
using AutomobilePlantContracts.StorageContracts ;
using AutomobilePlantContracts.ViewModels ;
using AutomobilePlantDataModels.Enums ;
using Microsoft.Extensions.Logging ;
using System ;
using System.Collections.Generic ;
using System.Linq ;
using System.Text ;
using System.Threading.Tasks ;
namespace AutomobilePlantBusinessLogic.BusinessLogics
{
public class OrderLogic : IOrderLogic
{
private readonly ILogger _logger ;
private readonly IOrderStorage _orderStorage ;
2024-06-22 22:30:26 +04:00
private readonly AbstractMailWorker _mailWorker ;
private readonly IClientLogic _clientLogic ;
2024-04-17 10:13:26 +04:00
2024-06-22 22:30:26 +04:00
public OrderLogic ( ILogger < OrderLogic > logger , IOrderStorage orderStorage , AbstractMailWorker mailWorker , IClientLogic clientLogic )
{
2024-04-17 10:13:26 +04:00
_logger = logger ;
_orderStorage = orderStorage ;
2024-06-22 22:30:26 +04:00
_mailWorker = mailWorker ;
_clientLogic = clientLogic ;
}
2024-04-17 10:13:26 +04:00
public bool CreateOrder ( OrderBindingModel model )
{
CheckModel ( model ) ;
if ( model . Status ! = OrderStatus . Н е и з в е с т е н )
{
_logger . LogWarning ( "Insert operation failed. Order status incorrect." ) ;
return false ;
}
model . Status = OrderStatus . П р и н я т ;
2024-06-22 22:30:26 +04:00
var result = _orderStorage . Insert ( model ) ;
if ( result = = null )
{
2024-04-17 10:13:26 +04:00
model . Status = OrderStatus . Н е и з в е с т е н ;
_logger . LogWarning ( "Insert operation failed" ) ;
return false ;
}
2024-06-22 22:30:26 +04:00
SendOrderStatusMail ( result . ClientId , $"Новый заказ создан. Номер заказа #{result.Id}" , $"Заказ #{result.Id} от {result.DateCreate} на сумму {result.Sum:0.00} принят" ) ;
return true ;
}
2024-04-17 10:13:26 +04:00
public bool StatusUpdate ( OrderBindingModel rawModel , OrderStatus newStatus )
{
var viewModel = _orderStorage . GetElement ( new OrderSearchModel
{
Id = rawModel . Id
} ) ;
if ( viewModel = = null )
{
_logger . LogWarning ( "Order model not found" ) ;
return false ;
}
OrderBindingModel model = new OrderBindingModel
{
Id = viewModel . Id ,
CarId = viewModel . CarId ,
Status = viewModel . Status ,
DateCreate = viewModel . DateCreate ,
DateImplement = viewModel . DateImplement ,
Count = viewModel . Count ,
2024-06-22 22:27:59 +04:00
Sum = viewModel . Sum ,
ImplementerId = viewModel . ImplementerId
} ;
if ( rawModel . ImplementerId . HasValue )
{
model . ImplementerId = rawModel . ImplementerId ;
}
2024-04-17 10:13:26 +04:00
CheckModel ( model , false ) ;
if ( model . Status + 1 ! = newStatus )
{
_logger . LogWarning ( "Status update to " + newStatus . ToString ( ) + " operation failed. Order status incorrect." ) ;
return false ;
}
model . Status = newStatus ;
if ( model . Status = = OrderStatus . В ы д а н ) model . DateImplement = DateTime . Now ;
2024-06-22 22:30:26 +04:00
var result = _orderStorage . Update ( model ) ;
if ( result = = null )
{
2024-04-17 10:13:26 +04:00
model . Status - - ;
_logger . LogWarning ( "Update operation failed" ) ;
return false ;
}
2024-06-22 22:30:26 +04:00
SendOrderStatusMail ( result . ClientId , $"Изменен статус заказа #{result.Id}" , $"Заказ #{result.Id} изменен статус на {result.Status}" ) ;
return true ;
}
2024-04-17 10:13:26 +04:00
public bool TakeOrderInWork ( OrderBindingModel model )
{
2024-06-22 22:30:26 +04:00
return StatusUpdate ( model , OrderStatus . В ы п о л н я е т с я ) ;
2024-04-17 10:13:26 +04:00
}
2024-06-22 22:30:26 +04:00
public bool DeliveryOrder ( OrderBindingModel model )
2024-04-17 10:13:26 +04:00
{
return StatusUpdate ( model , OrderStatus . Г о т о в ) ;
}
public bool FinishOrder ( OrderBindingModel model )
{
return StatusUpdate ( model , OrderStatus . В ы д а н ) ;
}
public List < OrderViewModel > ? ReadList ( OrderSearchModel ? model )
{
_logger . LogInformation ( "Order. OrderID:{Id}" , model ? . Id ) ;
var list = model = = null ? _orderStorage . GetFullList ( ) : _orderStorage . GetFilteredList ( model ) ;
if ( list = = null )
{
_logger . LogWarning ( "ReadList return null list" ) ;
return null ;
}
_logger . LogInformation ( "ReadList. Count:{Count}" , list . Count ) ;
return list ;
}
2024-06-22 22:27:59 +04:00
public OrderViewModel ? ReadElement ( OrderSearchModel model )
{
if ( model = = null )
{
throw new ArgumentNullException ( nameof ( model ) ) ;
}
_logger . LogInformation ( "ReadElement. Id:{ Id}" , model . Id ) ;
var element = _orderStorage . GetElement ( model ) ;
if ( element = = null )
{
_logger . LogWarning ( "ReadElement element not found" ) ;
return null ;
}
_logger . LogInformation ( "ReadElement find. Id:{Id}" , element . Id ) ;
return element ;
}
2024-06-22 22:30:26 +04:00
private bool SendOrderStatusMail ( int clientId , string subject , string text )
{
var client = _clientLogic . ReadElement ( new ( ) { Id = clientId } ) ;
if ( client = = null )
{
return false ;
}
_mailWorker . MailSendAsync ( new ( )
{
MailAddress = client . Email ,
Subject = subject ,
Text = text
} ) ;
return true ;
}
private void CheckModel ( OrderBindingModel model , bool withParams = true )
{
2024-04-17 10:13:26 +04:00
if ( model = = null )
{
throw new ArgumentNullException ( nameof ( model ) ) ;
}
if ( ! withParams )
{
return ;
}
if ( model . CarId < 0 )
{
throw new ArgumentNullException ( "Некорректный идентификатор авто" , nameof ( model . CarId ) ) ;
}
if ( model . Count < = 0 )
{
throw new ArgumentNullException ( "Количество авто в заказе должно быть больше 0" , nameof ( model . Count ) ) ;
}
if ( model . Sum < = 0 )
{
throw new ArgumentNullException ( "Сумма заказа должна быть больше 0" , nameof ( model . Sum ) ) ;
}
_logger . LogInformation ( "Order. OrderID:{Id}.Sum:{ Sum}. CarId: { CarId}" , model . Id , model . Sum , model . CarId ) ;
}
}
}