public interface ContentDetailsDao
| Modifier and Type | Method and Description |
|---|---|
void |
delete(ContentDetails contentDetails) |
ContentDetails |
readContentDetailsById(Integer id) |
List<ContentDetails> |
readContentDetailsByOrderedIds(List<Integer> ids) |
ContentDetails |
save(ContentDetails contentDetails) |
ContentDetails readContentDetailsById(Integer id)
List<ContentDetails> readContentDetailsByOrderedIds(List<Integer> ids)
ContentDetails save(ContentDetails contentDetails)
void delete(ContentDetails contentDetails)
Copyright © 2014. All rights reserved.