A B C E G I O R S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- GeneralOperations - Interface in rs.etf.sab.operations
- getAmmountThatBuyerPayedForOrder(int) - Method in interface rs.etf.sab.operations.TransactionOperations
-
Gets sum that buyer payed for an order
- getAmmountThatShopRecievedForOrder(int, int) - Method in interface rs.etf.sab.operations.TransactionOperations
-
Gets sum that shop recieved for an order
- getArticleCount(int) - Method in interface rs.etf.sab.operations.ShopOperations
-
Gets count og articles in shop.
- getArticles(int) - Method in interface rs.etf.sab.operations.ShopOperations
-
Gets all articles.
- getBuyer(int) - Method in interface rs.etf.sab.operations.OrderOperations
-
Gets buyer.
- getBuyerTransactionsAmmount(int) - Method in interface rs.etf.sab.operations.TransactionOperations
-
Gets sum of all transactions amounts for buyer
- getCities() - Method in interface rs.etf.sab.operations.CityOperations
-
Gets all cities
- getCity(int) - Method in interface rs.etf.sab.operations.BuyerOperations
-
Gets city for buyer.
- getCity(int) - Method in interface rs.etf.sab.operations.ShopOperations
-
Gets city's id
- getConnectedCities(int) - Method in interface rs.etf.sab.operations.CityOperations
-
Get connected cities.
- getCredit(int) - Method in interface rs.etf.sab.operations.BuyerOperations
-
Gets credit for buyer.
- getCurrentTime() - Method in interface rs.etf.sab.operations.GeneralOperations
-
Gets current time
- getDiscount(int) - Method in interface rs.etf.sab.operations.ShopOperations
-
Get discount for shop.
- getDiscountSum(int) - Method in interface rs.etf.sab.operations.OrderOperations
-
Gets calculated discount for the order
- getFinalPrice(int) - Method in interface rs.etf.sab.operations.OrderOperations
-
Gets calculated final price after all discounts.
- getItems(int) - Method in interface rs.etf.sab.operations.OrderOperations
-
Get all items for order.
- getLocation(int) - Method in interface rs.etf.sab.operations.OrderOperations
-
Gets location for an order.
- getOrders(int) - Method in interface rs.etf.sab.operations.BuyerOperations
-
Gets all orders for buyer
- getRecievedTime(int) - Method in interface rs.etf.sab.operations.OrderOperations
-
Gets time when order arrived to buyer's city.
- getSentTime(int) - Method in interface rs.etf.sab.operations.OrderOperations
-
Gets order's sending time
- getShops(int) - Method in interface rs.etf.sab.operations.CityOperations
-
Get shops in the city.
- getShopTransactionsAmmount(int) - Method in interface rs.etf.sab.operations.TransactionOperations
-
Gets sum of all transactions amounts for shop
- getState(int) - Method in interface rs.etf.sab.operations.OrderOperations
-
Gets state of the order.
- getSystemProfit() - Method in interface rs.etf.sab.operations.TransactionOperations
-
Gets system profit.
- getTimeOfExecution(int) - Method in interface rs.etf.sab.operations.TransactionOperations
-
get transaction's execution time.
- getTransactionAmount(int) - Method in interface rs.etf.sab.operations.TransactionOperations
-
Gets transaction's amount.
- getTransactionForBuyersOrder(int) - Method in interface rs.etf.sab.operations.TransactionOperations
-
Gets transaction that buyer made for paying an order.
- getTransactionForShopAndOrder(int, int) - Method in interface rs.etf.sab.operations.TransactionOperations
-
Gets transaction for recieved order that system made to shop.
- getTransationsForBuyer(int) - Method in interface rs.etf.sab.operations.TransactionOperations
-
Gets all transactions for buyer
- getTransationsForShop(int) - Method in interface rs.etf.sab.operations.TransactionOperations
-
Gets all transactions for shop
All Classes All Packages