|
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<ArraySlide> net.sf.basedb.util.overview.loader.ArraySlideLoader
public class ArraySlideLoader
Node loader implementation for array slides. The forward-loading
direction goes from ArrayBatch
:s -> ArraySlide
:s ->
Hybridization
: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 | |
---|---|
ArraySlideLoader()
|
Method Summary | |
---|---|
Node |
createForwardNode(DbControl dc,
OverviewContext context,
Node batchNode)
Create forward-loading array slide nodes from a given array batch node. |
Node |
createReverseNode(DbControl dc,
OverviewContext context,
Node hybNode)
Create a reverse-loading array slide node from the hyrbidization node. |
protected void |
loadForwardChildNodes(DbControl dc,
OverviewContext context,
Node slideNode)
Loads the hybridization node that is related to the given array slide node. |
protected void |
loadPropertyChildNodes(DbControl dc,
OverviewContext context,
Node slideNode)
Loads property nodes of an array slide. |
protected void |
loadReverseChildNodes(DbControl dc,
OverviewContext context,
Node slideNode)
Loads the array batch node that is the parent of this array slide. |
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 ArraySlideLoader()
Method Detail |
---|
public Node createForwardNode(DbControl dc, OverviewContext context, Node batchNode)
createForwardNode
in interface NodeLoader<ArraySlide>
createForwardNode
in class AbstractNodeLoader<ArraySlide>
dc
- The DbControl to use for database accesscontext
- The overview contextbatchNode
- The parent node
public Node createReverseNode(DbControl dc, OverviewContext context, Node hybNode)
createReverseNode
in interface NodeLoader<ArraySlide>
createReverseNode
in class AbstractNodeLoader<ArraySlide>
dc
- The DbControl to use for database accesscontext
- The overview contexthybNode
- The child node
protected void loadPropertyChildNodes(DbControl dc, OverviewContext context, Node slideNode)
loadPropertyChildNodes
in class AbstractNodeLoader<ArraySlide>
protected void loadForwardChildNodes(DbControl dc, OverviewContext context, Node slideNode)
loadForwardChildNodes
in class AbstractNodeLoader<ArraySlide>
HybridizationLoader.createForwardNode(DbControl, OverviewContext, Node)
protected void loadReverseChildNodes(DbControl dc, OverviewContext context, Node slideNode)
loadReverseChildNodes
in class AbstractNodeLoader<ArraySlide>
ArrayBatchLoader.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 |