public class DynamicServiceImpl extends Object implements DynamicService
| Constructor and Description |
|---|
DynamicServiceImpl(DatabaseFetchStatsCache statsCache,
DynamicDao dao) |
| Modifier and Type | Method and Description |
|---|---|
List<Tuple> |
fetchAllTuples(long id,
int revision,
List<TupleDef> tupleDefs) |
BundleHeader |
fetchHeader(long id,
BundleDef def) |
Integer |
findRevision(long bundleId,
BundleDef def) |
void |
persistBundle(String profileCode,
ActionQueue queue) |
public DynamicServiceImpl(DatabaseFetchStatsCache statsCache, DynamicDao dao)
public void persistBundle(String profileCode, ActionQueue queue)
persistBundle in interface DynamicServicepublic Integer findRevision(long bundleId, BundleDef def)
findRevision in interface DynamicServicepublic BundleHeader fetchHeader(long id, BundleDef def)
fetchHeader in interface DynamicServicepublic List<Tuple> fetchAllTuples(long id, int revision, List<TupleDef> tupleDefs)
fetchAllTuples in interface DynamicServiceid - bundle idrevision - revision of bundletupleDefs - non-root tuple definitionsTupleCopyright © 2021. All rights reserved.