Package net.daveray.rewardsapi.srvc
Class RewardsService
java.lang.Object
net.daveray.rewardsapi.srvc.RewardsService
RewardsService contains the primary business logic at the service layer
calls the QueryService to retrieve transaction data
returns apiResponse to the RestController
- Since:
- November 2023
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrewardsAllMonths(String month) rewardsSingle(String month, String customerId) rewardsSingleMonths(String monthBegin, String customerId, String monthEnd)
-
Constructor Details
-
RewardsService
public RewardsService()
-
-
Method Details
-
rewardsAll
-
rewardsAllMonths
-
rewardsSingle
-
rewardsSingleMonths
-