public class ArrayBatchLoader extends BasicItemNodeLoader<ArrayBatch>
ArrayDesign
:s -> ArrayBatch
:s ->
ArraySlide
:s. The reverse-loading direction is the opposite
direction.ALLOW_ROOT_NODE, allowAsRootNode, DENY_ROOT_NODE, factoryKey, nameGenerator
Constructor and Description |
---|
ArrayBatchLoader() |
Modifier and Type | Method and Description |
---|---|
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.
|
createItemNode, createRootNode, getNodeFactory, getNodeFactory, getNodeLoader, getNodeLoaderFactory, getNodeNameGenerator, getNodeValidator, getNodeValidatorFactory, postValidateFolder
createPropertyNode, loadChildNodes, loadChildNodesOfFolderNode, loadChildNodesOfItemNode
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 nodepublic 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 nodeprotected void loadPropertyChildNodes(DbControl dc, OverviewContext context, Node batchNode)
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)