Package org.apache.unomi.services
Interface UserListService
-
- All Known Implementing Classes:
UserListServiceImpl
public interface UserListService- Author:
- Christophe Laprun
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddelete(String listId)PartialList<Metadata>getListMetadatas(int offset, int size, String sortBy)PartialList<Metadata>getListMetadatas(Query query)UserListload(String listId)voidsave(UserList list)
-
-
-
Method Detail
-
getListMetadatas
PartialList<Metadata> getListMetadatas(int offset, int size, String sortBy)
-
getListMetadatas
PartialList<Metadata> getListMetadatas(Query query)
-
save
void save(UserList list)
-
delete
void delete(String listId)
-
-