public interface NewsDao
Modifier and Type | Method and Description |
---|---|
NewsSource |
delete(NewsSource newsSource)
deletes a NewsSource object from the data store
|
List<? extends NewsSource> |
findAllActiveNewsSources() |
List<? extends NewsSource> |
findAllActiveNewsSources(Long parentId) |
List<? extends NewsSource> |
findAllNewsSources() |
List<? extends NewsSource> |
findAllNewsSources(Long parentId) |
List<? extends NewsSource> |
findNewsSources(Long parentId,
Boolean isActive) |
NewsSource |
lookup(Long id) |
NewsSource |
save(NewsSource newsSource)
saves a NewsSource object to the data store
|
List<? extends NewsSource> findNewsSources(Long parentId, Boolean isActive)
List<? extends NewsSource> findAllActiveNewsSources()
List<? extends NewsSource> findAllActiveNewsSources(Long parentId)
List<? extends NewsSource> findAllNewsSources()
List<? extends NewsSource> findAllNewsSources(Long parentId)
NewsSource lookup(Long id)
NewsSource save(NewsSource newsSource)
NewsSource delete(NewsSource newsSource)
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.