Package application.model
Klasse PersonsInAMonthWeek
java.lang.Object
application.model.PersonsInAMonthWeek
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungPersonsInAMonthWeek(LocalDate mondayDate, List<Person> mondayPersons, LocalDate tuesdayDate, List<Person> tuesdayPersons, LocalDate wednesdayDate, List<Person> wednesdayPersons, LocalDate thursdayDate, List<Person> thursdayPersons, LocalDate fridayDate, List<Person> fridayPersons, LocalDate saturdayDate, List<Person> saturdayPersons, LocalDate sundayDate, List<Person> sundayPersons) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetDateFor(DayOfWeek dayOfWeek) getPersonsFor(DayOfWeek dayOfWeek) static List<PersonsInAMonthWeek> parseMonth(List<Person> persons, YearMonth targetMonth)
-
Konstruktordetails
-
PersonsInAMonthWeek
public PersonsInAMonthWeek(LocalDate mondayDate, List<Person> mondayPersons, LocalDate tuesdayDate, List<Person> tuesdayPersons, LocalDate wednesdayDate, List<Person> wednesdayPersons, LocalDate thursdayDate, List<Person> thursdayPersons, LocalDate fridayDate, List<Person> fridayPersons, LocalDate saturdayDate, List<Person> saturdayPersons, LocalDate sundayDate, List<Person> sundayPersons)
-
-
Methodendetails
-
parseMonth
-
getDateFor
-
getPersonsFor
-
getMondayDate
-
getMondayPersons
-
getTuesdayDate
-
getTuesdayPersons
-
getWednesdayDate
-
getWednesdayPersons
-
getThursdayDate
-
getThursdayPersons
-
getFridayDate
-
getFridayPersons
-
getSaturdayDate
-
getSaturdayPersons
-
getSundayDate
-
getSundayPersons
-