|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Contact | |
---|---|
com.techventus.server.voice.datatypes | |
com.techventus.server.voice.datatypes.records |
Uses of Contact in com.techventus.server.voice.datatypes |
---|
Methods in com.techventus.server.voice.datatypes that return Contact | |
---|---|
static Contact |
Contact.extractContact(java.lang.String html)
Creates a Contact out of a html TODO DummyData - Implement |
Uses of Contact in com.techventus.server.voice.datatypes.records |
---|
Fields in com.techventus.server.voice.datatypes.records declared as Contact | |
---|---|
protected Contact |
Record.contact
The Contact of this Record, like who called in |
Methods in com.techventus.server.voice.datatypes.records that return Contact | |
---|---|
Contact |
Record.getContact()
|
Methods in com.techventus.server.voice.datatypes.records with parameters of type Contact | |
---|---|
void |
Record.setContact(Contact pContact)
|
Constructors in com.techventus.server.voice.datatypes.records with parameters of type Contact | |
---|---|
Call(java.lang.String id,
java.lang.String title,
java.util.Date date,
Contact contact,
boolean read)
|
|
Record(java.lang.String id,
java.lang.String title,
java.util.Date date,
Contact contact,
boolean read)
|
|
ShortMessage(java.lang.String id,
java.lang.String title,
java.util.Date date,
Contact contact,
boolean read)
|
|
Voicemail(java.lang.String id,
java.lang.String title,
java.util.Date date,
Contact contact,
Transcript transcript,
boolean read)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |