Uses of Class
asit.moa.moazs.notifier.ProtocolEntry

Packages that use ProtocolEntry
asit.moa.moazs.notifier   
 

Uses of ProtocolEntry in asit.moa.moazs.notifier
 

Methods in asit.moa.moazs.notifier that return ProtocolEntry
static ProtocolEntry UtilsProtocolEntry.getProtocolEntry(String mzsId)
           
 ProtocolEntry BaseProtocolEntryDAO.cast(Object object)
          Cast the object as a asit.moa.moazs.notifier.ProtocolEntry
 ProtocolEntry BaseProtocolEntryDAO.get(long key)
           
 ProtocolEntry BaseProtocolEntryDAO.get(long key, net.sf.hibernate.Session s)
           
 ProtocolEntry BaseProtocolEntryDAO.load(long key)
           
 ProtocolEntry BaseProtocolEntryDAO.load(long key, net.sf.hibernate.Session s)
           
 ProtocolEntry BaseProtocolEntryDAO.loadInitialize(long key, net.sf.hibernate.Session s)
           
 ProtocolEntry BaseLogEntry.getProtId()
          Return the value associated with the column: protocol_id
 

Methods in asit.moa.moazs.notifier with parameters of type ProtocolEntry
static void UtilsProtocolEntry.deleteProtocolEntry(ProtocolEntry entry)
           
static void UtilsProtocolEntry.addProtocolEntry(ProtocolEntry entry)
           
static void UtilsProtocolEntry.sendEmail(ProtocolEntry entry)
           
static InputStream UtilsProtocolEntry.getMailBody(ProtocolEntry entry)
           
 Long BaseProtocolEntryDAO.save(ProtocolEntry protocolEntry)
          Persist the given transient instance, first assigning a generated identifier.
 Long BaseProtocolEntryDAO.save(ProtocolEntry protocolEntry, net.sf.hibernate.Session s)
          Persist the given transient instance, first assigning a generated identifier.
 void BaseProtocolEntryDAO.saveOrUpdate(ProtocolEntry protocolEntry)
          Either save() or update() the given instance, depending upon the value of its identifier property.
 void BaseProtocolEntryDAO.saveOrUpdate(ProtocolEntry protocolEntry, net.sf.hibernate.Session s)
          Either save() or update() the given instance, depending upon the value of its identifier property.
 void BaseProtocolEntryDAO.update(ProtocolEntry protocolEntry)
          Update the persistent state associated with the given identifier.
 void BaseProtocolEntryDAO.update(ProtocolEntry protocolEntry, net.sf.hibernate.Session s)
          Update the persistent state associated with the given identifier.
 void BaseProtocolEntryDAO.delete(ProtocolEntry protocolEntry)
          Remove a persistent instance from the datastore.
 void BaseProtocolEntryDAO.delete(ProtocolEntry protocolEntry, net.sf.hibernate.Session s)
          Remove a persistent instance from the datastore.
 void BaseProtocolEntryDAO.refresh(ProtocolEntry protocolEntry, net.sf.hibernate.Session s)
          Re-read the state of the given instance from the underlying database.
 void BaseLogEntry.setProtId(ProtocolEntry protId)
          Set the value related to the column: protocol_id
 



Copyright 2007 Institut fuer Angewandte Informationsverarbeitung und Kommunikationstechnologie. All Rights Reserved.