Uses of Class
de.hybris.platform.partyservices.model.PmOrganizationModel
Packages that use PmOrganizationModel
Package
Description
Contains generated models for each type of de.hybris.platform.partyservices.jalo package.
-
Uses of PmOrganizationModel in de.hybris.platform.partyservices.daos
Methods in de.hybris.platform.partyservices.daos that return types with arguments of type PmOrganizationModelModifier and TypeMethodDescriptionPmOrganizationDao.findOrganization(String id) Deprecated.Returns the organization for the provided id.PmOrganizationDao.getOrganizationParties(PmOrganizationFilteringContextData pmOrganizationFilteringContext, Integer offset, Integer limit) Deprecated.Retrieves a list ofPmOrganizationModelfor a given filtering context. -
Uses of PmOrganizationModel in de.hybris.platform.partyservices.daos.impl
Methods in de.hybris.platform.partyservices.daos.impl that return types with arguments of type PmOrganizationModelModifier and TypeMethodDescriptionDefaultPmOrganizationDao.findOrganization(String id) Deprecated.DefaultPmOrganizationDao.getOrganizationParties(PmOrganizationFilteringContextData pmOrganizationFilteringContext, Integer offset, Integer limit) Deprecated. -
Uses of PmOrganizationModel in de.hybris.platform.partyservices.model
Methods in de.hybris.platform.partyservices.model that return PmOrganizationModelModifier and TypeMethodDescriptionPmOrganizationRelationshipModel.getOrganization()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmOrganizationRelationship.organizationattribute defined at extensionpartyservices.PmOrganizationRelationshipModel.getParentOrganization()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePmOrganizationRelationship.parentOrganizationattribute defined at extensionpartyservices.Methods in de.hybris.platform.partyservices.model with parameters of type PmOrganizationModelModifier and TypeMethodDescriptionvoidPmOrganizationRelationshipModel.setOrganization(PmOrganizationModel value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmOrganizationRelationship.organizationattribute defined at extensionpartyservices.voidPmOrganizationRelationshipModel.setParentOrganization(PmOrganizationModel value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPmOrganizationRelationship.parentOrganizationattribute defined at extensionpartyservices.Constructors in de.hybris.platform.partyservices.model with parameters of type PmOrganizationModelModifierConstructorDescriptionPmOrganizationRelationshipModel(String _id, PmOrganizationModel _organization, ItemModel _owner, String _relationshipType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPmOrganizationRelationshipModel(String _id, PmOrganizationModel _organization, String _relationshipType) 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 PmOrganizationModel in de.hybris.platform.partyservices.services
Methods in de.hybris.platform.partyservices.services that return PmOrganizationModelModifier and TypeMethodDescriptionPmOrganizationService.createOrganization()Deprecated.Creates an instance ofPmOrganizationModelPmOrganizationService.getOrganization(String id) Deprecated.Returns the organization for the provided id.Methods in de.hybris.platform.partyservices.services that return types with arguments of type PmOrganizationModelModifier and TypeMethodDescriptionPmOrganizationService.findOrganizationParties(PmOrganizationFilteringContextData pmOrganizationFilteringContext, Integer offset, Integer limit) Deprecated.Retrieves a list ofPmOrganizationModelfor a given filtering context.Methods in de.hybris.platform.partyservices.services with parameters of type PmOrganizationModelModifier and TypeMethodDescriptionvoidPmOrganizationService.removeOrganization(PmOrganizationModel organization) Deprecated.Removes the givenPmOrganizationModelvoidPmOrganizationService.saveOrganization(PmOrganizationModel organizationModel) Deprecated.Saves a givenPmOrganizationModel -
Uses of PmOrganizationModel in de.hybris.platform.partyservices.services.impl
Methods in de.hybris.platform.partyservices.services.impl that return PmOrganizationModelModifier and TypeMethodDescriptionDefaultPmOrganizationService.createOrganization()Deprecated.DefaultPmOrganizationService.getOrganization(String id) Deprecated.Methods in de.hybris.platform.partyservices.services.impl that return types with arguments of type PmOrganizationModelModifier and TypeMethodDescriptionDefaultPmOrganizationService.findOrganizationParties(PmOrganizationFilteringContextData pmOrganizationFilteringContext, Integer offset, Integer limit) Deprecated.Methods in de.hybris.platform.partyservices.services.impl with parameters of type PmOrganizationModelModifier and TypeMethodDescriptionvoidDefaultPmOrganizationService.removeOrganization(PmOrganizationModel organization) Deprecated.voidDefaultPmOrganizationService.saveOrganization(PmOrganizationModel organizationModel) Deprecated. -
Uses of PmOrganizationModel in de.hybris.platform.partytmfwebservices.v1.mappers.organization
Methods in de.hybris.platform.partytmfwebservices.v1.mappers.organization with parameters of type PmOrganizationModelModifier and TypeMethodDescriptionvoidOrganizationChildRelationshipAttributeMapper.populateSourceAttributeFromTarget(Organization source, PmOrganizationModel target, ma.glasnost.orika.MappingContext context) Deprecated.voidOrganizationExistsDuringAttributeMapper.populateSourceAttributeFromTarget(Organization source, PmOrganizationModel target, ma.glasnost.orika.MappingContext context) Deprecated.voidOrganizationIdentificationAttributeMapper.populateSourceAttributeFromTarget(Organization source, PmOrganizationModel target, ma.glasnost.orika.MappingContext context) Deprecated.voidOrganizationOtherNameAttributeMapper.populateSourceAttributeFromTarget(Organization source, PmOrganizationModel target, ma.glasnost.orika.MappingContext context) Deprecated.voidOrganizationParentRelationshipAttributeMapper.populateSourceAttributeFromTarget(Organization source, PmOrganizationModel target, ma.glasnost.orika.MappingContext context) Deprecated.voidOrganizationAtSchemaLocationAttributeMapper.populateTargetAttributeFromSource(PmOrganizationModel source, Organization target, ma.glasnost.orika.MappingContext context) Deprecated.voidOrganizationAtTypeAttributeMapper.populateTargetAttributeFromSource(PmOrganizationModel source, Organization target, ma.glasnost.orika.MappingContext context) Deprecated.voidOrganizationChildRelationshipAttributeMapper.populateTargetAttributeFromSource(PmOrganizationModel source, Organization target, ma.glasnost.orika.MappingContext context) Deprecated.voidOrganizationExistsDuringAttributeMapper.populateTargetAttributeFromSource(PmOrganizationModel source, Organization target, ma.glasnost.orika.MappingContext context) Deprecated.voidOrganizationHrefAttributeMapper.populateTargetAttributeFromSource(PmOrganizationModel source, Organization target, ma.glasnost.orika.MappingContext context) Deprecated.voidOrganizationIdentificationAttributeMapper.populateTargetAttributeFromSource(PmOrganizationModel source, Organization target, ma.glasnost.orika.MappingContext context) Deprecated.voidOrganizationOtherNameAttributeMapper.populateTargetAttributeFromSource(PmOrganizationModel source, Organization target, ma.glasnost.orika.MappingContext context) Deprecated.voidOrganizationParentRelationshipAttributeMapper.populateTargetAttributeFromSource(PmOrganizationModel source, Organization target, ma.glasnost.orika.MappingContext context) Deprecated. -
Uses of PmOrganizationModel in de.hybris.platform.partytmfwebservices.v1.mappers.organizationchildrelationship
Methods in de.hybris.platform.partytmfwebservices.v1.mappers.organizationchildrelationship that return types with arguments of type PmOrganizationModelModifier and TypeMethodDescriptionOrganizationChildRelationshipOrganizationAttributeMapper.getPmOrganizationEntityResourceNormalizer()Deprecated.Constructor parameters in de.hybris.platform.partytmfwebservices.v1.mappers.organizationchildrelationship with type arguments of type PmOrganizationModelModifierConstructorDescriptionOrganizationChildRelationshipOrganizationAttributeMapper(String sourceAttributeName, String targetAttributeName, PmEntityResourceNormalizer<OrganizationRef, PmOrganizationModel> pmOrganizationEntityResourceNormalizer, ma.glasnost.orika.MapperFacade mapperFacade) Deprecated. -
Uses of PmOrganizationModel in de.hybris.platform.partytmfwebservices.v1.mappers.organizationparentrelationship
Methods in de.hybris.platform.partytmfwebservices.v1.mappers.organizationparentrelationship that return types with arguments of type PmOrganizationModelModifier and TypeMethodDescriptionOrganizationParentRelationshipOrganizationAttributeMapper.getPmOrganizationEntityResourceNormalizer()Deprecated.Constructor parameters in de.hybris.platform.partytmfwebservices.v1.mappers.organizationparentrelationship with type arguments of type PmOrganizationModelModifierConstructorDescriptionOrganizationParentRelationshipOrganizationAttributeMapper(String sourceAttributeName, String targetAttributeName, PmEntityResourceNormalizer<OrganizationRef, PmOrganizationModel> pmOrganizationEntityResourceNormalizer, ma.glasnost.orika.MapperFacade mapperFacade) Deprecated. -
Uses of PmOrganizationModel in de.hybris.platform.partytmfwebservices.v1.mappers.organizationref
Methods in de.hybris.platform.partytmfwebservices.v1.mappers.organizationref with parameters of type PmOrganizationModelModifier and TypeMethodDescriptionvoidOrganizationRefAtReferredTypeAttributeMapper.populateTargetAttributeFromSource(PmOrganizationModel source, OrganizationRef target, ma.glasnost.orika.MappingContext context) Deprecated.voidOrganizationRefAtSchemaLocationAttributeMapper.populateTargetAttributeFromSource(PmOrganizationModel source, OrganizationRef target, ma.glasnost.orika.MappingContext context) Deprecated.voidOrganizationRefAtTypeAttributeMapper.populateTargetAttributeFromSource(PmOrganizationModel source, OrganizationRef target, ma.glasnost.orika.MappingContext context) Deprecated.voidOrganizationRefHrefAttributeMapper.populateTargetAttributeFromSource(PmOrganizationModel source, OrganizationRef target, ma.glasnost.orika.MappingContext context) Deprecated. -
Uses of PmOrganizationModel in de.hybris.platform.partytmfwebservices.v1.normalizer.impl
Classes in de.hybris.platform.partytmfwebservices.v1.normalizer.impl with type parameters of type PmOrganizationModelModifier and TypeClassDescriptionclassPmOrganizationResourceNormalizer<SOURCE,TARGET extends PmOrganizationModel> Deprecated.2208