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 TypeInterfaceDescriptioninterfaceService interface for managingAdvertiserentities.interfaceService interface for managingPermissionentities.interfaceService interface for managingProfileentities.interfaceService interface for managingRoleentities.interfaceService interface for managingUserentities. -
Uses of IGenericService in com.alpaca.service.impl
Classes in com.alpaca.service.impl that implement IGenericServiceModifier and TypeClassDescriptionclassService layer implementation for managingAdvertiserentities.classGenericServiceImpl<T,ID> Abstract base implementation ofIGenericService, providing reusable CRUD operations with standard validations and error handling for any entity typeTand identifier typeID.classService layer implementation for managingPermissionentities.classService layer implementation for managingProfileentities.classService layer implementation for managingRoleentities and encapsulating business logic specific to roles while inheriting basic CRUD operations fromIGenericService.classService layer implementation for managingUserentities and encapsulating business logic beyond simple CRUD operations inherited fromIGenericService.