Uses of Class
org.teamapps.application.api.organization.UserRoleType
| Package | Description |
|---|---|
| org.teamapps.application.api.application | |
| org.teamapps.application.api.organization | |
| org.teamapps.application.server |
-
Uses of UserRoleType in org.teamapps.application.api.application
Methods in org.teamapps.application.api.application with parameters of type UserRoleType Modifier and Type Method Description java.lang.StringApplicationInstanceData. getOrganizationUserNameWithRole(OrganizationUnitView orgUnit, UserRoleType userRoleType, boolean lastNameFirst)java.util.List<java.lang.Integer>ApplicationInstanceData. getOrganizationUsersWithRole(OrganizationUnitView orgUnit, UserRoleType userRoleType)java.lang.IntegerApplicationInstanceData. getOrganizationUserWithRole(OrganizationUnitView orgUnit, UserRoleType userRoleType) -
Uses of UserRoleType in org.teamapps.application.api.organization
Methods in org.teamapps.application.api.organization that return UserRoleType Modifier and Type Method Description static UserRoleTypeUserRoleType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UserRoleType[]UserRoleType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of UserRoleType in org.teamapps.application.server
Methods in org.teamapps.application.server with parameters of type UserRoleType Modifier and Type Method Description java.lang.StringDevApplicationData. getOrganizationUserNameWithRole(OrganizationUnitView orgUnit, UserRoleType userRoleType, boolean lastNameFirst)java.util.List<java.lang.Integer>DevApplicationData. getOrganizationUsersWithRole(OrganizationUnitView orgUnit, UserRoleType userRoleType)java.lang.IntegerDevApplicationData. getOrganizationUserWithRole(OrganizationUnitView orgUnit, UserRoleType userRoleType)