org.scrashmeow.ojb.console.config
Class SearchDefinitions

java.lang.Object
  |
  +--org.scrashmeow.ojb.console.GeneratedObject
        |
        +--org.scrashmeow.ojb.console.config.SearchDefinitions
All Implemented Interfaces:
java.io.Serializable

public class SearchDefinitions
extends GeneratedObject
implements java.io.Serializable

Class SearchDefinitions.

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

Constructor Summary
SearchDefinitions()
           
 
Method Summary
 void addSearchDefinition(int index, SearchDefinition vSearchDefinition)
          Method addSearchDefinition
 void addSearchDefinition(SearchDefinition vSearchDefinition)
          Method addSearchDefinition
 void clearSearchDefinition()
          Method clearSearchDefinition
 java.util.Enumeration enumerateSearchDefinition()
          Method enumerateSearchDefinition
 SearchDefinition[] getSearchDefinition()
          Method getSearchDefinition
 SearchDefinition getSearchDefinition(int index)
          Method getSearchDefinition
 int getSearchDefinitionCount()
          Method getSearchDefinitionCount
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 boolean removeSearchDefinition(SearchDefinition vSearchDefinition)
          Method removeSearchDefinition
 void setSearchDefinition(int index, SearchDefinition vSearchDefinition)
          Method setSearchDefinition
 void setSearchDefinition(SearchDefinition[] searchDefinitionArray)
          Method setSearchDefinition
static SearchDefinitions unmarshal(java.io.Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchDefinitions

public SearchDefinitions()
Method Detail

addSearchDefinition

public void addSearchDefinition(SearchDefinition vSearchDefinition)
                         throws java.lang.IndexOutOfBoundsException
Method addSearchDefinition

Parameters:
vSearchDefinition -
java.lang.IndexOutOfBoundsException

addSearchDefinition

public void addSearchDefinition(int index,
                                SearchDefinition vSearchDefinition)
                         throws java.lang.IndexOutOfBoundsException
Method addSearchDefinition

Parameters:
index -
vSearchDefinition -
java.lang.IndexOutOfBoundsException

clearSearchDefinition

public void clearSearchDefinition()
Method clearSearchDefinition


enumerateSearchDefinition

public java.util.Enumeration enumerateSearchDefinition()
Method enumerateSearchDefinition


getSearchDefinition

public SearchDefinition getSearchDefinition(int index)
                                     throws java.lang.IndexOutOfBoundsException
Method getSearchDefinition

Parameters:
index -
java.lang.IndexOutOfBoundsException

getSearchDefinition

public SearchDefinition[] getSearchDefinition()
Method getSearchDefinition


getSearchDefinitionCount

public int getSearchDefinitionCount()
Method getSearchDefinitionCount


isValid

public boolean isValid()
Method isValid


marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
out -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
handler -
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

removeSearchDefinition

public boolean removeSearchDefinition(SearchDefinition vSearchDefinition)
Method removeSearchDefinition

Parameters:
vSearchDefinition -

setSearchDefinition

public void setSearchDefinition(int index,
                                SearchDefinition vSearchDefinition)
                         throws java.lang.IndexOutOfBoundsException
Method setSearchDefinition

Parameters:
index -
vSearchDefinition -
java.lang.IndexOutOfBoundsException

setSearchDefinition

public void setSearchDefinition(SearchDefinition[] searchDefinitionArray)
Method setSearchDefinition

Parameters:
searchDefinitionArray -

unmarshal

public static SearchDefinitions unmarshal(java.io.Reader reader)
                                   throws org.exolab.castor.xml.MarshalException,
                                          org.exolab.castor.xml.ValidationException
Method unmarshal

Parameters:
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

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

org.exolab.castor.xml.ValidationException


Copyright © 2003 Alexander Bibighaus et al. All Rights Reserved.