Declaration for getTariffProductForProductTypeName().
This commit is contained in:
parent
5d35331c83
commit
ed9e60a972
@ -87,6 +87,7 @@ public:
|
|||||||
std::optional<QVector<ATBTariffProduct>> getTariffProductForAllKeys() const;
|
std::optional<QVector<ATBTariffProduct>> getTariffProductForAllKeys() const;
|
||||||
std::optional<QVector<ATBTariffProduct>> getTariffProductForProductId(int id) const;
|
std::optional<QVector<ATBTariffProduct>> getTariffProductForProductId(int id) const;
|
||||||
std::optional<QVector<ATBTariffProduct>> getTariffProductForProductId(PermitType permitType) const;
|
std::optional<QVector<ATBTariffProduct>> getTariffProductForProductId(PermitType permitType) const;
|
||||||
|
std::optional<QVector<ATBTariffProduct>> getTariffProductForProductTypeName(QString const &permitTypeName) const;
|
||||||
std::optional<ATBCustomer> getCustomerForType(ATBCustomer::CustomerType customerType);
|
std::optional<ATBCustomer> getCustomerForType(ATBCustomer::CustomerType customerType);
|
||||||
std::optional<ATBWeekDaysWorktime> getWeekDayWorkTime(QTime const &time, Qt::DayOfWeek dayOfWeek);
|
std::optional<ATBWeekDaysWorktime> getWeekDayWorkTime(QTime const &time, Qt::DayOfWeek dayOfWeek);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user