* communicates with the server to add a story of a particular theme
* @param name
* @param id
*/
public final void addStory(final String name, final Integer priority, final String description, final Float inEstimation, final Float currEstimation, final Boolean assigned, final Boolean planned, final Boolean done, final String id, final int typeFather) {
AsyncCallback callback = new AsyncCallback() {
@Override
public void onFailure(Throwable arg0) {
addStory(name, priority, description, inEstimation, currEstimation, assigned, planned, done, id, typeFather);
}