|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.modules.inspection.app.InspectionModuleLogic
public class InspectionModuleLogic
Wrapper for inspection module data, and the actions related to them. ie. Styles and legends.
Copyright 2009 Partner Software, Inc.
| Constructor Summary | |
|---|---|
InspectionModuleLogic(ManageModulesKit kit)
|
|
InspectionModuleLogic(ManageModulesKit kit,
java.lang.String moduleName)
Creates an InspectionModuleLogic instance for the passed module name. |
|
InspectionModuleLogic(com.partnersoft.system.Module module,
ManageModulesKit kit)
Creates an InspectionModuleLogic instance for the passed module. |
|
| Method Summary | |
|---|---|
void |
addSourceDataType(java.util.List<java.lang.String> types)
|
void |
addSourceDataType(java.lang.String type)
|
void |
generateLegend()
Generates a legend for this inspection module based on stylesToIcons naming using the String template in the Inspection module. |
void |
generateSettings()
Generates Inspection and Planner settings based on ModuleData. |
void |
generateStyles()
Generates styles based on subtypes for this module in the module-mapset. |
com.partnersoft.system.Module |
getModule()
|
InspectionModuleData |
getModuleData()
|
com.partnersoft.system.Module |
getRootInspection()
|
java.util.List<java.lang.String> |
getSourceDataTypes()
|
void |
loadModuleData()
|
void |
loadSettings()
|
void |
loadStyles()
|
void |
removeSourceDataType(java.lang.String type)
|
void |
resetModuleData()
|
void |
setModule(com.partnersoft.system.Module module)
|
void |
setModule(java.lang.String module)
|
void |
setModuleData(InspectionModuleData moduleData)
|
void |
setRootInspection(com.partnersoft.system.Module rootInspection)
|
void |
setSourceDataTypes(java.util.List<java.lang.String> types)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InspectionModuleLogic(ManageModulesKit kit,
java.lang.String moduleName)
moduleName - public InspectionModuleLogic(ManageModulesKit kit)
public InspectionModuleLogic(com.partnersoft.system.Module module,
ManageModulesKit kit)
| Method Detail |
|---|
public com.partnersoft.system.Module getModule()
public void setModule(com.partnersoft.system.Module module)
module - the module to setpublic void setModule(java.lang.String module)
public com.partnersoft.system.Module getRootInspection()
public void setRootInspection(com.partnersoft.system.Module rootInspection)
rootInspection - the rootInspection to setpublic InspectionModuleData getModuleData()
public void setModuleData(InspectionModuleData moduleData)
moduleData - the moduleData to setpublic void resetModuleData()
public void loadModuleData()
public void loadStyles()
public void addSourceDataType(java.lang.String type)
public void setSourceDataTypes(java.util.List<java.lang.String> types)
public void addSourceDataType(java.util.List<java.lang.String> types)
public void removeSourceDataType(java.lang.String type)
public java.util.List<java.lang.String> getSourceDataTypes()
public void loadSettings()
public void generateLegend()
public void generateSettings()
public void generateStyles()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||