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 UserManagerUIService
public <any> getStrippedGroupLoader()
getStrippedGroupLoader
in interface UserManagerUIService
public BaseIcon getIcon(AbstractUserManagerNodeDto node)
getIcon
in interface UserManagerUIService
public LoadableListStore<ListLoadConfig,StrippedDownUser,<any>> getStrippedUserStore()
getStrippedUserStore
in interface UserManagerUIService
public LoadableListStore<ListLoadConfig,StrippedDownGroup,<any>> getStrippedGroupStore()
getStrippedGroupStore
in interface UserManagerUIService