

Public Member Functions | |
| Set< IContactRelation > | getCoworkerRelations () |
Public Member Functions inherited from org.turro.plugin.contacts.AbstractRelations | |
| IRelations | date (Date date) |
| IRelations | outer () |
| IRelations | company () |
| IRelations | staff () |
| IContact | getCompany () |
| Optional< IContact > | getOptCompany () |
| IContactRelation | getCompanyRelation () |
| Optional< IContactRelation > | getOptCompanyRelation () |
| List< IContact > | getCompanies () |
| Set< IContactRelation > | getCompanyRelations () |
| List< IContact > | getCoworkers () |
| List< IContact > | getWorkers () |
| Set< IContactRelation > | getWorkerRelations () |
| List< IContact > | getDocents () |
| List< IContactRelation > | getDocentRelations () |
| List< IContact > | getStudents () |
| List< IContactRelation > | getStudentRelations () |
| boolean | inStaff (IContact worker) |
| Set< IContactRelation > | getCurrent () |
| Set< IContactRelation > | getOutdated () |
Static Public Member Functions | |
| static boolean | inStaff (IContact company, IContact worker) |
| static Relations | companies (IContact contact) |
| static Relations | staff (IContact contact) |
Protected Member Functions | |
| Relations | load () |
Protected Member Functions inherited from org.turro.plugin.contacts.AbstractRelations | |
| AbstractRelations (IContact contact, boolean asWorker) | |
Additional Inherited Members | |
Protected Attributes inherited from org.turro.plugin.contacts.AbstractRelations | |
| final IContact | contact |
| Date | date |
| boolean | outer |
Definition at line 34 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/contact/Relations.java.
Definition at line 70 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/contact/Relations.java.

| Set<IContactRelation> org.turro.alliance.contact.Relations.getCoworkerRelations | ( | ) |
Reimplemented from org.turro.plugin.contacts.AbstractRelations.
Definition at line 47 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/contact/Relations.java.

|
static |
Definition at line 40 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/contact/Relations.java.


|
protected |
Reimplemented from org.turro.plugin.contacts.AbstractRelations.
Definition at line 59 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/contact/Relations.java.

Definition at line 74 of file Elephant/elephant-alliance/src/main/java/org/turro/alliance/contact/Relations.java.
