|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ojb.broker.ArticleCollection
Insert the type's description here. Creation date: (18.02.2001 16:09:24)
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 |
public ArticleCollection()
Method Detail |
public void add(InterfaceArticle article)
public InterfaceArticle get(int index)
public void ojbAdd(java.lang.Object anObject)
ojbAdd
in interface ManageableCollection
public void ojbAddAll(ManageableCollection otherCollection)
ojbAddAll
in interface ManageableCollection
public java.util.Iterator ojbIterator()
ojbIterator
in interface ManageableCollection
public void afterStore(PersistenceBroker broker) throws PersistenceBrokerException
ManageableCollection
afterStore
in interface ManageableCollection
PersistenceBrokerException
public int size()
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |