Uses of Class
org.granite.client.tide.data.Conflict

Packages that use Conflict
org.granite.client.tide.data   
org.granite.client.tide.data.impl   
 

Uses of Conflict in org.granite.client.tide.data
 

Methods in org.granite.client.tide.data that return types with arguments of type Conflict
 List<Conflict> Conflicts.getConflicts()
           
 

Methods in org.granite.client.tide.data with parameters of type Conflict
 void Conflicts.acceptClient(Conflict conflict)
           
 void EntityManager.acceptConflict(Conflict conflict, boolean acceptClient)
          Accept values for conflict
 void Conflicts.acceptServer(Conflict conflict)
           
 

Uses of Conflict in org.granite.client.tide.data.impl
 

Methods in org.granite.client.tide.data.impl with parameters of type Conflict
 void EntityManagerImpl.acceptConflict(Conflict conflict, boolean client)