Class PropertyServiceImpl

java.lang.Object
com.aquima.web.service.PropertyServiceImpl
All Implemented Interfaces:
com.blueriq.component.api.properties.PropertyService

@Service public class PropertyServiceImpl extends Object implements com.blueriq.component.api.properties.PropertyService
  • Constructor Details

    • PropertyServiceImpl

      @Autowired public PropertyServiceImpl(org.springframework.core.env.Environment env)
  • Method Details

    • readString

      public String readString(String key)
      Specified by:
      readString in interface com.blueriq.component.api.properties.PropertyService
    • readMultiValueString

      public List<String> readMultiValueString(String key)
      Specified by:
      readMultiValueString in interface com.blueriq.component.api.properties.PropertyService
    • readInteger

      public Integer readInteger(String key)
      Specified by:
      readInteger in interface com.blueriq.component.api.properties.PropertyService
    • readInteger

      public int readInteger(String key, int defaultValue)
      Specified by:
      readInteger in interface com.blueriq.component.api.properties.PropertyService
    • readMap

      public Map<String,String> readMap(String key)
      Specified by:
      readMap in interface com.blueriq.component.api.properties.PropertyService