- getBankId() - Method in class dto.Order
-
- getBankName() - Method in class dto.Order
-
- getBankNameFromAd(String) - Method in class dao.FixrateDBDao
-
This method finds bankname from Fixrate's database, based on unique id from the new ad created
- getBody() - Method in class PostMessage
-
- getCancelledOrderInfo(String) - Method in class dao.OrderDao
-
Gets an order object for cancelled orders
- getData() - Method in class PostMessage
-
- getDepositorFirstname() - Method in class dto.Order
-
- getDepositorFullname() - Method in class dto.Order
-
- getDepositorId() - Method in class dto.Order
-
- getDepositorLastname() - Method in class dto.Order
-
- getDepositTerminationConfirmedInfo(String) - Method in class dao.OrderDao
-
Method to get an order object where bank has confirmed termination of deposit
- getDepositTerminationRequestInfo(String) - Method in class dao.OrderDao
-
Method to get an order object where depositor sends termination request
- getExpoTokenByNotificationType(String) - Method in class dao.NotificationTableDao
-
Finds all ExpoTokens based on one notification type
- getExpoTokens(String, String, String) - Method in class dao.NotificationTableDao
-
Finds ExpoTokens based association type, notification type, and organisation id
- getExpoTokensForAD(String) - Method in class dao.NotificationTableDao
-
Finds all ExpoTokens based on notification type, used to notify user's who want notification for new ads
- getJSONOBJECT() - Method in class PostMessage
-
- getOrder(String) - Method in class dao.OrderDao
-
Creates order object with order id, depositor id, and bank id
- getOrderId() - Method in class dto.Order
-
- getOrderInfo(String, String) - Method in class dao.OrderDao
-
This method creates an Order object, with user id, and order id
establishes connection to database
executes sql query
- getOrganisationId() - Method in class dto.Order
-
- getOrganisationName() - Method in class dto.Order
-
- getPassword(String) - Method in class database.ConfigProperties
-
Method to get password
- getRabbitMQHost(String) - Method in class database.ConfigProperties
-
Method to get host name for rabbitMQ server()
- getRabbitMQpassword(String) - Method in class database.ConfigProperties
-
Method to get password for rabbitMQ server
- getRabbitMQqueueName(String) - Method in class database.ConfigProperties
-
Method to get queueName for rabbitMQ server
- getRabbitMQuserName(String) - Method in class database.ConfigProperties
-
Method to get username for rabbitMQ server
- getRateChangeInfo(String) - Method in class dao.OrderDao
-
This method finds information for one rate change on order, based on order id
establishes connection to database
executes sql query
- getTitle() - Method in class PostMessage
-
- getTo() - Method in class PostMessage
-
- getUrl(String) - Method in class database.ConfigProperties
-
Method to get url
- getUserId() - Method in class dto.Order
-
- getUsername(String) - Method in class database.ConfigProperties
-
Method to get username