public class BioMaterialListLoader extends BasicItemNodeLoader<BioMaterialList>
ALLOW_ROOT_NODE, allowAsRootNode, DENY_ROOT_NODE, factoryKey, nameGenerator
Constructor and Description |
---|
BioMaterialListLoader() |
Modifier and Type | Method and Description |
---|---|
protected void |
loadForwardChildNodes(DbControl dc,
OverviewContext context,
Node listNode)
Loads the list members.
|
static <T extends BioMaterial> |
loadMemberNodes(BasicItemNodeLoader<T> loader,
DbControl dc,
OverviewContext context,
Node listNode)
Utiltity method to be used by biomaterial loaders to load members of a biomaterial list.
|
protected void |
loadPropertyChildNodes(DbControl dc,
OverviewContext context,
Node listNode)
Loads property nodes of a biomaterial list.
|
createItemNode, createRootNode, getNodeFactory, getNodeFactory, getNodeLoader, getNodeLoaderFactory, getNodeNameGenerator, getNodeValidator, getNodeValidatorFactory, postValidateFolder
createForwardNode, createPropertyNode, createReverseNode, loadChildNodes, loadChildNodesOfFolderNode, loadChildNodesOfItemNode, loadReverseChildNodes
protected void loadPropertyChildNodes(DbControl dc, OverviewContext context, Node listNode)
loadPropertyChildNodes
in class AbstractNodeLoader<BioMaterialList>
protected void loadForwardChildNodes(DbControl dc, OverviewContext context, Node listNode)
loadForwardChildNodes
in class AbstractNodeLoader<BioMaterialList>
public static <T extends BioMaterial> void loadMemberNodes(BasicItemNodeLoader<T> loader, DbControl dc, OverviewContext context, Node listNode)
SampleLoader
, ExtractLoader
or
BioSourceLoader
. The member nodes are created as child nodes
to the list node without any intermediate folder node.loader
- The load implementationlistNode
- The parent biomaterial list node