Interface UserConfigViewContext

All Superinterfaces:
UserProvider, ViewContext

public interface UserConfigViewContext extends ViewContext

A UserConfigViewContext provides a UserModifier which is used to change the subjacent User}.

Since:
11.2
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the UserModifier to make persistent changes on its User.

    Methods inherited from interface com.novomind.ecom.api.iagent.frontend.ViewContext

    getUser
  • Method Details

    • getUserModifier

      UserModifier getUserModifier()
      Returns the UserModifier to make persistent changes on its User.
      Returns:
      the UserModifier to make persistent changes on its User
      Since:
      11.2