Class PropertiesService
- java.lang.Object
-
- net.n2oapp.framework.config.admin.properties.PropertiesService
-
- All Implemented Interfaces:
net.n2oapp.criteria.api.CollectionPageService<PropertiesCriteria,DataSet>
@Component public class PropertiesService extends Object implements net.n2oapp.criteria.api.CollectionPageService<PropertiesCriteria,DataSet>
- Since:
- 04.08.2015
- Author:
- operehod
-
-
Constructor Summary
Constructors Constructor Description PropertiesService(Properties n2oProperties, net.n2oapp.properties.io.PropertiesInfoCollector collector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.n2oapp.criteria.api.CollectionPage<DataSet>getCollectionPage(PropertiesCriteria criteria)voidupdate(String key, String envValue, String servletValue, Boolean hasEnv, Boolean hasServ)
-
-
-
Constructor Detail
-
PropertiesService
public PropertiesService(Properties n2oProperties, net.n2oapp.properties.io.PropertiesInfoCollector collector)
-
-
Method Detail
-
getCollectionPage
public net.n2oapp.criteria.api.CollectionPage<DataSet> getCollectionPage(PropertiesCriteria criteria)
- Specified by:
getCollectionPagein interfacenet.n2oapp.criteria.api.CollectionPageService<PropertiesCriteria,DataSet>
-
-