org.granite.client.persistence.collection
Interface PersistentCollection

All Superinterfaces:
Externalizable, Serializable
All Known Subinterfaces:
PersistentSortedCollection<E>
All Known Implementing Classes:
AbstractPersistentCollection, AbstractPersistentMapCollection, AbstractPersistentSimpleCollection, PersistentBag, PersistentList, PersistentMap, PersistentSet, PersistentSortedMap, PersistentSortedSet

public interface PersistentCollection
extends Externalizable

Author:
Franck WOLFF

Method Summary
 void clearDirty()
           
 void dirty()
           
 boolean isDirty()
           
 boolean wasInitialized()
           
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

wasInitialized

boolean wasInitialized()

isDirty

boolean isDirty()

dirty

void dirty()

clearDirty

void clearDirty()