Package com.aquima.web.service
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadInteger
(String key) int
readInteger
(String key, int defaultValue) readString
(String key)
-
Constructor Details
-
PropertyServiceImpl
@Autowired public PropertyServiceImpl(org.springframework.core.env.Environment env)
-
-
Method Details
-
readString
- Specified by:
readString
in interfacecom.blueriq.component.api.properties.PropertyService
-
readMultiValueString
- Specified by:
readMultiValueString
in interfacecom.blueriq.component.api.properties.PropertyService
-
readInteger
- Specified by:
readInteger
in interfacecom.blueriq.component.api.properties.PropertyService
-
readInteger
- Specified by:
readInteger
in interfacecom.blueriq.component.api.properties.PropertyService
-
readMap
- Specified by:
readMap
in interfacecom.blueriq.component.api.properties.PropertyService
-