@Deprecated public interface TargetContentService
| Modifier and Type | Method and Description |
|---|---|
TargetContent |
findTargetContentById(Long targetContentId)
Deprecated.
|
List<TargetContent> |
findTargetContents()
Deprecated.
|
List<TargetContent> |
findTargetContentsByNameType(String name,
String type)
Deprecated.
|
List<TargetContent> |
findTargetContentsByPriority(int priority)
Deprecated.
|
void |
removeTargetContent(Long targetContentId)
Deprecated.
|
TargetContent |
updateTargetContent(TargetContent targetContent)
Deprecated.
|
TargetContent findTargetContentById(Long targetContentId)
void removeTargetContent(Long targetContentId)
TargetContent updateTargetContent(TargetContent targetContent)
List<TargetContent> findTargetContents()
List<TargetContent> findTargetContentsByPriority(int priority)
List<TargetContent> findTargetContentsByNameType(String name, String type)
Copyright © 2014. All Rights Reserved.