| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.archiviststoolkit.mydomain.DomainAccessObjectImpl
org.archiviststoolkit.mydomain.NamesDAO
public class NamesDAO
| Constructor Summary | |
|---|---|
| NamesDAO()Constructor which builds a DAO for this class. | |
| Method Summary | |
|---|---|
|  Names | lookupName(Names name,
           boolean create) | 
|  Names | lookupName(java.lang.String sortName,
           java.lang.String subUnit,
           java.lang.String nameType,
           boolean create) | 
|  int | merge(java.util.Collection<DomainObject> mergeFrom,
      DomainObject mergeTo,
      InfiniteProgressPanel progressPanel) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public NamesDAO()
| Method Detail | 
|---|
public Names lookupName(java.lang.String sortName,
                        java.lang.String subUnit,
                        java.lang.String nameType,
                        boolean create)
                 throws PersistenceException
PersistenceException
public Names lookupName(Names name,
                        boolean create)
                 throws PersistenceException,
                        UnknownLookupListException
PersistenceException
UnknownLookupListException
public int merge(java.util.Collection<DomainObject> mergeFrom,
                 DomainObject mergeTo,
                 InfiniteProgressPanel progressPanel)
          throws MergeException
merge in interface DomainAccessObjectmerge in class DomainAccessObjectImplMergeException| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||