-
public interface CouponDao
-
-
Method Summary
Modifier and Type Method Description abstract List<CouponWithInteractionEntity>getAll()Unitreplace(List<CouponWithInteractionEntity> items)abstract UnitsaveCoupons(List<CouponEntity> items)abstract UnitdeleteAllCoupons()abstract List<CouponEntity>getCoupons(String brandDomain)-
-
Method Detail
-
getAll
abstract List<CouponWithInteractionEntity> getAll()
-
replace
Unit replace(List<CouponWithInteractionEntity> items)
-
saveCoupons
abstract Unit saveCoupons(List<CouponEntity> items)
-
deleteAllCoupons
abstract Unit deleteAllCoupons()
-
getCoupons
abstract List<CouponEntity> getCoupons(String brandDomain)
-
-
-
-