org.apache.jetspeed.xml.api.jcm
Class Topics

java.lang.Object
  extended byorg.apache.jetspeed.xml.api.jcm.Topics
All Implemented Interfaces:
java.io.Serializable

public class Topics
extends java.lang.Object
implements java.io.Serializable

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Topics()
           
 
Method Summary
 void addEntry(Entry vEntry)
           
 java.util.Enumeration enumerateEntry()
           
 Entry[] getEntry()
           
 Entry getEntry(int index)
           
 int getEntryCount()
           
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void removeAllEntry()
           
 Entry removeEntry(int index)
           
 void setEntry(Entry[] entryArray)
           
 void setEntry(int index, Entry vEntry)
           
static Topics unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Topics

public Topics()
Method Detail

addEntry

public void addEntry(Entry vEntry)
              throws java.lang.IndexOutOfBoundsException
Parameters:
vEntry -
Throws:
java.lang.IndexOutOfBoundsException

enumerateEntry

public java.util.Enumeration enumerateEntry()

getEntry

public Entry getEntry(int index)
               throws java.lang.IndexOutOfBoundsException
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getEntry

public Entry[] getEntry()

getEntryCount

public int getEntryCount()

isValid

public boolean isValid()

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.DocumentHandler handler)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
handler -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

removeAllEntry

public void removeAllEntry()

removeEntry

public Entry removeEntry(int index)
Parameters:
index -

setEntry

public void setEntry(int index,
                     Entry vEntry)
              throws java.lang.IndexOutOfBoundsException
Parameters:
index -
vEntry -
Throws:
java.lang.IndexOutOfBoundsException

setEntry

public void setEntry(Entry[] entryArray)
Parameters:
entryArray -

unmarshal

public static Topics unmarshal(java.io.Reader reader)
                        throws org.exolab.castor.xml.MarshalException,
                               org.exolab.castor.xml.ValidationException
Parameters:
reader -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Throws:
org.exolab.castor.xml.ValidationException


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.