Package edu.suffolk.litlab.efsp.tyler
Class TylerFirmClient
java.lang.Object
edu.suffolk.litlab.efsp.tyler.TylerFirmClient
-
Constructor Summary
ConstructorsConstructorDescriptionTylerFirmClient
(EfmFirmService factory, TylerVersion version, Consumer<jakarta.xml.ws.BindingProvider> setup) -
Method Summary
Modifier and TypeMethodDescriptionaddUserRole
(AddUserRoleRequestType addUserRoleRequest) attachServiceContact
(AttachServiceContactRequestType attachServiceContactRequest) createAttorney
(CreateAttorneyRequestType createAttorneyRequest) createGlobalPaymentAccount
(CreatePaymentAccountRequestType createGlobalPaymentAccountRequest) createInactivePaymentAccount
(CreatePaymentAccountRequestType createPaymentAccountRequest) createPaymentAccount
(CreatePaymentAccountRequestType createPaymentAccountRequest) createServiceContact
(CreateServiceContactRequestType createServiceContactRequest) detachServiceContact
(DetachServiceContactRequestType detachServiceContactRequest) getAttorney
(GetAttorneyRequestType getAttorneyRequest) getFirm()
getGlobalPaymentAccount
(GetPaymentAccountRequestType getGlobalPaymentAccountRequest) getPaymentAccount
(GetPaymentAccountRequestType getPaymentAccountRequest) getPaymentAccountList
(GetPaymentAccountListRequestType getPaymentAccountListRequest) getPublicList
(GetPublicListRequestType getPublicListRequest) getServiceContact
(GetServiceContactRequestType getServiceContactRequest) getUser
(GetUserRequestType getUserRequest) getUserList
(GetUserListRequest getUserListRequest) getVitalChekPaymentAccountId
(GetPaymentAccountRequestType getPaymentAccountRequest) registerUser
(RegistrationRequestType registerUserRequest) removeAttorney
(RemoveAttorneyRequestType removeAttorneyRequest) removeGlobalPaymentAccount
(RemovePaymentAccountRequestType removeGlobalPaymentAccountRequest) removePaymentAccount
(RemovePaymentAccountRequestType removePaymentAccountRequest) removeServiceContact
(RemoveServiceContactRequestType removeServiceContactRequest) removeUser
(RemoveUserRequestType removeUserRequest) removeUserRole
(RemoveUserRoleRequestType removeUserRoleRequest) replaceServiceContact
(ReplaceServiceContactRequestType replaceServiceContactRequest) resendActivationEmail
(ResendActivationEmailRequestType resendActivationEmailRequest) resetUserPassword
(ResetUserPasswordRequestType resetUserPasswordRequest) updateAttorney
(UpdateAttorneyRequestType updateAttorneyRequest) updateFirm
(UpdateFirmRequestType updateFirmRequest) updateGlobalPaymentAccount
(UpdatePaymentAccountRequestType updateGlobalPaymentAccountRequest) updatePaymentAccount
(UpdatePaymentAccountRequestType updatePaymentAccountRequest) updateServiceContact
(UpdateServiceContactRequestType updateServiceContactRequest) updateUser
(UpdateUserRequestType updateUserRequest)
-
Constructor Details
-
TylerFirmClient
public TylerFirmClient(EfmFirmService factory, TylerVersion version, Consumer<jakarta.xml.ws.BindingProvider> setup)
-
-
Method Details
-
getAttorney
-
updatePaymentAccount
public UpdatePaymentAccountResponseType updatePaymentAccount(UpdatePaymentAccountRequestType updatePaymentAccountRequest) -
getVitalChekPaymentAccountId
public GetVitalChekPaymentAccountIdResponseType getVitalChekPaymentAccountId(GetPaymentAccountRequestType getPaymentAccountRequest) -
getPublicList
-
getUser
-
replaceServiceContact
public BaseResponseType replaceServiceContact(ReplaceServiceContactRequestType replaceServiceContactRequest) -
getServiceContact
public GetServiceContactResponseType getServiceContact(GetServiceContactRequestType getServiceContactRequest) -
createPaymentAccount
public CreatePaymentAccountResponseType createPaymentAccount(CreatePaymentAccountRequestType createPaymentAccountRequest) -
getNotificationPreferencesList
-
getGlobalPaymentAccount
public GetPaymentAccountResponseType getGlobalPaymentAccount(GetPaymentAccountRequestType getGlobalPaymentAccountRequest) -
updateGlobalPaymentAccount
public UpdatePaymentAccountResponseType updateGlobalPaymentAccount(UpdatePaymentAccountRequestType updateGlobalPaymentAccountRequest) -
createInactivePaymentAccount
public CreatePaymentAccountResponseType createInactivePaymentAccount(CreatePaymentAccountRequestType createPaymentAccountRequest) -
resendActivationEmail
public BaseResponseType resendActivationEmail(ResendActivationEmailRequestType resendActivationEmailRequest) -
getPaymentAccount
public GetPaymentAccountResponseType getPaymentAccount(GetPaymentAccountRequestType getPaymentAccountRequest) -
detachServiceContact
public BaseResponseType detachServiceContact(DetachServiceContactRequestType detachServiceContactRequest) -
getServiceContactList
-
getUserList
-
getPaymentAccountTypeList
-
removeUser
-
getPaymentAccountList
public PaymentAccountListResponseType getPaymentAccountList(GetPaymentAccountListRequestType getPaymentAccountListRequest) -
removeAttorney
-
getGlobalPaymentAccountList
-
removeGlobalPaymentAccount
public BaseResponseType removeGlobalPaymentAccount(RemovePaymentAccountRequestType removeGlobalPaymentAccountRequest) -
updateUser
-
attachServiceContact
public BaseResponseType attachServiceContact(AttachServiceContactRequestType attachServiceContactRequest) -
removeUserRole
-
getAttorneyList
-
updateServiceContact
public UpdateServiceContactResponseType updateServiceContact(UpdateServiceContactRequestType updateServiceContactRequest) -
removeServiceContact
public BaseResponseType removeServiceContact(RemoveServiceContactRequestType removeServiceContactRequest) -
addUserRole
-
createAttorney
-
removePaymentAccount
public BaseResponseType removePaymentAccount(RemovePaymentAccountRequestType removePaymentAccountRequest) -
createServiceContact
public CreateServiceContactResponseType createServiceContact(CreateServiceContactRequestType createServiceContactRequest) -
updateAttorney
-
registerUser
-
updateFirm
-
resetUserPassword
public ResetPasswordResponseType resetUserPassword(ResetUserPasswordRequestType resetUserPasswordRequest) -
getFirm
-
createGlobalPaymentAccount
public CreatePaymentAccountResponseType createGlobalPaymentAccount(CreatePaymentAccountRequestType createGlobalPaymentAccountRequest)
-