Uses of Interface
org.broadleafcommerce.core.marketing.domain.TargetContent

Packages that use TargetContent
org.broadleafcommerce.core.marketing.dao   
org.broadleafcommerce.core.marketing.domain   
org.broadleafcommerce.core.marketing.service   
 

Uses of TargetContent in org.broadleafcommerce.core.marketing.dao
 

Methods in org.broadleafcommerce.core.marketing.dao that return TargetContent
 TargetContent TargetContentDao.readTargetContentById(Long targetContentId)
           
 TargetContent TargetContentDaoImpl.readTargetContentById(Long targetContentId)
           
 TargetContent TargetContentDao.save(TargetContent targetContent)
           
 TargetContent TargetContentDaoImpl.save(TargetContent targetContent)
           
 

Methods in org.broadleafcommerce.core.marketing.dao that return types with arguments of type TargetContent
 List<TargetContent> TargetContentDao.readCurrentTargetContentByNameType(String name, String type)
           
 List<TargetContent> TargetContentDaoImpl.readCurrentTargetContentByNameType(String name, String type)
           
 List<TargetContent> TargetContentDao.readCurrentTargetContentsByPriority(int priority)
           
 List<TargetContent> TargetContentDaoImpl.readCurrentTargetContentsByPriority(int priority)
           
 List<TargetContent> TargetContentDao.readTargetContents()
           
 List<TargetContent> TargetContentDaoImpl.readTargetContents()
           
 

Methods in org.broadleafcommerce.core.marketing.dao with parameters of type TargetContent
 TargetContent TargetContentDao.save(TargetContent targetContent)
           
 TargetContent TargetContentDaoImpl.save(TargetContent targetContent)
           
 

Uses of TargetContent in org.broadleafcommerce.core.marketing.domain
 

Classes in org.broadleafcommerce.core.marketing.domain that implement TargetContent
 class TargetContentImpl
           
 

Uses of TargetContent in org.broadleafcommerce.core.marketing.service
 

Methods in org.broadleafcommerce.core.marketing.service that return TargetContent
 TargetContent TargetContentServiceImpl.findTargetContentById(Long targetContentId)
           
 TargetContent TargetContentService.findTargetContentById(Long targetContentId)
           
 TargetContent TargetContentServiceImpl.updateTargetContent(TargetContent targetContent)
           
 TargetContent TargetContentService.updateTargetContent(TargetContent targetContent)
           
 

Methods in org.broadleafcommerce.core.marketing.service that return types with arguments of type TargetContent
 List<TargetContent> TargetContentServiceImpl.findTargetContents()
           
 List<TargetContent> TargetContentService.findTargetContents()
           
 List<TargetContent> TargetContentServiceImpl.findTargetContentsByNameType(String name, String type)
           
 List<TargetContent> TargetContentService.findTargetContentsByNameType(String name, String type)
           
 List<TargetContent> TargetContentServiceImpl.findTargetContentsByPriority(int priority)
           
 List<TargetContent> TargetContentService.findTargetContentsByPriority(int priority)
           
 

Methods in org.broadleafcommerce.core.marketing.service with parameters of type TargetContent
 TargetContent TargetContentServiceImpl.updateTargetContent(TargetContent targetContent)
           
 TargetContent TargetContentService.updateTargetContent(TargetContent targetContent)
           
 



Copyright © 2012. All Rights Reserved.