org.jaffa.beans.moulding.data
Class Generic
java.lang.Object
   org.jaffa.beans.moulding.data.domain.DomainDAO
org.jaffa.beans.moulding.data.domain.DomainDAO
       org.jaffa.beans.moulding.data.Generic
org.jaffa.beans.moulding.data.Generic
- public class Generic- extends DomainDAO
- Author:
- PaulE
 
 
 
| Method Summary | 
|  void | validate()This is called prior to a domain DAO being used in a service.
 | 
 
 
 
Generic
public Generic()
validate
public void validate()
              throws ApplicationExceptions,
                     FrameworkException
- Description copied from class: DomainDAO
- This is called prior to a domain DAO being used in a service. This is
  only called on the top level DAO of a DAO Graph, so this method should roll
  up lower level validations. The DAO is assumed to be valid if no exception
  is thrown.
 
- 
- Specified by:
- validatein class- DomainDAO
 
- 
- Throws:
- ApplicationExceptions- Contains an list of possible business logic
 exceptions that caused the validation to fail
- FrameworkException- Thrown if there is an environment/runtime problem
 that prevented the validation from being performed.
 
Copyright © 2002-2004 JAFFA Project.