public class UserListServiceImpl extends Object implements UserListService
Constructor and Description |
---|
UserListServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
delete(String listId) |
PartialList<Metadata> |
getListMetadatas(int offset,
int size,
String sortBy) |
PartialList<Metadata> |
getListMetadatas(Query query) |
UserList |
load(String listId) |
void |
save(UserList list) |
void |
setDefinitionsService(DefinitionsService definitionsService) |
void |
setPersistenceService(PersistenceService persistenceService) |
public void setPersistenceService(PersistenceService persistenceService)
public void setDefinitionsService(DefinitionsService definitionsService)
public PartialList<Metadata> getListMetadatas(int offset, int size, String sortBy)
getListMetadatas
in interface UserListService
public PartialList<Metadata> getListMetadatas(Query query)
getListMetadatas
in interface UserListService
public UserList load(String listId)
load
in interface UserListService
public void save(UserList list)
save
in interface UserListService
public void delete(String listId)
delete
in interface UserListService
Copyright © 2014–2022 Apache Software Foundation. All rights reserved.