|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.basedb.util.overview.loader.AbstractNodeLoader<I> net.sf.basedb.util.overview.loader.BasicItemNodeLoader<ArrayBatch> net.sf.basedb.util.overview.loader.ArrayBatchLoader
public class ArrayBatchLoader
Node loader implementation for array batches. The forward-loading
direction goes from ArrayDesign
:s -> ArrayBatch
:s ->
ArraySlide
:s. The reverse-loading direction is the opposite
direction.
Field Summary |
---|
Fields inherited from class net.sf.basedb.util.overview.loader.BasicItemNodeLoader |
---|
ALLOW_ROOT_NODE, allowAsRootNode, DENY_ROOT_NODE, factoryKey, nameGenerator |
Constructor Summary | |
---|---|
ArrayBatchLoader()
|
Method Summary | |
---|---|
Node |
createForwardNode(DbControl dc,
OverviewContext context,
Node designNode)
Create forward-loading array batch nodes from a given array design node. |
Node |
createReverseNode(DbControl dc,
OverviewContext context,
Node slideNode)
Create a reverse-loading array batch node from an array slide node. |
protected void |
loadForwardChildNodes(DbControl dc,
OverviewContext context,
Node batchNode)
Loads the array slide nodes that is related to the given batch node. |
protected void |
loadPropertyChildNodes(DbControl dc,
OverviewContext context,
Node batchNode)
Loads property nodes of an array batch. |
protected void |
loadReverseChildNodes(DbControl dc,
OverviewContext context,
Node batchNode)
Loads the array design node that is the parent of this array batch. |
Methods inherited from class net.sf.basedb.util.overview.loader.BasicItemNodeLoader |
---|
createItemNode, createRootNode, getNodeFactory, getNodeFactory, getNodeLoader, getNodeLoaderFactory, getNodeValidator, getNodeValidatorFactory, postValidateFolder |
Methods inherited from class net.sf.basedb.util.overview.loader.AbstractNodeLoader |
---|
createPropertyNode, loadChildNodes, loadChildNodesOfFolderNode, loadChildNodesOfItemNode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArrayBatchLoader()
Method Detail |
---|
public Node createForwardNode(DbControl dc, OverviewContext context, Node designNode)
createForwardNode
in interface NodeLoader<ArrayBatch>
createForwardNode
in class AbstractNodeLoader<ArrayBatch>
dc
- The DbControl to use for database accesscontext
- The overview contextdesignNode
- The parent node
public Node createReverseNode(DbControl dc, OverviewContext context, Node slideNode)
createReverseNode
in interface NodeLoader<ArrayBatch>
createReverseNode
in class AbstractNodeLoader<ArrayBatch>
dc
- The DbControl to use for database accesscontext
- The overview contextslideNode
- The child node
protected void loadPropertyChildNodes(DbControl dc, OverviewContext context, Node batchNode)
AnnotationLoader.createPropertyNode(DbControl, OverviewContext, Node)
ProtocolLoader.createPropertyNode(DbControl, OverviewContext, Node)
HardwareLoader.createPropertyNode(DbControl, OverviewContext, Node)
loadPropertyChildNodes
in class AbstractNodeLoader<ArrayBatch>
protected void loadForwardChildNodes(DbControl dc, OverviewContext context, Node batchNode)
loadForwardChildNodes
in class AbstractNodeLoader<ArrayBatch>
ArraySlideLoader.createForwardNode(DbControl, OverviewContext, Node)
protected void loadReverseChildNodes(DbControl dc, OverviewContext context, Node batchNode)
loadReverseChildNodes
in class AbstractNodeLoader<ArrayBatch>
ArrayDesignLoader.createReverseNode(DbControl, OverviewContext, Node)
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |