Package com.alpaca.service
Interface IAdvertiserService
- All Superinterfaces:
IGenericService<Advertiser,
UUID>
- All Known Implementing Classes:
AdvertiserServiceImpl
Service interface for managing
Advertiser
entities. Extends IGenericService
to
inherit common CRUD operations.- See Also:
-
Method Summary
Methods inherited from interface com.alpaca.service.IGenericService
deleteById, existsAllByIds, existsById, existsByUniqueProperties, findAll, findAllByIds, findAllByIdsToSet, findAllPage, findById, save, saveAll, updateById