public class UserRegistrationHelper extends Object
Constructor and Description |
---|
UserRegistrationHelper() |
Modifier and Type | Method and Description |
---|---|
static <T> Predicate<T> |
distinctByKey(Function<? super T,Object> keyExtractor) |
static List<UserRegistration> |
getUserRegistrationList(User user)
Retrieves
UserRegistration collection for the given User . |
public static List<UserRegistration> getUserRegistrationList(User user) throws HelperException
UserRegistration
collection for the given User
.
The response table is mapped onto the proxy via reflection mapping
performed in the RequestHelper
.user
- The user to retrieve the UserRegistration objects forHelperException
Copyright © 2016 ECG, Inc. All rights reserved.