Uses of Interface
com.alpaca.service.IGenericService
Packages that use IGenericService
-
Uses of IGenericService in com.alpaca.service
Subinterfaces of IGenericService in com.alpaca.serviceModifier and TypeInterfaceDescriptioninterface
Service interface for managingAdvertiser
entities.interface
Service interface for managingPermission
entities.interface
Service interface for managingProfile
entities.interface
Service interface for managingRole
entities.interface
Service interface for managingUser
entities. -
Uses of IGenericService in com.alpaca.service.impl
Classes in com.alpaca.service.impl that implement IGenericServiceModifier and TypeClassDescriptionclass
Service layer implementation for managingAdvertiser
entities.class
GenericServiceImpl<T,
ID> Abstract base implementation ofIGenericService
, providing reusable CRUD operations with standard validations and error handling for any entity typeT
and identifier typeID
.class
Service layer implementation for managingPermission
entities.class
Service layer implementation for managingProfile
entities.class
Service layer implementation for managingRole
entities and encapsulating business logic specific to roles while inheriting basic CRUD operations fromIGenericService
.class
Service layer implementation for managingUser
entities and encapsulating business logic beyond simple CRUD operations inherited fromIGenericService
.