org.infoglue.cms.treeservice.ss
Class ContentNodeSupplier

java.lang.Object
  extended by com.frovi.ss.Tree.BaseNodeSupplier
      extended by org.infoglue.cms.treeservice.ss.ContentNodeSupplier
All Implemented Interfaces:
com.frovi.ss.Tree.INodeSupplier

public class ContentNodeSupplier
extends com.frovi.ss.Tree.BaseNodeSupplier

ContentNodeSupplier.java Created on 2002-sep-30

Author:
Stefan Sik, ss@frovi.com, Frank Febbraro (frank@phase2technology.com) Refactoring and Sorting

Constructor Summary
ContentNodeSupplier(java.lang.Integer repositoryId, InfoGluePrincipal infogluePrincipal)
           
 
Method Summary
 java.lang.String[] getAllowedContentTypeIds()
           
 java.util.Collection getChildContainerNodes(java.lang.Integer parentNode)
           
 java.util.Collection getChildLeafNodes(java.lang.Integer parentNode)
           
 boolean hasChildren()
           
 void setAllowedContentTypeIds(java.lang.String[] allowedContentTypeIds)
           
 void setShowLeafs(boolean showLeafs)
          Sets the showLeafs.
 
Methods inherited from class com.frovi.ss.Tree.BaseNodeSupplier
beginTransaction, commitTransaction, getRootNode, hasAccessTo, hasChildren, rollbackTransaction, setRootNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentNodeSupplier

public ContentNodeSupplier(java.lang.Integer repositoryId,
                           InfoGluePrincipal infogluePrincipal)
                    throws SystemException
Throws:
SystemException
Method Detail

hasChildren

public boolean hasChildren()
Specified by:
hasChildren in interface com.frovi.ss.Tree.INodeSupplier
Overrides:
hasChildren in class com.frovi.ss.Tree.BaseNodeSupplier
See Also:
BaseNodeSupplier.hasChildren()

getChildContainerNodes

public java.util.Collection getChildContainerNodes(java.lang.Integer parentNode)
See Also:
INodeSupplier.getChildContainerNodes(Integer)

getChildLeafNodes

public java.util.Collection getChildLeafNodes(java.lang.Integer parentNode)
See Also:
INodeSupplier.getChildLeafNodes(Integer)

setShowLeafs

public void setShowLeafs(boolean showLeafs)
Sets the showLeafs.

Parameters:
showLeafs - The showLeafs to set

getAllowedContentTypeIds

public java.lang.String[] getAllowedContentTypeIds()

setAllowedContentTypeIds

public void setAllowedContentTypeIds(java.lang.String[] allowedContentTypeIds)


Copyright © 2005 InfoGlue.org All Rights Reserved.