Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.obinary.cms.core
Class ContainerList  view ContainerList download ContainerList.java

java.lang.Object
  extended bycom.obinary.cms.core.ContentHandler
      extended bycom.obinary.cms.core.Content
          extended bycom.obinary.cms.core.ContainerList
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
Container

public class ContainerList
extends Content

User: sameercharles Date: Apr 20, 2003 Time: 11:00:12 AM

Version:
1.0

Field Summary
private  Content containerList
           
private  java.lang.String name
           
private  Node workingNode
           
 
Fields inherited from class com.obinary.cms.core.Content
 
Fields inherited from class com.obinary.cms.core.ContentHandler
node, SORT_BY_DATE, SORT_BY_NAME, SORT_BY_SEQUENCE
 
Constructor Summary
(package private) ContainerList()
          constructor
(package private) ContainerList(Node workingNode, java.lang.String containerListName)
          Package private constructor, gets existing ContainerList object
(package private) ContainerList(Node workingNode, java.lang.String containerListName, boolean createNew)
          Package private constructor, creates new ContainerList object
 
Method Summary
 java.util.Collection getChildren()
          gets a Collection containing all clild nodes at the current level+1 level
 boolean hasChildren()
           
 
Methods inherited from class com.obinary.cms.core.Content
addObjectClass, copyTo, createAtom, createAtom, createContainer, createContainerList, deleteAtom, deleteContainer, deleteContainerList, getAtom, getContainer, getContainerList, getJCRNode, getMetaData, getMetaData, getName, init, moveTo, order, toStream, updateMetaData
 
Methods inherited from class com.obinary.cms.core.ContentHandler
clone, getAncestor, getAncestor0, getAncestor1, getAncestor2, getAncestor3, getAncestor4, getAncestor5, getAncestor6, getAncestor7, getAncestor8, getAncestor9, getAncestors, getChildren, getChildren, getHandle, getHandleWithDefaultExtension, getLevel, getParent, getTemplate, getTitle, isGranted, isHasChildren, sortByDate, sortBySequence
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

workingNode

private Node workingNode

name

private java.lang.String name

containerList

private Content containerList
Constructor Detail

ContainerList

ContainerList()
constructor


ContainerList

ContainerList(Node workingNode,
              java.lang.String containerListName)
        throws ElementNotFoundException,
               RepositoryException
Package private constructor, gets existing ContainerList object


ContainerList

ContainerList(Node workingNode,
              java.lang.String containerListName,
              boolean createNew)
        throws ElementNotFoundException,
               RepositoryException
Package private constructor, creates new ContainerList object

Method Detail

getChildren

public java.util.Collection getChildren()

gets a Collection containing all clild nodes at the current level+1 level

Overrides:
getChildren in class ContentHandler

hasChildren

public boolean hasChildren()
Overrides:
hasChildren in class ContentHandler