Uses of Interface
com.kony.sync.services.entityframework.IEntity

Packages that use IEntity
com.kony.sync.services.entityframework   
com.kony.sync.services.interceptor   
com.kony.sync.services.syncruntime.conflicts   
 

Uses of IEntity in com.kony.sync.services.entityframework
 

Classes in com.kony.sync.services.entityframework that implement IEntity
 class SyncEntity
          Weakly typed base class for storing table rows.
 

Uses of IEntity in com.kony.sync.services.interceptor
 

Methods in com.kony.sync.services.interceptor that return IEntity
 IEntity ISyncConflictContext.getClientChange()
          Returns the client change as a Entity
 IEntity ISyncConflictContext.getServerChange()
          Returns the server change as a Entity
 

Methods in com.kony.sync.services.interceptor that return types with arguments of type IEntity
 java.util.List<IEntity> ISyncRequestContext.getIncomingChanges()
          Returns the incoming changes from the client.
 java.util.List<IEntity> ISyncResponseContext.getOutgoingChanges()
          Returns the list of entities which will be sent to the client
 

Method parameters in com.kony.sync.services.interceptor with type arguments of type IEntity
 void ISyncMergeInterceptor.processEvent(ISyncMergeInterceptor.MergeEvent event, ISyncOperationContext context, java.util.List<IEntity> changes)
          This method will be invoked by the Merge service at various phases while applying the changes to data source
 void ISyncReplicaInterceptor.processEvent(ISyncReplicaInterceptor.ReplicaEvent event, ISyncOperationContext context, java.util.List<IEntity> changes)
          This method will be invoked by the replica service at two places.
 

Uses of IEntity in com.kony.sync.services.syncruntime.conflicts
 

Methods in com.kony.sync.services.syncruntime.conflicts that return IEntity
 IEntity ConflictResolutionResult.getResolvedEntity()
           
 

Methods in com.kony.sync.services.syncruntime.conflicts with parameters of type IEntity
 void ConflictResolutionResult.setResolvedEntity(IEntity resolvedEntity)
           
 

Constructors in com.kony.sync.services.syncruntime.conflicts with parameters of type IEntity
ConflictResolutionResult(IEntity resolvedEntity, SyncEntity.ChangeType changeType, java.lang.Boolean ignore)
          Creates the ConflictResolutionResult instance with the resolved entity, change type