Class AdminOrderController


@Controller("blAdminOrderController") @RequestMapping("/order") public class AdminOrderController extends AdminBasicEntityController
Handles admin operations for the Order entity.
Author:
Andre Azzolini (apazzolini)
  • Field Details

  • Constructor Details

    • AdminOrderController

      public AdminOrderController()
  • Method Details

    • getSectionKey

      protected String getSectionKey(Map<String,String> pathVars)
      Description copied from class: AdminAbstractController
      This method is used to determine the current section key. For this default implementation, the sectionKey is pulled from the pathVariable, {sectionKey}, as defined by the request mapping on this controller. To support controller inheritance and allow more specialized controllers to delegate some methods to this basic controller, overridden implementations of this method could return a hardcoded value instead of reading the map
      Overrides:
      getSectionKey in class AdminAbstractController
      Parameters:
      pathVars - - the map of all currently bound path variables for this request
      Returns:
      the sectionKey for this request
    • showViewUpdateCollection

      protected String showViewUpdateCollection(jakarta.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, Map<String,String> pathVars, String id, String collectionField, String collectionItemId, String modalHeaderType) throws ServiceException
      Overrides:
      showViewUpdateCollection in class AdminBasicEntityController
      Throws:
      ServiceException