Uses of Class
de.fraunhofer.iese.mydata.affiliation.AffiliationId
Package
Description
-
Uses of AffiliationId in de.fraunhofer.iese.mydata.affiliation
Modifier and TypeMethodDescriptionIAffiliationService.addAffiliation
(Affiliation affiliation) Adds the affiliation.IAffiliationService.getAffiliationIdBySolutionId
(SolutionId solutionId) Returns the affiliationId a solutionid (solution) belongs toIAffiliationService.getAffiliationIdByUserUUID
(String userUUID) Returns the affiliationids for a specific user It can be a set as a super_admin is per default assigned to all affiliationsModifier and TypeMethodDescriptionIAffiliationService.listAffiliations
(boolean includeLocked) Gets the affiliation ids.Modifier and TypeMethodDescriptionboolean
IAffiliationService.affiliationIdExists
(AffiliationId affiliationId) Checks if this affiliationId existsvoid
IAffiliationService.deleteAffiliation
(AffiliationId affiliationId) Delete affiliation.IAffiliationService.getAffiliation
(AffiliationId affiliationId) Gets the affiliation.void
IAffiliationService.lockAffiliation
(AffiliationId affiliationId) Lock affiliation.void
IAffiliationService.unlockAffiliation
(AffiliationId affiliationId) Unlock affiliation.ModifierConstructorDescriptionAffiliation
(AffiliationId affId) assign an affiliationId to the current affiliation -
Uses of AffiliationId in de.fraunhofer.iese.mydata.solution
Modifier and TypeMethodDescriptionISolutionService.addSolution
(Solution solution, AffiliationId affiliationId) Adds the solution.ISolutionService.getSolutions
(AffiliationId affiliationId, boolean includeLocked) Set solutions.ISolutionService.listSolutions
(AffiliationId affiliationId, boolean includeLocked) Set solutions. -
Uses of AffiliationId in de.fraunhofer.iese.mydata.user
Modifier and TypeMethodDescriptionIUserService.addUser
(User userModel, AffiliationId affiliationId) Adds the user.IUserService.getUsers
(AffiliationId affiliationId, boolean includeLocked) Gets the users.IUserService.listUsers
(AffiliationId affiliationId, boolean includeLocked) Set users.