org.apache.portals.graffito.store.impl.ojb
Class OjbCmsPropertyCollection

java.lang.Object
  extended by org.apache.portals.graffito.store.impl.ojb.OjbCmsPropertyCollection
All Implemented Interfaces:
java.io.Serializable, org.apache.ojb.broker.ManageableCollection

public class OjbCmsPropertyCollection
extends java.lang.Object
implements org.apache.ojb.broker.ManageableCollection, java.io.Serializable

This class is used by GraffitoOJBStore (ojb implementation) in order to store CmsObject properties in a Map.

Version:
$Id: OjbSecureArrayList.java,v 1.1 2004/12/22 20:37:00 christophe Exp $
Author:
Christophe Lombart
See Also:
CmsObjectImpl.getProperties(), Serialized Form

Field Summary
 
Fields inherited from interface org.apache.ojb.broker.ManageableCollection
serialVersionUID
 
Constructor Summary
OjbCmsPropertyCollection()
           
 
Method Summary
 void afterStore(org.apache.ojb.broker.PersistenceBroker broker)
           
 java.util.Map getProperties()
           
 void ojbAdd(java.lang.Object object)
           
 void ojbAddAll(org.apache.ojb.broker.ManageableCollection otherCollection)
           
 java.util.Iterator ojbIterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OjbCmsPropertyCollection

public OjbCmsPropertyCollection()
Method Detail

ojbAdd

public void ojbAdd(java.lang.Object object)
Specified by:
ojbAdd in interface org.apache.ojb.broker.ManageableCollection
See Also:
ManageableCollection.ojbAdd(java.lang.Object)

ojbAddAll

public void ojbAddAll(org.apache.ojb.broker.ManageableCollection otherCollection)
Specified by:
ojbAddAll in interface org.apache.ojb.broker.ManageableCollection
See Also:
ManageableCollection.ojbAddAll(org.apache.ojb.broker.ManageableCollection)

afterStore

public void afterStore(org.apache.ojb.broker.PersistenceBroker broker)
                throws org.apache.ojb.broker.PersistenceBrokerException
Specified by:
afterStore in interface org.apache.ojb.broker.ManageableCollection
Throws:
org.apache.ojb.broker.PersistenceBrokerException
See Also:
ManageableCollection.afterStore(org.apache.ojb.broker.PersistenceBroker)

ojbIterator

public java.util.Iterator ojbIterator()
Specified by:
ojbIterator in interface org.apache.ojb.broker.ManageableCollection
See Also:
ManageableCollection.ojbIterator()

getProperties

public java.util.Map getProperties()


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.