Uses of Class
org.gbif.api.model.registry.Contact
Packages that use Contact
Package
Description
-
Uses of Contact in org.gbif.api.model.registry
Methods in org.gbif.api.model.registry that return types with arguments of type ContactModifier and TypeMethodDescriptionContactable.getContacts()
Dataset.getContacts()
Installation.getContacts()
Network.getContacts()
Node.getContacts()
Organization.getContacts()
Methods in org.gbif.api.model.registry with parameters of type ContactModifier and TypeMethodDescriptionboolean
Contact.lenientEquals
(Contact contact) This implementation of theequals(Object)
method does only check business equality and disregards automatically set and maintained fields likecreatedBy, key
and others.Method parameters in org.gbif.api.model.registry with type arguments of type ContactModifier and TypeMethodDescriptionvoid
Contactable.setContacts
(List<Contact> contacts) void
Dataset.setContacts
(List<Contact> contacts) void
Installation.setContacts
(List<Contact> contacts) void
Network.setContacts
(List<Contact> contacts) void
Node.setContacts
(List<Contact> contacts) void
Organization.setContacts
(List<Contact> contacts) -
Uses of Contact in org.gbif.api.model.registry.eml
Methods in org.gbif.api.model.registry.eml that return types with arguments of type ContactMethods in org.gbif.api.model.registry.eml with parameters of type ContactModifier and TypeMethodDescriptionvoid
Project.addContact
(Contact contact) Add contact to Contact List.void
RelatedProject.addContact
(Contact contact) Method parameters in org.gbif.api.model.registry.eml with type arguments of type ContactModifier and TypeMethodDescriptionvoid
Project.setContacts
(List<Contact> contacts) void
RelatedProject.setContacts
(List<Contact> contacts) Constructor parameters in org.gbif.api.model.registry.eml with type arguments of type Contact -
Uses of Contact in org.gbif.api.service.registry
Methods in org.gbif.api.service.registry that return types with arguments of type ContactModifier and TypeMethodDescriptionContactService.listContacts
(@NotNull UUID targetEntityKey) List all contacts of a target entity.Methods in org.gbif.api.service.registry with parameters of type ContactModifier and TypeMethodDescriptionint
ContactService.addContact
(@NotNull UUID targetEntityKey, @NotNull @Valid Contact contact) Add a new Contact to a target entity.void
ContactService.updateContact
(@NotNull UUID targetEntityKey, @NotNull @Valid Contact contact) Updates the given contact for the target entity. -
Uses of Contact in org.gbif.api.util
Methods in org.gbif.api.util that return ContactModifier and TypeMethodDescriptionContactAdapter.getAdministrativeContact()
Get the AdministrativeContactContact
.ContactAdapter.getFirstPreferredType
(ContactType type) Get the first primaryContact
for the provided type.ContactAdapter.getResourceCreator()
Get the ResourceCreatorContact
.Methods in org.gbif.api.util that return types with arguments of type ContactModifier and TypeMethodDescriptionContactAdapter.getAllType
(ContactType type) Get allContact
for the provided type.ContactAdapter.getAssociatedParties()
Get the list of AssociatedParties.ContactAdapter.getContacts()
Get the list ofContact
of type ContactType.ADMINISTRATIVE_POINT_OF_CONTACT.ContactAdapter.getCreators()
Get the list ofContact
of type ContactType.ORIGINATOR.ContactAdapter.getFilteredContacts
(ContactType... types) Filter contacts based on the provided contact types.ContactAdapter.getMetadataProviders()
Get the list ofContact
of type ContactType.METADATA_AUTHOR.Methods in org.gbif.api.util with parameters of type ContactModifier and TypeMethodDescriptionstatic String
ContactAdapter.formatContactName
(Contact contact) Format the name of the contact as "FirstName LastName".static String
CitationGenerator.getAuthorName
(Contact creator) Given aContact
, generates a String for that contact for citation purpose.Method parameters in org.gbif.api.util with type arguments of type ContactModifier and TypeMethodDescriptionstatic List<CitationContact>
CitationGenerator.getAuthors
(List<Contact> contacts) Extracts an ordered list of unique authors from a list of contacts.static List<CitationContact>
CitationGenerator.getAuthorsForCamtrap
(List<Contact> contacts) Constructor parameters in org.gbif.api.util with type arguments of type Contact