| Line 317... |
Line 317... |
| 317 |
model.addAttribute("response1", mvcResponseSender.createResponseString(true));
|
317 |
model.addAttribute("response1", mvcResponseSender.createResponseString(true));
|
| 318 |
return "response";
|
318 |
return "response";
|
| 319 |
|
319 |
|
| 320 |
}
|
320 |
}
|
| 321 |
|
321 |
|
| - |
|
322 |
@RequestMapping(value = "/feePaymentDeletion", method = RequestMethod.PUT)
|
| - |
|
323 |
public String feePaymentDeletion(HttpServletRequest request, @RequestParam int bfcId,
|
| - |
|
324 |
Model model) throws Exception {
|
| - |
|
325 |
brandFeeCollectionRepository.deleteById(bfcId);
|
| - |
|
326 |
model.addAttribute("response1", mvcResponseSender.createResponseString(true));
|
| - |
|
327 |
return "response";
|
| - |
|
328 |
|
| - |
|
329 |
}
|
| - |
|
330 |
|
| 322 |
|
331 |
|
| 323 |
@RequestMapping(value = "/uploadDocumentForm", method = RequestMethod.GET)
|
332 |
@RequestMapping(value = "/uploadDocumentForm", method = RequestMethod.GET)
|
| 324 |
public String uploadDocumentForm(HttpServletRequest request, @RequestParam int loiId, Model model) throws ProfitMandiBusinessException {
|
333 |
public String uploadDocumentForm(HttpServletRequest request, @RequestParam int loiId, Model model) throws ProfitMandiBusinessException {
|
| 325 |
List<LoiDocMaster> activeDocMasterList = loiDocMasterList.getAllActiveDoc();
|
334 |
List<LoiDocMaster> activeDocMasterList = loiDocMasterList.getAllActiveDoc();
|
| 326 |
LoginDetails loginDetails = cookiesProcessor.getCookiesObject(request);
|
335 |
LoginDetails loginDetails = cookiesProcessor.getCookiesObject(request);
|