Uses of Class
de.hybris.platform.tuadatamodel.model.TuaPartyModel
Packages that use TuaPartyModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.security package.
Contains generated models for each type of de.hybris.platform.tuadatamodel.jalo package.
-
Uses of TuaPartyModel in de.hybris.platform.core.model.security
Methods in de.hybris.platform.core.model.security that return TuaPartyModelModifier and TypeMethodDescriptionPrincipalModel.getTuaParty()Generated method - Getter of thePrincipal.tuaPartyattribute defined at extensiontuadatamodel.Methods in de.hybris.platform.core.model.security with parameters of type TuaPartyModelModifier and TypeMethodDescriptionvoidPrincipalModel.setTuaParty(TuaPartyModel value) Generated method - Setter ofPrincipal.tuaPartyattribute defined at extensiontuadatamodel. -
Uses of TuaPartyModel in de.hybris.platform.tuadatamodel.interceptors
Methods in de.hybris.platform.tuadatamodel.interceptors with parameters of type TuaPartyModelModifier and TypeMethodDescriptionvoidTuaPartyPrepareInterceptor.onPrepare(TuaPartyModel partyModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) -
Uses of TuaPartyModel in de.hybris.platform.tuadatamodel.model
Subclasses of TuaPartyModel in de.hybris.platform.tuadatamodel.modelModifier and TypeClassDescriptionclassGenerated model class for type TuaIndividual first defined at extension tuadatamodel.classGenerated model class for type TuaOrganization first defined at extension tuadatamodel.Methods in de.hybris.platform.tuadatamodel.model that return TuaPartyModelModifier and TypeMethodDescriptionTuaPartyRoleModel.getParty()Generated method - Getter of theTuaPartyRole.partyattribute defined at extensiontuadatamodel.Methods in de.hybris.platform.tuadatamodel.model that return types with arguments of type TuaPartyModelModifier and TypeMethodDescriptionTuaPartyBillModel.getParties()Generated method - Getter of theTuaPartyBill.partiesattribute defined at extensiontuadatamodel.Methods in de.hybris.platform.tuadatamodel.model with parameters of type TuaPartyModelModifier and TypeMethodDescriptionvoidTuaPartyRoleModel.setParty(TuaPartyModel value) Generated method - Setter ofTuaPartyRole.partyattribute defined at extensiontuadatamodel.Method parameters in de.hybris.platform.tuadatamodel.model with type arguments of type TuaPartyModelModifier and TypeMethodDescriptionvoidTuaPartyBillModel.setParties(Set<TuaPartyModel> value) Generated method - Setter ofTuaPartyBill.partiesattribute defined at extensiontuadatamodel. -
Uses of TuaPartyModel in de.hybris.platform.tuawebservicesresources.mappers.party
Methods in de.hybris.platform.tuawebservicesresources.mappers.party with parameters of type TuaPartyModelModifier and TypeMethodDescriptionprotected List<TuaBusinessInteractionRoleModel>PartyRelatedPartyAttributeMapper.getBusinessInteractionRoles(TuaPartyModel party) Returns the business interaction role list for the provided party.protected List<TuaPartyRoleAssociationModel>PartyRelatedPartyAttributeMapper.getPartRoleAssociations(TuaPartyModel party) Returns the party role association list for the provided party.voidPartyCharacteristicAttributeMapper.populateSourceAttributeFromTarget(Party source, TuaPartyModel target, ma.glasnost.orika.MappingContext context) voidPartyContactMediumAttributeMapper.populateSourceAttributeFromTarget(Party source, TuaPartyModel target, ma.glasnost.orika.MappingContext context) voidPartyCreditRatingAttributeMapper.populateSourceAttributeFromTarget(Party source, TuaPartyModel target, ma.glasnost.orika.MappingContext context) voidPartyExternalReferenceAttributeMapper.populateSourceAttributeFromTarget(Party source, TuaPartyModel target, ma.glasnost.orika.MappingContext context) voidPartyTaxExemptionCertificateAttributeMapper.populateSourceAttributeFromTarget(Party source, TuaPartyModel target, ma.glasnost.orika.MappingContext context) voidPartyAtSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaPartyModel source, Party target, ma.glasnost.orika.MappingContext context) voidPartyAtTypeAttributeMapper.populateTargetAttributeFromSource(TuaPartyModel source, Party target, ma.glasnost.orika.MappingContext context) voidPartyCharacteristicAttributeMapper.populateTargetAttributeFromSource(TuaPartyModel source, Party target, ma.glasnost.orika.MappingContext context) voidPartyContactMediumAttributeMapper.populateTargetAttributeFromSource(TuaPartyModel source, Party target, ma.glasnost.orika.MappingContext context) voidPartyCreditRatingAttributeMapper.populateTargetAttributeFromSource(TuaPartyModel source, Party target, ma.glasnost.orika.MappingContext context) voidPartyExternalReferenceAttributeMapper.populateTargetAttributeFromSource(TuaPartyModel source, Party target, ma.glasnost.orika.MappingContext context) voidPartyHrefAttributeMapper.populateTargetAttributeFromSource(TuaPartyModel source, Party target, ma.glasnost.orika.MappingContext context) voidPartyRelatedPartyAttributeMapper.populateTargetAttributeFromSource(TuaPartyModel source, Party target, ma.glasnost.orika.MappingContext context) voidPartyTaxExemptionCertificateAttributeMapper.populateTargetAttributeFromSource(TuaPartyModel source, Party target, ma.glasnost.orika.MappingContext context) -
Uses of TuaPartyModel in de.hybris.platform.tuawebservicesresources.mappers.partyrole
Methods in de.hybris.platform.tuawebservicesresources.mappers.partyrole that return types with arguments of type TuaPartyModelModifier and TypeMethodDescriptionprotected TuaEntityResourceNormalizer<RelatedParty,TuaPartyModel> PartyRoleEngagedPartyAttributeMapper.getTuaEngagedPartyEntityResourceNormalizer()protected TuaEntityResourceNormalizer<RelatedParty,TuaPartyModel> PartyRoleRelatedPartyAttributeMapper.getTuaRelatedPartyEntityResourceNormalizer()Constructor parameters in de.hybris.platform.tuawebservicesresources.mappers.partyrole with type arguments of type TuaPartyModelModifierConstructorDescriptionPartyRoleEngagedPartyAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<RelatedParty, TuaPartyModel> tuaEngagedPartyEntityResourceNormalizer, TuaEntityResourceNormalizer<RelatedParty, TuaIndividualModel> individualEntityResourceNormalizer, TuaEntityResourceNormalizer<RelatedParty, TuaOrganizationModel> organizationEntityResourceNormalizer) PartyRoleRelatedPartyAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<RelatedParty, TuaPartyModel> tuaRelatedPartyEntityResourceNormalizer, TuaGenericService tuaGenericService)