Class UserFundProjViewController
java.lang.Object
com.eeit87t3.tickiteasy.cwdfunding.controller.UserFundProjViewController
- Author:
- TingXD (chen19990627)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfundOrderDetail(String tickitID, Model model) fundOrderList(Model model) paymentPage(Integer planID, Model model) showOneProjPage(Integer projectID, Model model) showProjPage(Integer pageNumber, Integer categoryID, Model model)
-
Constructor Details
-
UserFundProjViewController
public UserFundProjViewController()
-
-
Method Details
-
showProjPage
@GetMapping("/fundprojects") public String showProjPage(@RequestParam(value="p",defaultValue="1") Integer pageNumber, @RequestParam(required=false) Integer categoryID, Model model) -
showOneProjPage
@GetMapping("/fundprojects/{projectID}") public String showOneProjPage(@PathVariable Integer projectID, Model model) -
paymentPage
@GetMapping("/fundprojects/payment/{planID}") public String paymentPage(@PathVariable Integer planID, Model model) -
fundOrderList
-
fundOrderDetail
@GetMapping("/user/fundOrderDetail/{tickitID}") public String fundOrderDetail(@PathVariable String tickitID, Model model) -
fundProjFollow
-
linepayReqAcc
-
linepayReqReject
-