|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of EntityOperationType in org.broadleafcommerce.openadmin.client.datasource.dynamic.operation |
|---|
| Methods in org.broadleafcommerce.openadmin.client.datasource.dynamic.operation that return EntityOperationType | |
|---|---|
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. |
| Methods in org.broadleafcommerce.openadmin.client.datasource.dynamic.operation with parameters of type EntityOperationType | |
|---|---|
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)
|
| Constructors in org.broadleafcommerce.openadmin.client.datasource.dynamic.operation with parameters of type EntityOperationType | |
|---|---|
EntityServiceAsyncCallback(EntityOperationType opType,
String requestId,
com.smartgwt.client.data.DSRequest request,
com.smartgwt.client.data.DSResponse response,
com.smartgwt.client.data.DataSource dataSource)
|
|
| Uses of EntityOperationType in org.broadleafcommerce.openadmin.security |
|---|
| Methods in org.broadleafcommerce.openadmin.security that return types with arguments of type EntityOperationType | |
|---|---|
List<EntityOperationType> |
SecurityConfig.getRequiredTypes()
|
| Method parameters in org.broadleafcommerce.openadmin.security with type arguments of type EntityOperationType | |
|---|---|
void |
SecurityConfig.setRequiredTypes(List<EntityOperationType> requiredTypes)
|
| Uses of EntityOperationType in org.broadleafcommerce.openadmin.server.security.remote |
|---|
| Methods in org.broadleafcommerce.openadmin.server.security.remote with parameters of type EntityOperationType | |
|---|---|
void |
SecurityVerifier.securityCheck(String ceilingEntityFullyQualifiedName,
EntityOperationType operationType)
|
void |
AdminSecurityServiceRemote.securityCheck(String ceilingEntityFullyQualifiedName,
EntityOperationType operationType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||