partly accepted statistics
This commit is contained in:
buisnesslogic/src/main/java/com/plannaplan/services
restservice/src
main
java
com
plannaplan
controllers
test
java
com
plannaplan
controllers
@ -219,4 +219,11 @@ public class UserService {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* @return ammount of how many users have partly or none schedule accepted
|
||||
*/
|
||||
public Integer getAmmountOfUsersWithNoAcceptedSchedules() {
|
||||
return this.getAllStudents().size() - this.getAmmountOfUsersWithAcceptedSchedules();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user