◆ convertToString()
String org.turro.contacts.util.ContactListbox.convertToString |
( |
Contact |
v | ) |
|
|
protected |
◆ setPartialName()
void org.turro.contacts.util.ContactListbox.setPartialName |
( |
String |
name | ) |
|
Definition at line 43 of file ContactListbox.java.
44 if(!Strings.isBlank(name) && name.trim().length() > 2) {
46 dao =
new ContactsPU();
49 "select c from Contact as c where c.name like ? order by c.name",
50 new String[] {
"%" + name.trim() +
"%" }));
◆ setProvider()
void org.turro.contacts.util.ContactListbox.setProvider |
( |
Contact |
provider | ) |
|
◆ setRole()
void org.turro.contacts.util.ContactListbox.setRole |
( |
String |
role | ) |
|
Definition at line 54 of file ContactListbox.java.
56 dao =
new ContactsPU();
59 "select contact from Contact as contact where " +
61 " order by contact.name"));
The documentation for this class was generated from the following file: