Class UserAccountServiceImpl

    • Method Detail

      • setStateAndSubState

        public void setStateAndSubState​(java.lang.String accountId,
                                        java.lang.String state,
                                        java.lang.String subState)
        Description copied from interface: UserAccountService
        Update the state and sub state of the user account. If the value for the state is null then the state of the user account won't be changed. If the value for the subState is null then the subState of the user account won't be changed. At least one of state and / or subState must be set
        Specified by:
        setStateAndSubState in interface UserAccountService
        Parameters:
        accountId - the id of the account that should have it's state updated
        state - the optional new state of the account, if null it won't be changed
        subState - the optional new sub state of the account, if null if won't be changed
      • setType

        public void setType​(java.lang.String accountId,
                            java.lang.String type,
                            java.lang.String subType)
        Description copied from interface: UserAccountService
        Update the type and sub type of the user account
        Specified by:
        setType in interface UserAccountService
        Parameters:
        accountId - the of the account that should have it's type updated
        type - the new type of the account
        subType - the new sub type of the account
      • deleteUserAccount

        public void deleteUserAccount​(java.lang.String accountId)
        Description copied from interface: UserAccountService
        Delete the user account with the given id.
        Specified by:
        deleteUserAccount in interface UserAccountService
        Parameters:
        accountId - the id of the account