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

Packages that use EmailAdressat
asit.moa.moazs.notifier   
 

Uses of EmailAdressat in asit.moa.moazs.notifier
 

Methods in asit.moa.moazs.notifier that return EmailAdressat
 EmailAdressat BaseEmailAdressatDAO.cast(Object object)
          Cast the object as a asit.moa.moazs.notifier.EmailAdressat
 EmailAdressat BaseEmailAdressatDAO.get(long key)
           
 EmailAdressat BaseEmailAdressatDAO.get(long key, net.sf.hibernate.Session s)
           
 EmailAdressat BaseEmailAdressatDAO.load(long key)
           
 EmailAdressat BaseEmailAdressatDAO.load(long key, net.sf.hibernate.Session s)
           
 EmailAdressat BaseEmailAdressatDAO.loadInitialize(long key, net.sf.hibernate.Session s)
           
 EmailAdressat BaseAppIdUser.getAdressat()
          Return the value associated with the column: adressat_id
 

Methods in asit.moa.moazs.notifier with parameters of type EmailAdressat
static void UtilsEmailAdressat.addEmailAdressat(EmailAdressat adressat)
           
 Long BaseEmailAdressatDAO.save(EmailAdressat emailAdressat)
          Persist the given transient instance, first assigning a generated identifier.
 Long BaseEmailAdressatDAO.save(EmailAdressat emailAdressat, net.sf.hibernate.Session s)
          Persist the given transient instance, first assigning a generated identifier.
 void BaseEmailAdressatDAO.saveOrUpdate(EmailAdressat emailAdressat)
          Either save() or update() the given instance, depending upon the value of its identifier property.
 void BaseEmailAdressatDAO.saveOrUpdate(EmailAdressat emailAdressat, net.sf.hibernate.Session s)
          Either save() or update() the given instance, depending upon the value of its identifier property.
 void BaseEmailAdressatDAO.update(EmailAdressat emailAdressat)
          Update the persistent state associated with the given identifier.
 void BaseEmailAdressatDAO.update(EmailAdressat emailAdressat, net.sf.hibernate.Session s)
          Update the persistent state associated with the given identifier.
 void BaseEmailAdressatDAO.delete(EmailAdressat emailAdressat)
          Remove a persistent instance from the datastore.
 void BaseEmailAdressatDAO.delete(EmailAdressat emailAdressat, net.sf.hibernate.Session s)
          Remove a persistent instance from the datastore.
 void BaseEmailAdressatDAO.refresh(EmailAdressat emailAdressat, net.sf.hibernate.Session s)
          Re-read the state of the given instance from the underlying database.
 void BaseAppIdUser.setAdressat(EmailAdressat adressat)
          Set the value related to the column: adressat_id
 



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