com.jwpepper.inv
Class AnnotationSupport

java.lang.Object
  |
  +--com.imaginary.lwp.PersistenceSupport
        |
        +--com.jwpepper.inv.AnnotationSupport

public class AnnotationSupport
extends PersistenceSupport
implements COM.ibm.mm.sdk.common.DKConstant

A lovely little change.


Constructor Summary
AnnotationSupport()
           
 
Method Summary
 void create(Transaction trans, Memento mem)
           
 com.sun.java.util.collections.Iterator find(SearchCriteria sc)
           
 void load(Transaction trans, Memento mem)
           
 void remove(Transaction trans, Memento mem)
           
 void store(Transaction trans, Memento mem)
           
 
Methods inherited from class com.imaginary.lwp.PersistenceSupport
generateID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationSupport

public AnnotationSupport()
Method Detail

create

public void create(Transaction trans,
                   Memento mem)
            throws CreateException
Overrides:
create in class PersistenceSupport

find

public com.sun.java.util.collections.Iterator find(SearchCriteria sc)
                                            throws FindException
Overrides:
find in class PersistenceSupport

load

public void load(Transaction trans,
                 Memento mem)
          throws LoadException
Overrides:
load in class PersistenceSupport

remove

public void remove(Transaction trans,
                   Memento mem)
            throws RemoveException
Overrides:
remove in class PersistenceSupport

store

public void store(Transaction trans,
                  Memento mem)
           throws StoreException
Overrides:
store in class PersistenceSupport