Interface PeriodicScheduledCampaignRepository
-
- All Known Implementing Classes:
SchedulingCampaignFileRepository
public interface PeriodicScheduledCampaignRepositoryCRUD for SchedulingCampaign
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PeriodicScheduledCampaignadd(PeriodicScheduledCampaign periodicScheduledCampaign)List<PeriodicScheduledCampaign>getALl()voidremoveById(Long id)
-
-
-
Method Detail
-
add
PeriodicScheduledCampaign add(PeriodicScheduledCampaign periodicScheduledCampaign)
-
removeById
void removeById(Long id)
-
getALl
List<PeriodicScheduledCampaign> getALl()
-
-