Package systems.dmx.contacts
Interface ContactsService
-
- All Known Implementing Classes:
ContactsPlugin
public interface ContactsService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<RelatedTopic>
getOrganizations(long personId)
List<RelatedTopic>
getPersons(long organizationId)
-
-
-
Method Detail
-
getOrganizations
List<RelatedTopic> getOrganizations(long personId)
-
getPersons
List<RelatedTopic> getPersons(long organizationId)
-
-