Uses of Class
es.kukenan.smartfi.microservice.backoffice.repository.entity.CompanyConfigurationValues
Packages that use CompanyConfigurationValues
Package
Description
Services and related beans and dependencies.
Services and related beans and dependencies.
-
Uses of CompanyConfigurationValues in es.kukenan.smartfi.microservice.backoffice.repository
Methods in es.kukenan.smartfi.microservice.backoffice.repository that return types with arguments of type CompanyConfigurationValuesModifier and TypeMethodDescriptionCompanyConfigValueRepository.findAllByConfigurationValueId(List<Long> cvIds, Integer companyId) Get all Company Configuration values by Config Value Id and Company. -
Uses of CompanyConfigurationValues in es.kukenan.smartfi.microservice.backoffice.repository.entity
Fields in es.kukenan.smartfi.microservice.backoffice.repository.entity with type parameters of type CompanyConfigurationValuesModifier and TypeFieldDescriptionprivate List<CompanyConfigurationValues>ConfigurationValues.companyConfigurationValueslist of company configuration values.