public Xowd_page_itm doc_wo_date_(int id, String title, String text) { return bldr_fxt.doc_(id, "2012-01-02 03:04", title, text); }
public Xowd_page_itm doc_ttl_(int id, String title) { return bldr_fxt.doc_(id, "2012-01-02 03:04", title, "IGNORE"); }
public Xowd_page_itm doc_(int id, String date, String title, String text) { return bldr_fxt.doc_(id, date, title, text); }