org.broadleafcommerce.core.marketing.dao
Interface TargetContentDao
- All Known Implementing Classes:
- TargetContentDaoImpl
public interface TargetContentDao
readTargetContentById
TargetContent readTargetContentById(Long targetContentId)
readTargetContents
List<TargetContent> readTargetContents()
save
TargetContent save(TargetContent targetContent)
delete
void delete(Long targetContentId)
readCurrentTargetContentsByPriority
List<TargetContent> readCurrentTargetContentsByPriority(int priority)
readCurrentTargetContentByNameType
List<TargetContent> readCurrentTargetContentByNameType(String name,
String type)
Copyright © 2012. All Rights Reserved.