Uses of Class
info.ejava.examples.db.validation.contacts.dto.PersonPocDTO
Packages that use PersonPocDTO
Package
Description
-
Uses of PersonPocDTO in info.ejava.examples.db.validation.contacts.controller
Methods in info.ejava.examples.db.validation.contacts.controller that return types with arguments of type PersonPocDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<PersonPocDTO> ContactsController.createPOC
(PersonPocDTO personDTO) org.springframework.http.ResponseEntity
<PersonPocDTO> Methods in info.ejava.examples.db.validation.contacts.controller with parameters of type PersonPocDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<PersonPocDTO> ContactsController.createPOC
(PersonPocDTO personDTO) org.springframework.http.ResponseEntity
<PersonsPageDTO> ContactsController.findPocsByExample
(@PositiveOrZero Integer pageNumber, @Positive Integer pageSize, String sortString, PersonPocDTO probe) org.springframework.http.ResponseEntity
<Void> ContactsController.updatePOC
(String id, @Valid PersonPocDTO personDTO) -
Uses of PersonPocDTO in info.ejava.examples.db.validation.contacts.dto
Methods in info.ejava.examples.db.validation.contacts.dto that return types with arguments of type PersonPocDTOMethods in info.ejava.examples.db.validation.contacts.dto with parameters of type PersonPocDTOModifier and TypeMethodDescriptionboolean
PersonHasNameValidator.isValid
(PersonPocDTO person, jakarta.validation.ConstraintValidatorContext context) Constructor parameters in info.ejava.examples.db.validation.contacts.dto with type arguments of type PersonPocDTOModifierConstructorDescriptionPersonsPageDTO
(List<PersonPocDTO> content, Long totalElements, PageableDTO pageableDTO) PersonsPageDTO
(org.springframework.data.domain.Page<PersonPocDTO> page) -
Uses of PersonPocDTO in info.ejava.examples.db.validation.contacts.dto.factories
Fields in info.ejava.examples.db.validation.contacts.dto.factories with type parameters of type PersonPocDTOModifier and TypeFieldDescriptionstatic UnaryOperator
<PersonPocDTO> PersonPocDTOFactory.contacts
static UnaryOperator
<PersonPocDTO> PersonPocDTOFactory.contactsMany
static UnaryOperator
<PersonPocDTO> PersonPocDTOFactory.oneUpId
Methods in info.ejava.examples.db.validation.contacts.dto.factories that return PersonPocDTOModifier and TypeMethodDescriptionPersonPocDTOFactory.make
(UnaryOperator<PersonPocDTO>... visitors) Methods in info.ejava.examples.db.validation.contacts.dto.factories that return types with arguments of type PersonPocDTOModifier and TypeMethodDescriptionPersonPocDTOFactory.PersonPocListDTOFactory.make
(int min, int max, UnaryOperator<PersonPocDTO>... visitors) -
Uses of PersonPocDTO in info.ejava.examples.db.validation.contacts.svc
Methods in info.ejava.examples.db.validation.contacts.svc that return PersonPocDTOModifier and TypeMethodDescription@NotNull PersonPocDTO
PocService.createPOC
(@NotNull @Valid PersonPocDTO personDTO) Creates a new point of contact for a person.PocServiceImpl.createPOC
(PersonPocDTO personDTO) ValidatedPocServiceImpl.createPOC
(PersonPocDTO poc) ValidatedPocServiceImpl.Overrides.createPOC
(PersonPocDTO poc) PocService.positiveOrZero
(@jakarta.validation.constraints.PositiveOrZero int value) Used to trigger an internal validation error.PocServiceImpl.positiveOrZero
(int value) Methods in info.ejava.examples.db.validation.contacts.svc that return types with arguments of type PersonPocDTOModifier and TypeMethodDescription@NotNull org.springframework.data.domain.Page
<PersonPocDTO> PocService.findPOCsMatchingAll
(@NotNull PersonPocDTO probe, @NotNull org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page
<PersonPocDTO> PocServiceImpl.findPOCsMatchingAll
(PersonPocDTO probe, org.springframework.data.domain.Pageable pageable) @NotNull Optional
<PersonPocDTO> Methods in info.ejava.examples.db.validation.contacts.svc with parameters of type PersonPocDTOModifier and TypeMethodDescription@NotNull PersonPocDTO
PocService.createPOC
(@NotNull @Valid PersonPocDTO personDTO) Creates a new point of contact for a person.PocServiceImpl.createPOC
(PersonPocDTO personDTO) ValidatedPocServiceImpl.createPOC
(PersonPocDTO poc) ValidatedPocServiceImpl.Overrides.createPOC
(PersonPocDTO poc) @NotNull org.springframework.data.domain.Page
<PersonPocDTO> PocService.findPOCsMatchingAll
(@NotNull PersonPocDTO probe, @NotNull org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page
<PersonPocDTO> PocServiceImpl.findPOCsMatchingAll
(PersonPocDTO probe, org.springframework.data.domain.Pageable pageable) ContactsMapper.map
(PersonPocDTO dto) void
PocService.updatePOC
(@NotNull String id, @NotNull PersonPocDTO personDTO) void
PocServiceImpl.updatePOC
(String id, PersonPocDTO personDTO)