Beispiel #1
0
  public void doUpdateContact(
      long fuid,
      long peopleid,
      boolean updatelogo,
      boolean updatebirthday,
      boolean updateemail,
      boolean updatecell) {

    omsService.processUpdateContactInfo(
        fuid, peopleid, updatelogo, updatebirthday, updateemail, updatecell);
  }