Uses of Class
net.anotheria.asg.generator.view.meta.MetaModuleSection
-
Packages that use MetaModuleSection Package Description net.anotheria.asg.generator.view net.anotheria.asg.generator.view.action net.anotheria.asg.generator.view.jsp -
-
Uses of MetaModuleSection in net.anotheria.asg.generator.view
Methods in net.anotheria.asg.generator.view with parameters of type MetaModuleSection Modifier and Type Method Description java.lang.StringCMSMappingsConfiguratorGenerator.SectionAction. getClassName(MetaModuleSection section)java.lang.StringCMSMappingsConfiguratorGenerator.SectionAction. getMappingName(MetaModuleSection section)java.lang.StringCMSMappingsConfiguratorGenerator.SectionAction. getViewFullName(MetaModuleSection section)java.lang.StringCMSMappingsConfiguratorGenerator.SectionAction. getViewName(MetaModuleSection section)java.lang.StringCMSMappingsConfiguratorGenerator.SectionAction. getViewPath(MetaModuleSection section)booleanCMSMappingsConfiguratorGenerator.SectionAction. isIgnoreForSection(MetaModuleSection section) -
Uses of MetaModuleSection in net.anotheria.asg.generator.view.action
Methods in net.anotheria.asg.generator.view.action with parameters of type MetaModuleSection Modifier and Type Method Description static java.lang.StringModuleActionsGenerator. getActionSuffix(MetaModuleSection section)Returns the right part of all action names tied to this section (like ***FooAction).static java.lang.StringModuleActionsGenerator. getBaseActionName(MetaModuleSection section)Returns the name of the base action for the given section.static java.lang.StringModuleActionsGenerator. getCreateActionName(MetaModuleSection section)getCreateActionName.static java.lang.StringModuleActionsGenerator. getDeleteActionName(MetaModuleSection section)getDeleteActionName.static java.lang.StringModuleActionsGenerator. getDuplicateActionName(MetaModuleSection section)getDuplicateActionName.static java.lang.StringModuleActionsGenerator. getEditActionName(MetaModuleSection section)getEditActionName.static java.lang.StringModuleActionsGenerator. getExecuteQueryActionName(MetaModuleSection section)getExecuteQueryActionName.static java.lang.StringModuleActionsGenerator. getExportActionName(MetaModuleSection section)getExportActionName.static java.lang.StringModuleActionsGenerator. getLanguageCopyActionName(MetaModuleSection section)getLanguageCopyActionName.static java.lang.StringModuleActionsGenerator. getLockActionName(MetaModuleSection section)getLockActionName.static java.lang.StringModuleActionsGenerator. getMultiOpActionName(MetaModuleSection section)getMultiOpActionName.static java.lang.StringModuleActionsGenerator. getMultiOpDialogActionName(MetaModuleSection section)getMultiOpDialogActionName.static java.lang.StringModuleActionsGenerator. getNewActionName(MetaModuleSection section)getNewActionName.static java.lang.StringModuleActionsGenerator. getResourceActionName(MetaModuleSection section)getResourceActionName.static java.lang.StringModuleActionsGenerator. getSearchActionName(MetaModuleSection section)getSearchActionName.static java.lang.StringModuleActionsGenerator. getShowActionName(MetaModuleSection section)getShowActionName.static java.lang.StringModuleActionsGenerator. getShowQueryActionName(MetaModuleSection section)getShowQueryActionName.static java.lang.StringModuleActionsGenerator. getSwitchMultilingualityActionName(MetaModuleSection section)getSwitchMultilingualityActionName.static java.lang.StringModuleActionsGenerator. getTransferActionName(MetaModuleSection section)getTransferActionName.static java.lang.StringModuleActionsGenerator. getUnLockActionName(MetaModuleSection section)getUnLockActionName.static java.lang.StringModuleActionsGenerator. getUpdateActionName(MetaModuleSection section)getUpdateActionName.static java.lang.StringModuleActionsGenerator. getVersionInfoActionName(MetaModuleSection section)getVersionInfoActionName. -
Uses of MetaModuleSection in net.anotheria.asg.generator.view.jsp
Methods in net.anotheria.asg.generator.view.jsp with parameters of type MetaModuleSection Modifier and Type Method Description GeneratedJSPFileDialogPageJspGenerator. generate(MetaSection metaSection, MetaDialog dialog, MetaModuleSection section, MetaView view)generate.GeneratedJSPFileLinksToMePageJspGenerator. generate(MetaModuleSection section, MetaView view)generate.GeneratedJSPFileListPageJspGenerator. generate(MetaModuleSection section, MetaDocument doc, MetaListProperty list)generate.GeneratedJSPFileShowPageJspGenerator. generate(MetaModuleSection section, MetaView view)generate.GeneratedJSPFileTablePageJspGenerator. generate(MetaModuleSection section, MetaDocument doc, MetaTableProperty table)generate.
-