@Deprecated public class ReportObjectFactory extends Object
| Constructor and Description |
|---|
ReportObjectFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllReportObjectClasses()
Deprecated.
Auto generated method comment
|
String |
getDefaultValidator()
Deprecated.
|
static ReportObjectFactory |
getInstance()
Deprecated.
Auto generated method comment
|
static AbstractReportObject |
getInstance(Class reportObjectClass,
Map<String,Object> initialValues)
Deprecated.
Auto generated method comment
|
static AbstractReportObject |
getInstance(String reportObjectName,
Map<String,Object> initialValues,
Context context)
Deprecated.
Auto generated method comment
|
List<ReportObjectFactoryModule> |
getModules()
Deprecated.
|
String |
getReportObjectClassByName(String name)
Deprecated.
Auto generated method comment
|
String |
getReportObjectClassBySubType(String subType)
Deprecated.
Auto generated method comment
|
List<String> |
getReportObjectSubTypes(String type)
Deprecated.
Auto generated method comment
|
List<String> |
getReportObjectTypes()
Deprecated.
Auto generated method comment
|
String |
getReportObjectValidatorByClass(String currentClassName)
Deprecated.
Auto generated method comment
|
boolean |
isSubTypeOfType(String type,
String subType)
Deprecated.
Auto generated method comment
|
void |
setDefaultValidator(String defaultValidator)
Deprecated.
|
void |
setModules(List<ReportObjectFactoryModule> modules)
Deprecated.
|
public static ReportObjectFactory getInstance()
public List<String> getReportObjectTypes()
public List<String> getReportObjectSubTypes(String type)
type - public boolean isSubTypeOfType(String type, String subType)
type - subType - public String getReportObjectClassBySubType(String subType)
subType - public String getReportObjectClassByName(String name)
name - public List<String> getAllReportObjectClasses()
public String getReportObjectValidatorByClass(String currentClassName)
currentClassName - public static AbstractReportObject getInstance(String reportObjectName, Map<String,Object> initialValues, Context context)
reportObjectName - initialValues - context - public static AbstractReportObject getInstance(Class reportObjectClass, Map<String,Object> initialValues)
reportObjectClass - initialValues - public String getDefaultValidator()
public void setDefaultValidator(String defaultValidator)
defaultValidator - The defaultValidator to set.public List<ReportObjectFactoryModule> getModules()
public void setModules(List<ReportObjectFactoryModule> modules)
modules - The modules to set.Copyright © 2018 OpenMRS LLC.. All Rights Reserved.