Class UsersPerspective
java.lang.Object
org.teamapps.application.api.application.perspective.AbstractApplicationPerspective
org.teamapps.application.server.system.application.AbstractManagedApplicationPerspective
org.teamapps.application.server.controlcenter.users.UsersPerspective
- All Implemented Interfaces:
org.teamapps.application.api.application.perspective.ApplicationPerspective
public class UsersPerspective extends AbstractManagedApplicationPerspective
-
Field Summary
Fields inherited from class org.teamapps.application.api.application.perspective.AbstractApplicationPerspective
onPerspectiveInitialized, onPerspectiveRefreshRequested -
Constructor Summary
Constructors Constructor Description UsersPerspective(org.teamapps.application.api.application.ApplicationInstanceData applicationInstanceData, org.teamapps.databinding.MutableValue<java.lang.String> perspectiveInfoBadgeValue) -
Method Summary
Modifier and Type Method Description java.lang.StringgetCompressedLanguages(java.util.List<org.teamapps.application.api.localization.Language> languages)java.util.List<org.teamapps.application.api.localization.Language>getLanguages(java.lang.String compressedValue)java.lang.StringgetRolesString(java.util.List<UserRoleAssignment> assignments, int limit)Methods inherited from class org.teamapps.application.server.system.application.AbstractManagedApplicationPerspective
getMainApplication, getManagedApplication, getOrganizationField, isAppFilter, isOrgFieldFilterAppliedMethods inherited from class org.teamapps.application.api.application.perspective.AbstractApplicationPerspective
createApplicationDesktop, getAllowedPrivilegeObjects, getAllowedPrivilegeObjects, getAllowedUnits, getAllowedUnits, getApplicationConfig, getApplicationInstanceData, getLocalized, getLocalized, getLocalized, getMultiProgressDisplay, getOnPerspectiveInitialized, getOnPerspectiveRefreshRequested, getPerspective, getPerspectiveInfoBadgeValue, getPerspectiveMenuPanel, getUser, isAllowed, isAllowed, isAllowed, isAllowed, isAllowed, isAllowed, runTaskAsync, setPerspective, setPerspectiveMenuPanel, showPerspective, writeActivityLog, writeExceptionLogMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
UsersPerspective
public UsersPerspective(org.teamapps.application.api.application.ApplicationInstanceData applicationInstanceData, org.teamapps.databinding.MutableValue<java.lang.String> perspectiveInfoBadgeValue)
-
-
Method Details
-
getRolesString
-
getLanguages
public java.util.List<org.teamapps.application.api.localization.Language> getLanguages(java.lang.String compressedValue) -
getCompressedLanguages
public java.lang.String getCompressedLanguages(java.util.List<org.teamapps.application.api.localization.Language> languages)
-