org.jellyfish
Interface DirectoryManager

All Superinterfaces:
javax.jdo.PersistenceManager
All Known Implementing Classes:
DirectoryManagerDefault

public interface DirectoryManager
extends javax.jdo.PersistenceManager


Field Summary
static java.lang.String ROLE
           
 
Method Summary
 void delete(java.lang.Object object)
           
 java.lang.Object lookup(java.lang.Object object)
           
 java.util.Collection search(java.lang.Object object)
           
 void store(java.lang.Object object)
           
 
Methods inherited from interface javax.jdo.PersistenceManager
close, currentTransaction, deletePersistent, deletePersistentAll, deletePersistentAll, evict, evictAll, evictAll, evictAll, getExtent, getIgnoreCache, getMultithreaded, getObjectById, getObjectId, getObjectIdClass, getPersistenceManagerFactory, getTransactionalObjectId, getUserObject, isClosed, makeNontransactional, makeNontransactionalAll, makeNontransactionalAll, makePersistent, makePersistentAll, makePersistentAll, makeTransactional, makeTransactionalAll, makeTransactionalAll, makeTransient, makeTransientAll, makeTransientAll, newObjectIdInstance, newQuery, newQuery, newQuery, newQuery, newQuery, newQuery, newQuery, newQuery, newQuery, refresh, refreshAll, refreshAll, refreshAll, retrieve, retrieveAll, retrieveAll, setIgnoreCache, setMultithreaded, setUserObject
 

Field Detail

ROLE

public static final java.lang.String ROLE
Method Detail

store

public void store(java.lang.Object object)

lookup

public java.lang.Object lookup(java.lang.Object object)

delete

public void delete(java.lang.Object object)

search

public java.util.Collection search(java.lang.Object object)


Copyright © 2003 . All Rights Reserved.