Class DefaultOrderResolver
java.lang.Object
de.hybris.platform.ticket.resolver.DefaultOrderResolver
- All Implemented Interfaces:
TicketAssociatedObjectResolver
This class is responsible for to retrieve the Customer Cart for the code supplied.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BaseStoreServiceprotected CustomerAccountServiceprotected UserServicevoidsetBaseStoreService(BaseStoreService baseStoreService) voidsetCustomerAccountService(CustomerAccountService customerAccountService) voidsetUserService(UserService userService)
-
Field Details
-
ORDER_NOT_FOUND_FOR_USER_AND_BASE_STORE
- See Also:
-
-
Constructor Details
-
DefaultOrderResolver
public DefaultOrderResolver()
-
-
Method Details
-
getObject
- Specified by:
getObjectin interfaceTicketAssociatedObjectResolver- Parameters:
code- mandatoryuserUid- optionalsiteUid- optional- Returns:
-
getUserService
- Returns:
- the userService
-
getBaseStoreService
- Returns:
- the baseStoreService
-
getCustomerAccountService
- Returns:
- the customerAccountService
-
setUserService
- Parameters:
userService- the userService to set
-
setBaseStoreService
- Parameters:
baseStoreService- the baseStoreService to set
-
setCustomerAccountService
- Parameters:
customerAccountService- the customerAccountService to set
-