Uses of Class
org.apache.unomi.lists.UserList
-
Packages that use UserList Package Description org.apache.unomi.graphql.converters org.apache.unomi.lists.rest org.apache.unomi.services -
-
Uses of UserList in org.apache.unomi.graphql.converters
Methods in org.apache.unomi.graphql.converters with parameters of type UserList Modifier and Type Method Description static UserList
UserListConverter. convertToUnomiList(UserList userList)
-
Uses of UserList in org.apache.unomi.lists.rest
Methods in org.apache.unomi.lists.rest that return UserList Modifier and Type Method Description UserList
UserListServiceEndPoint. load(String listId)
Methods in org.apache.unomi.lists.rest with parameters of type UserList Modifier and Type Method Description void
UserListServiceEndPoint. save(UserList list)
-
Uses of UserList in org.apache.unomi.services
Methods in org.apache.unomi.services that return UserList Modifier and Type Method Description UserList
UserListService. load(String listId)
UserList
UserListServiceImpl. load(String listId)
Methods in org.apache.unomi.services with parameters of type UserList Modifier and Type Method Description void
UserListService. save(UserList list)
void
UserListServiceImpl. save(UserList list)
-