|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.core.marketing.dao.TargetContentDaoImpl
@Repository(value="blTargetContentDao") @Deprecated public class TargetContentDaoImpl
| Field Summary | |
|---|---|
protected javax.persistence.EntityManager |
em
Deprecated. |
protected EntityConfiguration |
entityConfiguration
Deprecated. |
| Constructor Summary | |
|---|---|
TargetContentDaoImpl()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
delete(Long targetContentId)
Deprecated. |
List<TargetContent> |
readCurrentTargetContentByNameType(String name,
String type)
Deprecated. |
List<TargetContent> |
readCurrentTargetContentsByPriority(int priority)
Deprecated. |
TargetContent |
readTargetContentById(Long targetContentId)
Deprecated. |
List<TargetContent> |
readTargetContents()
Deprecated. |
TargetContent |
save(TargetContent targetContent)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
| Constructor Detail |
|---|
public TargetContentDaoImpl()
| Method Detail |
|---|
public void delete(Long targetContentId)
delete in interface TargetContentDaopublic TargetContent save(TargetContent targetContent)
save in interface TargetContentDao
public List<TargetContent> readCurrentTargetContentByNameType(String name,
String type)
readCurrentTargetContentByNameType in interface TargetContentDaopublic List<TargetContent> readCurrentTargetContentsByPriority(int priority)
readCurrentTargetContentsByPriority in interface TargetContentDaopublic TargetContent readTargetContentById(Long targetContentId)
readTargetContentById in interface TargetContentDaopublic List<TargetContent> readTargetContents()
readTargetContents in interface TargetContentDao
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||