Package pl.decerto.hyperon.runtime.dao
Class VersionJdbcDao
java.lang.Object
pl.decerto.hyperon.runtime.dao.BaseDao
pl.decerto.hyperon.runtime.dao.VersionJdbcDao
- Author:
- przemek hertel
-
Field Summary
Fields inherited from class pl.decerto.hyperon.runtime.dao.BaseDao
connectionInterceptor, dataSource, DEFAULT_FETCH_SIZE, defaultJdbcTemplate -
Constructor Summary
ConstructorsConstructorDescriptionVersionJdbcDao(DataSource dataSource, ConnectionInterceptor connectionInterceptor) -
Method Summary
Modifier and TypeMethodDescriptiongetAllRegionVersionsList(String profileCode) getFunctionsWithRegion(int regionId) getParametersWithRegion(int regionId) getProfiles(String regionCode) getProfiles(String regionCode, String version) getRegionVersion(int regionVersionId) getSystemVersions(String profile, SortedSet<Integer> versionsToOmit) getUserRegionVersions(String profileCode, String user) Methods inherited from class pl.decerto.hyperon.runtime.dao.BaseDao
getOne, getOne, jdbcTemplate, jdbcTemplate, setDefaultFetchSize
-
Constructor Details
-
VersionJdbcDao
-
-
Method Details
-
getMaxLastUpdate
-
getAllRegionVersions
-
getAllRegionVersionsList
-
getRegionVersion
-
getAllRegionVersionsList
-
getFunctionsWithRegion
-
getParametersWithRegion
-
getAllSchedules
-
getUserRegionVersions
-
getAllUserRegionVersions
-
getSystemVersions
-
getProfiles
-
getProfiles
-