All Classes
| Class | Description |
|---|---|
| Accesslevel |
gives the possibility to assign rights for the different user
|
| Application | |
| BaseEntity |
the BaseEntity class
|
| BaseRepository<E extends BaseEntity> | |
| Cleanliness |
Cleanliness indicates the pollution of the device
|
| Device |
maps the devices and contains their name and status
|
| DeviceStatus |
is used to check the status of a device
|
| EnumValue | |
| Expansion |
is the basic class for every additional expansions of the playground
|
| Friend |
class to map the friends list to the
|
| FriendController |
The FriendController with its class FriendController is important to manage the user accounts, friend lists and content.
|
| IndexController |
The IndexController with its class IndexController is used to show the greeting to the user and conntects the userRepository to the Controller.
|
| Location |
identifies the playground location
it contains the adress and is expanded by the district
|
| LocationRepository | |
| PersistenceConfiguration | |
| Picture |
class to access the pictureFiles via database
|
| PictureRepository | |
| PictureRepositoryCustom | |
| PictureRepositoryImpl | |
| Playground |
is the basic class to map a playground
is used as the data base for the user acces
|
| PlaygroundController |
The PlaygroundController with its class PlaygroundController is used to manage and list the playgrounds.
|
| PlaygroundRepository | |
| PlaygroundRepositoryCustom | |
| PlaygroundRepositoryImpl | |
| PlaygroundRepositoryTest | |
| ProfileController |
The ProfileController with its class ProfileController manages the user account and gives the user the possibility to authenticate at the Playground website.
|
| SecurityConfig | |
| SessionUtils | |
| Status |
Status indicates how many users are currently logged into the playground
|
| User |
this class is used to map the user
it contains also the accessLevel, playgoundFavorites and friends
shows the currently accessed playgound
|
| UserRepository | |
| UserRepositoryCustom | |
| UserRepositoryImpl | |
| WelcomePageRedirect |