Interface OrderFormService

    • Method Detail

      • getOrderFormForCode

        OrderFormModel getOrderFormForCode​(java.lang.String code)
        Returns the OrderForm with the specified code.
        Parameters:
        code - the code of the OrderForm
        Returns:
        the OrderForm with the specified code.
        Throws:
        UnknownIdentifierException - if no OrderForm with the specified code is found
        java.lang.IllegalArgumentException - if parameter code is null
      • getOrderFormsForUser

        java.util.List<OrderFormModel> getOrderFormsForUser​(UserModel userModel)
        Returns a list of OrderForms for a given user.
        Parameters:
        userModel - the user who owns the order forms
        Returns:
        a list of OrderForm models