Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
U
- UnauthorizedException - Exception Class in com.alpaca.exception
- UnauthorizedException(String) - Constructor for exception class com.alpaca.exception.UnauthorizedException
- updateById(AdvertiserRequestDTO, UUID) - Method in class com.alpaca.controller.AdvertiserController
-
Updates an existing advertiser identified by its unique identifier.
- updateById(PermissionRequestDTO, UUID) - Method in class com.alpaca.controller.PermissionController
-
Updates an existing
Permission
identified by its unique identifier. - updateById(ProfileRequestDTO, UUID) - Method in class com.alpaca.controller.ProfileController
-
Updates an existing profile identified by its unique identifier.
- updateById(RoleRequestDTO, UUID) - Method in class com.alpaca.controller.RoleController
-
Updates an existing
Role
identified by its unique identifier. - updateById(UserRequestDTO, UUID) - Method in class com.alpaca.controller.UserController
-
Updates an existing user identified by its unique identifier.
- updateById(Advertiser, UUID) - Method in class com.alpaca.persistence.impl.AdvertiserDAOImpl
-
Updates an existing
Advertiser
identified by the given ID with non-null and non-blank values from the providedadvertiser
object. - updateById(Permission, UUID) - Method in class com.alpaca.persistence.impl.PermissionDAOImpl
-
Updates an existing
Permission
identified by the given ID with the non-null and non-blank values from the providedpermission
object. - updateById(Profile, UUID) - Method in class com.alpaca.persistence.impl.ProfileDAOImpl
-
Updates an existing
Profile
identified by the given ID using non-null and non-blank values from the providedprofile
object. - updateById(Role, UUID) - Method in class com.alpaca.persistence.impl.RoleDAOImpl
-
Updates an existing
Role
identified by the given ID with the non-null, non-blank properties from the suppliedrole
object. - updateById(User, UUID) - Method in class com.alpaca.persistence.impl.UserDAOImpl
-
Updates an existing
User
identified by the given ID with the non-null and non-blank properties provided in the supplieduser
object. - updateById(T, ID) - Method in interface com.alpaca.persistence.IGenericDAO
-
Updates an entity by its identifier.
- updateById(T, ID) - Method in interface com.alpaca.service.IGenericService
-
Updates an existing entity by its identifier.
- updateById(T, ID) - Method in class com.alpaca.service.impl.GenericServiceImpl
-
Updates an entity identified by its ID using the provided updated entity.
- user - Variable in class com.alpaca.entity.Advertiser
-
The User associated with the Advertiser entity.
- user - Variable in class com.alpaca.entity.Profile
-
The User associated with this Profile.
- user - Variable in class com.alpaca.entity.UserRole
-
The User associated with this UserRole.
- User - Class in com.alpaca.entity
-
Represents a User entity in the system.
- User(String, String, boolean, boolean, boolean, boolean, boolean, boolean, Set<Role>) - Constructor for class com.alpaca.entity.User
-
Constructs an instance of a new User object with the specified attributes.
- User(String, String, Set<Role>) - Constructor for class com.alpaca.entity.User
-
Constructs an instance of a new User object with the specified attributes.
- UserController - Class in com.alpaca.controller
-
REST controller for managing
User
entities. - UserController() - Constructor for class com.alpaca.controller.UserController
- UserDAOImpl - Class in com.alpaca.persistence.impl
- UserDAOImpl() - Constructor for class com.alpaca.persistence.impl.UserDAOImpl
- userId - Variable in class com.alpaca.dto.request.AdvertiserRequestDTO
- userId - Variable in class com.alpaca.dto.request.ProfileRequestDTO
- userId - Variable in record class com.alpaca.dto.response.AdvertiserResponseDTO
-
The field for the
userId
record component. - userId - Variable in record class com.alpaca.dto.response.ProfileResponseDTO
-
The field for the
userId
record component. - userId() - Method in record class com.alpaca.dto.response.AdvertiserResponseDTO
-
Returns the value of the
userId
record component. - userId() - Method in record class com.alpaca.dto.response.ProfileResponseDTO
-
Returns the value of the
userId
record component. - UserMapperImpl - Class in com.alpaca.mapper.impl
-
Implementation of the
IUserMapper
interface responsible for mapping betweenUser
entities and their corresponding request and response DTOs. - UserMapperImpl() - Constructor for class com.alpaca.mapper.impl.UserMapperImpl
- username - Variable in class com.alpaca.model.UserPrincipal
-
The username of the user, typically the email address.
- UserPrincipal - Class in com.alpaca.model
-
Represents the Principal User Details in the security context.
- UserPrincipal(User, Map<String, Object>) - Constructor for class com.alpaca.model.UserPrincipal
-
Constructs a new
UserPrincipal
instance using aUser
entity. - UserPrincipal(UUID, UUID, UUID, String, String, Collection<? extends GrantedAuthority>, Map<String, Object>) - Constructor for class com.alpaca.model.UserPrincipal
-
Constructs a new
UserPrincipal
instance using a decoded JWT token values. - UserRepo - Interface in com.alpaca.repository
-
Repository interface for managing
User
entities. - UserRequestDTO - Class in com.alpaca.dto.request
- UserRequestDTO() - Constructor for class com.alpaca.dto.request.UserRequestDTO
- UserResponseDTO - Record Class in com.alpaca.dto.response
- UserResponseDTO(UUID, String, List<RoleResponseDTO>, ProfileResponseDTO, AdvertiserResponseDTO) - Constructor for record class com.alpaca.dto.response.UserResponseDTO
-
Creates an instance of a
UserResponseDTO
record class. - UserRole - Class in com.alpaca.entity
- UserRole(User, Role) - Constructor for class com.alpaca.entity.UserRole
-
Constructs an instance of a new UserRole object with the specified attributes.
- UserRoleRepo - Interface in com.alpaca.repository
-
Repository interface for managing
UserRole
entities. - userRoles - Variable in class com.alpaca.entity.Role
-
Indicates the set of User has the Role.
- userRoles - Variable in class com.alpaca.entity.User
-
Indicates the set of Role has the User.
- userService - Variable in class com.alpaca.mapper.impl.AdvertiserMapperImpl
- userService - Variable in class com.alpaca.mapper.impl.ProfileMapperImpl
- userService - Variable in class com.alpaca.service.impl.AuthServiceImpl
- userService - Variable in class com.alpaca.service.impl.DataServiceImpl
- UserServiceImpl - Class in com.alpaca.service.impl
-
Service layer implementation for managing
User
entities and encapsulating business logic beyond simple CRUD operations inherited fromIGenericService
. - UserServiceImpl() - Constructor for class com.alpaca.service.impl.UserServiceImpl
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form