Interface ApplicationUserDataService

    • Method Detail

      • findByInstanceIdAndLogin

        Map<String,​String> findByInstanceIdAndLogin​(Long instanceId,
                                                          String login)
                                                   throws com.totvs.technology.foundation.common.exception.FDNException
        Throws:
        com.totvs.technology.foundation.common.exception.FDNException
      • create

        Map<String,​String> create​(Long instanceId,
                                        Map<String,​String> applicationUserData)
                                 throws com.totvs.technology.foundation.common.exception.FDNException
        Throws:
        com.totvs.technology.foundation.common.exception.FDNException
      • remove

        void remove​(Long instanceId,
                    String key)
             throws com.totvs.technology.foundation.common.exception.FDNException
        Throws:
        com.totvs.technology.foundation.common.exception.FDNException
      • countKeyByUsers

        Long countKeyByUsers​(String key)
                      throws com.totvs.technology.foundation.common.exception.FDNException
        Throws:
        com.totvs.technology.foundation.common.exception.FDNException