| Line 56... |
Line 56... |
| 56 |
List<SchemeType> schemeTypes) throws ProfitMandiBusinessException;
|
56 |
List<SchemeType> schemeTypes) throws ProfitMandiBusinessException;
|
| 57 |
|
57 |
|
| 58 |
public double getTotalMargin(int itemId, PartnerType partnerType, LocalDateTime localDateTime);
|
58 |
public double getTotalMargin(int itemId, PartnerType partnerType, LocalDateTime localDateTime);
|
| 59 |
|
59 |
|
| 60 |
|
60 |
|
| - |
|
61 |
//void processPartialCD(String invoiceNumber) throws ProfitMandiBusinessException;
|
| - |
|
62 |
|
| - |
|
63 |
//void processNoCD(String invoiceNumber) throws ProfitMandiBusinessException;
|
| - |
|
64 |
|
| 61 |
Scheme getStaticScheme(int fofoId) throws ProfitMandiBusinessException;
|
65 |
Scheme getStaticScheme(int fofoId) throws ProfitMandiBusinessException;
|
| 62 |
|
66 |
|
| 63 |
public List<Scheme> selectSchemeByPartnerType(PartnerType partnerType, LocalDate onDate, int itemId, boolean isAdmin, int offset,
|
67 |
public List<Scheme> selectSchemeByPartnerType(PartnerType partnerType, LocalDate onDate, int itemId, boolean isAdmin, int offset,
|
| 64 |
int limit) throws ProfitMandiBusinessException;
|
68 |
int limit) throws ProfitMandiBusinessException;
|
| 65 |
|
69 |
|
| Line 76... |
Line 80... |
| 76 |
|
80 |
|
| 77 |
List<Scheme> selectSchemeByPartnerTypeFofoId(PartnerType partnerType, LocalDate onDate, int catalogId,
|
81 |
List<Scheme> selectSchemeByPartnerTypeFofoId(PartnerType partnerType, LocalDate onDate, int catalogId,
|
| 78 |
int fofoId, int offset, int limit) throws ProfitMandiBusinessException;
|
82 |
int fofoId, int offset, int limit) throws ProfitMandiBusinessException;
|
| 79 |
|
83 |
|
| 80 |
void processSchemeIn(List<InventoryItem> approvedList) throws ProfitMandiBusinessException;
|
84 |
void processSchemeIn(List<InventoryItem> approvedList) throws ProfitMandiBusinessException;
|
| - |
|
85 |
|
| - |
|
86 |
//void processFullCD(String invoiceNumber) throws ProfitMandiBusinessException;
|
| 81 |
}
|
87 |
}
|