|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Person | |
|---|---|
| org.sciplore.resources | |
| Uses of Person in org.sciplore.resources |
|---|
| Methods in org.sciplore.resources that return Person | |
|---|---|
Person |
User.getPerson()
|
Person |
PersonXref.getPerson()
|
Person |
PersonHomonym.getPerson()
|
Person |
DocumentPerson.getPerson()
|
Person |
Contact.getPerson()
Returns the Person. |
static Person |
Person.getPerson(Integer id)
|
static Person |
Person.getPerson(String name)
|
Person |
Person.setName(String name)
|
static Person |
Person.sync(Person person)
|
| Methods in org.sciplore.resources with parameters of type Person | |
|---|---|
void |
Document.addPerson(Person p)
Add a person to the document using a Person object to construct the
DocumentPerson. |
static Contact |
Contact.getContact(Person p,
String uri)
Returns a Contact object fromt he database for a Person and an uri. |
void |
User.setPerson(Person person)
|
void |
PersonXref.setPerson(Person person)
|
void |
PersonHomonym.setPerson(Person person)
|
void |
DocumentPerson.setPerson(Person person)
|
void |
Contact.setPerson(Person person)
Sets the Person. |
static Person |
Person.sync(Person person)
|
| Constructors in org.sciplore.resources with parameters of type Person | |
|---|---|
Contact(Person person,
String uri,
Short type)
Construct a Contact object from Person, URI and type. |
|
DocumentPerson(Person p)
|
|
DocumentPerson(Person p,
Short type)
|
|
DocumentPerson(Person p,
Short type,
Short rank)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||