Package | Description |
---|---|
com.suncode.pwfl.view |
Modifier and Type | Method and Description |
---|---|
ViewDto |
ViewService.getUserSearchView(String viewId)
Pobiera widok o podanym id
|
ViewDto |
ViewService.getUserSearchViewByName(String viewName)
Pobiera widok o podanej nazwie
|
ViewDto |
ViewService.getView(Long id)
Zwraca widok dla podanego id
|
Modifier and Type | Method and Description |
---|---|
List<ViewDto> |
ViewService.getMyViewsForUser(String username)
Zwraca widoki danego użytkownika
|
List<ViewDto> |
ViewService.getViews(ViewFetchType type)
Pobiera widoki ze wskazanym typem
ViewFetchType |
List<ViewDto> |
ViewService.getViewsForUser(String username)
Pobiera widoki, do których użytkownik ma uprawnienia
|
Modifier and Type | Method and Description |
---|---|
void |
ViewService.changeView(Long id,
ViewDto viewDto)
Zmienia widok
|
Copyright © 2023 Suncode. All rights reserved.