Ejemplo n.º 1
0
 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);
 }
Ejemplo n.º 2
0
 public Xowd_page_itm doc_ttl_(int id, String title) {
   return bldr_fxt.doc_(id, "2012-01-02 03:04", title, "IGNORE");
 }
Ejemplo n.º 3
0
 public Xowd_page_itm doc_(int id, String date, String title, String text) {
   return bldr_fxt.doc_(id, date, title, text);
 }