Uses of Class
org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.MetaDataProfileBean
-
-
Uses of MetaDataProfileBean in org.gcube.portlets.widgets.ckandatapublisherwidget.client
Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.client that return types with arguments of type MetaDataProfileBean Modifier and Type Method Description List<MetaDataProfileBean>CKanPublisherService. getProfiles(String orgName)Retrieve the list of profiles for a given organization name .Method parameters in org.gcube.portlets.widgets.ckandatapublisherwidget.client with type arguments of type MetaDataProfileBean Modifier and Type Method Description voidCKanPublisherServiceAsync. getProfiles(String orgName, com.google.gwt.user.client.rpc.AsyncCallback<List<MetaDataProfileBean>> callback)Retrieve the list of profiles for a given organization name . -
Uses of MetaDataProfileBean in org.gcube.portlets.widgets.ckandatapublisherwidget.server
Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.server that return types with arguments of type MetaDataProfileBean Modifier and Type Method Description List<MetaDataProfileBean>CKANPublisherServicesImpl. getProfiles(String orgName)Gets the profiles. -
Uses of MetaDataProfileBean in org.gcube.portlets.widgets.ckandatapublisherwidget.server.utils
Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.server.utils that return types with arguments of type MetaDataProfileBean Modifier and Type Method Description static List<MetaDataProfileBean>MetadataDiscovery. getMetadataProfilesList(String scope, javax.servlet.http.HttpServletRequest request)Retrieve the list of metadata beans -
Uses of MetaDataProfileBean in org.gcube.portlets.widgets.ckandatapublisherwidget.shared
Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.shared that return types with arguments of type MetaDataProfileBean Modifier and Type Method Description List<MetaDataProfileBean>DatasetBean. getMetadataList()Method parameters in org.gcube.portlets.widgets.ckandatapublisherwidget.shared with type arguments of type MetaDataProfileBean Modifier and Type Method Description voidDatasetBean. setMetadataList(List<MetaDataProfileBean> metadataListTypes)
-