Class FundProjService
java.lang.Object
com.eeit87t3.tickiteasy.cwdfunding.service.FundProjService
- Author:
- TingXD (chen19990627)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaneditPlan(String projectID, String planID, String title, String unitPrice, String totalAmount, String buyAmount, String image, String content) editProj(String projectID, String title, String categoryID, String tagID, String startDateStr, String endDateStr, String targetAmount, String currentAmount, String threshold, String postponeDateStr, String filename, String description) booleaneditStatusById(Integer projectID, Integer updatedStatus) findFundProjById(Integer projectID) org.springframework.data.domain.Page<FundProjDTO> findFundProjByPage(Integer pageNumber, Integer size, Integer categoryID) org.springframework.data.domain.Page<FundProjDTO> findFundProjByPageAndStatus(Integer pageNumber, Integer size, Integer categoryID) findFundProjDTOById(Integer projectID) saveProj(FundProjDTO fundProjDTO)
-
Constructor Details
-
FundProjService
-
-
Method Details
-
saveProj
-
findFundProjByPageAndStatus
public org.springframework.data.domain.Page<FundProjDTO> findFundProjByPageAndStatus(Integer pageNumber, Integer size, Integer categoryID) -
findFundProjByPage
public org.springframework.data.domain.Page<FundProjDTO> findFundProjByPage(Integer pageNumber, Integer size, Integer categoryID) -
findFundProjDTOById
-
findFundProjById
-
findTopProject
-
deleteFundProjById
-
editProj
-
editPlan
-
editStatusById
-