Uses of Class
com.dotmarketing.portlets.banners.model.Banner

Packages that use Banner
com.dotmarketing.cache   
com.dotmarketing.portlets.banners.factories   
com.dotmarketing.services   
com.dotmarketing.viewtools   
 

Uses of Banner in com.dotmarketing.cache
 

Methods in com.dotmarketing.cache with parameters of type Banner
static void BannerCache.addToBannerCache(java.lang.String path, java.lang.String placement, Banner banner)
           
static void BannerCache.removeFromBannerCache(java.lang.String path, java.lang.String placement, Banner banner)
           
static void BannerCache.updateBannerCache(java.lang.String previousPath, java.lang.String previousPlacement, java.lang.String newPath, java.lang.String newPlacement, Banner banner)
           
 

Uses of Banner in com.dotmarketing.portlets.banners.factories
 

Methods in com.dotmarketing.portlets.banners.factories that return Banner
static Banner BannerFactory.getBanner(java.lang.String id)
           
 

Methods in com.dotmarketing.portlets.banners.factories with parameters of type Banner
static void BannerFactory.saveBanner(Banner b)
          Method saveBanner.
static void BannerFactory.updateBannerClicks(HttpServletRequest req, Banner banner)
           
static void BannerFactory.updateBannerViews(HttpServletRequest req, Banner banner)
           
 

Uses of Banner in com.dotmarketing.services
 

Methods in com.dotmarketing.services with parameters of type Banner
static void BannerServices.writeBannerToFile(Banner banner)
           
static void BannerServices.writeBannerToFile(Banner banner, Folder parentFolder, HTMLPage parentHTMLPage)
           
 

Uses of Banner in com.dotmarketing.viewtools
 

Methods in com.dotmarketing.viewtools that return Banner
 Banner BannersWebAPI.getBanner(java.lang.String inode)
           
 Banner BannersWebAPI.getRandomBanner(java.lang.String path, java.lang.String placement, Host host)
           
 

Methods in com.dotmarketing.viewtools with parameters of type Banner
 void BannersWebAPI.updateClicks(Banner banner)
           
 void BannersWebAPI.updateViews(Banner banner)
           
 



Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.