Uses of Class
org.gcube.portlets.widgets.ckandatapublisherwidget.shared.licenses.LicenseBean
-
Packages that use LicenseBean Package Description org.gcube.portlets.widgets.ckandatapublisherwidget.client org.gcube.portlets.widgets.ckandatapublisherwidget.server -
-
Uses of LicenseBean in org.gcube.portlets.widgets.ckandatapublisherwidget.client
Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.client that return types with arguments of type LicenseBean Modifier and Type Method Description List<LicenseBean>CKanPublisherService. getLicenses()Retrieve the list of licenses to show to the user.Method parameters in org.gcube.portlets.widgets.ckandatapublisherwidget.client with type arguments of type LicenseBean Modifier and Type Method Description voidCKanPublisherServiceAsync. getLicenses(com.google.gwt.user.client.rpc.AsyncCallback<List<LicenseBean>> callback)Retrieve the list of licenses to show to the user. -
Uses of LicenseBean in org.gcube.portlets.widgets.ckandatapublisherwidget.server
Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.server that return types with arguments of type LicenseBean Modifier and Type Method Description List<LicenseBean>CKANPublisherServicesImpl. getLicenses()Gets the licenses.
-