Uses of Class
egovframework.rfc3.visitcounter.vo.BannerCounterVO

Packages that use BannerCounterVO
egovframework.rfc3.visitcounter.dao   
egovframework.rfc3.visitcounter.service   
egovframework.rfc3.visitcounter.service.impl   
 

Uses of BannerCounterVO in egovframework.rfc3.visitcounter.dao
 

Methods in egovframework.rfc3.visitcounter.dao with parameters of type BannerCounterVO
 void VisitCounterDAO.insertBannerCounter(BannerCounterVO bannerCounterVO)
           
 

Uses of BannerCounterVO in egovframework.rfc3.visitcounter.service
 

Methods in egovframework.rfc3.visitcounter.service with parameters of type BannerCounterVO
 void VisitCounterService.insertBannerCounter(BannerCounterVO bannerCounterVO)
           
 

Uses of BannerCounterVO in egovframework.rfc3.visitcounter.service.impl
 

Methods in egovframework.rfc3.visitcounter.service.impl with parameters of type BannerCounterVO
 void VisitCounterServiceImpl.insertBannerCounter(BannerCounterVO bannerCounterVO)