Uses of Class
es.kukenan.smartfi.microservice.backoffice.repository.entity.ConfigurationValues
Packages that use ConfigurationValues
Package
Description
Services and related beans and dependencies.
Services and related beans and dependencies.
Services and internal components package.
-
Uses of ConfigurationValues in es.kukenan.smartfi.microservice.backoffice.repository
Methods in es.kukenan.smartfi.microservice.backoffice.repository that return types with arguments of type ConfigurationValuesModifier and TypeMethodDescriptionConfigValueRepository.findAllByCompanyId(Integer companyId) Find all configuration values by company identifier.ConfigValueRepository.findAllByProductAndConfigurable(String product, Boolean configurable) Find all configuration values by product type.ConfigValueRepository.findAllByProductAndConfigurableAndCompanyId(String product, Boolean configurable, Integer companyId) Find all configuration values by product type. -
Uses of ConfigurationValues in es.kukenan.smartfi.microservice.backoffice.repository.entity
Fields in es.kukenan.smartfi.microservice.backoffice.repository.entity declared as ConfigurationValuesModifier and TypeFieldDescriptionprivate ConfigurationValuesCompanyConfigurationValues.configurationValueConfiguration Value identifier. -
Uses of ConfigurationValues in es.kukenan.smartfi.microservice.backoffice.service.mapper
Methods in es.kukenan.smartfi.microservice.backoffice.service.mapper that return ConfigurationValuesModifier and TypeMethodDescriptionstatic ConfigurationValuesConfigValueMapper.mapEntity(es.kukenan.smartfi.microservice.backoffice.dtos.backoffice.ConfigValueDto dto) Map singleConfigValueDtodto toConfigurationValuesentity.Methods in es.kukenan.smartfi.microservice.backoffice.service.mapper that return types with arguments of type ConfigurationValuesModifier and TypeMethodDescriptionstatic List<ConfigurationValues>ConfigValueMapper.mapEntities(List<es.kukenan.smartfi.microservice.backoffice.dtos.backoffice.ConfigValueDto> dtos) Map list ofConfigValueDtodto to list ofConfigurationValuesentities.Methods in es.kukenan.smartfi.microservice.backoffice.service.mapper with parameters of type ConfigurationValuesModifier and TypeMethodDescriptionstatic es.kukenan.smartfi.microservice.backoffice.dtos.backoffice.ConfigValueDtoConfigValueMapper.map(ConfigurationValues configurationValues) Map singleConfigurationValuesobject toConfigValueDto.Method parameters in es.kukenan.smartfi.microservice.backoffice.service.mapper with type arguments of type ConfigurationValuesModifier and TypeMethodDescriptionstatic List<es.kukenan.smartfi.microservice.backoffice.dtos.backoffice.ConfigValueDto>ConfigValueMapper.map(List<ConfigurationValues> configurationValues) Map list ofConfigurationValuesobjects to list ofConfigValueDto.ConfigValueMapper.mapOnboarding(List<ConfigurationValues> configurationValuesList) Map list ofConfigurationValuesobjects toConfigValueDto.