Uses of Class
org.gcube.datacatalogue.grsf_manage_widget.shared.ConnectedBean
-
-
Uses of ConnectedBean in org.gcube.datacatalogue.grsf_manage_widget.client.view.subwidgets
Methods in org.gcube.datacatalogue.grsf_manage_widget.client.view.subwidgets that return types with arguments of type ConnectedBean Modifier and Type Method Description List<ConnectedBean>ConnectToWidget. getConnectList()Get the list of records to connect with this oneMethods in org.gcube.datacatalogue.grsf_manage_widget.client.view.subwidgets with parameters of type ConnectedBean Modifier and Type Method Description static com.google.gwt.user.client.ui.WidgetConnectToWidget. buildWidgetForConnected(ConnectedBean connected, boolean suggestedByKb, com.google.gwt.event.shared.HandlerManager eventBus)protected voidConnectToWidget. validateUUID(com.github.gwtbootstrap.client.ui.TextBox box, ConnectedBean c, com.google.gwt.user.client.ui.Anchor view, com.github.gwtbootstrap.client.ui.Button validateUUIDButton, String acceptedDomain, com.github.gwtbootstrap.client.ui.Tooltip tip) -
Uses of ConnectedBean in org.gcube.datacatalogue.grsf_manage_widget.server.manage
Methods in org.gcube.datacatalogue.grsf_manage_widget.server.manage that return ConnectedBean Modifier and Type Method Description static ConnectedBeanUtils. connectedBeanRecordFromUrl(String destUrl, org.gcube.datacatalogue.utillibrary.server.DataCatalogue clg, String username, javax.servlet.http.HttpSession httpSession)Get Connected bean from record. -
Uses of ConnectedBean in org.gcube.datacatalogue.grsf_manage_widget.shared
Methods in org.gcube.datacatalogue.grsf_manage_widget.shared that return types with arguments of type ConnectedBean Modifier and Type Method Description List<ConnectedBean>ManageProductBean. getConnections()List<ConnectedBean>ManageProductBean. getCurrentConnections()List<ConnectedBean>ManageProductBean. getSuggestdByAdministratorConnections()List<ConnectedBean>ManageProductBean. getSuggestedByKnowledgeBaseConnections()Method parameters in org.gcube.datacatalogue.grsf_manage_widget.shared with type arguments of type ConnectedBean Modifier and Type Method Description voidManageProductBean. setConnections(List<ConnectedBean> connections)voidManageProductBean. setCurrentConnections(List<ConnectedBean> currentConnections)voidManageProductBean. setSuggestdByAdministratorConnections(List<ConnectedBean> suggestdByAdministratorConnections)voidManageProductBean. setSuggestedByKnowledgeBaseConnections(List<ConnectedBean> suggestedByKnowledgeBaseConnections)
-