Uses of Class
it.gov.pagopa.onboarding.citizen.dto.CitizenConsentDTO
Packages that use CitizenConsentDTO
Package
Description
-
Uses of CitizenConsentDTO in it.gov.pagopa.onboarding.citizen.controller
Methods in it.gov.pagopa.onboarding.citizen.controller that return types with arguments of type CitizenConsentDTOModifier and TypeMethodDescriptionreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CitizenConsentDTO>> CitizenController.deleteCitizenConsent(String fiscalCode) Deletes the citizen consent aggregate.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CitizenConsentDTO>> CitizenControllerImpl.deleteCitizenConsent(String fiscalCode) Deletes the citizen consent aggregate.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CitizenConsentDTO>> CitizenController.getCitizenConsentsList(String fiscalCode) Retrieves all consents for the citizen.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CitizenConsentDTO>> CitizenControllerImpl.getCitizenConsentsList(String fiscalCode) Retrieves all consents for the citizen.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CitizenConsentDTO>> CitizenController.getCitizenConsentsListEnabled(String fiscalCode) Retrieves only enabled consents for the citizen.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CitizenConsentDTO>> CitizenControllerImpl.getCitizenConsentsListEnabled(String fiscalCode) Retrieves only enabled consents for the citizen.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CitizenConsentDTO>> CitizenController.getCitizenConsentStatus(String fiscalCode, String tppId) Retrieves consent status for the given TPP.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CitizenConsentDTO>> CitizenControllerImpl.getCitizenConsentStatus(String fiscalCode, String tppId) Retrieves consent status for the given TPP.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<CitizenConsentDTO>>> CitizenController.getCitizenEnabled(String tppId) Retrieves citizens with an enabled consent for a TPP id.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<CitizenConsentDTO>>> CitizenControllerImpl.getCitizenEnabled(String tppId) Retrieves citizens with an enabled consent for a TPP id.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CitizenConsentDTO>> CitizenController.saveCitizenConsent(String fiscalCode, String tppId) Creates or reuses a consent for the specified TPP.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CitizenConsentDTO>> CitizenControllerImpl.saveCitizenConsent(String fiscalCode, String tppId) Creates or reuses a consent for the specified TPP.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CitizenConsentDTO>> CitizenController.stateSwitch(String fiscalCode, String tppId) Toggles the consent state for the specified TPP.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CitizenConsentDTO>> CitizenControllerImpl.stateSwitch(String fiscalCode, String tppId) Toggles the consent state for the specified TPP. -
Uses of CitizenConsentDTO in it.gov.pagopa.onboarding.citizen.dto.mapper
Methods in it.gov.pagopa.onboarding.citizen.dto.mapper that return CitizenConsentDTOModifier and TypeMethodDescriptionCitizenConsentObjectToDTOMapper.map(CitizenConsent citizenConsent) Converts a domainCitizenConsentinto aCitizenConsentDTO. -
Uses of CitizenConsentDTO in it.gov.pagopa.onboarding.citizen.model.mapper
Methods in it.gov.pagopa.onboarding.citizen.model.mapper with parameters of type CitizenConsentDTOModifier and TypeMethodDescriptionCitizenConsentDTOToObjectMapper.map(CitizenConsentDTO citizenConsentDTO) Converts a transportCitizenConsentDTOinto a domainCitizenConsent. -
Uses of CitizenConsentDTO in it.gov.pagopa.onboarding.citizen.service
Methods in it.gov.pagopa.onboarding.citizen.service that return types with arguments of type CitizenConsentDTOModifier and TypeMethodDescriptionreactor.core.publisher.Mono<CitizenConsentDTO> CitizenService.createCitizenConsent(String fiscalCode, String tppId) Creates or reuses the consent for the specified TPP.reactor.core.publisher.Mono<CitizenConsentDTO> CitizenServiceImpl.createCitizenConsent(String fiscalCode, String tppId) Creates or reuses a consent for the given fiscal code and TPP id.reactor.core.publisher.Mono<CitizenConsentDTO> CitizenService.deleteCitizenConsent(String fiscalCode) Deletes the citizen consent aggregate.reactor.core.publisher.Mono<CitizenConsentDTO> CitizenServiceImpl.deleteCitizenConsent(String fiscalCode) Deletes the citizen consent aggregate by fiscal code.reactor.core.publisher.Mono<CitizenConsentDTO> CitizenService.getCitizenConsentsList(String fiscalCode) Retrieves all consents for the citizen.reactor.core.publisher.Mono<CitizenConsentDTO> CitizenServiceImpl.getCitizenConsentsList(String fiscalCode) Retrieves all consents for a fiscal code.reactor.core.publisher.Mono<CitizenConsentDTO> CitizenService.getCitizenConsentsListEnabled(String fiscalCode) Retrieves only enabled consents for the citizen.reactor.core.publisher.Mono<CitizenConsentDTO> CitizenServiceImpl.getCitizenConsentsListEnabled(String fiscalCode) Retrieves only enabled consents for a fiscal code.reactor.core.publisher.Mono<CitizenConsentDTO> CitizenService.getCitizenConsentStatus(String fiscalCode, String tppId) Retrieves the consent status for the given fiscal code and TPP id.reactor.core.publisher.Mono<CitizenConsentDTO> CitizenServiceImpl.getCitizenConsentStatus(String fiscalCode, String tppId) Retrieves consent status for a fiscal code and TPP id.reactor.core.publisher.Mono<List<CitizenConsentDTO>> CitizenService.getCitizenEnabled(String tppId) Retrieves citizens having an enabled consent for the given TPP id.reactor.core.publisher.Mono<List<CitizenConsentDTO>> CitizenServiceImpl.getCitizenEnabled(String tppId) Retrieves citizens with an enabled consent for a TPP id.reactor.core.publisher.Mono<CitizenConsentDTO> CitizenService.switchState(String fiscalCode, String tppId) Toggles the consent state for the specified TPP.reactor.core.publisher.Mono<CitizenConsentDTO> CitizenServiceImpl.switchState(String fiscalCode, String tppId) Toggles the consent state for the specified TPP.