Index

A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

F

findAll() - Method in class com.alpaca.controller.AdvertiserController
Retrieves all advertisers.
findAll() - Method in class com.alpaca.controller.PermissionController
Retrieves all PermissionResponseDTO entities.
findAll() - Method in class com.alpaca.controller.ProfileController
Retrieves all profiles.
findAll() - Method in class com.alpaca.controller.RoleController
Retrieves all RoleResponseDTOs.
findAll() - Method in class com.alpaca.controller.UserController
Retrieves all users.
findAll() - Method in interface com.alpaca.persistence.IGenericDAO
Retrieves all entities.
findAll() - Method in class com.alpaca.persistence.impl.GenericDAOImpl
Retrieves all entities of type T.
findAll() - Method in interface com.alpaca.service.IGenericService
Retrieves all entities.
findAll() - Method in class com.alpaca.service.impl.GenericServiceImpl
Retrieves all entities of type T.
findAllByIds(Collection<ID>) - Method in interface com.alpaca.persistence.IGenericDAO
Finds all entities by their identifiers.
findAllByIds(Collection<ID>) - Method in class com.alpaca.persistence.impl.GenericDAOImpl
Retrieves all entities matching the provided collection of identifiers.
findAllByIds(Collection<ID>) - Method in interface com.alpaca.service.IGenericService
Finds all entities by their identifiers.
findAllByIds(Collection<ID>) - Method in class com.alpaca.service.impl.GenericServiceImpl
Fetches all entities matching the provided collection of IDs, with validation and existence check.
findAllByIdsToSet(Collection<ID>) - Method in interface com.alpaca.service.IGenericService
Finds all entities by their identifiers and returns them as a set.
findAllByIdsToSet(Collection<ID>) - Method in class com.alpaca.service.impl.GenericServiceImpl
Retrieves entities by IDs and returns them as a Set.
findAllPage(Pageable) - Method in class com.alpaca.controller.AdvertiserController
Retrieves a paginated list of advertisers.
findAllPage(Pageable) - Method in class com.alpaca.controller.PermissionController
Retrieves a paginated list of PermissionResponseDTO entities.
findAllPage(Pageable) - Method in class com.alpaca.controller.ProfileController
Retrieves a paginated list of profiles.
findAllPage(Pageable) - Method in class com.alpaca.controller.RoleController
Retrieves a paginated list of RoleResponseDTOs.
findAllPage(Pageable) - Method in class com.alpaca.controller.UserController
Retrieves a paginated list of users.
findAllPage(Pageable) - Method in interface com.alpaca.persistence.IGenericDAO
Retrieves all entities with pagination support.
findAllPage(Pageable) - Method in class com.alpaca.persistence.impl.GenericDAOImpl
Retrieves entities in a paginated fashion using the provided Pageable.
findAllPage(Pageable) - Method in interface com.alpaca.service.IGenericService
Retrieves all entities with pagination support.
findAllPage(Pageable) - Method in class com.alpaca.service.impl.GenericServiceImpl
Retrieves entities in a paginated fashion.
findByEmail(String) - Method in class com.alpaca.persistence.impl.UserDAOImpl
Searches for a User by email.
findByEmail(String) - Method in interface com.alpaca.persistence.IUserDAO
Finds a user by their email address.
findByEmail(String) - Method in interface com.alpaca.repository.UserRepo
Retrieves a user by their email address.
findByEmail(String) - Method in class com.alpaca.service.impl.UserServiceImpl
Retrieves a User by their email address.
findByEmail(String) - Method in interface com.alpaca.service.IUserService
Finds a user by their email address.
findById(ID) - Method in interface com.alpaca.persistence.IGenericDAO
Finds an entity by its identifier.
findById(ID) - Method in class com.alpaca.persistence.impl.GenericDAOImpl
Finds an entity by its identifier.
findById(ID) - Method in interface com.alpaca.service.IGenericService
Finds an entity by its identifier.
findById(ID) - Method in class com.alpaca.service.impl.GenericServiceImpl
Retrieves an entity by its identifier with validation and error handling.
findById(UUID) - Method in class com.alpaca.controller.AdvertiserController
Retrieves an advertiser by its unique identifier.
findById(UUID) - Method in class com.alpaca.controller.PermissionController
Retrieves a PermissionResponseDTO by its unique identifier.
findById(UUID) - Method in class com.alpaca.controller.ProfileController
Retrieves a profile by its unique identifier.
findById(UUID) - Method in class com.alpaca.controller.RoleController
Retrieves a RoleResponseDTO by its unique identifier.
findById(UUID) - Method in class com.alpaca.controller.UserController
Retrieves a user by its unique identifier.
findByPermissionName(String) - Method in class com.alpaca.persistence.impl.PermissionDAOImpl
Searches for a Permission entity by its permission name.
findByPermissionName(String) - Method in interface com.alpaca.persistence.IPermissionDAO
 
findByPermissionName(String) - Method in interface com.alpaca.repository.PermissionRepo
Retrieves a permission by their permission name.
findByRoleName(String) - Method in class com.alpaca.persistence.impl.RoleDAOImpl
Retrieves a Role entity by its role name.
findByRoleName(String) - Method in interface com.alpaca.persistence.IRoleDAO
Finds a role by its unique name.
findByRoleName(String) - Method in interface com.alpaca.repository.RoleRepo
Retrieves a role by its name.
findByRoleName(String) - Method in class com.alpaca.service.impl.RoleServiceImpl
Finds a Role by its name.
findByRoleName(String) - Method in interface com.alpaca.service.IRoleService
Finds a role by its name.
firstName - Variable in class com.alpaca.dto.request.ProfileRequestDTO
 
firstName - Variable in record class com.alpaca.dto.response.ProfileResponseDTO
The field for the firstName record component.
firstName - Variable in class com.alpaca.entity.Profile
The first name of the Profile.
firstName() - Method in record class com.alpaca.dto.response.ProfileResponseDTO
Returns the value of the firstName record component.
ForbiddenException - Exception Class in com.alpaca.exception
 
ForbiddenException(String) - Constructor for exception class com.alpaca.exception.ForbiddenException
 
frontendUri - Variable in class com.alpaca.security.oauth2.AuthFailureHandler
 
A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form