Uses of Class
org.jaffa.persistence.UOW

Packages that use UOW
org.jaffa.beans.moulding.mapping   
org.jaffa.components.voucher   
org.jaffa.persistence   
org.jaffa.persistence.util   
org.jaffa.rules   
org.jaffa.rules.examples.domain   
org.jaffa.rules.fieldvalidators   
 

Uses of UOW in org.jaffa.beans.moulding.mapping
 

Methods in org.jaffa.beans.moulding.mapping with parameters of type UOW
static void BeanMoulder.updateBean(String path, DomainDAO source, UOW uow, MouldHandler handler)
          Take a source object and try and mold it back it its domain object
static void BeanMoulder.deleteBean(String path, DomainDAO source, UOW uow, MouldHandler handler)
          Take a source object and delete it or delete is children if it has any
 

Uses of UOW in org.jaffa.components.voucher
 

Methods in org.jaffa.components.voucher that return UOW
 UOW IVoucherGenerator.getUow()
          Getter for the property uow.
 UOW AbstractVoucherGenerator.getUow()
          Getter for the property uow.
 

Methods in org.jaffa.components.voucher with parameters of type UOW
 void IVoucherGenerator.setUow(UOW uow)
          Setter for property uow.
 void AbstractVoucherGenerator.setUow(UOW uow)
          Setter for property uow.
 

Uses of UOW in org.jaffa.persistence
 

Methods in org.jaffa.persistence that return UOW
 UOW Persistent.getUOW()
          Returns the UOW to which this object is associated.
 UOW IPersistent.getUOW()
          Returns the UOW to which this object is associated.
 UOW Criteria.getUow()
          Returns the UOW against which the query is to be performed.
 

Methods in org.jaffa.persistence with parameters of type UOW
 void Persistent.setUOW(UOW uow)
          Associates this object to a UOW.
 void IPersistent.setUOW(UOW uow)
          Associates this object to a UOW.
 

Uses of UOW in org.jaffa.persistence.util
 

Methods in org.jaffa.persistence.util with parameters of type UOW
static boolean PersistentHelper.exists(UOW uow, IPersistent object)
          This will query the database to see if the primary-key of the input persistent object is already in use.
static IPersistent PersistentHelper.loadFromSerializedKey(UOW uow, String serializedKey)
          This will load the persistent object from the input serialized key, by invoking the findByPK() method of the persistent class encoded in the input String.
 

Uses of UOW in org.jaffa.rules
 

Methods in org.jaffa.rules with parameters of type UOW
static void RulesEngine.doMandatoryValidationsForDomainField(String domainClassName, String fieldName, Object fieldValue, UOW uow)
          This will only invoke the 'Mandatory' Rules defined for the field.
static void RulesEngine.doAllValidationsForDomainField(String domainClassName, String fieldName, Object fieldValue, UOW uow)
          This will invoke all the Rules defined for the field.
static void RulesEngine.doMandatoryValidationsForDomainObject(Object domainObject, UOW uow)
          This will only invoke the 'Mandatory' Rules defined for the fields of the Domain object.
static void RulesEngine.doAllValidationsForDomainObject(Object domainObject, UOW uow)
          This will invoke all the Rules defined for the fields of the Domain object.
 

Uses of UOW in org.jaffa.rules.examples.domain
 

Methods in org.jaffa.rules.examples.domain with parameters of type UOW
static boolean ValidFieldValue.exists(UOW uow, String tableName, String fieldName, String legalValue)
          Check if the domain object exists for the input Primary Key.
static ValidFieldValue ValidFieldValue.findByPK(UOW uow, String tableName, String fieldName, String legalValue)
          Returns the domain object for the input Primary Key.
 

Uses of UOW in org.jaffa.rules.fieldvalidators
 

Methods in org.jaffa.rules.fieldvalidators that return UOW
 UOW IFieldValidator.getUow()
          Getter for the property uow.
 UOW AbstractFieldValidator.getUow()
          Getter for the property uow.
 

Methods in org.jaffa.rules.fieldvalidators with parameters of type UOW
 void IFieldValidator.setUow(UOW uow)
          Setter for property uow.
 void AbstractFieldValidator.setUow(UOW uow)
          Setter for property uow.
 



Copyright © 2002-2004 JAFFA Project.