Class InventoryItemController
java.lang.Object
org.xbricks.inventories.inventory.controllers.mvc.InventoryItemController
-
Constructor Summary
ConstructorsConstructorDescriptionInventoryItemController(XBConfigurationService configurationService, IInventoryItemDtoService inventoryItemDtoService, IDepotDtoService depotDtoService, IManufacturerDtoService manufacturerDtoService, IInventoryItemStatusDtoService inventoryItemStatusDtoService, IDeliveryDtoService deliveryDtoService, IVendorDtoService vendorDtoService, IInventoryItemTypeDtoService inventoryItemTypeDtoService, IOwnerDtoService ownerDtoService, IOwnerService ownerService, ITagTypeDtoService tagTypeDtoService, 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, Long parentId) getNewEntryForm(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request, Long deliveryId, Long parentId) home(org.springframework.ui.Model model, Long inventoryItemTypeId, Long deliveryId, Long vendorId, Long depotId, Long tagTypeId)
-
Constructor Details
-
InventoryItemController
public InventoryItemController(XBConfigurationService configurationService, IInventoryItemDtoService inventoryItemDtoService, IDepotDtoService depotDtoService, IManufacturerDtoService manufacturerDtoService, IInventoryItemStatusDtoService inventoryItemStatusDtoService, IDeliveryDtoService deliveryDtoService, IVendorDtoService vendorDtoService, IInventoryItemTypeDtoService inventoryItemTypeDtoService, IOwnerDtoService ownerDtoService, IOwnerService ownerService, ITagTypeDtoService tagTypeDtoService, XBConfigurationService configurationService1)
-
-
Method Details
-
home
@GetMapping("inventory/inventory-items") public String home(org.springframework.ui.Model model, @RequestParam(required=false) Long inventoryItemTypeId, @RequestParam(required=false) Long deliveryId, @RequestParam(required=false) Long vendorId, @RequestParam(required=false) Long depotId, @RequestParam(required=false) Long tagTypeId) -
fragment
@GetMapping("inventory/inventory-items/fragment") public String fragment(org.springframework.ui.Model model) -
getEditEntryForm
-
getNewEntryForm
-