public class ViewServiceImpl extends Object implements ViewService
| Constructor and Description |
|---|
ViewServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addView(String name,
String description,
Boolean groupAcceptation,
Boolean acceptFromAllPages,
Boolean showResults,
Boolean showFilterForm,
String userName,
List<AdvanceSearchVariableTable> variables)
Zapisuje widok w bazie danych
|
void |
addView(String name,
String description,
Boolean groupAcceptation,
Boolean showResults,
Boolean showFilterForm,
String userName,
List<AdvanceSearchVariableTable> variables)
Zapisuje widok w bazie danych
|
void |
importFromExcel(String path)
Pobiera dane o widokach z pliku excel i dodaje widoki do systemu
|
public void addView(String name, String description, Boolean groupAcceptation, Boolean acceptFromAllPages, Boolean showResults, Boolean showFilterForm, String userName, List<AdvanceSearchVariableTable> variables)
ViewServiceaddView in interface ViewServicename - Nazwa widokudescription - OpisgroupAcceptation - Grupowa akceptacjaacceptFromAllPages - Akceptuj zadania ze wszystkich stronshowResults - Czy pokazywać wyniki po wejściu w widokshowFilterForm - Czy pokazywać formularz wyszukiwania po wejściu w widokuserName - Nazwa właściciela widokuvariables - Lista zmiennychpublic void addView(String name, String description, Boolean groupAcceptation, Boolean showResults, Boolean showFilterForm, String userName, List<AdvanceSearchVariableTable> variables)
ViewServiceaddView in interface ViewServicename - Nazwa widokudescription - OpisgroupAcceptation - Grupowa akceptacjashowResults - Czy pokazywać wyniki po wejściu w widokshowFilterForm - Czy pokazywać formularz wyszukiwania po wejściu w widokuserName - Nazwa właściciela widokuvariables - Lista zmiennychpublic void importFromExcel(String path) throws Exception
ViewServiceimportFromExcel in interface ViewServicepath - Ścieżka do pliku ExcelExceptionCopyright © 2020 Suncode. All rights reserved.