◆ NameAttribute()
org.turro.contacts.proposal.NameAttribute.NameAttribute |
( |
Contact |
attribute | ) |
|
◆ addToContact()
void org.turro.contacts.proposal.NameAttribute.addToContact |
( |
Contact |
contact | ) |
|
◆ generateAttributeAdapter()
IAttribute org.turro.contacts.proposal.NameAttribute.generateAttributeAdapter |
( |
final Contact |
a | ) |
|
◆ generateRelated()
List<Contact> org.turro.contacts.proposal.NameAttribute.generateRelated |
( |
| ) |
|
|
protected |
Definition at line 40 of file NameAttribute.java.
41 ContactsPU cpu =
new ContactsPU();
42 List<Contact> list =
new ArrayList<Contact>();
43 NamesMap nm =
new NamesMap();
44 Map<String, NameEntry> names = nm.getCoincidences(
attribute.getName());
45 for(NameEntry ne : names.values()) {
46 Contact c = cpu.find(Contact.class, ne.getId());
◆ getAsString()
String org.turro.contacts.proposal.NameAttribute.getAsString |
( |
| ) |
|
◆ getAttributeName()
String org.turro.contacts.proposal.NameAttribute.getAttributeName |
( |
| ) |
|
◆ getContact()
Contact org.turro.contacts.proposal.NameAttribute.getContact |
( |
| ) |
|
The documentation for this class was generated from the following file: