Uses of Class
net.anotheria.asg.generator.meta.MetaContainerProperty
-
-
Uses of MetaContainerProperty in net.anotheria.asg.generator.meta
Subclasses of MetaContainerProperty in net.anotheria.asg.generator.meta Modifier and Type Class Description classMetaListPropertyA container property is a container of a property of another type.classMetaTablePropertyA property type for representation of tables. -
Uses of MetaContainerProperty in net.anotheria.asg.generator.model
Methods in net.anotheria.asg.generator.model with parameters of type MetaContainerProperty Modifier and Type Method Description static java.lang.StringDataFacadeGenerator. getContainerEntryAdderName(MetaContainerProperty p)getContainerEntryAdderName.static java.lang.StringDataFacadeGenerator. getContainerEntryAdderName(MetaContainerProperty p, java.lang.String language)getContainerEntryAdderName.static java.lang.StringDataFacadeGenerator. getContainerEntryDeleterName(MetaContainerProperty p)getContainerEntryDeleterName.static java.lang.StringDataFacadeGenerator. getContainerEntryDeleterName(MetaContainerProperty p, java.lang.String language)getContainerEntryDeleterName.static java.lang.StringDataFacadeGenerator. getContainerEntrySwapperName(MetaContainerProperty p)getContainerEntrySwapperName.static java.lang.StringDataFacadeGenerator. getContainerEntrySwapperName(MetaContainerProperty p, java.lang.String language)getContainerEntrySwapperName.static java.lang.StringDataFacadeGenerator. getContainerSizeGetterName(MetaContainerProperty p)getContainerSizeGetterName.static java.lang.StringDataFacadeGenerator. getContainerSizeGetterName(MetaContainerProperty p, java.lang.String language)getContainerSizeGetterName. -
Uses of MetaContainerProperty in net.anotheria.asg.generator.model.db
Methods in net.anotheria.asg.generator.model.db with parameters of type MetaContainerProperty Modifier and Type Method Description static java.lang.StringVOGenerator. getContainerEntryAdderName(MetaContainerProperty p)getContainerEntryAdderName.static java.lang.StringVOGenerator. getContainerEntryDeleterName(MetaContainerProperty p)getContainerEntryDeleterName.static java.lang.StringVOGenerator. getContainerEntrySwapperName(MetaContainerProperty p)getContainerEntrySwapperName.static java.lang.StringVOGenerator. getContainerSizeGetterName(MetaContainerProperty p)getContainerSizeGetterName. -
Uses of MetaContainerProperty in net.anotheria.asg.generator.model.docs
Methods in net.anotheria.asg.generator.model.docs with parameters of type MetaContainerProperty Modifier and Type Method Description static java.lang.StringDocumentGenerator. getContainerEntryAdderName(MetaContainerProperty p)getContainerEntryAdderName.static java.lang.StringDocumentGenerator. getContainerEntryAdderName(MetaContainerProperty p, java.lang.String language)getContainerEntryAdderName.static java.lang.StringDocumentGenerator. getContainerEntryDeleterName(MetaContainerProperty p)getContainerEntryDeleterName.static java.lang.StringDocumentGenerator. getContainerEntryDeleterName(MetaContainerProperty p, java.lang.String language)getContainerEntryDeleterName.static java.lang.StringDocumentGenerator. getContainerEntrySwapperName(MetaContainerProperty p)getContainerEntrySwapperName.static java.lang.StringDocumentGenerator. getContainerEntrySwapperName(MetaContainerProperty p, java.lang.String language)getContainerEntrySwapperName.static java.lang.StringDocumentGenerator. getContainerSizeGetterName(MetaContainerProperty p)getContainerSizeGetterName.static java.lang.StringDocumentGenerator. getContainerSizeGetterName(MetaContainerProperty p, java.lang.String language)getContainerSizeGetterName. -
Uses of MetaContainerProperty in net.anotheria.asg.generator.model.federation
Methods in net.anotheria.asg.generator.model.federation with parameters of type MetaContainerProperty Modifier and Type Method Description static java.lang.StringFederationVOGenerator. getContainerEntryAdderName(MetaContainerProperty p)getContainerEntryAdderName.static java.lang.StringFederationVOGenerator. getContainerEntryDeleterName(MetaContainerProperty p)getContainerEntryDeleterName.static java.lang.StringFederationVOGenerator. getContainerEntrySwapperName(MetaContainerProperty p)getContainerEntrySwapperName.static java.lang.StringFederationVOGenerator. getContainerSizeGetterName(MetaContainerProperty p)getContainerSizeGetterName. -
Uses of MetaContainerProperty in net.anotheria.asg.generator.view
Methods in net.anotheria.asg.generator.view with parameters of type MetaContainerProperty Modifier and Type Method Description java.lang.StringCMSMappingsConfiguratorGenerator.ContainerAction. getClassName(MetaDocument doc, MetaContainerProperty container)static java.lang.StringCMSMappingsConfiguratorGenerator. getContainerEntryFormName(MetaDocument doc, MetaContainerProperty property)getContainerEntryFormName.static java.lang.StringCMSMappingsConfiguratorGenerator. getContainerPath(MetaDocument doc, MetaContainerProperty container, java.lang.String action)getContainerPath.static java.lang.StringCMSMappingsConfiguratorGenerator. getContainerQuickAddFormName(MetaDocument doc, MetaContainerProperty property)getContainerQuickAddFormName.java.lang.StringCMSMappingsConfiguratorGenerator.ContainerAction. getMappingName(MetaDocument doc, MetaContainerProperty container)java.lang.StringCMSMappingsConfiguratorGenerator.ContainerAction. getViewName(MetaDocument doc, MetaContainerProperty container) -
Uses of MetaContainerProperty in net.anotheria.asg.generator.view.action
Methods in net.anotheria.asg.generator.view.action with parameters of type MetaContainerProperty Modifier and Type Method Description static java.lang.StringModuleActionsGenerator. getContainerAddEntryActionName(MetaDocument doc, MetaContainerProperty property)getContainerAddEntryActionName.static java.lang.StringModuleActionsGenerator. getContainerDeleteEntryActionName(MetaDocument doc, MetaContainerProperty property)getContainerDeleteEntryActionName.static java.lang.StringModuleBeanGenerator. getContainerEntryFormImport(MetaDocument doc, MetaContainerProperty p)getContainerEntryFormImport.static java.lang.StringModuleBeanGenerator. getContainerEntryFormName(MetaContainerProperty p)getContainerEntryFormName.static java.lang.StringModuleActionsGenerator. getContainerMoveEntryActionName(MetaDocument doc, MetaContainerProperty property)getContainerMoveEntryActionName.static java.lang.StringModuleActionsGenerator. getContainerMultiOpActionName(MetaDocument doc, MetaContainerProperty property)getContainerMultiOpActionName.static java.lang.StringModuleActionsGenerator. getContainerQuickAddActionName(MetaDocument doc, MetaContainerProperty property)getContainerQuickAddActionName.static java.lang.StringModuleBeanGenerator. getContainerQuickAddFormImport(MetaDocument doc, MetaContainerProperty p)getContainerQuickAddFormImport.static java.lang.StringModuleBeanGenerator. getContainerQuickAddFormName(MetaContainerProperty p)getContainerQuickAddFormName.static java.lang.StringModuleActionsGenerator. getContainerShowActionName(MetaDocument doc, MetaContainerProperty property)getContainerShowActionName. -
Uses of MetaContainerProperty in net.anotheria.asg.generator.view.jsp
Methods in net.anotheria.asg.generator.view.jsp with parameters of type MetaContainerProperty Modifier and Type Method Description static java.lang.StringAbstractJSPGenerator. getContainerPageName(MetaDocument doc, MetaContainerProperty table)getContainerPageName.
-