Class EntityListPreferencesServiceImpl
java.lang.Object
org.graylog2.rest.resources.entities.preferences.service.EntityListPreferencesServiceImpl
- All Implemented Interfaces:
EntityListPreferencesService
public class EntityListPreferencesServiceImpl
extends Object
implements EntityListPreferencesService
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEntityListPreferencesServiceImpl(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper) -
Method Summary
Modifier and TypeMethodDescriptionintdeleteAllForUser(String userId) get(StoredEntityListPreferencesId preferencesId) booleansave(StoredEntityListPreferences preferences)
-
Field Details
-
ENTITY_LIST_PREFERENCES_MONGO_COLLECTION_NAME
- See Also:
-
-
Constructor Details
-
EntityListPreferencesServiceImpl
@Inject public EntityListPreferencesServiceImpl(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper)
-
-
Method Details
-
get
- Specified by:
getin interfaceEntityListPreferencesService
-
save
- Specified by:
savein interfaceEntityListPreferencesService
-
deleteAllForUser
- Specified by:
deleteAllForUserin interfaceEntityListPreferencesService
-