public class DefaultOrderResolver extends Object implements TicketAssociatedObjectResolver
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ORDER_NOT_FOUND_FOR_USER_AND_BASE_STORE |
| Constructor and Description |
|---|
DefaultOrderResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected BaseStoreService |
getBaseStoreService() |
protected CustomerAccountService |
getCustomerAccountService() |
AbstractOrderModel |
getObject(String code,
String userUid,
String siteUid) |
protected UserService |
getUserService() |
void |
setBaseStoreService(BaseStoreService baseStoreService) |
void |
setCustomerAccountService(CustomerAccountService customerAccountService) |
void |
setUserService(UserService userService) |
protected static final String ORDER_NOT_FOUND_FOR_USER_AND_BASE_STORE
public AbstractOrderModel getObject(String code, String userUid, String siteUid)
getObject in interface TicketAssociatedObjectResolvercode - mandatoryuserUid - optionalsiteUid - optionalprotected UserService getUserService()
protected BaseStoreService getBaseStoreService()
protected CustomerAccountService getCustomerAccountService()
public void setUserService(UserService userService)
userService - the userService to setpublic void setBaseStoreService(BaseStoreService baseStoreService)
baseStoreService - the baseStoreService to setpublic void setCustomerAccountService(CustomerAccountService customerAccountService)
customerAccountService - the customerAccountService to setCopyright © 2017 SAP SE. All Rights Reserved.