public interface FeedMessageDAO extends PersistentObjectDAO<FeedMessage>
Modifier and Type | Method and Description |
---|---|
boolean |
checkNotRead()
This method checks if there are some feed messages not already read.
|
void |
deleteOld()
This method deletes all feed messages older that 1 year.
|
FeedMessage |
findByGuid(String guid)
This method finds a feed message by guid.
|
List<FeedMessage> |
findByTitle(String title)
Finds the list of messages on the basis of the title.
|
bulkUpdate, delete, deleteAll, findAll, findAllIds, findById, findByQuery, findByWhere, findByWhere, findIdsByWhere, findIdsByWhere, getDbms, initialize, jdbcUpdate, jdbcUpdate, query, queryForInt, queryForList, queryForList, queryForLong, queryForRowSet, store
boolean checkNotRead()
FeedMessage findByGuid(String guid)
guid
- Guid of the feedc message.List<FeedMessage> findByTitle(String title)
title
- The title used in like statementvoid deleteOld()
Copyright © 2008-2014 Logical Objects. All Rights Reserved.