Example #1
0
 public void UpdateUser(
     String username,
     SWIGTYPE_p_std__string password,
     String picture,
     SWIGTYPE_p_int pictureSize,
     DateTime registered,
     SWIGTYPE_p_std__string realname,
     SWIGTYPE_p_std__string email,
     SWIGTYPE_p_int layout,
     SWIGTYPE_p_bool admin,
     SWIGTYPE_p_bool https) {
   libnfdbJNI.UserController_UpdateUser__SWIG_1(
       swigCPtr,
       this,
       username,
       SWIGTYPE_p_std__string.getCPtr(password),
       picture,
       SWIGTYPE_p_int.getCPtr(pictureSize),
       DateTime.getCPtr(registered),
       registered,
       SWIGTYPE_p_std__string.getCPtr(realname),
       SWIGTYPE_p_std__string.getCPtr(email),
       SWIGTYPE_p_int.getCPtr(layout),
       SWIGTYPE_p_bool.getCPtr(admin),
       SWIGTYPE_p_bool.getCPtr(https));
 }
Example #2
0
 public Session(int id, String username, String key, DateTime time) {
   this(libnfdbJNI.new_Session__SWIG_1(id, username, key, DateTime.getCPtr(time), time), true);
 }
Example #3
0
 public void setTime(DateTime value) {
   libnfdbJNI.Session_time_set(swigCPtr, this, DateTime.getCPtr(value), value);
 }