re #8144 #8143 #8148
re #7885 added SUM and ability to work with multiple values and sorted parameters in configuration, optimization
re #7885 basic contingency table generation (not completely finished)
re #8046 Assembly order does not change after assembly edit.
re #8025 added ability for admin to see and access all assemblies, added functionality that only visible assemblies load to users
Changed name of role in application.
re #7978 minor code improvements
re #7978 added functionality of only showing assemblies with correct role (same as user), added functionality of showing only logged in users's configurations in "Rychle k"
re #7973 changes of authorization - only admin can view pages assembly_new, assembly_edit and assembly_delete, implemented role name to spring role name converter
re #8014 Login into app + session for user.
re #7981 parameter order in configuration implementation finished
re #7981 re #7979 re #7974 default table name added, assembly order implemented, parameter order in configuration implemented
re #7990 Added parameter ordering by parameterOrder.
re #7988 Parameters are now deleted from assembly + deleted parametersInConfiguration, which was created by deleted parameter.re #7989 Added / deleted parameters are now instantly showed in page (refreshing not needed).
re #7887 Deleting configurations and assemblies, Minor restructuralization.
Merge branch 'master' into 'enhancement/7886'
re #7886 Assembly validator completed (validating sql query, parameter name in select and parameter location) + displaying temp error message.Added title for edit / add assembly forms.Added toString method for all domains.
re #7881 ability to create or edit a user configuration and set or edit its basic attributes, operator value and configuration name are validated, if operator value is wrong user is redirected to main page, auto increment functionality changed to IDENTITY
re #7886 Assembly validator in progress (validating assembly SQLQuery + locations for existing assembly, not tested for new assembly).Added comments.Removing unused imports.
re #7886 Adding + Editing parameters in assembly (only logic + pushing into database, which is not tested -> need JS implementation for adding new parameter).Updated hibernate dialect from oracle 10 to oracle 12c.Equals method comparing domain by id.
re #7881 loading of attributes of assembly on main page
re #7871 Displaying list of assemblies + displaying result table of selected assembly.
re #7779 Convert TableColumn -> ContingencyTableRow and send it to frontend. SQL query is now executed in specific class DatabaseInterface via SqlQueryManager.
re #7839 Repositories with basic methods created, domain class attributes mapped to names from database, services with basic methods created
re #7668 Project init with connecting to demo database