Uses of Class
de.hybris.platform.tuadatamodel.model.TuaPartyRoleAssociationModel
Packages that use TuaPartyRoleAssociationModel
Package
Description
Contains generated models for each type of de.hybris.platform.tuadatamodel.jalo package.
-
Uses of TuaPartyRoleAssociationModel in de.hybris.platform.tuadatamodel.interceptors
Methods in de.hybris.platform.tuadatamodel.interceptors with parameters of type TuaPartyRoleAssociationModelModifier and TypeMethodDescriptionvoidTuaPartyRoleAssociationPrepareInterceptor.onPrepare(TuaPartyRoleAssociationModel partyRoleAssociationModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) -
Uses of TuaPartyRoleAssociationModel in de.hybris.platform.tuadatamodel.model
Methods in de.hybris.platform.tuadatamodel.model that return types with arguments of type TuaPartyRoleAssociationModelModifier and TypeMethodDescriptionTuaPartyRoleModel.getPartyRoleAssociationInvolvedWith()Generated method - Getter of theTuaPartyRole.partyRoleAssociationInvolvedWithattribute defined at extensiontuadatamodel.TuaPartyRoleModel.getPartyRoleAssociationInvolves()Generated method - Getter of theTuaPartyRole.partyRoleAssociationInvolvesattribute defined at extensiontuadatamodel.Method parameters in de.hybris.platform.tuadatamodel.model with type arguments of type TuaPartyRoleAssociationModelModifier and TypeMethodDescriptionvoidTuaPartyRoleModel.setPartyRoleAssociationInvolvedWith(Set<TuaPartyRoleAssociationModel> value) Generated method - Setter ofTuaPartyRole.partyRoleAssociationInvolvedWithattribute defined at extensiontuadatamodel.voidTuaPartyRoleModel.setPartyRoleAssociationInvolves(Set<TuaPartyRoleAssociationModel> value) Generated method - Setter ofTuaPartyRole.partyRoleAssociationInvolvesattribute defined at extensiontuadatamodel. -
Uses of TuaPartyRoleAssociationModel in de.hybris.platform.tuawebservicesresources.mappers.party
Methods in de.hybris.platform.tuawebservicesresources.mappers.party that return types with arguments of type TuaPartyRoleAssociationModelModifier and TypeMethodDescriptionprotected List<TuaPartyRoleAssociationModel>PartyRelatedPartyAttributeMapper.getPartRoleAssociations(TuaPartyModel party) Returns the party role association list for the provided party.