Class DefaultOrderResolver

    • Field Detail

      • ORDER_NOT_FOUND_FOR_USER_AND_BASE_STORE

        protected static final java.lang.String ORDER_NOT_FOUND_FOR_USER_AND_BASE_STORE
        See Also:
        Constant Field Values
    • Constructor Detail

      • DefaultOrderResolver

        public DefaultOrderResolver()
    • Method Detail

      • getUserService

        protected UserService getUserService()
        Returns:
        the userService
      • getBaseStoreService

        protected BaseStoreService getBaseStoreService()
        Returns:
        the baseStoreService
      • getCustomerAccountService

        protected CustomerAccountService getCustomerAccountService()
        Returns:
        the customerAccountService
      • setUserService

        public void setUserService​(UserService userService)
        Parameters:
        userService - the userService to set
      • setBaseStoreService

        public void setBaseStoreService​(BaseStoreService baseStoreService)
        Parameters:
        baseStoreService - the baseStoreService to set
      • setCustomerAccountService

        public void setCustomerAccountService​(CustomerAccountService customerAccountService)
        Parameters:
        customerAccountService - the customerAccountService to set