Constructors
EabEntry()
Methods
delete()
Deletes the current address book entry from the database.getValue(String)
Gets the value of the given field in the EabEntry instance.Available fields:
- name
- sms
- folderId
- dbi_agent_id
- dbi_key
- dbi_last_syncronized
- dbi_last_modified
- dbi_delete
load(Integer)
Loads an entry from the address book with the specified ID.loadFromAgentAndKey(Integer,String)
Used in conjunction with DBI. Load an entry with the specified key from the specified agent.save()
Saves the current address book entry. If you did not load an existing entry, a new entry will be created; otherwise, it will update the loaded entry.setValue(String,String)
Sets the value of the given field in the EabEntry instance.Available fields:
- name
- sms
- folderId
- dbi_agent_id
- dbi_key
- dbi_last_syncronized
- dbi_last_modified
- dbi_delete