Class AdvertiserServiceImpl

java.lang.Object
com.alpaca.service.impl.GenericServiceImpl<Advertiser,UUID>
com.alpaca.service.impl.AdvertiserServiceImpl
All Implemented Interfaces:
IAdvertiserService, IGenericService<Advertiser,UUID>

@Service public class AdvertiserServiceImpl extends GenericServiceImpl<Advertiser,UUID> implements IAdvertiserService
Service layer implementation for managing Advertiser entities. This class extends IGenericService to inherit standard CRUD operations.

All persistence operations are delegated to the IAdvertiserDAO, providing a clean separation between business logic and data access.

See Also: