Package | Description |
---|---|
com.logicaldoc.core.rss | |
com.logicaldoc.core.rss.dao |
Modifier and Type | Method and Description |
---|---|
List<FeedMessage> |
Feed.getMessages() |
Modifier and Type | Method and Description |
---|---|
FeedMessage |
HibernateFeedMessageDAO.findByGuid(String guid) |
FeedMessage |
FeedMessageDAO.findByGuid(String guid)
This method finds a feed message by guid.
|
Modifier and Type | Method and Description |
---|---|
List<FeedMessage> |
HibernateFeedMessageDAO.findAll() |
List<FeedMessage> |
HibernateFeedMessageDAO.findByTitle(String title) |
List<FeedMessage> |
FeedMessageDAO.findByTitle(String title)
Finds the list of messages on the basis of the title.
|
Copyright © 2008-2014 Logical Objects. All Rights Reserved.