Uses of Class
com.eeit87t3.tickiteasy.cwdfunding.entity.FundProj
Packages that use FundProj
Package
Description
-
Uses of FundProj in com.eeit87t3.tickiteasy.cwdfunding.entity
Methods in com.eeit87t3.tickiteasy.cwdfunding.entity that return FundProjModifier and TypeMethodDescriptionFundOrder.getFundProj()FundPlan.getFundProj()FundProjFollow.getFundProj()Methods in com.eeit87t3.tickiteasy.cwdfunding.entity with parameters of type FundProjModifier and TypeMethodDescriptionvoidFundOrder.setFundProj(FundProj fundProj) voidFundPlan.setFundProj(FundProj fundProj) voidFundProjFollow.setFundProj(FundProj fundProj) -
Uses of FundProj in com.eeit87t3.tickiteasy.cwdfunding.repository
Methods in com.eeit87t3.tickiteasy.cwdfunding.repository that return FundProjMethods in com.eeit87t3.tickiteasy.cwdfunding.repository that return types with arguments of type FundProjModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<FundProj> FundProjRepository.findProjectByCategory(Integer categoryID, org.springframework.data.domain.Pageable pgb) org.springframework.data.domain.Page<FundProj> FundProjRepository.findProjectByCategoryAndStatus(Integer categoryID, org.springframework.data.domain.Pageable pgb) org.springframework.data.domain.Page<FundProj> FundProjRepository.findProjectByStatus(org.springframework.data.domain.Pageable pgb) -
Uses of FundProj in com.eeit87t3.tickiteasy.cwdfunding.service
Methods in com.eeit87t3.tickiteasy.cwdfunding.service that return FundProjModifier and TypeMethodDescriptionFundProjService.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) FundProjService.findFundProjById(Integer projectID) FundProjService.saveProj(FundProjDTO fundProjDTO)