Uses of Interface
de.hybris.platform.odata2services.odata.schema.entity.EntitySetNameGenerator
Packages that use EntitySetNameGenerator
Package
Description
-
Uses of EntitySetNameGenerator in de.hybris.platform.integrationbackoffice.widgets.modals.controllers
Methods in de.hybris.platform.integrationbackoffice.widgets.modals.controllers with parameters of type EntitySetNameGeneratorModifier and TypeMethodDescriptionvoidIntegrationObjectMetadataViewerController.setPluralizer(EntitySetNameGenerator pluralizer) -
Uses of EntitySetNameGenerator in de.hybris.platform.odata2services.export.impl
Constructors in de.hybris.platform.odata2services.export.impl with parameters of type EntitySetNameGeneratorModifierConstructorDescriptionprotectedAbstractExportConfigurationDecorator(@NotNull DescriptorFactory descriptorFactory, @NotNull IntegrationObjectConversionService conversionService, @NotNull IntegrationObjectService integrationObjectService, @NotNull EntitySetNameGenerator nameGenerator) Constructor injects dependencies for reuse.DefaultExportConfigurationConverter(@NotNull ExportConfigurationSearchService searchService, @NotNull DescriptorFactory descriptorFactory, @NotNull IntegrationObjectConversionService conversionService, @NotNull EntitySetNameGenerator nameGenerator) Instantiates a new export configuration conversion service.DefaultIntegrationObjectDecorator(@NotNull DescriptorFactory descriptorFactory, @NotNull IntegrationObjectConversionService conversionService, @NotNull IntegrationObjectService integrationObjectService, @NotNull EntitySetNameGenerator nameGenerator) Instantiate a new instance of the integration object decorator.DefaultOutboundChannelConfigurationDecorator(@NotNull DescriptorFactory descriptorFactory, @NotNull IntegrationObjectConversionService conversionService, @NotNull IntegrationObjectService integrationObjectService, @NotNull EntitySetNameGenerator nameGenerator) Instantiate a new instance of the outbound channel configuration decorator.DefaultRuntimeAttributeConverter(@NotNull DescriptorFactory descriptorFactory, @NotNull EntitySetNameGenerator nameGenerator, @NotNull IntegrationObjectService integrationObjectService, @NotNull ExportConfigurationSearchService searchService, @NotNull IntegrationObjectConversionService conversionService) Instantiates a new runtime attribute converter.DefaultScriptDecorator(@NotNull DescriptorFactory descriptorFactory, @NotNull IntegrationObjectService integrationObjectService, @NotNull IntegrationObjectConversionService conversionService, @NotNull ModelScriptsRepository scriptsRepository, @NotNull EntitySetNameGenerator nameGenerator) Instantiate a new instance of the script decorator. -
Uses of EntitySetNameGenerator in de.hybris.platform.odata2services.filter.impl
Methods in de.hybris.platform.odata2services.filter.impl that return EntitySetNameGeneratorModifier and TypeMethodDescriptionprotected EntitySetNameGeneratorDefaultExpressionVisitorFactory.getEntitySetNameGenerator()protected EntitySetNameGeneratorDefaultMemberExpressionVisitor.getEntitySetNameGenerator()Methods in de.hybris.platform.odata2services.filter.impl with parameters of type EntitySetNameGeneratorModifier and TypeMethodDescriptionvoidDefaultExpressionVisitorFactory.setEntitySetNameGenerator(EntitySetNameGenerator entitySetNameGenerator) voidDefaultMemberExpressionVisitor.setEntitySetNameGenerator(EntitySetNameGenerator entitySetNameGenerator) -
Uses of EntitySetNameGenerator in de.hybris.platform.odata2services.odata.schema.association
Methods in de.hybris.platform.odata2services.odata.schema.association with parameters of type EntitySetNameGeneratorModifier and TypeMethodDescriptionvoidAssociationSetGenerator.setNameGenerator(EntitySetNameGenerator generator) -
Uses of EntitySetNameGenerator in de.hybris.platform.odata2services.odata.schema.entity
Classes in de.hybris.platform.odata2services.odata.schema.entity that implement EntitySetNameGeneratorModifier and TypeClassDescriptionclassGeneratesEntitySetnames by pluralizing entity type name.Methods in de.hybris.platform.odata2services.odata.schema.entity with parameters of type EntitySetNameGeneratorModifier and TypeMethodDescriptionvoidEntitySetGenerator.setNameGenerator(EntitySetNameGenerator generator)