|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.iai.ilcd.webgui.controller.ui.AbstractDataSetHandler<de.fzk.iai.ilcd.service.model.IProcessVO,Process,ProcessDao>
de.iai.ilcd.webgui.controller.ui.ProcessHandler
public class ProcessHandler
Backing bean for process detail view
Constructor Summary | |
---|---|
ProcessHandler()
Initialize the handler |
Method Summary | |
---|---|
protected void |
datasetLoaded(Process p)
Called when a local data set was loaded successfully by AbstractDataSetHandler.postViewParamInit(ComponentSystemEvent) . |
java.util.List<de.fzk.iai.ilcd.service.model.enums.LCIMethodApproachesValue> |
getApproaches()
We need this as workaround because the Service API delivers a set but we need a List in the template |
java.util.List<de.fzk.iai.ilcd.service.model.process.IComplianceSystem> |
getComplianceSystems()
We need this too as workaround to geth the ComplianceSystems as List |
java.util.List<Flow> |
getCoProducts()
Get the co-product flows |
java.util.List<Flow> |
getInputProducts()
Get the input product flows |
de.fzk.iai.ilcd.service.model.IProcessVO |
getProcess()
Convenience method, delegates to AbstractDataSetHandler.getDataSet() |
Methods inherited from class de.iai.ilcd.webgui.controller.ui.AbstractDataSetHandler |
---|
getDaoInstance, getDataSet, getDataSetIdString, getDataSetUuidString, getDataSetVersionString, getForeignHTMLResourceURL, getForeignXMLResourceURL, getLocalHTMLResourceURL, getLocalXMLResourceURL, getOtherVersions, getSourceNodeIdString, isForeignDataSet, isOtherVersionPresent, isStringNullOrEmpty, postViewParamInit, setConf, setDataSet, setDataSetIdString, setDataSetUuidString, setDataSetVersionString, setSourceNodeIdString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcessHandler()
Method Detail |
---|
public de.fzk.iai.ilcd.service.model.IProcessVO getProcess()
AbstractDataSetHandler.getDataSet()
public java.util.List<de.fzk.iai.ilcd.service.model.enums.LCIMethodApproachesValue> getApproaches()
public java.util.List<de.fzk.iai.ilcd.service.model.process.IComplianceSystem> getComplianceSystems()
public java.util.List<Flow> getInputProducts()
public java.util.List<Flow> getCoProducts()
protected void datasetLoaded(Process p)
AbstractDataSetHandler.postViewParamInit(ComponentSystemEvent)
.
Override this method when this information is required in sub-classes.
datasetLoaded
in class AbstractDataSetHandler<de.fzk.iai.ilcd.service.model.IProcessVO,Process,ProcessDao>
p
- loaded data set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |