| Line 53... |
Line 53... |
| 53 |
import com.spice.profitmandi.dao.repository.user.FofoKycRepository;
|
53 |
import com.spice.profitmandi.dao.repository.user.FofoKycRepository;
|
| 54 |
import com.spice.profitmandi.dao.repository.user.UserRepository;
|
54 |
import com.spice.profitmandi.dao.repository.user.UserRepository;
|
| 55 |
import com.spice.profitmandi.dao.repository.warehouse.BrandRegionMappingRepository;
|
55 |
import com.spice.profitmandi.dao.repository.warehouse.BrandRegionMappingRepository;
|
| 56 |
import com.spice.profitmandi.dao.repository.warehouse.WarehouseInventoryItemRepository;
|
56 |
import com.spice.profitmandi.dao.repository.warehouse.WarehouseInventoryItemRepository;
|
| 57 |
import com.spice.profitmandi.dao.repository.warehouse.WarehouseScanRepository;
|
57 |
import com.spice.profitmandi.dao.repository.warehouse.WarehouseScanRepository;
|
| - |
|
58 |
import com.spice.profitmandi.dao.service.LiquidationService;
|
| 58 |
import com.spice.profitmandi.service.integrations.bharti.BAGService;
|
59 |
import com.spice.profitmandi.service.integrations.bharti.BAGService;
|
| 59 |
import com.spice.profitmandi.service.integrations.bharti.model.Sample;
|
60 |
import com.spice.profitmandi.service.integrations.bharti.model.Sample;
|
| 60 |
import com.spice.profitmandi.service.integrations.gstpro.GstProAuthService;
|
61 |
import com.spice.profitmandi.service.integrations.gstpro.GstProAuthService;
|
| 61 |
import com.spice.profitmandi.service.integrations.gstpro.GstProService;
|
62 |
import com.spice.profitmandi.service.integrations.gstpro.GstProService;
|
| 62 |
import com.spice.profitmandi.service.integrations.oneassist.OneAssistService;
|
63 |
import com.spice.profitmandi.service.integrations.oneassist.OneAssistService;
|
| Line 209... |
Line 210... |
| 209 |
// Service for Tertiary/Partner Orders
|
210 |
// Service for Tertiary/Partner Orders
|
| 210 |
@Autowired
|
211 |
@Autowired
|
| 211 |
private OrderService orderService;
|
212 |
private OrderService orderService;
|
| 212 |
|
213 |
|
| 213 |
@Autowired
|
214 |
@Autowired
|
| - |
|
215 |
private LiquidationService liquidationService;
|
| - |
|
216 |
|
| - |
|
217 |
@Autowired
|
| 214 |
private SchemeRepository schemeRepository;
|
218 |
private SchemeRepository schemeRepository;
|
| 215 |
|
219 |
|
| 216 |
@Autowired
|
220 |
@Autowired
|
| 217 |
private AddressRepository addressRepository;
|
221 |
private AddressRepository addressRepository;
|
| 218 |
|
222 |
|
| Line 1141... |
Line 1145... |
| 1141 |
|
1145 |
|
| 1142 |
public void reverseInvalidActivation(List<Integer> inventoryItemIds) throws Exception {
|
1146 |
public void reverseInvalidActivation(List<Integer> inventoryItemIds) throws Exception {
|
| 1143 |
orderService.reverseActivationScheme(inventoryItemIds);
|
1147 |
orderService.reverseActivationScheme(inventoryItemIds);
|
| 1144 |
}
|
1148 |
}
|
| 1145 |
|
1149 |
|
| - |
|
1150 |
public void processBids(ProfitMandiConstants.BID_CRON_ENUM schedule) throws Exception {
|
| - |
|
1151 |
liquidationService.processBids(schedule);
|
| - |
|
1152 |
}
|
| 1146 |
|
1153 |
|
| 1147 |
@Autowired
|
1154 |
@Autowired
|
| 1148 |
CartRepository cartRepository;
|
1155 |
CartRepository cartRepository;
|
| 1149 |
|
1156 |
|
| 1150 |
@Autowired
|
1157 |
@Autowired
|