public class ModuleusagesummaryPage
extends org.openlowcode.module.system.page.generated.AbsModuleusagesummaryPage
Constructor and Description |
---|
ModuleusagesummaryPage(Basicdiagramrecord[] stattable,
ChoiceValue<BooleanChoiceDefinition> excludeadmin,
ChoiceValue<ReportingfrequencyChoiceDefinition> frequency,
java.lang.Integer history)
Creates a module usage summary page
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
generateTitle(Basicdiagramrecord[] stattable,
ChoiceValue<BooleanChoiceDefinition> excludeadmin,
ChoiceValue<ReportingfrequencyChoiceDefinition> frequency,
java.lang.Integer history) |
protected SPageNode |
getContent() |
getAllPageAttributes, getExcludeadmin, getFrequency, getHistory, getStattable
addAddon, getAddress, getAllFinalPageAttributes, getFinalContent, getRootPath, getTitle, hasAdress, resetPath, setAddress, setTitle
changeName, cleanName, equals, getName
public ModuleusagesummaryPage(Basicdiagramrecord[] stattable, ChoiceValue<BooleanChoiceDefinition> excludeadmin, ChoiceValue<ReportingfrequencyChoiceDefinition> frequency, java.lang.Integer history)
stattable
- the basic records to showexcludeadmin
- true if admin is excluded from the statsfrequency
- frequency of reporting (day, week, month)history
- number of days of historypublic java.lang.String generateTitle(Basicdiagramrecord[] stattable, ChoiceValue<BooleanChoiceDefinition> excludeadmin, ChoiceValue<ReportingfrequencyChoiceDefinition> frequency, java.lang.Integer history)
generateTitle
in class org.openlowcode.module.system.page.generated.AbsModuleusagesummaryPage
protected SPageNode getContent()
getContent
in class SPage