Uses of Class
de.gustavblass.fsu.fmi.roombooking.service.ActorService
Packages that use ActorService
Package
Description
-
Uses of ActorService in de.gustavblass.fsu.fmi.roombooking.controller
Fields in de.gustavblass.fsu.fmi.roombooking.controller declared as ActorServiceModifier and TypeFieldDescriptionprivate final ActorServiceActorController.actorServiceUsed to retrieve and save Actors from the database.private final @NonNull ActorServiceActorRestController.actorServiceUsed to retrieve and save Actors from the database.Constructors in de.gustavblass.fsu.fmi.roombooking.controller with parameters of type ActorServiceModifierConstructorDescriptionActorController(@NonNull ActorService actorService, @NonNull PathLocaliser pathLocaliser) Constructs a newActorController.ActorRestController(@NonNull ActorService actorService, @NonNull ActorMapper actorMapper) Constructs a newActorRestControllerwith the givenActorRestController.actorService. -
Uses of ActorService in de.gustavblass.fsu.fmi.roombooking.controller.admin
Fields in de.gustavblass.fsu.fmi.roombooking.controller.admin declared as ActorServiceModifier and TypeFieldDescriptionprivate final ActorServiceActorAdminController.actorServiceUsed to retrieve and save Actors from the database.private final ActorServiceActorAdminRestController.actorServiceUsed to retrieve and save Actors from the database.Constructors in de.gustavblass.fsu.fmi.roombooking.controller.admin with parameters of type ActorServiceModifierConstructorDescriptionActorAdminController(@NonNull ActorService actorService, @NonNull PathLocaliser pathLocaliser) Constructs a newActorAdminController.ActorAdminRestController(@NonNull ActorService actorService) Constructs a newActorRestControllerwith the givenActorAdminRestController.actorService. -
Uses of ActorService in de.gustavblass.fsu.fmi.roombooking.security
Fields in de.gustavblass.fsu.fmi.roombooking.security declared as ActorServiceModifier and TypeFieldDescriptionprivate final @NonNull ActorServiceLdapActorLoginMapper.actorServiceUsed to fetch a givenActordata from the database.private final @NonNull ActorServiceLdapDatabaseActorPopulator.actorServiceUsed to fetch a given user's data from the database.Constructors in de.gustavblass.fsu.fmi.roombooking.security with parameters of type ActorServiceModifierConstructorDescriptionLdapActorLoginMapper(@NonNull ActorService actorService) Constructs a newLdapActorLoginMapperwith the givenLdapActorLoginMapper.actorService.LdapDatabaseActorPopulator(@NonNull ActorService actorService) Constructs a newLdapDatabaseActorPopulatorwith the givenLdapDatabaseActorPopulator.actorService.