Uses of Class
example.app.entities.exceptions.NullArgumentException
Packages that use NullArgumentException
-
Uses of NullArgumentException in example.app.entities.compartments
Methods in example.app.entities.compartments that throw NullArgumentExceptionModifier and TypeMethodDescriptionvoidFaculty.addBatches(Batch... batches) /** This method adds a list of batches to the facultyvoidBatch.addFaculties(Faculty... faculties) This method assigns an array of faculties to the batchvoidSetter of the faculty codevoidSetter for the course of the batchvoidSetter for the start and duration of the batchvoidSetter for the start and end date of the batchvoidBatch.setDate(LocalDateTime startDate, long durationDays) Setter for the start and duration of the batchvoidBatch.setDate(LocalDateTime startDate, LocalDateTime endDate) Setter for the start and end date of the batchvoidBatch.setDescription(String description) Setter for the description of the batch.voidFaculty.setDescription(String description) Setter of the faculty description.voidBatch.setDurationDays(long durationDays) Setter for the duration of the batchvoidBatch.setEndDate(String endDate) Setter for the end date of the batchvoidBatch.setEndDate(LocalDateTime endDate) Setter for the end date of the batchvoidFaculty.setFacultyUser(FacultyUser facultyUser) Setter of the faculty uservoidSetter for the name of the batchvoidBatch.setStartDate(String startDate) Setter for the start date of the batchvoidBatch.setStartDate(LocalDateTime startDate) Setter for the start date of the batchConstructors in example.app.entities.compartments that throw NullArgumentExceptionModifierConstructorDescriptionBatch(String name, Course course, String description, LocalDateTime startDate, LocalDateTime endDate) Faculty(String code, String description, FacultyUser facultyUser) -
Uses of NullArgumentException in example.app.entities.users
Methods in example.app.entities.users that throw NullArgumentExceptionModifier and TypeMethodDescriptionvoidSetter for the emailvoidUser.setFirstName(String firstName) Setter for the first namevoidUser.setLastName(String lastName) Setter for the last namevoidUser.setPassword(String password) Setter for the passwordvoidUser.setUsername(String username) Setter for the usernameConstructors in example.app.entities.users that throw NullArgumentException