public class AccountSystemTaskReport
extends CloupiaReportWithActions
Constructor and Description |
---|
AccountSystemTaskReport() |
Modifier and Type | Method and Description |
---|---|
CloupiaReportAction[] |
getActions()
Provide implementation for report actions
|
java.lang.Class |
getImplementationClass()
Provide report implementation class
|
ContextMapRule[] |
getMapRules()
Defines the report context map rule
|
int |
getMenuID()
Defines under which menu the report should be shown in UI
|
java.lang.String |
getReportLabel()
Provide report label to be visible in UI
|
java.lang.String |
getReportName()
Unique report name used internally in UCSD
|
boolean |
isEasyReport()
Defines report implementation approach.
|
boolean |
isLeafReport()
Defines leaf/drillable report type
|
public CloupiaReportAction[] getActions()
public java.lang.Class getImplementationClass()
public java.lang.String getReportLabel()
public java.lang.String getReportName()
public boolean isEasyReport()
public boolean isLeafReport()
public int getMenuID()
public ContextMapRule[] getMapRules()