| Modifier and Type | Method and Description |
|---|---|
static EntityOperationType |
EntityOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityOperationType[] |
EntityOperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
EntityServiceAsyncCallback.onError(EntityOperationType opType,
String requestId,
com.smartgwt.client.data.DSRequest request,
com.smartgwt.client.data.DSResponse response,
Throwable caught) |
protected void |
EntityServiceAsyncCallback.onError(EntityOperationType opType,
String requestId,
com.smartgwt.client.data.DSRequest request,
com.smartgwt.client.data.DSResponse response,
Throwable caught,
boolean showWarning) |
| Constructor and Description |
|---|
EntityServiceAsyncCallback(EntityOperationType opType,
String requestId,
com.smartgwt.client.data.DSRequest request,
com.smartgwt.client.data.DSResponse response,
com.smartgwt.client.data.DataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
List<EntityOperationType> |
SecurityConfig.getRequiredTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityConfig.setRequiredTypes(List<EntityOperationType> requiredTypes) |
| Modifier and Type | Method and Description |
|---|---|
void |
AdminSecurityServiceRemote.securityCheck(String ceilingEntityFullyQualifiedName,
EntityOperationType operationType) |
Copyright © 2015. All Rights Reserved.