Class AdapterNameController
java.lang.Object
org.xbricks.inventories.inventory.controllers.mvc.AdapterNameController
-
Constructor Summary
ConstructorDescriptionAdapterNameController
(XBConfigurationService configurationService, IAdapterNameDtoService adapterNameDtoService, XBConfigurationService configurationService1) -
Method Summary
Modifier and TypeMethodDescriptionfragment
(org.springframework.ui.Model model) getEditEntryForm
(long id, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) getNewEntryForm
(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) home
(org.springframework.ui.Model model)
-
Constructor Details
-
AdapterNameController
public AdapterNameController(XBConfigurationService configurationService, IAdapterNameDtoService adapterNameDtoService, XBConfigurationService configurationService1)
-
-
Method Details
-
home
-
fragment
@GetMapping("inventory/adapter-names/fragment") public String fragment(org.springframework.ui.Model model) -
getEditEntryForm
@Transactional @GetMapping("/inventory/adapter-names/getEditEntryForm/{id}") public String getEditEntryForm(@PathVariable long id, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) -
getNewEntryForm
@Transactional @GetMapping("/inventory/adapter-names/getNewEntryForm") public String getNewEntryForm(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
-