Class DefaultOrderFormService
java.lang.Object
de.hybris.platform.savedorderforms.services.impl.DefaultOrderFormService
- All Implemented Interfaces:
OrderFormService
Default implementation of the
OrderFormService.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected OrderFormDaogetOrderFormForCode(String code) Returns the OrderForm with the specified code.getOrderFormsForUser(UserModel userModel) Returns a list of OrderForms for a given user.voidsetOrderFormDao(OrderFormDao orderFormDao)
-
Constructor Details
-
DefaultOrderFormService
public DefaultOrderFormService()
-
-
Method Details
-
getOrderFormForCode
Description copied from interface:OrderFormServiceReturns the OrderForm with the specified code.- Specified by:
getOrderFormForCodein interfaceOrderFormService- Parameters:
code- the code of the OrderForm- Returns:
- the OrderForm with the specified code.
-
getOrderFormsForUser
Description copied from interface:OrderFormServiceReturns a list of OrderForms for a given user.- Specified by:
getOrderFormsForUserin interfaceOrderFormService- Parameters:
userModel- the user who owns the order forms- Returns:
- a list of OrderForm models
-
setOrderFormDao
-
getOrderFormDao
-