|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.granite.client.persistence.collection.PersistentCollectionSnapshotFactory
public abstract class PersistentCollectionSnapshotFactory
| Constructor Summary | |
|---|---|
PersistentCollectionSnapshotFactory()
|
|
| Method Summary | |
|---|---|
static PersistentCollectionSnapshotFactory |
newInstance(ContentType contentType)
|
static PersistentCollectionSnapshotFactory |
newInstance(Object io)
|
abstract PersistentCollectionSnapshot |
newPersistentCollectionSnapshot(boolean sorted,
String detachedState)
|
abstract PersistentCollectionSnapshot |
newPersistentCollectionSnapshot(boolean initialized,
String detachedState,
boolean dirty,
Collection<?> collection)
|
abstract PersistentCollectionSnapshot |
newPersistentCollectionSnapshot(boolean initialized,
String detachedState,
boolean dirty,
Map<?,?> collection)
|
abstract PersistentCollectionSnapshot |
newPersistentCollectionSnapshot(String detachedState)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PersistentCollectionSnapshotFactory()
| Method Detail |
|---|
public static PersistentCollectionSnapshotFactory newInstance(Object io)
public static PersistentCollectionSnapshotFactory newInstance(ContentType contentType)
public abstract PersistentCollectionSnapshot newPersistentCollectionSnapshot(String detachedState)
public abstract PersistentCollectionSnapshot newPersistentCollectionSnapshot(boolean sorted,
String detachedState)
public abstract PersistentCollectionSnapshot newPersistentCollectionSnapshot(boolean initialized,
String detachedState,
boolean dirty,
Collection<?> collection)
public abstract PersistentCollectionSnapshot newPersistentCollectionSnapshot(boolean initialized,
String detachedState,
boolean dirty,
Map<?,?> collection)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||