Uses of Class
org.powertac.visualizer.domain.Authority
| Package | Description |
|---|---|
| org.powertac.visualizer.domain |
JPA domain objects.
|
| org.powertac.visualizer.service.mapper |
MapStruct mappers for mapping domain objects and Data Transfer Objects.
|
-
Uses of Authority in org.powertac.visualizer.domain
Methods in org.powertac.visualizer.domain that return types with arguments of type Authority Modifier and Type Method Description Set<Authority>User. getAuthorities()Method parameters in org.powertac.visualizer.domain with type arguments of type Authority Modifier and Type Method Description voidUser. setAuthorities(Set<Authority> authorities) -
Uses of Authority in org.powertac.visualizer.service.mapper
Methods in org.powertac.visualizer.service.mapper that return types with arguments of type Authority Modifier and Type Method Description default Set<Authority>UserMapper. authoritiesFromStrings(Set<String> strings)Method parameters in org.powertac.visualizer.service.mapper with type arguments of type Authority Modifier and Type Method Description default Set<String>UserMapper. stringsFromAuthorities(Set<Authority> authorities)