public interface OrderFormService
OrderFormModels.| Modifier and Type | Method and Description |
|---|---|
OrderFormModel |
getOrderFormForCode(java.lang.String code)
Returns the OrderForm with the specified code.
|
java.util.List<OrderFormModel> |
getOrderFormsForUser(UserModel userModel)
Returns a list of OrderForms for a given user.
|
OrderFormModel getOrderFormForCode(java.lang.String code)
code - the code of the OrderFormUnknownIdentifierException - if no OrderForm with the specified code is foundjava.lang.IllegalArgumentException - if parameter code is nulljava.util.List<OrderFormModel> getOrderFormsForUser(UserModel userModel)
userModel - the user who owns the order formsCopyright © 2018 SAP SE. All Rights Reserved.