Class SchedulingCampaignFileRepository
- java.lang.Object
-
- com.chutneytesting.campaign.infra.SchedulingCampaignFileRepository
-
- All Implemented Interfaces:
PeriodicScheduledCampaignRepository
@Repository public class SchedulingCampaignFileRepository extends Object implements PeriodicScheduledCampaignRepository
Scheduling campaign persistence.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PeriodicScheduledCampaignadd(PeriodicScheduledCampaign periodicScheduledCampaign)List<PeriodicScheduledCampaign>getALl()voidremoveById(Long id)
-
-
-
Method Detail
-
add
public PeriodicScheduledCampaign add(PeriodicScheduledCampaign periodicScheduledCampaign)
- Specified by:
addin interfacePeriodicScheduledCampaignRepository
-
removeById
public void removeById(Long id)
- Specified by:
removeByIdin interfacePeriodicScheduledCampaignRepository
-
getALl
public List<PeriodicScheduledCampaign> getALl()
- Specified by:
getALlin interfacePeriodicScheduledCampaignRepository
-
-