@ApplicationScoped public class SocialTimeLineRepository extends Object implements SocialTimeLineRepositoryAPI
| Constructor and Description |
|---|
SocialTimeLineRepository() |
| Modifier and Type | Method and Description |
|---|---|
List<SocialActivitiesEvent> |
getLastEventTimeline(SocialAdapter type,
Map commandsMap) |
List<SocialActivitiesEvent> |
getLastEventTimeline(String adapterName) |
List<SocialActivitiesEvent> |
getLastEventTimeline(String adapterName,
Map commandsMap) |
List<SocialActivitiesEvent> |
getLastUserTimeline(SocialUser user) |
List<SocialActivitiesEvent> |
getLastUserTimeline(SocialUser user,
Map commandsMap) |
List<SocialActivitiesEvent> |
getLastUserTimeline(SocialUser user,
SocialPredicate<SocialActivitiesEvent> predicate) |
Integer |
numberOfPages(SocialEventType type) |
void |
saveTypeEvent(SocialActivitiesEvent event) |
void |
saveUserEvent(SocialActivitiesEvent event) |
public List<SocialActivitiesEvent> getLastEventTimeline(String adapterName)
getLastEventTimeline in interface SocialTimeLineRepositoryAPIpublic List<SocialActivitiesEvent> getLastEventTimeline(String adapterName, Map commandsMap)
getLastEventTimeline in interface SocialTimeLineRepositoryAPIpublic List<SocialActivitiesEvent> getLastEventTimeline(SocialAdapter type, Map commandsMap)
getLastEventTimeline in interface SocialTimeLineRepositoryAPIpublic void saveTypeEvent(SocialActivitiesEvent event)
saveTypeEvent in interface SocialTimeLineRepositoryAPIpublic void saveUserEvent(SocialActivitiesEvent event)
saveUserEvent in interface SocialTimeLineRepositoryAPIpublic Integer numberOfPages(SocialEventType type)
numberOfPages in interface SocialTimeLineRepositoryAPIpublic List<SocialActivitiesEvent> getLastUserTimeline(SocialUser user)
getLastUserTimeline in interface SocialTimeLineRepositoryAPIpublic List<SocialActivitiesEvent> getLastUserTimeline(SocialUser user, SocialPredicate<SocialActivitiesEvent> predicate)
getLastUserTimeline in interface SocialTimeLineRepositoryAPIpublic List<SocialActivitiesEvent> getLastUserTimeline(SocialUser user, Map commandsMap)
getLastUserTimeline in interface SocialTimeLineRepositoryAPICopyright © 2012–2017 JBoss by Red Hat. All rights reserved.