packagecom.reyun.service;importcom.reyun.model.Account;importcom.reyun.model.ChannelParam;importcom.reyun.model.PreorderParam;/** * Created by mxq on 2017/9/11. */publicinterfaceChannelParamService{Objectupdate(booleanisdefault,booleanisall,ChannelParamresourse,LongloginAccount,Stringtype,StringvalidFunction);ChannelParamfindOne(Longcid,LongloginAccount,Longapp);ChannelParamfindDefault();ChannelParamfindDefaultByBlack();ChannelParamfind(LongloginAccount,Longapp);ObjectupdateImpression(ChannelParamresourse,Longid);BooleanupdateImp(Longcid,BooleanimpStatus,Longaccountid,Longapp);ObjectbackflowAttrNum(Longapp,IntegerbackflowAttrNum,Longid);ObjectgetBackflowAttrNum(Longapp);ObjectupdatePreorder(PreorderParamresourse,Accountid);}