public class UserManagerUIServiceImpl extends java.lang.Object implements UserManagerUIService
| Constructor and Description | 
|---|
| UserManagerUIServiceImpl(UserManagerDao userManagerDao) | 
| Modifier and Type | Method and Description | 
|---|---|
| BaseIcon | getIcon(AbstractUserManagerNodeDto node) | 
| <any> | getStrippedGroupLoader() | 
| LoadableListStore<ListLoadConfig,StrippedDownGroup,<any>> | getStrippedGroupStore() | 
| <any> | getStrippedUserLoader() | 
| LoadableListStore<ListLoadConfig,StrippedDownUser,<any>> | getStrippedUserStore() | 
public UserManagerUIServiceImpl(UserManagerDao userManagerDao)
public <any> getStrippedUserLoader()
getStrippedUserLoader in interface UserManagerUIServicepublic <any> getStrippedGroupLoader()
getStrippedGroupLoader in interface UserManagerUIServicepublic BaseIcon getIcon(AbstractUserManagerNodeDto node)
getIcon in interface UserManagerUIServicepublic LoadableListStore<ListLoadConfig,StrippedDownUser,<any>> getStrippedUserStore()
getStrippedUserStore in interface UserManagerUIServicepublic LoadableListStore<ListLoadConfig,StrippedDownGroup,<any>> getStrippedGroupStore()
getStrippedGroupStore in interface UserManagerUIService