Uses of Class
com.atlassian.jira.crowd.embedded.ofbiz.UserNotFoundException
Packages that use UserNotFoundException
-
Uses of UserNotFoundException in com.atlassian.jira.crowd.embedded.ofbiz
Methods in com.atlassian.jira.crowd.embedded.ofbiz that throw UserNotFoundExceptionModifier and TypeMethodDescriptionOfBizUserDao.findByExternalId(long directoryId, String externalId) com.atlassian.crowd.model.user.TimestampedUserOfBizUserDao.findByName(long directoryId, String userName) com.atlassian.crowd.model.user.UserWithAttributesOfBizUserDao.findByNameWithAttributes(long directoryId, String userName) ExtendedUserDao.findOfBizUser(long directoryId, String userName) OfBizUserDao.findOfBizUser(long directoryId, String userName) com.atlassian.crowd.embedded.api.PasswordCredentialOfBizUserDao.getCredential(long directoryId, String userName) List<com.atlassian.crowd.embedded.api.PasswordCredential>OfBizUserDao.getCredentialHistory(long directoryId, String userName) voidOfBizUserDao.remove(com.atlassian.crowd.model.user.User user) voidOfBizUserDao.removeAttribute(com.atlassian.crowd.model.user.User user, String attributeName) com.atlassian.crowd.model.user.UservoidOfBizUserDao.storeAttributes(com.atlassian.crowd.model.user.User user, Map<String, Set<String>> attributes, boolean updateTimestamp) com.atlassian.crowd.model.user.UserExtendedUserDao.update(com.atlassian.crowd.model.user.User user, boolean useJiraExtensions) Updates user, for detailed description seeUserDao.update(com.atlassian.crowd.model.user.User).com.atlassian.crowd.model.user.UserOfBizUserDao.update(com.atlassian.crowd.model.user.User user) com.atlassian.crowd.model.user.UserOfBizUserDao.update(com.atlassian.crowd.model.user.User user, boolean useJiraExtensions) voidOfBizUserDao.updateCredential(com.atlassian.crowd.model.user.User user, com.atlassian.crowd.embedded.api.PasswordCredential credential, int credentialHistory)