Uses of Class
de.fraunhofer.iese.mydata.solution.Solution
Package
Description
-
Uses of Solution in de.fraunhofer.iese.mydata.affiliation
Modifier and TypeMethodDescriptionAffiliation.getSolutions()
needed for JPA/Hibernate if the solutions set is null, a new set is initializedModifier 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 affiliationModifier 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
Modifier and TypeMethodDescriptionISolutionService.getSolution
(SolutionId solutionId) Gets the solution.Modifier and TypeMethodDescriptionISolutionService.getSolutions
(AffiliationId affiliationId, boolean includeLocked) Set solutions.ISolutionService.getSolutions
(String userId, boolean includeLocked) Set solutions.Timezone.getSolutions()
Modifier and TypeMethodDescriptionISolutionService.addSolution
(Solution solution, AffiliationId affiliationId) Adds the solution.void
ISolutionService.updateSolution
(Solution solution) Update solution. -
Uses of Solution in de.fraunhofer.iese.mydata.solution.validation
-
Uses of Solution in de.fraunhofer.iese.mydata.user
Modifier and TypeMethodDescriptionvoid
User.addSolution
(Solution solution) void
User.removeSolution
(Solution solution) Modifier 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