}
});
}
public void createList(String id, String name, int pos) throws Exception {
Meta<StoryList> wrap = Meta.wrap("list", new StoryList(id, name, new BigDecimal(pos)));
byte[] json = wrap.toJson();
db.put(id, 0, json, new Put() {
@Override
public void ok(String key, int rev) {