|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.agila.services.AbstractBusinessProcessService
org.apache.agila.impl.dao.BusinessProcessServiceImpl
public class BusinessProcessServiceImpl
A provide which delegates to an AgilaDAO
for all of the detailed
persistence methods.
Constructor Summary | |
---|---|
BusinessProcessServiceImpl(AgilaDAO dao)
|
Method Summary | |
---|---|
protected BusinessProcessID |
internalAddGraph(BusinessProcess graph)
Takes a graph and adds it to the persistent store, returning it's new ID. |
protected java.util.List |
internalGetAllProcessGraphs()
returns all saved graph |
protected BusinessProcess |
internalGetByID(BusinessProcessID id)
returns a saved graph |
protected BusinessProcessID |
internalGetIDByName(java.lang.String name)
|
Methods inherited from class org.apache.agila.services.AbstractBusinessProcessService |
---|
addGraph, addGraph, getCurrentProcessInfos, getGraphByID, getGraphIDByName, getInfoByID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BusinessProcessServiceImpl(AgilaDAO dao)
Method Detail |
---|
protected BusinessProcessID internalAddGraph(BusinessProcess graph)
internalAddGraph
in class AbstractBusinessProcessService
graph
-
protected BusinessProcess internalGetByID(BusinessProcessID id)
internalGetByID
in class AbstractBusinessProcessService
id
-
protected java.util.List internalGetAllProcessGraphs()
internalGetAllProcessGraphs
in class AbstractBusinessProcessService
protected BusinessProcessID internalGetIDByName(java.lang.String name)
internalGetIDByName
in class AbstractBusinessProcessService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |