org.broadleafcommerce.core.marketing.dao
Class TargetContentDaoImpl
java.lang.Object
org.broadleafcommerce.core.marketing.dao.TargetContentDaoImpl
- All Implemented Interfaces:
- TargetContentDao
@Repository(value="blTargetContentDao")
public class TargetContentDaoImpl
- extends Object
- implements TargetContentDao
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
em
protected javax.persistence.EntityManager em
entityConfiguration
protected EntityConfiguration entityConfiguration
TargetContentDaoImpl
public TargetContentDaoImpl()
delete
public void delete(Long targetContentId)
- Specified by:
delete in interface TargetContentDao
save
public TargetContent save(TargetContent targetContent)
- Specified by:
save in interface TargetContentDao
readCurrentTargetContentByNameType
public List<TargetContent> readCurrentTargetContentByNameType(String name,
String type)
- Specified by:
readCurrentTargetContentByNameType in interface TargetContentDao
readCurrentTargetContentsByPriority
public List<TargetContent> readCurrentTargetContentsByPriority(int priority)
- Specified by:
readCurrentTargetContentsByPriority in interface TargetContentDao
readTargetContentById
public TargetContent readTargetContentById(Long targetContentId)
- Specified by:
readTargetContentById in interface TargetContentDao
readTargetContents
public List<TargetContent> readTargetContents()
- Specified by:
readTargetContents in interface TargetContentDao
Copyright © 2012. All Rights Reserved.