◆ GlobalIdAttribute()
org.turro.contacts.proposal.GlobalIdAttribute.GlobalIdAttribute |
( |
Contact |
attribute | ) |
|
◆ addToContact()
void org.turro.contacts.proposal.GlobalIdAttribute.addToContact |
( |
Contact |
contact | ) |
|
◆ generateAttributeAdapter()
IAttribute org.turro.contacts.proposal.GlobalIdAttribute.generateAttributeAdapter |
( |
final Contact |
a | ) |
|
◆ generateRelated()
List<Contact> org.turro.contacts.proposal.GlobalIdAttribute.generateRelated |
( |
| ) |
|
|
protected |
Definition at line 39 of file GlobalIdAttribute.java.
40 Dao dao =
new ContactsPU();
41 WhereClause wc =
new WhereClause();
42 wc.addClause(
"select contact from Contact as contact");
43 wc.addClause(
"where contact.globalIdentifier = :value");
44 wc.addNamedValue(
"value",
attribute.getGlobalIdentifier());
45 return dao.getResultList(wc);
◆ getAsString()
String org.turro.contacts.proposal.GlobalIdAttribute.getAsString |
( |
| ) |
|
◆ getAttributeName()
String org.turro.contacts.proposal.GlobalIdAttribute.getAttributeName |
( |
| ) |
|
◆ getContact()
Contact org.turro.contacts.proposal.GlobalIdAttribute.getContact |
( |
| ) |
|
The documentation for this class was generated from the following file: