Project Wonder 5.0

er.extensions.eof
Class ERXObjectStoreCoordinatorSynchronizer.LocalChange

java.lang.Object
  extended by er.extensions.eof.ERXObjectStoreCoordinatorSynchronizer.Change
      extended by er.extensions.eof.ERXObjectStoreCoordinatorSynchronizer.LocalChange
Enclosing class:
ERXObjectStoreCoordinatorSynchronizer

public static class ERXObjectStoreCoordinatorSynchronizer.LocalChange
extends ERXObjectStoreCoordinatorSynchronizer.Change

Holds a change notification (one transaction).


Constructor Summary
ERXObjectStoreCoordinatorSynchronizer.LocalChange(com.webobjects.eocontrol.EOObjectStoreCoordinator osc, com.webobjects.foundation.NSDictionary userInfo, boolean causedByRemoteUpdate)
           
 
Method Summary
 boolean causedByRemoteUpdate()
           
 com.webobjects.eocontrol.EOObjectStoreCoordinator coordinator()
           
 com.webobjects.foundation.NSDictionary deleted()
           
 com.webobjects.foundation.NSArray deletedGIDs()
           
 com.webobjects.foundation.NSDictionary inserted()
           
 com.webobjects.foundation.NSArray insertedGIDs()
           
 com.webobjects.foundation.NSDictionary invalidated()
           
 com.webobjects.foundation.NSArray invalidatedGIDs()
           
 com.webobjects.foundation.NSArray localCacheChanges()
           
protected  com.webobjects.foundation.NSDictionary snapshotsGroupedByEntity(com.webobjects.foundation.NSArray objects, com.webobjects.eocontrol.EOObjectStoreCoordinator osc)
          Returns a dictionary of snapshots where the key is the entity name and the value an array of snapshots.
 com.webobjects.foundation.NSDictionary updated()
           
 com.webobjects.foundation.NSArray updatedGIDs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ERXObjectStoreCoordinatorSynchronizer.LocalChange

public ERXObjectStoreCoordinatorSynchronizer.LocalChange(com.webobjects.eocontrol.EOObjectStoreCoordinator osc,
                                                         com.webobjects.foundation.NSDictionary userInfo,
                                                         boolean causedByRemoteUpdate)
Method Detail

causedByRemoteUpdate

public boolean causedByRemoteUpdate()

localCacheChanges

public com.webobjects.foundation.NSArray localCacheChanges()

deletedGIDs

public com.webobjects.foundation.NSArray deletedGIDs()

updatedGIDs

public com.webobjects.foundation.NSArray updatedGIDs()

insertedGIDs

public com.webobjects.foundation.NSArray insertedGIDs()

invalidatedGIDs

public com.webobjects.foundation.NSArray invalidatedGIDs()

snapshotsGroupedByEntity

protected com.webobjects.foundation.NSDictionary snapshotsGroupedByEntity(com.webobjects.foundation.NSArray objects,
                                                                          com.webobjects.eocontrol.EOObjectStoreCoordinator osc)
Returns a dictionary of snapshots where the key is the entity name and the value an array of snapshots.

Parameters:
objects -
osc -

updated

public com.webobjects.foundation.NSDictionary updated()

deleted

public com.webobjects.foundation.NSDictionary deleted()

inserted

public com.webobjects.foundation.NSDictionary inserted()

invalidated

public com.webobjects.foundation.NSDictionary invalidated()

coordinator

public com.webobjects.eocontrol.EOObjectStoreCoordinator coordinator()

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.