Пример #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);
 }
Пример #2
0
 public Xowd_page_itm doc_ttl_(int id, String title) {
   return bldr_fxt.doc_(id, "2012-01-02 03:04", title, "IGNORE");
 }
Пример #3
0
 public Xowd_page_itm doc_(int id, String date, String title, String text) {
   return bldr_fxt.doc_(id, date, title, text);
 }