2024-03-10 18:26:10 +04:00
|
|
|
|
using Microsoft.Extensions.Logging;
|
|
|
|
|
using SushiBarContracts.BindingModel;
|
|
|
|
|
using SushiBarContracts.BusinessLogicsContracts;
|
|
|
|
|
using SushiBarContracts.SearchModel;
|
|
|
|
|
using SushiBarContracts.StoragesContracts;
|
|
|
|
|
using SushiBarContracts.ViewModels;
|
|
|
|
|
using SushiBarDataModels;
|
2024-03-10 22:35:26 +04:00
|
|
|
|
using SushiBarDataModels.Models;
|
2024-04-07 13:19:30 +04:00
|
|
|
|
using System.Numerics;
|
2024-03-10 18:26:10 +04:00
|
|
|
|
|
|
|
|
|
namespace SushiBarBusinessLogic
|
|
|
|
|
{
|
|
|
|
|
public class ShopLogic : IShopLogic
|
|
|
|
|
{
|
|
|
|
|
private readonly ILogger _logger;
|
|
|
|
|
private readonly IShopStorage _shopStorage;
|
|
|
|
|
|
2024-04-07 13:19:30 +04:00
|
|
|
|
|
2024-03-11 12:09:55 +04:00
|
|
|
|
public ShopLogic(ILogger<ShopLogic> logger, IShopStorage shopStorage)
|
2024-03-10 18:26:10 +04:00
|
|
|
|
{
|
|
|
|
|
_logger = logger;
|
|
|
|
|
_shopStorage = shopStorage;
|
|
|
|
|
}
|
2024-04-07 13:19:30 +04:00
|
|
|
|
|
2024-03-10 18:26:10 +04:00
|
|
|
|
public List<ShopViewModel>? ReadList(ShopSearchModel? model)
|
|
|
|
|
{
|
2024-03-11 12:09:55 +04:00
|
|
|
|
_logger.LogInformation("ReadList. Id:{ Id}, ShopName:{ ShopName}", model?.Id, model?.ShopName);
|
2024-03-10 18:26:10 +04:00
|
|
|
|
var list = model == null ? _shopStorage.GetFullList() : _shopStorage.GetFilteredList(model);
|
|
|
|
|
if (list == null)
|
|
|
|
|
{
|
|
|
|
|
_logger.LogWarning("ReadList return null list");
|
|
|
|
|
return null;
|
|
|
|
|
}
|
|
|
|
|
_logger.LogInformation("ReadList. Count:{Count}", list.Count);
|
|
|
|
|
return list;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public ShopViewModel? ReadElement(ShopSearchModel model)
|
|
|
|
|
{
|
|
|
|
|
if (model == null)
|
|
|
|
|
{
|
|
|
|
|
throw new ArgumentNullException(nameof(model));
|
|
|
|
|
}
|
2024-03-11 12:09:55 +04:00
|
|
|
|
_logger.LogInformation("ReadList. Id:{ Id}, ShopName:{ ShopName}", model.Id, model.ShopName);
|
2024-03-10 18:26:10 +04:00
|
|
|
|
var element = _shopStorage.GetElement(model);
|
|
|
|
|
if (element == null)
|
|
|
|
|
{
|
|
|
|
|
_logger.LogWarning("ReadElement element not found");
|
|
|
|
|
return null;
|
|
|
|
|
}
|
|
|
|
|
_logger.LogInformation("ReadElement find. Id:{Id}", element.Id);
|
|
|
|
|
return element;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public bool Create(ShopBindingModel model)
|
|
|
|
|
{
|
|
|
|
|
CheckModel(model);
|
2024-04-07 13:19:30 +04:00
|
|
|
|
if (_shopStorage.Insert(model) == null)
|
2024-03-10 22:35:26 +04:00
|
|
|
|
{
|
|
|
|
|
_logger.LogWarning("Вставка в хранилище прервана");
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public bool Update(ShopBindingModel model)
|
|
|
|
|
{
|
|
|
|
|
CheckModel(model);
|
2024-04-07 13:19:30 +04:00
|
|
|
|
if (_shopStorage.Update(model) == null)
|
2024-03-10 22:35:26 +04:00
|
|
|
|
{
|
|
|
|
|
_logger.LogWarning("Обновление прервано");
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public bool Delete(ShopBindingModel model)
|
|
|
|
|
{
|
|
|
|
|
CheckModel(model);
|
2024-04-07 13:19:30 +04:00
|
|
|
|
if (_shopStorage?.Delete(model) == null)
|
2024-03-10 22:35:26 +04:00
|
|
|
|
{
|
|
|
|
|
_logger.LogWarning("Удаление прервано");
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public bool AddSushiInShop(ShopSearchModel model, ISushiModel sushi, int count)
|
|
|
|
|
{
|
2024-04-07 13:19:30 +04:00
|
|
|
|
if (model == null)
|
|
|
|
|
throw new ArgumentNullException(nameof(model));
|
|
|
|
|
if (count <= 0)
|
|
|
|
|
throw new ArgumentException("Количество суши должно быть больше нуля, ало", nameof(count));
|
|
|
|
|
_logger.LogInformation("Добавлены суши в магазин: {ShopName}.Id:{ Id}", model.ShopName, model.Id);
|
2024-03-10 22:35:26 +04:00
|
|
|
|
|
|
|
|
|
var element = _shopStorage.GetElement(model);
|
|
|
|
|
if (element == null)
|
|
|
|
|
{
|
2024-04-07 13:19:30 +04:00
|
|
|
|
_logger.LogWarning("Не добавлено, магазин не найден с таким названием");
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
var countSushis = element.ShopSushis.Select(x => x.Value.Item2).Sum();
|
|
|
|
|
if (element.MaxCountSushis - countSushis < count)
|
|
|
|
|
{
|
|
|
|
|
_logger.LogWarning("В магазине не хватает места");
|
2024-03-10 22:35:26 +04:00
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
if (element.ShopSushis.TryGetValue(sushi.Id, out var samesushi))
|
|
|
|
|
{
|
|
|
|
|
element.ShopSushis[sushi.Id] = (sushi, samesushi.Item2 + count);
|
2024-03-11 12:09:55 +04:00
|
|
|
|
_logger.LogInformation("Same sushi found by supply. Added {0} of {1} in {2} shop", count, sushi.SushiName, element.ShopName);
|
2024-03-10 22:35:26 +04:00
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
element.ShopSushis[sushi.Id] = (sushi, count);
|
2024-03-11 12:09:55 +04:00
|
|
|
|
_logger.LogInformation("New sushi added by supply. Added {0} of {1} in {2} shop", count, sushi.SushiName, element.ShopName);
|
2024-03-10 22:35:26 +04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
_shopStorage.Update(new()
|
|
|
|
|
{
|
|
|
|
|
Id = element.Id,
|
2024-03-11 12:09:55 +04:00
|
|
|
|
ShopName = element.ShopName,
|
2024-03-10 22:35:26 +04:00
|
|
|
|
Address = element.Address,
|
|
|
|
|
DateOpening = element.DateOpening,
|
|
|
|
|
ShopSushis = element.ShopSushis
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
return true;
|
2024-03-10 18:26:10 +04:00
|
|
|
|
}
|
|
|
|
|
|
2024-04-07 13:19:30 +04:00
|
|
|
|
public bool SellSushis(ISushiModel sushi, int count)
|
|
|
|
|
{
|
|
|
|
|
if (sushi == null)
|
|
|
|
|
{
|
|
|
|
|
throw new ArgumentNullException(nameof(sushi));
|
|
|
|
|
}
|
|
|
|
|
if (count <= 0)
|
|
|
|
|
{
|
|
|
|
|
throw new ArgumentNullException("Количество суши должно быть больше нуля! алло!", nameof(count));
|
|
|
|
|
}
|
|
|
|
|
if (_shopStorage.SellSushis(sushi, count))
|
|
|
|
|
{
|
|
|
|
|
_logger.LogInformation("Selling sucsess");
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
_logger.LogInformation("Selling failed");
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2024-03-10 22:35:26 +04:00
|
|
|
|
private void CheckModel(ShopBindingModel model, bool withParams = true)
|
2024-03-10 18:26:10 +04:00
|
|
|
|
{
|
2024-04-07 13:19:30 +04:00
|
|
|
|
if (model == null)
|
2024-03-10 22:35:26 +04:00
|
|
|
|
throw new ArgumentNullException($"{nameof(model)} является null");
|
|
|
|
|
if (!withParams) return;
|
2024-03-11 12:09:55 +04:00
|
|
|
|
if (string.IsNullOrEmpty(model.ShopName))
|
2024-03-10 18:26:10 +04:00
|
|
|
|
{
|
2024-03-11 12:09:55 +04:00
|
|
|
|
throw new ArgumentNullException("Нет такого магазина", nameof(model.ShopName));
|
2024-03-10 18:26:10 +04:00
|
|
|
|
}
|
2024-04-07 13:19:30 +04:00
|
|
|
|
_logger.LogInformation("Shop. ShopName:{ShopName}.Address:{ Address}. Id:{ Id}",
|
2024-03-11 12:09:55 +04:00
|
|
|
|
model.ShopName, model.Address, model.Id);
|
2024-03-10 22:35:26 +04:00
|
|
|
|
var element = _shopStorage.GetElement(new ShopSearchModel
|
|
|
|
|
{
|
2024-03-11 12:09:55 +04:00
|
|
|
|
ShopName = model.ShopName,
|
2024-03-10 22:35:26 +04:00
|
|
|
|
});
|
2024-04-07 13:19:30 +04:00
|
|
|
|
if (element != null && element.Id != model.Id && element.ShopName == model.ShopName)
|
2024-03-10 22:35:26 +04:00
|
|
|
|
{
|
|
|
|
|
throw new InvalidOperationException("Такой магазин с таким названием уже есть");
|
|
|
|
|
}
|
2024-03-10 18:26:10 +04:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|