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 TypeMethodDescriptionbooleanContact.lenientEquals(Contact contact) This implementation of theequals(Object)method does only check business equality and disregards automatically set and maintained fields likecreatedBy, keyand others.Method parameters in org.gbif.api.model.registry with type arguments of type ContactModifier and TypeMethodDescriptionvoidContactable.setContacts(List<Contact> contacts) voidDataset.setContacts(List<Contact> contacts) voidInstallation.setContacts(List<Contact> contacts) voidNetwork.setContacts(List<Contact> contacts) voidNode.setContacts(List<Contact> contacts) voidOrganization.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 TypeMethodDescriptionvoidProject.addContact(Contact contact) Add contact to Contact List.voidRelatedProject.addContact(Contact contact) Method parameters in org.gbif.api.model.registry.eml with type arguments of type ContactModifier and TypeMethodDescriptionvoidProject.setContacts(List<Contact> contacts) voidRelatedProject.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 TypeMethodDescriptionintContactService.addContact(@NotNull UUID targetEntityKey, @NotNull @Valid Contact contact) Add a new Contact to a target entity.voidContactService.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 primaryContactfor 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 allContactfor the provided type.ContactAdapter.getAssociatedParties()Get the list of AssociatedParties.ContactAdapter.getContacts()Get the list ofContactof type ContactType.ADMINISTRATIVE_POINT_OF_CONTACT.ContactAdapter.getCreators()Get the list ofContactof type ContactType.ORIGINATOR.ContactAdapter.getFilteredContacts(ContactType... types) Filter contacts based on the provided contact types.ContactAdapter.getMetadataProviders()Get the list ofContactof type ContactType.METADATA_AUTHOR.Methods in org.gbif.api.util with parameters of type ContactModifier and TypeMethodDescriptionstatic StringContactAdapter.formatContactName(Contact contact) Format the name of the contact as "FirstName LastName".static StringCitationGenerator.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.Constructor parameters in org.gbif.api.util with type arguments of type Contact