de.bsvrz.kex.kexdav.parameterloader
Class ExchangeObjectsParameter

java.lang.Object
  extended by de.bsvrz.kex.kexdav.parameterloader.ExchangeObjectsParameter
All Implemented Interfaces:
ObjectCollectionFactory

public class ExchangeObjectsParameter
extends Object
implements ObjectCollectionFactory

Objektaustauschparameter

Author:
Kappich Systemberatung

Method Summary
 ObjectCollection createObjectCollection(ObjectCollectionParent objectCollectionParent, ClientDavInterface connection)
          Erstellt eine ObjectCollection aus dem Parameter
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

createObjectCollection

public ObjectCollection createObjectCollection(ObjectCollectionParent objectCollectionParent,
                                               ClientDavInterface connection)
                                        throws MissingObjectException
Description copied from interface: ObjectCollectionFactory
Erstellt eine ObjectCollection aus dem Parameter

Specified by:
createObjectCollection in interface ObjectCollectionFactory
Parameters:
objectCollectionParent - Objektaustausch-Manager
connection - Verbindung zum Datenverteiler
Returns:
Auswahl von Objekten
Throws:
MissingObjectException