| Line 1... |
Line 1... |
| 1 |
package com.spice.profitmandi.service.wallet;
|
1 |
package com.spice.profitmandi.service.wallet;
|
| 2 |
|
2 |
|
| 3 |
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
|
3 |
import com.spice.profitmandi.common.exception.ProfitMandiBusinessException;
|
| 4 |
import com.spice.profitmandi.dao.entity.transaction.UserWallet;
|
4 |
import com.spice.profitmandi.dao.entity.transaction.UserWallet;
|
| 5 |
import com.spice.profitmandi.dao.entity.transaction.UserWalletHistory;
|
5 |
import com.spice.profitmandi.dao.entity.transaction.UserWalletHistory;
|
| - |
|
6 |
import com.spice.profitmandi.dao.enumuration.transaction.AddWalletRequestStatus;
|
| 6 |
import in.shop2020.model.v1.order.WalletReferenceType;
|
7 |
import in.shop2020.model.v1.order.WalletReferenceType;
|
| - |
|
8 |
import org.springframework.http.ResponseEntity;
|
| 7 |
import org.springframework.stereotype.Service;
|
9 |
import org.springframework.stereotype.Service;
|
| 8 |
|
10 |
|
| 9 |
import java.time.LocalDateTime;
|
11 |
import java.time.LocalDateTime;
|
| 10 |
import java.util.Arrays;
|
12 |
import java.util.Arrays;
|
| 11 |
import java.util.List;
|
13 |
import java.util.List;
|
| Line 56... |
Line 58... |
| 56 |
Map<Integer, Integer> getWaleltRetailerMap(Set<Integer> retailerIds) throws ProfitMandiBusinessException;
|
58 |
Map<Integer, Integer> getWaleltRetailerMap(Set<Integer> retailerIds) throws ProfitMandiBusinessException;
|
| 57 |
|
59 |
|
| 58 |
void resetWallet() throws ProfitMandiBusinessException;
|
60 |
void resetWallet() throws ProfitMandiBusinessException;
|
| 59 |
|
61 |
|
| 60 |
int getManualReference(WalletReferenceType referenceType);
|
62 |
int getManualReference(WalletReferenceType referenceType);
|
| - |
|
63 |
|
| - |
|
64 |
ResponseEntity<?> createAddWalletRequestReport(LocalDateTime startDate, LocalDateTime endDate, AddWalletRequestStatus status) throws Exception;
|
| 61 |
}
|
65 |
}
|