org.granite.client.messaging.amf.persistence
Class AMFPersistentCollectionSnapshotFactory

java.lang.Object
  extended by org.granite.client.persistence.collection.PersistentCollectionSnapshotFactory
      extended by org.granite.client.messaging.amf.persistence.AMFPersistentCollectionSnapshotFactory

public class AMFPersistentCollectionSnapshotFactory
extends PersistentCollectionSnapshotFactory

Author:
Franck WOLFF

Constructor Summary
AMFPersistentCollectionSnapshotFactory()
           
 
Method Summary
 PersistentCollectionSnapshot newPersistentCollectionSnapshot(boolean sorted, String detachedState)
           
 PersistentCollectionSnapshot newPersistentCollectionSnapshot(boolean initialized, String detachedState, boolean dirty, Collection<?> collection)
           
 PersistentCollectionSnapshot newPersistentCollectionSnapshot(boolean initialized, String detachedState, boolean dirty, Map<?,?> collection)
           
 PersistentCollectionSnapshot newPersistentCollectionSnapshot(String detachedState)
           
 
Methods inherited from class org.granite.client.persistence.collection.PersistentCollectionSnapshotFactory
newInstance, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AMFPersistentCollectionSnapshotFactory

public AMFPersistentCollectionSnapshotFactory()
Method Detail

newPersistentCollectionSnapshot

public PersistentCollectionSnapshot newPersistentCollectionSnapshot(String detachedState)
Specified by:
newPersistentCollectionSnapshot in class PersistentCollectionSnapshotFactory

newPersistentCollectionSnapshot

public PersistentCollectionSnapshot newPersistentCollectionSnapshot(boolean sorted,
                                                                    String detachedState)
Specified by:
newPersistentCollectionSnapshot in class PersistentCollectionSnapshotFactory

newPersistentCollectionSnapshot

public PersistentCollectionSnapshot newPersistentCollectionSnapshot(boolean initialized,
                                                                    String detachedState,
                                                                    boolean dirty,
                                                                    Collection<?> collection)
Specified by:
newPersistentCollectionSnapshot in class PersistentCollectionSnapshotFactory

newPersistentCollectionSnapshot

public PersistentCollectionSnapshot newPersistentCollectionSnapshot(boolean initialized,
                                                                    String detachedState,
                                                                    boolean dirty,
                                                                    Map<?,?> collection)
Specified by:
newPersistentCollectionSnapshot in class PersistentCollectionSnapshotFactory