public interface UserNamespaceAuthorizationDao extends BaseJpaDao
| Modifier and Type | Method and Description |
|---|---|
UserNamespaceAuthorizationEntity |
getUserNamespaceAuthorizationByKey(UserNamespaceAuthorizationKey key)
Gets a user namespace authorization by key.
|
List<UserNamespaceAuthorizationEntity> |
getUserNamespaceAuthorizationsByNamespace(String namespace)
Gets a list of user namespace authorizations for the specified namespace.
|
List<UserNamespaceAuthorizationEntity> |
getUserNamespaceAuthorizationsByUserId(String userId)
Gets a list of user namespace authorizations for the specified user.
|
List<UserNamespaceAuthorizationEntity> |
getUserNamespaceAuthorizationsByUserIdStartsWith(String string)
Gets a list of user namespace authorization entities where the user ID starts with the given string
|
delete, detach, findAll, findById, findByNamedProperties, findUniqueByNamedProperties, getCurrentTimestamp, getEntityManager, query, queryByNamedParams, save, saveAndRefreshUserNamespaceAuthorizationEntity getUserNamespaceAuthorizationByKey(UserNamespaceAuthorizationKey key)
key - the user namespace authorization key (case-insensitive)List<UserNamespaceAuthorizationEntity> getUserNamespaceAuthorizationsByUserId(String userId)
userId - the user id (case-insensitive)List<UserNamespaceAuthorizationEntity> getUserNamespaceAuthorizationsByUserIdStartsWith(String string)
string - String to searchList<UserNamespaceAuthorizationEntity> getUserNamespaceAuthorizationsByNamespace(String namespace)
namespace - the namespace (case-insensitive)Copyright © 2017. All rights reserved.