public class DefaultOrderResolver extends java.lang.Object implements TicketAssociatedObjectResolver
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.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(java.lang.String code,
java.lang.String userUid,
java.lang.String siteUid) |
protected UserService |
getUserService() |
void |
setBaseStoreService(BaseStoreService baseStoreService) |
void |
setCustomerAccountService(CustomerAccountService customerAccountService) |
void |
setUserService(UserService userService) |
protected static final java.lang.String ORDER_NOT_FOUND_FOR_USER_AND_BASE_STORE
public AbstractOrderModel getObject(java.lang.String code, java.lang.String userUid, java.lang.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 © 2018 SAP SE. All Rights Reserved.