|
36 | 36 | import com.magento.idea.magento2plugin.actions.generation.data.dialog.EntityCreatorContextData;
|
37 | 37 | import com.magento.idea.magento2plugin.actions.generation.data.dialog.NewEntityDialogData;
|
38 | 38 | import com.magento.idea.magento2plugin.actions.generation.generator.pool.GeneratorPoolHandler;
|
39 |
| -import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.*; |
| 39 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.AclXmlGeneratorHandler; |
| 40 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.CollectionModelGeneratorHandler; |
| 41 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.DataModelGeneratorHandler; |
| 42 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.DataModelInterfaceGeneratorHandler; |
| 43 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.DataModelPreferenceGeneratorHandler; |
| 44 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.DataProviderGeneratorHandler; |
| 45 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.DbSchemaWhitelistGeneratorHandler; |
| 46 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.DbSchemaXmlGeneratorHandler; |
| 47 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.DeleteByIdCommandGeneratorHandler; |
| 48 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.EntityDataMapperGeneratorHandler; |
| 49 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.FormDeleteControllerGeneratorHandler; |
| 50 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.FormEditControllerGeneratorHandler; |
| 51 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.FormGenericButtonBlockGeneratorHandler; |
| 52 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.FormLayoutGeneratorHandler; |
| 53 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.FormSaveControllerGeneratorHandler; |
| 54 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.GetListQueryGeneratorHandler; |
| 55 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.GridActionColumnGeneratorHandler; |
| 56 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.GridLayoutXmlGeneratorHandler; |
| 57 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.IndexActionGeneratorHandler; |
| 58 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.MenuXmlGeneratorHandler; |
| 59 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.ModelGeneratorHandler; |
| 60 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.NewControllerGeneratorHandler; |
| 61 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.NewEntityLayoutGeneratorHandler; |
| 62 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.ResourceModelGeneratorHandler; |
| 63 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.RoutesXmlGeneratorHandler; |
| 64 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.SaveCommandGeneratorHandler; |
| 65 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.SearchResultsGeneratorHandler; |
| 66 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.SearchResultsInterfaceGeneratorHandler; |
| 67 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.UiComponentFormLayoutGeneratorHandler; |
| 68 | +import com.magento.idea.magento2plugin.actions.generation.generator.pool.handler.UiComponentGridGeneratorHandler; |
40 | 69 | import org.jetbrains.annotations.NotNull;
|
41 | 70 |
|
42 | 71 | @SuppressWarnings({
|
|
0 commit comments