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
Modifier and TypeMethodDescriptionadd(PeriodicScheduledCampaign periodicScheduledCampaign) getALl()voidremoveById(Long id)
-
Method Details
-
add
- Specified by:
addin interfacePeriodicScheduledCampaignRepository
-
removeById
- Specified by:
removeByIdin interfacePeriodicScheduledCampaignRepository
-
getALl
- Specified by:
getALlin interfacePeriodicScheduledCampaignRepository
-