Interface DomainCacheDao
- All Known Implementing Classes:
DomainCacheJdbcDao,SnapshotDomainCacheDao
public interface DomainCacheDao
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetCollectionId(int elementId) getDefinitionLastUpdateInProfile(String profileCode) getLastUpdateForOpenSession(String profileCode, String user) getLastUpdateForProfile(String profileCode) getNewParents(String profileCode, Set<Integer> userRegionVersions) getObjectsAttributesByObjectId(String profileCode, int sessionId, Set<Integer> userRegionVersions) getObjectsById(String profileCode, int sessionId, Map<String, DomainObjectTypeImpl> types, Set<Integer> userRegionVersions) getObjectsDynamicAttributesByObjectId(String profileCode, int sessionId, Set<Integer> userRegionVersions) getOpenSession(String profile, String user) getReferences(int elementId) getReferences(String profileCode, int sessionId, Set<Integer> userRegionVersions) getTypesByCode(String profileCode) getUserVersions(String profileCode, String user)
-
Method Details
-
getDomainElementLastUpdate
Date getDomainElementLastUpdate() -
getRegionVersionLastUpdate
Date getRegionVersionLastUpdate() -
getDomainDefinitionLastUpdate
Date getDomainDefinitionLastUpdate() -
getMaxLastUpdate
Date getMaxLastUpdate() -
getTypesByCode
-
getCollectionId
-
getObjectsById
Map<String,DomainObjectImpl> getObjectsById(String profileCode, int sessionId, Map<String, DomainObjectTypeImpl> types, Set<Integer> userRegionVersions) -
getNewParents
-
getReferences
-
getReferences
-
getProfileLastUpdates
-
getObjectsDynamicAttributesByObjectId
-
getObjectsAttributesByObjectId
-
getUserVersions
-
getOpenSession
-
getLastUpdateForProfile
-
getLastUpdateForOpenSession
-
getDefinitionLastUpdateInProfile
-