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 voidAffiliation. 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 Solution Modifier and Type Method Description voidAffiliation. 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 SolutionISolutionService. 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 SolutionIdISolutionService. 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 Modifier and Type Method Description voidTimezone. 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 booleanOnlyMatchingChildrenValidator. 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 voidUser. addSolution(Solution solution)voidUser. removeSolution(Solution solution)Method parameters in de.fraunhofer.iese.mydata.user with type arguments of type Solution Modifier and Type Method Description voidUser. 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
-