| Modifier and Type | Method and Description |
|---|---|
User |
IdentityRecovery.getUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityRecovery.setUser(User user) |
| Modifier and Type | Method and Description |
|---|---|
IdentityRecovery |
IdentityRecoveryService.generate(User user,
Date timeToExpire,
boolean byOTP) |
| Modifier and Type | Class and Description |
|---|---|
class |
SystemUser |
| Modifier and Type | Method and Description |
|---|---|
User |
UserRepository.findByAadhaarNumber(String aadhaarNumber) |
User |
UserRepository.findByEmailId(String emailId) |
User |
UserRepository.findByMobileNumber(String mobileNumber) |
User |
UserRepository.findByUsername(String userName) |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
UserRepository.findByAadhaarNumberAndType(String aadhaarNumber,
UserType type) |
Set<User> |
UserRepository.findByActiveTrue() |
List<User> |
UserRepository.findByTypeAndActiveTrueOrderByNameAsc(UserType type) |
Set<User> |
UserRepository.findByUsernameContainingIgnoreCase(String userName) |
List<User> |
UserRepository.findByUsernameContainingIgnoreCaseAndTypeAndActiveTrue(String username,
UserType type) |
Set<User> |
UserRepository.findUsersByRoleName(String roleName) |
List<User> |
UserRepository.findUsersByUserAndRoleName(String userName,
String roleName) |
| Modifier and Type | Method and Description |
|---|---|
User |
UserService.createUser(User user) |
User |
UserService.getUserByAadhaarNumber(String aadhaarNumber) |
User |
UserService.getUserByEmailId(String emailId) |
User |
UserService.getUserById(Long id) |
User |
UserService.getUserByMobileNumber(String mobileNumber) |
User |
UserService.getUserByUsername(String userName) |
User |
UserService.getUserRefById(Long id) |
User |
UserService.updateUser(User user) |
| Modifier and Type | Method and Description |
|---|---|
Optional<User> |
UserService.checkUserWithIdentity(String identity) |
List<User> |
UserService.findAllByMatchingUserNameForType(String username,
UserType type) |
Set<User> |
UserService.getActiveUsers() |
List<User> |
UserService.getAllEmployeeUsers() |
List<User> |
UserService.getAllUsers() |
List<User> |
UserService.getUserByAadhaarNumberAndType(String aadhaarNumber,
UserType type) |
Set<User> |
UserService.getUsersByRoleName(String roleName) |
List<User> |
UserService.getUsersByUsernameAndRolename(String userName,
String roleName) |
Set<User> |
UserService.getUsersByUsernameLike(String userName) |
| Modifier and Type | Method and Description |
|---|---|
User |
UserService.createUser(User user) |
User |
UserService.updateUser(User user) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.AuditorAware<User> |
RepositoryConfiguration.springSecurityAwareAuditor() |
| Modifier and Type | Method and Description |
|---|---|
User |
SecureUser.getUser() |
| Constructor and Description |
|---|
SecureUser(User user) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessagingService.sendEmail(User user,
String subject,
String templateName,
Object... messageValues) |
void |
MessagingService.sendSMS(User user,
String templateName,
Object... messageValues) |
| Modifier and Type | Method and Description |
|---|---|
User |
AbstractAuditable.getCreatedBy() |
User |
AbstractAuditable.getLastModifiedBy() |
User |
Address.getUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAuditable.setCreatedBy(User createdBy) |
void |
AbstractAuditable.setLastModifiedBy(User lastModifiedBy) |
void |
Address.setUser(User user) |
| Modifier and Type | Method and Description |
|---|---|
User |
SystemAudit.getUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
SystemAudit.setUser(User user) |
| Modifier and Type | Method and Description |
|---|---|
User |
SecurityUtils.getCurrentUser() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
UserAdaptor.serialize(User src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
User |
StateHistory.getCreatedBy() |
User |
StateHistory.getLastModifiedBy() |
User |
State.getOwnerUser() |
User |
StateHistory.getOwnerUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
StateHistory.setCreatedBy(User createdBy) |
void |
StateHistory.setLastModifiedBy(User lastModifiedBy) |
protected void |
State.setOwnerUser(User ownerUser) |
void |
StateHistory.setOwnerUser(User ownerUser) |
StateAware |
StateAware.withOwner(User owner) |
| Modifier and Type | Field and Description |
|---|---|
protected User |
BaseModel.createdBy |
protected User |
BaseModel.modifiedBy |
| Modifier and Type | Method and Description |
|---|---|
User |
BaseModel.getCreatedBy() |
User |
BaseModel.getModifiedBy() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseModel.setCreatedBy(User createdBy) |
void |
BaseModel.setModifiedBy(User modifiedBy) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AuthorizeRule.isAuthorized(User user) |
| Modifier and Type | Method and Description |
|---|---|
User |
EISServeable.getUserForPosition(Long positionId,
Date forDate)
Used get User for a Position Id for a particular Date.
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
EISServeable.getUsersByDeptAndDesig(Integer deptId,
Integer desigId,
Date date)
Get all users for the given department and designation id's for the given
date
|
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.