Class OwnerController
java.lang.Object
org.xbricks.inventories.inventory.controllers.mvc.OwnerController
-
Constructor Summary
ConstructorDescriptionOwnerController
(XBConfigurationService configurationService, IOwnerDtoService ownerDtoService) -
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
-
OwnerController
public OwnerController(XBConfigurationService configurationService, IOwnerDtoService ownerDtoService)
-
-
Method Details
-
home
-
fragment
-
getEditEntryForm
@Transactional @GetMapping("/inventory/owners/getEditEntryForm/{id}") public String getEditEntryForm(@PathVariable long id, org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request) -
getNewEntryForm
@Transactional @GetMapping("/inventory/owners/getNewEntryForm") public String getNewEntryForm(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
-