Interface IProfileConfigurationService

All Known Implementing Classes:
ProfileConfigurationService

public interface IProfileConfigurationService
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(com.persequor.app.IProfileRegistrationInfo registrationInfo, com.persequor.extension.frontend.app.IProfile profile)
    Fetch registration info related configuration and apply it for the given profile.
  • Method Details

    • configure

      void configure(com.persequor.app.IProfileRegistrationInfo registrationInfo, com.persequor.extension.frontend.app.IProfile profile) throws ProfileConfigurationServiceException
      Fetch registration info related configuration and apply it for the given profile.
      Parameters:
      registrationInfo - The registration information of the current context.
      profile - The profile to be configured.
      Throws:
      ProfileConfigurationServiceException - In case of configuration errors.