Package com.fluig.sdk.service
Interface ApplicationUserDataService
-
- All Superinterfaces:
BaseAPIService
public interface ApplicationUserDataService extends BaseAPIService
-
-
Field Summary
Fields Modifier and Type Field Description static StringJNDI_NAMEstatic StringJNDI_REMOTE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LongcountKeyByUsers(String key)Map<String,String>create(Long instanceId, Map<String,String> applicationUserData)Map<String,String>findByInstanceIdAndLogin(Long instanceId, String login)voidremove(Long instanceId, String key)-
Methods inherited from interface com.fluig.sdk.service.BaseAPIService
expand, generateOrderParam
-
-
-
-
Field Detail
-
JNDI_NAME
static final String JNDI_NAME
- See Also:
- Constant Field Values
-
JNDI_REMOTE_NAME
static final String JNDI_REMOTE_NAME
- See Also:
- Constant Field Values
-
-
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
-
-