Package tyler.efm.latest.services
Interface IEfmUserService
public interface IEfmUserService
This class was generated by Apache CXF 4.0.8
2025-06-13T15:28:20.695-04:00
Generated source version: 4.0.8
-
Method Summary
Modifier and TypeMethodDescriptionauthenticateUser
(AuthenticateRequestType authenticateRequest) changePassword
(ChangePasswordRequestType changePasswordRequest) getPasswordQuestion
(GetPasswordQuestionRequestType getPasswordQuestionRequest) getUser
(GetUserRequestType getUserRequest) resetPassword
(ResetPasswordRequestType resetPasswordRequest) selfResendActivationEmail
(SelfResendActivationEmailRequestType selfResendActivationEmailRequest) updateNotificationPreferences
(UpdateNotificationPreferencesRequestType updateNotificationPreferencesRequest) updateUser
(UpdateUserRequestType updateUserRequest)
-
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.v2025_0.services.AuthenticateUser") @ResponseWrapper(localName="AuthenticateUserResponse", targetNamespace="urn:tyler:efm:services", className="tyler.efm.v2025_0.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.v2025_0.services.UpdateUser") @ResponseWrapper(localName="UpdateUserResponse", targetNamespace="urn:tyler:efm:services", className="tyler.efm.v2025_0.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.v2025_0.services.GetNotificationPreferences") @ResponseWrapper(localName="GetNotificationPreferencesResponse", targetNamespace="urn:tyler:efm:services", className="tyler.efm.v2025_0.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.v2025_0.services.GetUser") @ResponseWrapper(localName="GetUserResponse", targetNamespace="urn:tyler:efm:services", className="tyler.efm.v2025_0.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.v2025_0.services.SelfResendActivationEmail") @ResponseWrapper(localName="SelfResendActivationEmailResponse", targetNamespace="urn:tyler:efm:services", className="tyler.efm.v2025_0.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.v2025_0.services.ResetPassword") @ResponseWrapper(localName="ResetPasswordResponse", targetNamespace="urn:tyler:efm:services", className="tyler.efm.v2025_0.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.v2025_0.services.GetPasswordQuestion") @ResponseWrapper(localName="GetPasswordQuestionResponse", targetNamespace="urn:tyler:efm:services", className="tyler.efm.v2025_0.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.v2025_0.services.ChangePassword") @ResponseWrapper(localName="ChangePasswordResponse", targetNamespace="urn:tyler:efm:services", className="tyler.efm.v2025_0.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.v2025_0.services.UpdateNotificationPreferences") @ResponseWrapper(localName="UpdateNotificationPreferencesResponse", targetNamespace="urn:tyler:efm:services", className="tyler.efm.v2025_0.services.UpdateNotificationPreferencesResponse") BaseResponseType updateNotificationPreferences(UpdateNotificationPreferencesRequestType updateNotificationPreferencesRequest)
-