org.apache.ojb.broker
Class ArticleCollection

java.lang.Object
  extended byorg.apache.ojb.broker.ArticleCollection
All Implemented Interfaces:
ManageableCollection, java.io.Serializable

public class ArticleCollection
extends java.lang.Object
implements ManageableCollection, java.io.Serializable

Insert the type's description here. Creation date: (18.02.2001 16:09:24)

Author:
Thomas Mahler
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.apache.ojb.broker.ManageableCollection
serialVersionUID
 
Constructor Summary
ArticleCollection()
          ArticleCollection constructor comment.
 
Method Summary
 void add(InterfaceArticle article)
           
 void afterStore(PersistenceBroker broker)
          A callback method to implement 'removal-aware' (track removed objects and delete them by its own) collection implementations.
 InterfaceArticle get(int index)
           
 void ojbAdd(java.lang.Object anObject)
          add method comment.
 void ojbAddAll(ManageableCollection otherCollection)
          addAll method comment.
 java.util.Iterator ojbIterator()
          ojbIterator method comment.
 int size()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArticleCollection

public ArticleCollection()
ArticleCollection constructor comment.

Method Detail

add

public void add(InterfaceArticle article)

get

public InterfaceArticle get(int index)

ojbAdd

public void ojbAdd(java.lang.Object anObject)
add method comment.

Specified by:
ojbAdd in interface ManageableCollection

ojbAddAll

public void ojbAddAll(ManageableCollection otherCollection)
addAll method comment.

Specified by:
ojbAddAll in interface ManageableCollection

ojbIterator

public java.util.Iterator ojbIterator()
ojbIterator method comment.

Specified by:
ojbIterator in interface ManageableCollection

afterStore

public void afterStore(PersistenceBroker broker)
                throws PersistenceBrokerException
Description copied from interface: ManageableCollection
A callback method to implement 'removal-aware' (track removed objects and delete them by its own) collection implementations.

Specified by:
afterStore in interface ManageableCollection
Throws:
PersistenceBrokerException

size

public int size()

toString

public java.lang.String toString()


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14