Uses of Class
com.eeit87t3.tickiteasy.cwdfunding.entity.FundProjDTO
Packages that use FundProjDTO
Package
Description
-
Uses of FundProjDTO in com.eeit87t3.tickiteasy.cwdfunding.controller
Methods in com.eeit87t3.tickiteasy.cwdfunding.controller that return FundProjDTOModifier and TypeMethodDescriptionMethods in com.eeit87t3.tickiteasy.cwdfunding.controller that return types with arguments of type FundProjDTOModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<FundProjDTO> AdminFundProjAPIController.findByPageApi(Integer pageNumber, Integer categoryID, Model model) org.springframework.data.domain.Page<FundProjDTO> UserFundProjAPIController.findByPageApi(Integer pageNumber, Integer categoryID, Model model) Methods in com.eeit87t3.tickiteasy.cwdfunding.controller with parameters of type FundProjDTO -
Uses of FundProjDTO in com.eeit87t3.tickiteasy.cwdfunding.service
Methods in com.eeit87t3.tickiteasy.cwdfunding.service that return FundProjDTOMethods in com.eeit87t3.tickiteasy.cwdfunding.service that return types with arguments of type FundProjDTOModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<FundProjDTO> FundProjService.findFundProjByPage(Integer pageNumber, Integer size, Integer categoryID) org.springframework.data.domain.Page<FundProjDTO> FundProjService.findFundProjByPageAndStatus(Integer pageNumber, Integer size, Integer categoryID) Methods in com.eeit87t3.tickiteasy.cwdfunding.service with parameters of type FundProjDTO