| AbstractListService |
Base class for list services.
|
| AsymmetricOperationInput |
A list input class for operations that have a left and a right side.
|
| AuthenticatedListService |
A Class that insists on being authenticated.
|
| AvailableListsService |
A service to report what lists a user has access to, and some details of
those lists.
|
| AvailableListsServlet |
|
| CommutativeOperationInput |
An input class for operations that are commutative.
|
| FlatListFormatter |
Formats a list into its name.
|
| HtmlListFormatter |
A formatter that represents lists as HTML.
|
| JaccardIndexService |
A service to compare the given list to all other available lists using the Jaccard Index
|
| JaccardIndexServlet |
|
| JSONListFormatter |
|
| ListAppendService |
|
| ListCreationInput |
Class representing the input to a list creation request.
|
| ListDeletionService |
A service for deleting lists from the user-profile database.
|
| ListDifferenceService |
A service for performing a symmetric difference operation on a collection
of lists.
|
| ListInput |
Class representing input to a list service request.
|
| ListIntersectionService |
A service that intersects one or more lists.
|
| ListMakerService |
A base class for all list services that create lists.
|
| ListOperationService |
A base class for services that perform operations on lists.
|
| ListRenameInput |
Class for encapsulating the input to a list rename request.
|
| ListRenameService |
A service for renaming lists.
|
| ListRenameServlet |
|
| ListServiceUtils |
Utility functions for dealing with list requests.
|
| ListShareCreationService |
|
| ListShareDeletionService |
|
| ListShareDetailsService |
|
| ListShareServlet |
|
| ListSharingInvitationAcceptanceService |
|
| ListSharingInvitationDeletionService |
|
| ListSharingInvitationDetailsService |
|
| ListSharingInvitationService |
Invite a user to share a list.
|
| ListSharingInvitationServlet |
|
| ListsRequestParser |
Request processor for ListsService that process request, validates it and returns
parsed input as a parameter object.
|
| ListsService |
Web service that returns all public lists (bags) that contain object with
specified id.
|
| ListsServiceInput |
ListsServiceInput is parameter object representing parameters for ListService web service.
|
| ListSubtractionService |
A service for subtracting one group of lists from another group of lists to produce a new
list.
|
| ListTagAddingService |
A service for adding tags to a list.
|
| ListTagRemovalService |
A service for removing tags from a list.
|
| ListTagService |
A service for getting the tags of a list.
|
| ListUnionService |
A class for exposing creating unions of lists as a resource.
|
| ListUpdateService |
A service for updating list descriptions.
|
| ListUpgradingService |
A service for upgrading lists after a new build.
|
| ListUpgradingServlet |
|
| ListUploadService |
A class to create a new list with via a set of identifiers uploaded by a user.
|