Class BusinessRuleListController
- java.lang.Object
-
- org.dddjava.jig.presentation.controller.BusinessRuleListController
-
@Controller public class BusinessRuleListController extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BusinessRuleListController(BusinessRuleService businessRuleService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelReportsdomainList()SummaryModeldomainListHtml()SummaryModelenumListHtml()SummaryModelschemaHtml()ModelReportstermList()
-
-
-
Constructor Detail
-
BusinessRuleListController
public BusinessRuleListController(BusinessRuleService businessRuleService)
-
-
Method Detail
-
termList
public ModelReports termList()
-
domainListHtml
public SummaryModel domainListHtml()
-
enumListHtml
public SummaryModel enumListHtml()
-
schemaHtml
public SummaryModel schemaHtml()
-
domainList
public ModelReports domainList()
-
-