java.lang.Object | |
↳ | com.microstrategy.web.objects.WebSecurityRolePrivilegeCategoriesImpl |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
protected ArrayList | categoryList | ||||||||||
protected ResourceBundle | categoryResBundle | ||||||||||
protected WebObjectsFactory | factory | ||||||||||
protected WebPrivileges | fullPrivs | ||||||||||
protected String[] | privilegeTypeNameKeys | ||||||||||
protected int[][] | privilegesPerType | ||||||||||
protected WebEditablePrivileges | privs | ||||||||||
protected int[] | typeValues |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WebPrivilegeCategory |
get(int index)
Returns the item at the given index in the collection.
| ||||||||||
WebPrivilegeCategory |
getItemByType(int type)
Returns the item in the collection with the given category type.
| ||||||||||
int[] |
getTypesAvailable()
Returns the list of types available in the collection.
| ||||||||||
int |
size()
Returns the number of items in the collection.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void | init() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns the item at the given index in the collection.
index | The index of the item in the collection. |
---|
WebPrivilegeCategory
object with the given index.
Returns the item in the collection with the given category type.
type | The category type to retrieve. |
---|
WebPrivilegeCategory
representing the given category type.
Returns the list of types available in the collection.
Returns the number of items in the collection.