Class LastOpenedService
java.lang.Object
org.graylog.plugins.views.startpage.lastOpened.LastOpenedService
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLastOpenedService(MongoCollections mongoCollections, com.google.common.eventbus.EventBus eventBus) -
Method Summary
Modifier and TypeMethodDescriptionvoidcreate(LastOpenedForUserDTO lastOpenedItems) findForUser(SearchUser searchUser) voidvoidvoidsave(LastOpenedForUserDTO loi)
-
Field Details
-
COLLECTION_NAME
- See Also:
-
-
Constructor Details
-
LastOpenedService
@Inject public LastOpenedService(MongoCollections mongoCollections, com.google.common.eventbus.EventBus eventBus)
-
-
Method Details
-
findForUser
-
create
-
removeLastOpenedOnEntityDeletion
-
removeFavoriteEntityOnUserDeletion
-
save
-