Package com.alpaca.service.impl
package com.alpaca.service.impl
-
ClassesClassDescriptionService layer implementation for managing
Advertiser
entities.Implementation ofIAuthService
, handling authentication, user registration, and OAuth2 login flows within a Spring Security context.Service responsible for seeding essential application data upon startup.GenericServiceImpl<T,ID> Abstract base implementation ofIGenericService
, providing reusable CRUD operations with standard validations and error handling for any entity typeT
and identifier typeID
.Spring Boot startup initializer for development environments.Service layer implementation for managingPermission
entities.Service layer implementation for managingProfile
entities.Service layer implementation for managingRole
entities and encapsulating business logic specific to roles while inheriting basic CRUD operations fromIGenericService
.Service layer implementation for managingUser
entities and encapsulating business logic beyond simple CRUD operations inherited fromIGenericService
.