Uses of Class
de.hybris.platform.partyroleservices.model.PrPartyRoleModel
Packages that use PrPartyRoleModel
Package
Description
Contains generated models for each type of de.hybris.platform.partyroleservices.jalo package.
-
Uses of PrPartyRoleModel in de.hybris.platform.partyroleservices.daos
Methods in de.hybris.platform.partyroleservices.daos that return PrPartyRoleModelModifier and TypeMethodDescriptionPrPartyRoleDao.findPartyRole(Map<String, ? extends Object> params) Deprecated.Searches for a unique model based on given parameters.Methods in de.hybris.platform.partyroleservices.daos that return types with arguments of type PrPartyRoleModelModifier and TypeMethodDescriptionPrPartyRoleDao.getPartyRoles(PrPartyRoleFilteringContextData filteringContext, Integer offset, Integer limit) Deprecated.Retrieves a list ofPrPartyRoleModelfiltered by a given filtering context -
Uses of PrPartyRoleModel in de.hybris.platform.partyroleservices.daos.impl
Methods in de.hybris.platform.partyroleservices.daos.impl that return PrPartyRoleModelModifier and TypeMethodDescriptionDefaultPrPartyRoleDao.findPartyRole(Map<String, ? extends Object> params) Deprecated.Methods in de.hybris.platform.partyroleservices.daos.impl that return types with arguments of type PrPartyRoleModelModifier and TypeMethodDescriptionDefaultPrPartyRoleDao.getPartyRoles(PrPartyRoleFilteringContextData filteringContext, Integer offset, Integer limit) Deprecated. -
Uses of PrPartyRoleModel in de.hybris.platform.partyroleservices.interceptors
Methods in de.hybris.platform.partyroleservices.interceptors with parameters of type PrPartyRoleModelModifier and TypeMethodDescriptionvoidPrPartyRolePrepareInterceptor.onPrepare(PrPartyRoleModel partyRoleModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) Deprecated. -
Uses of PrPartyRoleModel in de.hybris.platform.partyroleservices.model
Methods in de.hybris.platform.partyroleservices.model that return PrPartyRoleModelModifier and TypeMethodDescriptionPrBusinessInteractionRoleModel.getPartyRole()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePrBusinessInteractionRole.partyRoleattribute defined at extensionpartyroleservices.PrInvolvementRoleModel.getPartyRole()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePrInvolvementRole.partyRoleattribute defined at extensionpartyroleservices.PrPartyRoleAssociationModel.getPartyRoleInvolvedWith()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePrPartyRoleAssociation.partyRoleInvolvedWithattribute defined at extensionpartyroleservices.PrPartyRoleAssociationModel.getPartyRoleInvolves()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePrPartyRoleAssociation.partyRoleInvolvesattribute defined at extensionpartyroleservices.Methods in de.hybris.platform.partyroleservices.model that return types with arguments of type PrPartyRoleModelModifier and TypeMethodDescriptionPrAccountModel.getPartyRoles()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePrAccount.partyRolesattribute defined at extensionpartyroleservices.PrPartyModel.getPartyRoles()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePrParty.partyRolesattribute defined at extensionpartyroleservices.Methods in de.hybris.platform.partyroleservices.model with parameters of type PrPartyRoleModelModifier and TypeMethodDescriptionvoidPrBusinessInteractionRoleModel.setPartyRole(PrPartyRoleModel value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPrBusinessInteractionRole.partyRoleattribute defined at extensionpartyroleservices.voidPrInvolvementRoleModel.setPartyRole(PrPartyRoleModel value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPrInvolvementRole.partyRoleattribute defined at extensionpartyroleservices.voidPrPartyRoleAssociationModel.setPartyRoleInvolvedWith(PrPartyRoleModel value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPrPartyRoleAssociation.partyRoleInvolvedWithattribute defined at extensionpartyroleservices.voidPrPartyRoleAssociationModel.setPartyRoleInvolves(PrPartyRoleModel value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPrPartyRoleAssociation.partyRoleInvolvesattribute defined at extensionpartyroleservices.Method parameters in de.hybris.platform.partyroleservices.model with type arguments of type PrPartyRoleModelModifier and TypeMethodDescriptionvoidPrAccountModel.setPartyRoles(Set<PrPartyRoleModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPrAccount.partyRolesattribute defined at extensionpartyroleservices.voidPrPartyModel.setPartyRoles(Set<PrPartyRoleModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPrParty.partyRolesattribute defined at extensionpartyroleservices.Constructors in de.hybris.platform.partyroleservices.model with parameters of type PrPartyRoleModelModifierConstructorDescriptionPrPartyRoleAssociationModel(String _code, ItemModel _owner, PrPartyRoleModel _partyRoleInvolvedWith, PrPartyRoleModel _partyRoleInvolves) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPrPartyRoleAssociationModel(String _code, PrPartyRoleModel _partyRoleInvolvedWith, PrPartyRoleModel _partyRoleInvolves) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConstructor parameters in de.hybris.platform.partyroleservices.model with type arguments of type PrPartyRoleModelModifierConstructorDescriptionPrIndividualModel(String _id, ItemModel _owner, Set<PrPartyRoleModel> _partyRoles, Set<PrincipalModel> _principals) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPrIndividualModel(String _id, Set<PrPartyRoleModel> _partyRoles, Set<PrincipalModel> _principals) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPrOrganizationModel(String _id, ItemModel _owner, Set<PrPartyRoleModel> _partyRoles, Set<PrincipalModel> _principals) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPrOrganizationModel(String _id, Set<PrPartyRoleModel> _partyRoles, Set<PrincipalModel> _principals) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPrPartyModel(String _id, ItemModel _owner, Set<PrPartyRoleModel> _partyRoles, Set<PrincipalModel> _principals) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPrPartyModel(String _id, Set<PrPartyRoleModel> _partyRoles, Set<PrincipalModel> _principals) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of PrPartyRoleModel in de.hybris.platform.partyroleservices.service
Methods in de.hybris.platform.partyroleservices.service that return PrPartyRoleModelModifier and TypeMethodDescriptionPrPartyRoleService.createPartyRole()Deprecated.Creates an instance ofPrPartyRoleModel.PrPartyRoleService.getPartyRole(String id) Deprecated.Returns aPrPartyRoleModelfor the given id.Methods in de.hybris.platform.partyroleservices.service that return types with arguments of type PrPartyRoleModelModifier and TypeMethodDescriptionPrPartyRoleService.getPartyRoles(PrPartyRoleFilteringContextData filteringContext, Integer offset, Integer limit) Deprecated.Returns the list ofPrPartyRoleModelfiltered by a given filtering context.Methods in de.hybris.platform.partyroleservices.service with parameters of type PrPartyRoleModelModifier and TypeMethodDescriptionvoidPrPartyRoleService.removePartyRole(PrPartyRoleModel partyRoleModel) Deprecated.Removes the givenPrPartyRoleModelvoidPrPartyRoleService.savePartyRole(PrPartyRoleModel partyRole) Deprecated.Saves the givenPrPartyRoleModel. -
Uses of PrPartyRoleModel in de.hybris.platform.partyroleservices.service.impl
Methods in de.hybris.platform.partyroleservices.service.impl that return PrPartyRoleModelModifier and TypeMethodDescriptionDefaultPrPartyRoleService.createPartyRole()Deprecated.DefaultPrPartyRoleService.getPartyRole(String id) Deprecated.Methods in de.hybris.platform.partyroleservices.service.impl that return types with arguments of type PrPartyRoleModelModifier and TypeMethodDescriptionDefaultPrPartyRoleService.getPartyRoles(PrPartyRoleFilteringContextData filteringContext, Integer offset, Integer limit) Deprecated.Methods in de.hybris.platform.partyroleservices.service.impl with parameters of type PrPartyRoleModelModifier and TypeMethodDescriptionvoidDefaultPrPartyRoleService.removePartyRole(PrPartyRoleModel partyRoleModel) Deprecated.voidDefaultPrPartyRoleService.savePartyRole(PrPartyRoleModel partyRole) Deprecated. -
Uses of PrPartyRoleModel in de.hybris.platform.partyroletmfwebservices.v1.mappers.partyrole
Methods in de.hybris.platform.partyroletmfwebservices.v1.mappers.partyrole with parameters of type PrPartyRoleModelModifier and TypeMethodDescriptionprotected List<PrBusinessInteractionRoleModel>PartyRoleRelatedPartyAttributeMapper.getBusinessInteractionRoles(PrPartyRoleModel partyRole) Deprecated.Returns the business interaction role list for the provided party role.protected List<PrPartyRoleAssociationModel>PartyRoleRelatedPartyAttributeMapper.getPartRoleAssociations(PrPartyRoleModel partyRole) Deprecated, for removal: This API element is subject to removal in a future version.since 2205voidPartyRoleAccountAttributeMapper.populateSourceAttributeFromTarget(PartyRole target, PrPartyRoleModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleAgreementAttributeMapper.populateSourceAttributeFromTarget(PartyRole target, PrPartyRoleModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleCharacteristicAttributeMapper.populateSourceAttributeFromTarget(PartyRole target, PrPartyRoleModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleContactMediumAttributeMapper.populateSourceAttributeFromTarget(PartyRole target, PrPartyRoleModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleCreditProfileAttributeMapper.populateSourceAttributeFromTarget(PartyRole target, PrPartyRoleModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleEngagedPartyAttributeMapper.populateSourceAttributeFromTarget(PartyRole target, PrPartyRoleModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRolePaymentMethodAttributeMapper.populateSourceAttributeFromTarget(PartyRole target, PrPartyRoleModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleRelatedPartyAttributeMapper.populateSourceAttributeFromTarget(PartyRole target, PrPartyRoleModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleValidForAttributeMapper.populateSourceAttributeFromTarget(PartyRole target, PrPartyRoleModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleAccountAttributeMapper.populateTargetAttributeFromSource(PrPartyRoleModel source, PartyRole target, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleAgreementAttributeMapper.populateTargetAttributeFromSource(PrPartyRoleModel source, PartyRole target, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleAtSchemaLocationAttributeMapper.populateTargetAttributeFromSource(PrPartyRoleModel source, PartyRole target, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleAtTypeAttributeMapper.populateTargetAttributeFromSource(PrPartyRoleModel source, PartyRole target, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleCharacteristicAttributeMapper.populateTargetAttributeFromSource(PrPartyRoleModel source, PartyRole target, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleContactMediumAttributeMapper.populateTargetAttributeFromSource(PrPartyRoleModel source, PartyRole target, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleCreditProfileAttributeMapper.populateTargetAttributeFromSource(PrPartyRoleModel source, PartyRole target, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleEngagedPartyAttributeMapper.populateTargetAttributeFromSource(PrPartyRoleModel source, PartyRole target, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleHrefAttributeMapper.populateTargetAttributeFromSource(PrPartyRoleModel source, PartyRole target, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRolePaymentMethodAttributeMapper.populateTargetAttributeFromSource(PrPartyRoleModel source, PartyRole target, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleRelatedPartyAttributeMapper.populateTargetAttributeFromSource(PrPartyRoleModel source, PartyRole target, ma.glasnost.orika.MappingContext context) Deprecated.voidPartyRoleValidForAttributeMapper.populateTargetAttributeFromSource(PrPartyRoleModel source, PartyRole target, ma.glasnost.orika.MappingContext context) Deprecated.