Uses of Interface
org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped.ZenodoAuthor
-
-
Uses of ZenodoAuthor in org.gcube.portlets.widgets.ckan2zenodopublisher.client.ui.authors
Methods in org.gcube.portlets.widgets.ckan2zenodopublisher.client.ui.authors that return ZenodoAuthor Modifier and Type Method Description ZenodoAuthorCreatorView. getAuthor()Gets the author.Methods in org.gcube.portlets.widgets.ckan2zenodopublisher.client.ui.authors that return types with arguments of type ZenodoAuthor Modifier and Type Method Description List<? extends ZenodoAuthor>CreatorsFormView. readListOfCreatorsFromView()Read list of creators from view.Constructors in org.gcube.portlets.widgets.ckan2zenodopublisher.client.ui.authors with parameters of type ZenodoAuthor Constructor Description CreatorView(ZenodoAuthor author, String userRole, com.google.gwt.event.shared.HandlerManager eventBus, Boolean isFieldMandatory)Instantiates a new creator view.CreatorView(ZenodoAuthor author, String userRole, Boolean isMandatoryField)Instantiates a new creator view.Constructor parameters in org.gcube.portlets.widgets.ckan2zenodopublisher.client.ui.authors with type arguments of type ZenodoAuthor Constructor Description CreatorsFormView(List<? extends ZenodoAuthor> listAuthors, Class theAuthorType, SerializableEnum<String> contributorTypeValues)Instantiates a new creators form view. -
Uses of ZenodoAuthor in org.gcube.portlets.widgets.ckan2zenodopublisher.server.converter
Method parameters in org.gcube.portlets.widgets.ckan2zenodopublisher.server.converter with type arguments of type ZenodoAuthor Modifier and Type Method Description static List<org.gcube.data.publishing.ckan2zenodo.model.zenodo.Contributor>ItemToZenodoConverter. toContributors(List<? extends ZenodoAuthor> zenodoContributors)To contributors.static List<org.gcube.data.publishing.ckan2zenodo.model.zenodo.Creator>ItemToZenodoConverter. toCreators(List<? extends ZenodoAuthor> zenodoCreators)To creators. -
Uses of ZenodoAuthor in org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped
Classes in org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped that implement ZenodoAuthor Modifier and Type Class Description classZenodoContributorThe Class ZenodoContributor.classZenodoCreatorThe Class ZenodoCreator.Methods in org.gcube.portlets.widgets.ckan2zenodopublisher.shared.wrapped that return types with arguments of type ZenodoAuthor Modifier and Type Method Description List<? extends ZenodoAuthor>ZenodoMetadata. getContributors()Gets the contributors.List<? extends ZenodoAuthor>ZenodoMetadata. getCreators()Gets the creators.
-