Пример #1
0
  /*
   * Updates this Routine in the database.
   */
  protected void update() {

    LiftLogDBAPI.get(mAppContext).update(this);
  }
Пример #2
0
  public void insert() {

    LiftLogDBAPI.get(mAppContext).insert(this);
  }
Пример #3
0
  /*
   * Deletes this object from the database.
   */
  public void delete() {

    LiftLogDBAPI.get(mAppContext).delete(this);
  }