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 UserListUserListConverter. 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 UserListUserListServiceEndPoint. load(String listId)Methods in org.apache.unomi.lists.rest with parameters of type UserList Modifier and Type Method Description voidUserListServiceEndPoint. 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 UserListUserListService. load(String listId)UserListUserListServiceImpl. load(String listId)Methods in org.apache.unomi.services with parameters of type UserList Modifier and Type Method Description voidUserListService. save(UserList list)voidUserListServiceImpl. save(UserList list)
-