org.archiviststoolkit.mydomain
Class DigitalObjectDAO

java.lang.Object
  extended by org.archiviststoolkit.mydomain.DomainAccessObjectImpl
      extended by org.archiviststoolkit.mydomain.DigitalObjectDAO
All Implemented Interfaces:
java.util.EventListener, DomainAccessListener, DomainAccessObject

public class DigitalObjectDAO
extends DomainAccessObjectImpl


Field Summary
static int a
           
 
Constructor Summary
DigitalObjectDAO()
          Constructor which builds a DAO for this class.
 
Method Summary
 Resources findResourceByDigitalObject(ArchDescriptionDigitalInstances instance)
           
 java.util.List lookupDigitalObjectByParent(DigitalObjects digitalObject)
           
 java.util.List lookupDigitalObjectByParent(DigitalObjects digitalObject, org.hibernate.Session session)
           
 void updateFromDrop(java.lang.Long resourceComponentId, java.lang.Long resourceParentId, java.lang.Long resourceComponentParentId, java.lang.Double componentOrder)
           
 
Methods inherited from class org.archiviststoolkit.mydomain.DomainAccessObjectImpl
add, addGroup, addListener, closeLongSession, closeLongSessionRollback, delete, deleteById, deleteGroup, deleteLongSession, domainChanged, findAll, findAll, findAllLongSession, findAllLongSession, findByExample, findByNamedQuery, findByNamedQuery, findByPrimaryKey, findByPrimaryKeyLongSession, findByPrimaryKeyLongSessionForPrinting, findByPropertyValue, findByPropertyValues, findByPropertyValuesLongSession, findByQuery, findByQueryEditor, findByUniquePropertyValue, findByUniquePropertyValueLongSession, getCountBasedOnPropertyValue, getLongSession, getPersistentClass, merge, notifyListeners, removeListener, update, updateLongSession, updateLongSession, updateTextField
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

a

public static int a
Constructor Detail

DigitalObjectDAO

public DigitalObjectDAO()
Constructor which builds a DAO for this class.

Method Detail

lookupDigitalObjectByParent

public java.util.List lookupDigitalObjectByParent(DigitalObjects digitalObject)

lookupDigitalObjectByParent

public java.util.List lookupDigitalObjectByParent(DigitalObjects digitalObject,
                                                  org.hibernate.Session session)

updateFromDrop

public void updateFromDrop(java.lang.Long resourceComponentId,
                           java.lang.Long resourceParentId,
                           java.lang.Long resourceComponentParentId,
                           java.lang.Double componentOrder)

findResourceByDigitalObject

public Resources findResourceByDigitalObject(ArchDescriptionDigitalInstances instance)