org.broadleafcommerce.core.marketing.service
Class TargetContentServiceImpl

java.lang.Object
  extended by org.broadleafcommerce.core.marketing.service.TargetContentServiceImpl
All Implemented Interfaces:
TargetContentService

@Service(value="blTargetContentService")
public class TargetContentServiceImpl
extends java.lang.Object
implements TargetContentService


Field Summary
protected  TargetContentDao targetContentDao
           
 
Constructor Summary
TargetContentServiceImpl()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

targetContentDao

protected TargetContentDao targetContentDao
Constructor Detail

TargetContentServiceImpl

public TargetContentServiceImpl()
Method Detail

findTargetContentById

public TargetContent findTargetContentById(java.lang.Long targetContentId)
Specified by:
findTargetContentById in interface TargetContentService

findTargetContents

public java.util.List<TargetContent> findTargetContents()
Specified by:
findTargetContents in interface TargetContentService

findTargetContentsByNameType

public java.util.List<TargetContent> findTargetContentsByNameType(java.lang.String name,
                                                                  java.lang.String type)
Specified by:
findTargetContentsByNameType in interface TargetContentService

findTargetContentsByPriority

public java.util.List<TargetContent> findTargetContentsByPriority(int priority)
Specified by:
findTargetContentsByPriority in interface TargetContentService

removeTargetContent

public void removeTargetContent(java.lang.Long targetContentId)
Specified by:
removeTargetContent in interface TargetContentService

updateTargetContent

public TargetContent updateTargetContent(TargetContent targetContent)
Specified by:
updateTargetContent in interface TargetContentService


Copyright © 2012. All Rights Reserved.