Uses of Class
org.gcube.datacatalogue.grsf_manage_widget.shared.ManageProductBean
-
-
Uses of ManageProductBean in org.gcube.datacatalogue.grsf_manage_widget.client
Methods in org.gcube.datacatalogue.grsf_manage_widget.client that return ManageProductBean Modifier and Type Method Description ManageProductBeanGRSFManageWidgetService. getProductBeanById(String identifier, boolean isRequestForRevertingMerge)Get the product bean from the product identifierMethods in org.gcube.datacatalogue.grsf_manage_widget.client with parameters of type ManageProductBean Modifier and Type Method Description voidGRSFManageWidgetService. notifyProductUpdate(ManageProductBean bean)Notify product updatevoidGRSFManageWidgetServiceAsync. notifyProductUpdate(ManageProductBean bean, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)Method parameters in org.gcube.datacatalogue.grsf_manage_widget.client with type arguments of type ManageProductBean Modifier and Type Method Description voidGRSFManageWidgetServiceAsync. getProductBeanById(String identifier, boolean isRequestForRevertingMerge, com.google.gwt.user.client.rpc.AsyncCallback<ManageProductBean> callback) -
Uses of ManageProductBean in org.gcube.datacatalogue.grsf_manage_widget.client.view.subwidgets
Constructors in org.gcube.datacatalogue.grsf_manage_widget.client.view.subwidgets with parameters of type ManageProductBean Constructor Description ConnectToWidget(ManageProductBean bean, GRSFManageWidgetServiceAsync service, com.google.gwt.event.shared.HandlerManager eventBus) -
Uses of ManageProductBean in org.gcube.datacatalogue.grsf_manage_widget.server.manage
Methods in org.gcube.datacatalogue.grsf_manage_widget.server.manage that return ManageProductBean Modifier and Type Method Description ManageProductBeanGRSFNotificationService. getProductBeanById(String productIdentifier, boolean requestForRevertingMerge)Methods in org.gcube.datacatalogue.grsf_manage_widget.server.manage with parameters of type ManageProductBean Modifier and Type Method Description voidGRSFNotificationService. notifyProductUpdate(ManageProductBean bean)static voidSocialCommunications. sendEmailAdministrators(String serviceUrl, ManageProductBean bean, org.gcube.datacatalogue.utillibrary.server.DataCatalogue catalogue, String username, String fullName, long groupId, String clientCurrenturl, boolean isMergeInvolved)Send an email to the administrator as well as thestatic voidGRSFUpdaterServiceClient. updateKB(org.apache.http.impl.client.CloseableHttpClient httpClient, String serviceUrl, ManageProductBean bean, org.gcube.datacatalogue.utillibrary.server.DataCatalogue catalogue, String username, String fullName)Send updates to the knowledge basestatic voidUtils. updateRecord(String serviceUrl, ManageProductBean bean, org.gcube.datacatalogue.utillibrary.server.DataCatalogue catalogue, String username, String fullName, javax.servlet.http.HttpServletRequest httpServletRequest, long groupId, String context, String token)Send an update for this beanstatic voidSocialCommunications. writeProductPost(String serviceUrl, ManageProductBean bean, String username, String fullName, boolean enablePostNotification, String userCurrentUrl)Notify the users about the required changes.
-