Uses of Class
de.fraunhofer.iese.mydata.solution.Solution
-
Packages that use Solution Package Description de.fraunhofer.iese.mydata.affiliation de.fraunhofer.iese.mydata.solution de.fraunhofer.iese.mydata.solution.validation de.fraunhofer.iese.mydata.user -
-
Uses of Solution in de.fraunhofer.iese.mydata.affiliation
Methods in de.fraunhofer.iese.mydata.affiliation that return types with arguments of type Solution Modifier and Type Method Description Set<Solution>
Affiliation. 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 Solution Modifier and Type Method Description void
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 Solution Modifier and Type Method Description void
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 Solution Modifier and Type Method Description Solution
ISolutionService. getSolution(SolutionId solutionId)
Gets the solution.Methods in de.fraunhofer.iese.mydata.solution that return types with arguments of type Solution Modifier and Type Method Description Set<Solution>
ISolutionService. getSolutions(AffiliationId affiliationId, boolean includeLocked)
Set solutions.Set<Solution>
ISolutionService. getSolutions(String userId, boolean includeLocked)
Set solutions.List<Solution>
Timezone. getSolutions()
Methods in de.fraunhofer.iese.mydata.solution with parameters of type Solution Modifier and Type Method Description SolutionId
ISolutionService. 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 Modifier and Type Method Description void
Timezone. setSolutions(List<Solution> solutions)
-
Uses of Solution in de.fraunhofer.iese.mydata.solution.validation
Methods in de.fraunhofer.iese.mydata.solution.validation with parameters of type Solution Modifier and Type Method Description boolean
OnlyMatchingChildrenValidator. isValid(Solution solution, javax.validation.ConstraintValidatorContext context)
Use this method to test the constraint. -
Uses of Solution in de.fraunhofer.iese.mydata.user
Methods in de.fraunhofer.iese.mydata.user that return types with arguments of type Solution Modifier and Type Method Description Set<Solution>
User. getSolutions()
Methods in de.fraunhofer.iese.mydata.user with parameters of type Solution Modifier and Type Method Description void
User. addSolution(Solution solution)
void
User. removeSolution(Solution solution)
Method parameters in de.fraunhofer.iese.mydata.user with type arguments of type Solution Modifier and Type Method Description void
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
-