Uses of Class
com.eeit87t3.tickiteasy.cwdfunding.entity.FundProjFollow
Packages that use FundProjFollow
Package
Description
-
Uses of FundProjFollow in com.eeit87t3.tickiteasy.cwdfunding.controller
Methods in com.eeit87t3.tickiteasy.cwdfunding.controller that return FundProjFollowModifier and TypeMethodDescriptionUserFundProjAPIController.createFundProjFollows(FundProjFollow fundProjFollow) Methods in com.eeit87t3.tickiteasy.cwdfunding.controller that return types with arguments of type FundProjFollowModifier and TypeMethodDescriptionUserFundProjAPIController.findFundProjFollows(Integer memberID) Methods in com.eeit87t3.tickiteasy.cwdfunding.controller with parameters of type FundProjFollowModifier and TypeMethodDescriptionUserFundProjAPIController.createFundProjFollows(FundProjFollow fundProjFollow) -
Uses of FundProjFollow in com.eeit87t3.tickiteasy.cwdfunding.repository
Methods in com.eeit87t3.tickiteasy.cwdfunding.repository that return types with arguments of type FundProjFollowModifier and TypeMethodDescriptionFundProjFollowRepository.findByFundProjFollowPKMemberID(Integer memberID) FundProjFollowRepository.findByFundProjFollowPKProjectID(Integer projectID) -
Uses of FundProjFollow in com.eeit87t3.tickiteasy.cwdfunding.service
Methods in com.eeit87t3.tickiteasy.cwdfunding.service that return FundProjFollowModifier and TypeMethodDescriptionFundProjFollowService.createFundProjFollow(FundProjFollow fundProjFollow) Methods in com.eeit87t3.tickiteasy.cwdfunding.service that return types with arguments of type FundProjFollowModifier and TypeMethodDescriptionFundProjFollowService.findByFundProjFollowPKMemberID(Integer memberID) FundProjFollowService.findByFundProjFollowPKProjectID(Integer projectID) Methods in com.eeit87t3.tickiteasy.cwdfunding.service with parameters of type FundProjFollowModifier and TypeMethodDescriptionFundProjFollowService.createFundProjFollow(FundProjFollow fundProjFollow)