Uses of Class
de.hybris.platform.partytmfwebservices.v1.dto.Individual
Packages that use Individual
Package
Description
-
Uses of Individual in de.hybris.platform.partytmfwebservices.v1.api
Methods in de.hybris.platform.partytmfwebservices.v1.api that return types with arguments of type IndividualModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Individual>IndividualApi.createIndividual(@Valid Individual body) org.springframework.http.ResponseEntity<List<Individual>>IndividualApi.listIndividual(@Valid String fields, @Valid Integer offset, @Valid Integer limit, @Valid String familyName, @Valid String givenName) org.springframework.http.ResponseEntity<Individual>IndividualApi.retrieveIndividual(String id, @Valid String fields) Methods in de.hybris.platform.partytmfwebservices.v1.api with parameters of type IndividualModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Individual>IndividualApi.createIndividual(@Valid Individual body) -
Uses of Individual in de.hybris.platform.partytmfwebservices.v1.controllers
Methods in de.hybris.platform.partytmfwebservices.v1.controllers that return types with arguments of type IndividualModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Individual>PmIndividualController.createIndividual(@Valid Individual individual) Deprecated.org.springframework.http.ResponseEntity<List<Individual>>PmIndividualController.listIndividual(@Valid String fields, @Valid Integer offset, @Valid Integer limit, @Valid String familyName, @Valid String givenName) Deprecated.org.springframework.http.ResponseEntity<Individual>PmIndividualController.retrieveIndividual(String id, @Valid String fields) Deprecated.Methods in de.hybris.platform.partytmfwebservices.v1.controllers with parameters of type IndividualModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Individual>PmIndividualController.createIndividual(@Valid Individual individual) Deprecated. -
Uses of Individual in de.hybris.platform.partytmfwebservices.v1.dto
Methods in de.hybris.platform.partytmfwebservices.v1.dto that return IndividualModifier and TypeMethodDescriptionIndividual.addDisabilityItem(Disability disabilityItem) Deprecated.Individual.addIndividualIdentificationItem(IndividualIdentification individualIdentificationItem) Deprecated.Individual.addLanguageAbilityItem(LanguageAbility languageAbilityItem) Deprecated.Individual.addOtherNameItem(OtherNameIndividual otherNameItem) Deprecated.Individual.addSkillItem(Skill skillItem) Deprecated.Individual.aristocraticTitle(String aristocraticTitle) Deprecated.Deprecated.Individual.countryOfBirth(String countryOfBirth) Deprecated.Deprecated.Individual.disability(List<Disability> disability) Deprecated.Individual.familyName(String familyName) Deprecated.Individual.familyNamePrefix(String familyNamePrefix) Deprecated.Individual.formattedName(String formattedName) Deprecated.Deprecated.Deprecated.Individual.generation(String generation) Deprecated.Deprecated.Individual.individualIdentification(List<IndividualIdentification> individualIdentification) Deprecated.Individual.languageAbility(List<LanguageAbility> languageAbility) Deprecated.Deprecated.Deprecated.Individual.maritalStatus(String maritalStatus) Deprecated.Individual.middleName(String middleName) Deprecated.Individual.nationality(String nationality) Deprecated.Individual.otherName(List<OtherNameIndividual> otherName) Deprecated.Individual.placeOfBirth(String placeOfBirth) Deprecated.Individual.preferredGivenName(String preferredGivenName) Deprecated.Deprecated.Individual.status(IndividualStateType status) Deprecated.Deprecated. -
Uses of Individual in de.hybris.platform.partytmfwebservices.v1.mappers.individual
Methods in de.hybris.platform.partytmfwebservices.v1.mappers.individual with parameters of type IndividualModifier and TypeMethodDescriptionvoidIndividualDisabilityAttributeMapper.populateSourceAttributeFromTarget(Individual target, PmIndividualModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidIndividualIdentificationAttributeMapper.populateSourceAttributeFromTarget(Individual target, PmIndividualModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidIndividualLanguageAbilityAttributeMapper.populateSourceAttributeFromTarget(Individual target, PmIndividualModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidIndividualOtherNameAttributeMapper.populateSourceAttributeFromTarget(Individual target, PmIndividualModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidIndividualSkillAttributeMapper.populateSourceAttributeFromTarget(Individual target, PmIndividualModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidIndividualTitleAttributeMapper.populateSourceAttributeFromTarget(Individual target, PmIndividualModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidIndividualAtTypeAttributeMapper.populateTargetAttributeFromSource(PmIndividualModel source, Individual target, ma.glasnost.orika.MappingContext context) Deprecated.voidIndividualDisabilityAttributeMapper.populateTargetAttributeFromSource(PmIndividualModel source, Individual target, ma.glasnost.orika.MappingContext context) Deprecated.voidIndividualHrefAttributeMapper.populateTargetAttributeFromSource(PmIndividualModel source, Individual target, ma.glasnost.orika.MappingContext context) Deprecated.voidIndividualIdentificationAttributeMapper.populateTargetAttributeFromSource(PmIndividualModel source, Individual target, ma.glasnost.orika.MappingContext context) Deprecated.voidIndividualLanguageAbilityAttributeMapper.populateTargetAttributeFromSource(PmIndividualModel source, Individual target, ma.glasnost.orika.MappingContext context) Deprecated.voidIndividualOtherNameAttributeMapper.populateTargetAttributeFromSource(PmIndividualModel source, Individual target, ma.glasnost.orika.MappingContext context) Deprecated.voidIndividualSkillAttributeMapper.populateTargetAttributeFromSource(PmIndividualModel source, Individual target, ma.glasnost.orika.MappingContext context) Deprecated.voidIndividualTitleAttributeMapper.populateTargetAttributeFromSource(PmIndividualModel source, Individual target, ma.glasnost.orika.MappingContext context) Deprecated.