Commit Graph

18 Commits

Author SHA1 Message Date
Loredana Liccardo 9c21766b70 add ASLSession object in class GWTdbManagerServiceImpl to manage variables for each user Http session. Classes CancelQueryExecutionEvent, CancelQueryExecutionEventHandler added. Pom file modified to add aslSession adding the related dependency.
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet@99175 82a268e6-3cf1-43bd-a215-b396298e98cf
2014-08-01 09:27:40 +00:00
Loredana Liccardo f90b8a4e71 code cleaned up removing commented lines in class GxtToolbarFunctionality, GxtTreePanel, GxtBorderLayoutPanel
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet@99113 82a268e6-3cf1-43bd-a215-b396298e98cf
2014-07-30 14:41:11 +00:00
Loredana Liccardo e219cfcb11 - bug fixed in class GWTdbManagerServiceImpl modified adding the class ComputationOutput to manage the mapValues and the mapKey related to an algorithm computation.
- bug fixed for multiple submit query dialogs and associated dialog results.ID added in the header of these two dialog types (passed in the SubmitQueryEvent). "Dialog.getBody" masked and unmasked.(in GxtBorderLyoutPanel and GxtToolbarFunctionality classes)

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet@99021 82a268e6-3cf1-43bd-a215-b396298e98cf
2014-07-25 18:03:14 +00:00
Loredana Liccardo 3913c2d6cf added the event handler for the minimize dialog (that collapse the dialog). Method maximize overridden when a dialog is created in order to expand the dialog if it is has been collapsed with the minimize.
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet@98993 82a268e6-3cf1-43bd-a215-b396298e98cf
2014-07-25 13:54:30 +00:00
Loredana Liccardo 422bb45ba7 dialog for submitQuery and related dialog result not modal.Ehen the result is retrieved the dialog submitQuery is not hidden
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet@98940 82a268e6-3cf1-43bd-a215-b396298e98cf
2014-07-24 15:07:34 +00:00
Loredana Liccardo a6e4f7eb61 added tooltips on the buttons defined in the bottom toolbar in class GxtToolbarFunctionality
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet@98899 82a268e6-3cf1-43bd-a215-b396298e98cf
2014-07-23 11:03:40 +00:00
Loredana Liccardo f5d142ef6b code cleaned up removing commented lines.
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet@98809 82a268e6-3cf1-43bd-a215-b396298e98cf
2014-07-18 16:05:55 +00:00
Loredana Liccardo f69a2d5a32 form "SubmitQuery" improved inserting the textArea component for the query
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet@98635 82a268e6-3cf1-43bd-a215-b396298e98cf
2014-07-15 09:43:43 +00:00
Loredana Liccardo 5637622fc1 SElectedTableEvent added
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet@98581 82a268e6-3cf1-43bd-a215-b396298e98cf
2014-07-14 08:06:55 +00:00
Loredana Liccardo 6f54509bc4 bugs fixed in the Paging (with the correct management of the callback related to rpc)
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet@98580 82a268e6-3cf1-43bd-a215-b396298e98cf
2014-07-11 18:22:24 +00:00
Loredana Liccardo 850d3ecda9 bugs fixed for sample operations and submitquery. Button name changed from "show create table" to table details.
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet@98501 82a268e6-3cf1-43bd-a215-b396298e98cf
2014-07-08 15:53:15 +00:00
Loredana Liccardo ffd58356c3 randomSample implemented
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet@98439 82a268e6-3cf1-43bd-a215-b396298e98cf
2014-07-04 10:36:43 +00:00
Loredana Liccardo faac5c9a05 smartSample implemented
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet@98438 82a268e6-3cf1-43bd-a215-b396298e98cf
2014-07-04 10:09:47 +00:00
Loredana Liccardo 6807afaf2c show create table implemented and grid component made editable for tabledetails and dbinfo panels.
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet@98414 82a268e6-3cf1-43bd-a215-b396298e98cf
2014-07-04 09:07:19 +00:00
Loredana Liccardo b3ff8e2c8d mask added for sampling
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet@98366 82a268e6-3cf1-43bd-a215-b396298e98cf
2014-07-03 13:16:56 +00:00
Loredana Liccardo e2c1826227 sampling added
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet@98365 82a268e6-3cf1-43bd-a215-b396298e98cf
2014-07-03 12:44:03 +00:00
Loredana Liccardo a4f588212d error corrected for form in order to submit a query
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet@98310 82a268e6-3cf1-43bd-a215-b396298e98cf
2014-07-02 16:05:50 +00:00
Loredana Liccardo 29c3734d34 initial commit
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet@98269 82a268e6-3cf1-43bd-a215-b396298e98cf
2014-07-02 10:57:14 +00:00