Interface VersionDao
- All Known Implementing Classes:
SnapshotVersionDao,VersionJdbcDao
public interface VersionDao
-
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)
-
Method Details
-
getMaxLastUpdate
Date getMaxLastUpdate() -
getAllRegionVersions
Map<Integer,RegionVersion> getAllRegionVersions() -
getAllRegionVersionsList
List<RegionVersion> getAllRegionVersionsList() -
getRegionVersion
-
getAllRegionVersionsList
-
getFunctionsWithRegion
-
getParametersWithRegion
-
getAllSchedules
Map<String,ScheduleContainer> getAllSchedules() -
getUserRegionVersions
-
getAllUserRegionVersions
List<UserRegionVersion> getAllUserRegionVersions() -
getSystemVersions
-
getProfiles
-
getProfiles
-