@Deprecated
public class DataBundle<T>
extends java.lang.Object
Constructor and Description |
---|
DataBundle(T mainPrimaryKey,
java.lang.String cacheTableName,
DataManagerDataSource dataSource,
java.lang.String quoteString,
boolean hasURL)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<CachedContent<T>> |
getCachedPages()
Deprecated.
Returns a set of the pages that were cached in association with the current record
|
java.util.Set<CachedContent<T>> |
getContext()
Deprecated.
Returns a set of associated context for the record
|
T |
getMainPrimaryKey()
Deprecated.
Returns the primary key of this bundle of cached data
|
@NotNull public T getMainPrimaryKey()
@NotNull public java.util.Set<CachedContent<T>> getContext()
@NotNull public java.util.Set<CachedContent<T>> getCachedPages()