Uses of Class
com.suncode.pwfl.administration.configuration.SystemParameter
Packages that use SystemParameter
-
Uses of SystemParameter in com.suncode.pwfl.administration.configuration
Methods in com.suncode.pwfl.administration.configuration that return SystemParameterModifier and TypeMethodDescriptionSystemParameterService.getParameter
(String key) Pobiera parametr systemowy na podstawie jego kluczaMethods in com.suncode.pwfl.administration.configuration that return types with arguments of type SystemParameterModifier and TypeMethodDescriptionSystemParameterFinder.findByCategory
(String categoryKey, String... joins) Pobiera wszystkie systemowe parametry na podstawie kategoriiSystemParameterFinder.getPublicSystemParameters
(String... joins) Pobiera publiczne parametry systemowe.Methods in com.suncode.pwfl.administration.configuration with parameters of type SystemParameterModifier and TypeMethodDescriptionvoid
SystemParameterService.create
(SystemParameter parameter) Umożliwia stworzenie nowego parametru systemowegovoid
SystemParameterService.update
(SystemParameter parameter) Aktualizuje encję systemowego parametru w bazieboolean
SystemParameterService.updateComboValues
(SystemParameter parameter, List<ComboValue> newCombos) Aktualizuje listę wartości dla parametru o podanym kluczu.boolean
SystemParameterService.updateValue
(String newDtoValue, SystemParameter systemParameter) Ustawia nową wartość parametru według wartości podanej jako String