Uses of Class
de.fraunhofer.iese.mydata.solution.Solution
Packages that use Solution
Package
Description
-
Uses of Solution in de.fraunhofer.iese.mydata.affiliation
Methods 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 TypeMethodDescriptionvoid
Affiliation.addSolution
(@NonNull Solution solution) needed for JPA/Hibernate a solution, if not null, is added to the current list of solutions for this affiliationvoid
Affiliation.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 TypeMethodDescriptionvoid
Affiliation.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.solution
Methods 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.void
ISolutionService.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.validation
Methods in de.fraunhofer.iese.mydata.solution.validation with parameters of type Solution -
Uses of Solution in de.fraunhofer.iese.mydata.user
Methods 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 TypeMethodDescriptionvoid
User.addSolution
(Solution solution) void
User.removeSolution
(Solution solution) Method parameters in de.fraunhofer.iese.mydata.user with type arguments of type SolutionModifier and TypeMethodDescriptionvoid
User.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