org.sharengo.wikitty
Class UpdateResponse
java.lang.Object
org.sharengo.wikitty.UpdateResponse
public class UpdateResponse
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
idVersionMap
protected Map<String,String> idVersionMap
idDeletionDateMap
protected Map<String,Date> idDeletionDateMap
UpdateResponse
public UpdateResponse()
add
public void add(UpdateResponse update)
- Merge all update passed in argument in local update list
- Parameters:
update -
addVersionUpdate
public void addVersionUpdate(String id,
String version)
addDeletionDateUpdate
public void addDeletionDateUpdate(String id,
Date date)
update
public void update(BusinessEntity e)
update
public void update(BusinessEntityBean e)
update
public void update(BusinessEntityWikitty e)
update
public void update(Wikitty e)
- Update data directly in object passed in argument.
Actualy only version and deletion date are updated.
And internaly wikitty object is marked clean (not dirty)
- Parameters:
e -
Copyright © 2009-2010 CodeLutin. All Rights Reserved.