public class GroupsForUserQuery extends AbstractLazyLoadingQuery
Modifier and Type | Field and Description |
---|---|
protected IdentityService |
identityService |
protected UserDetailPanel |
userDetailPanel |
protected String |
userId |
lazyLoadingContainer
Constructor and Description |
---|
GroupsForUserQuery(IdentityService identityService,
UserDetailPanel userDetailPanel,
String userId) |
Modifier and Type | Method and Description |
---|---|
List<com.vaadin.data.Item> |
loadItems(int start,
int count) |
com.vaadin.data.Item |
loadSingleResult(String id) |
void |
setSorting(Object[] propertyIds,
boolean[] ascending) |
int |
size() |
setLazyLoadingContainer
protected transient IdentityService identityService
protected String userId
protected UserDetailPanel userDetailPanel
public GroupsForUserQuery(IdentityService identityService, UserDetailPanel userDetailPanel, String userId)
Copyright © 2016 Alfresco. All rights reserved.