* @param clearOnSuccess <code>true</code> to clear all entities from VIE on success
* @param callback the callback executed on success
*/
public void saveEntity(String entityId, boolean clearOnSuccess, Command callback) {
I_Entity entity = m_vie.getEntity(entityId);
saveEntity(entity, clearOnSuccess, callback);
}