Interface IEfmUserService


public interface IEfmUserService
This class was generated by Apache CXF 4.0.8 2025-06-17T14:54:17.814-04:00 Generated source version: 4.0.8
  • Method Details

    • authenticateUser

      @Action(input="urn:tyler:efm:services/IEfmUserService/AuthenticateUser", output="urn:tyler:efm:services/IEfmUserService/AuthenticateUserResponse") @RequestWrapper(localName="AuthenticateUser", targetNamespace="urn:tyler:efm:services", className="tyler.efm.v2022_1.services.AuthenticateUser") @ResponseWrapper(localName="AuthenticateUserResponse", targetNamespace="urn:tyler:efm:services", className="tyler.efm.v2022_1.services.AuthenticateUserResponse") AuthenticateResponseType authenticateUser(AuthenticateRequestType authenticateRequest)
    • updateUser

      @Action(input="urn:tyler:efm:services/IEfmUserService/UpdateUser", output="urn:tyler:efm:services/IEfmUserService/UpdateUserResponse") @RequestWrapper(localName="UpdateUser", targetNamespace="urn:tyler:efm:services", className="tyler.efm.v2022_1.services.UpdateUser") @ResponseWrapper(localName="UpdateUserResponse", targetNamespace="urn:tyler:efm:services", className="tyler.efm.v2022_1.services.UpdateUserResponse") UpdateUserResponseType updateUser(UpdateUserRequestType updateUserRequest)
    • getNotificationPreferences

      @Action(input="urn:tyler:efm:services/IEfmUserService/GetNotificationPreferences", output="urn:tyler:efm:services/IEfmUserService/GetNotificationPreferencesResponse") @RequestWrapper(localName="GetNotificationPreferences", targetNamespace="urn:tyler:efm:services", className="tyler.efm.v2022_1.services.GetNotificationPreferences") @ResponseWrapper(localName="GetNotificationPreferencesResponse", targetNamespace="urn:tyler:efm:services", className="tyler.efm.v2022_1.services.GetNotificationPreferencesResponse") NotificationPreferencesResponseType getNotificationPreferences()
    • getUser

      @Action(input="urn:tyler:efm:services/IEfmUserService/GetUser", output="urn:tyler:efm:services/IEfmUserService/GetUserResponse") @RequestWrapper(localName="GetUser", targetNamespace="urn:tyler:efm:services", className="tyler.efm.v2022_1.services.GetUser") @ResponseWrapper(localName="GetUserResponse", targetNamespace="urn:tyler:efm:services", className="tyler.efm.v2022_1.services.GetUserResponse") GetUserResponseType getUser(GetUserRequestType getUserRequest)
    • selfResendActivationEmail

      @Action(input="urn:tyler:efm:services/IEfmUserService/SelfResendActivationEmail", output="urn:tyler:efm:services/IEfmUserService/SelfResendActivationEmailResponse") @RequestWrapper(localName="SelfResendActivationEmail", targetNamespace="urn:tyler:efm:services", className="tyler.efm.v2022_1.services.SelfResendActivationEmail") @ResponseWrapper(localName="SelfResendActivationEmailResponse", targetNamespace="urn:tyler:efm:services", className="tyler.efm.v2022_1.services.SelfResendActivationEmailResponse") BaseResponseType selfResendActivationEmail(SelfResendActivationEmailRequestType selfResendActivationEmailRequest)
    • resetPassword

      @Action(input="urn:tyler:efm:services/IEfmUserService/ResetPassword", output="urn:tyler:efm:services/IEfmUserService/ResetPasswordResponse") @RequestWrapper(localName="ResetPassword", targetNamespace="urn:tyler:efm:services", className="tyler.efm.v2022_1.services.ResetPassword") @ResponseWrapper(localName="ResetPasswordResponse", targetNamespace="urn:tyler:efm:services", className="tyler.efm.v2022_1.services.ResetPasswordResponse") ResetPasswordResponseType resetPassword(ResetPasswordRequestType resetPasswordRequest)
    • getPasswordQuestion

      @Action(input="urn:tyler:efm:services/IEfmUserService/GetPasswordQuestion", output="urn:tyler:efm:services/IEfmUserService/GetPasswordQuestionResponse") @RequestWrapper(localName="GetPasswordQuestion", targetNamespace="urn:tyler:efm:services", className="tyler.efm.v2022_1.services.GetPasswordQuestion") @ResponseWrapper(localName="GetPasswordQuestionResponse", targetNamespace="urn:tyler:efm:services", className="tyler.efm.v2022_1.services.GetPasswordQuestionResponse") PasswordQuestionResponseType getPasswordQuestion(GetPasswordQuestionRequestType getPasswordQuestionRequest)
    • changePassword

      @Action(input="urn:tyler:efm:services/IEfmUserService/ChangePassword", output="urn:tyler:efm:services/IEfmUserService/ChangePasswordResponse") @RequestWrapper(localName="ChangePassword", targetNamespace="urn:tyler:efm:services", className="tyler.efm.v2022_1.services.ChangePassword") @ResponseWrapper(localName="ChangePasswordResponse", targetNamespace="urn:tyler:efm:services", className="tyler.efm.v2022_1.services.ChangePasswordResponse") ChangePasswordResponseType changePassword(ChangePasswordRequestType changePasswordRequest)
    • updateNotificationPreferences

      @Action(input="urn:tyler:efm:services/IEfmUserService/UpdateNotificationPreferences", output="urn:tyler:efm:services/IEfmUserService/UpdateNotificationPreferencesResponse") @RequestWrapper(localName="UpdateNotificationPreferences", targetNamespace="urn:tyler:efm:services", className="tyler.efm.v2022_1.services.UpdateNotificationPreferences") @ResponseWrapper(localName="UpdateNotificationPreferencesResponse", targetNamespace="urn:tyler:efm:services", className="tyler.efm.v2022_1.services.UpdateNotificationPreferencesResponse") BaseResponseType updateNotificationPreferences(UpdateNotificationPreferencesRequestType updateNotificationPreferencesRequest)