public interface ICustomizationPermissionService
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
int |
canModifyField(String entityName,
Object field,
Object group,
boolean userSpecific)
Checks whether the currently connected user can modify the specified type of entity.
|
String |
fieldOwner(IBaseField pBaseField)
Field owner.
|
void |
verifyAddItem(String tableName)
Checks whether the currently connected user can add the specified type of entity.
|
void |
verifyRemoveItem(IBaseField pBaseField,
String tableName)
Checks whether the currently connected user can remove the specified type of entity.
|
void verifyAddItem(String tableName)
Checks whether the currently connected user can add the specified type of entity.
tableName
- Mandatory java.lang.String parameter.void verifyRemoveItem(IBaseField pBaseField, String tableName)
Checks whether the currently connected user can remove the specified type of entity.
pBaseField
- Mandatory otaclient.IBaseField parameter.tableName
- Mandatory java.lang.String parameter.String fieldOwner(IBaseField pBaseField)
Field owner.
Getter method for the COM property "FieldOwner"
pBaseField
- Mandatory otaclient.IBaseField parameter.int canModifyField(String entityName, Object field, Object group, boolean userSpecific)
Checks whether the currently connected user can modify the specified type of entity.
Getter method for the COM property "CanModifyField"
entityName
- Mandatory java.lang.String parameter.field
- Mandatory java.lang.Object parameter.group
- Mandatory java.lang.Object parameter.userSpecific
- Mandatory boolean parameter.Copyright © 2020. All rights reserved.