Uses of Class
org.gcube.portlets.widgets.ckandatapublisherwidget.shared.DatasetBean
-
-
Uses of DatasetBean in org.gcube.portlets.widgets.ckandatapublisherwidget.client
Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.client that return DatasetBean Modifier and Type Method Description DatasetBeanCKanPublisherService. createCKanDataset(DatasetBean toCreate)Try to create such dataset starting from the information contained into the toCreate bean.DatasetBeanCKanPublisherService. getDatasetBean(String folderIdOrFileId)Retrieve a partially filled bean given a folder id/file id and its owner.Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.client with parameters of type DatasetBean Modifier and Type Method Description DatasetBeanCKanPublisherService. createCKanDataset(DatasetBean toCreate)Try to create such dataset starting from the information contained into the toCreate bean.voidCKanPublisherServiceAsync. createCKanDataset(DatasetBean toCreate, com.google.gwt.user.client.rpc.AsyncCallback<DatasetBean> callback)Try to create such dataset starting from the information contained into the toCreate bean.Method parameters in org.gcube.portlets.widgets.ckandatapublisherwidget.client with type arguments of type DatasetBean Modifier and Type Method Description voidCKanPublisherServiceAsync. createCKanDataset(DatasetBean toCreate, com.google.gwt.user.client.rpc.AsyncCallback<DatasetBean> callback)Try to create such dataset starting from the information contained into the toCreate bean.voidCKanPublisherServiceAsync. getDatasetBean(String folderIdOrFileId, com.google.gwt.user.client.rpc.AsyncCallback<DatasetBean> callback)Retrieve a partially filled bean given a folder id/file id and its owner. -
Uses of DatasetBean in org.gcube.portlets.widgets.ckandatapublisherwidget.server
Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.server that return DatasetBean Modifier and Type Method Description DatasetBeanCKANPublisherServicesImpl. createCKanDataset(DatasetBean toCreate)Creates the C kan dataset.DatasetBeanCKANPublisherServicesImpl. getDatasetBean(String folderId)Gets the dataset bean.Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.server with parameters of type DatasetBean Modifier and Type Method Description DatasetBeanCKANPublisherServicesImpl. createCKanDataset(DatasetBean toCreate)Creates the C kan dataset. -
Uses of DatasetBean in org.gcube.portlets.widgets.ckandatapublisherwidget.server.utils
Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.server.utils with parameters of type DatasetBean Modifier and Type Method Description static List<org.gcube.datacatalogue.utillibrary.shared.ResourceBean>WorkspaceUtils. toResources(DatasetBean bean, org.gcube.common.storagehubwrapper.server.tohl.Workspace workspace, String username)Copy into the .catalogue area folder the checked resources.static voidWorkspaceUtils. toWorkspaceResource(String wsItemId, String userName, DatasetBean bean, org.gcube.common.storagehubwrapper.server.tohl.Workspace workspace)This method receives an item-id within the user's workspace and setit in the dataset bean to be returned.
-