Class ImportGridAction.DefaultScopes
- java.lang.Object
-
- com.broadleafcommerce.metadata.dsl.core.extension.actions.ImportGridAction.DefaultScopes
-
- Enclosing interface:
- ImportGridAction<A extends ImportGridAction<A>>
public static final class ImportGridAction.DefaultScopes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
DOWNLOAD_IMPORT_ERRORS
The default scope to download the import file with errors.static String
IMPORT
The default scope for the import.
-
-
-
Field Detail
-
IMPORT
public static final String IMPORT
The default scope for the import.- See Also:
- Constant Field Values
-
DOWNLOAD_IMPORT_ERRORS
public static final String DOWNLOAD_IMPORT_ERRORS
The default scope to download the import file with errors.- See Also:
- Constant Field Values
-
-