Uses of Class
de.fraunhofer.iese.mydata.solution.Solution
Packages that use Solution
Package
Description
- 
Uses of Solution in de.fraunhofer.iese.mydata.affiliationMethods in de.fraunhofer.iese.mydata.affiliation that return types with arguments of type SolutionModifier and TypeMethodDescriptionAffiliation.getSolutions()needed for JPA/Hibernate if the solutions set is null, a new set is initializedMethods in de.fraunhofer.iese.mydata.affiliation with parameters of type SolutionModifier and TypeMethodDescriptionvoidAffiliation.addSolution(@NonNull Solution solution) needed for JPA/Hibernate a solution, if not null, is added to the current list of solutions for this affiliationvoidAffiliation.removeSolution(@NonNull Solution solution) needed for JPA/Hibernate a solution, if not null, is removed from the current list of solutions for this affiliationMethod parameters in de.fraunhofer.iese.mydata.affiliation with type arguments of type SolutionModifier and TypeMethodDescriptionvoidAffiliation.setSolutions(@NonNull Set<Solution> solutions) needed for JPA/Hibernate if the solutions set is null, a new set is initialized, else, it re-uses the previous object then updates the current list (set) of solutions for this affiliation
- 
Uses of Solution in de.fraunhofer.iese.mydata.solutionMethods in de.fraunhofer.iese.mydata.solution that return SolutionModifier and TypeMethodDescriptionISolutionService.getSolution(SolutionId solutionId) Gets the solution.Methods in de.fraunhofer.iese.mydata.solution that return types with arguments of type SolutionModifier and TypeMethodDescriptionISolutionService.getSolutions(AffiliationId affiliationId, boolean includeLocked) Set solutions.ISolutionService.getSolutions(String userId, boolean includeLocked) Set solutions.Timezone.getSolutions()Methods in de.fraunhofer.iese.mydata.solution with parameters of type SolutionModifier and TypeMethodDescriptionISolutionService.addSolution(Solution solution, AffiliationId affiliationId) Adds the solution.voidISolutionService.updateSolution(Solution solution) Update solution.Method parameters in de.fraunhofer.iese.mydata.solution with type arguments of type Solution
- 
Uses of Solution in de.fraunhofer.iese.mydata.solution.validationMethods in de.fraunhofer.iese.mydata.solution.validation with parameters of type Solution
- 
Uses of Solution in de.fraunhofer.iese.mydata.userMethods in de.fraunhofer.iese.mydata.user that return types with arguments of type SolutionMethods in de.fraunhofer.iese.mydata.user with parameters of type SolutionModifier and TypeMethodDescriptionvoidUser.addSolution(Solution solution) voidUser.removeSolution(Solution solution) Method parameters in de.fraunhofer.iese.mydata.user with type arguments of type SolutionModifier and TypeMethodDescriptionvoidUser.setSolutions(Set<Solution> solutions) needed for JPA/Hibernate if the solutions set is null, a new set is initialized, else, it re-uses the previous object then updates the current list (set) of solutions for this affiliation