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 showResults,
Boolean showFilterForm,
String userName,
List<com.plusmpm.database.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 showResults, Boolean showFilterForm, String userName, List<com.plusmpm.database.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 © 2017 Suncode. All rights reserved.