org.broadleafcommerce.core.marketing.service
Interface TargetContentService

All Known Implementing Classes:
TargetContentServiceImpl

public interface TargetContentService


Method Summary
 TargetContent findTargetContentById(java.lang.Long targetContentId)
           
 java.util.List<TargetContent> findTargetContents()
           
 java.util.List<TargetContent> findTargetContentsByNameType(java.lang.String name, java.lang.String type)
           
 java.util.List<TargetContent> findTargetContentsByPriority(int priority)
           
 void removeTargetContent(java.lang.Long targetContentId)
           
 TargetContent updateTargetContent(TargetContent targetContent)
           
 

Method Detail

findTargetContentById

TargetContent findTargetContentById(java.lang.Long targetContentId)

removeTargetContent

void removeTargetContent(java.lang.Long targetContentId)

updateTargetContent

TargetContent updateTargetContent(TargetContent targetContent)

findTargetContents

java.util.List<TargetContent> findTargetContents()

findTargetContentsByPriority

java.util.List<TargetContent> findTargetContentsByPriority(int priority)

findTargetContentsByNameType

java.util.List<TargetContent> findTargetContentsByNameType(java.lang.String name,
                                                           java.lang.String type)


Copyright © 2012. All Rights Reserved.