org.orange.kicsa.integration
Class JDODAOFactory

org.orange.kicsa.integration.AbstractDAOFactory
  |
  +--org.orange.kicsa.integration.JDODAOFactory

public class JDODAOFactory
extends AbstractDAOFactory

Author:
Jérôme Beau pour Orange (c) 2002
Version: 0.1

Method Summary
 AbilityDAOcreateAbilityDAO()
           
 AbilityDAOcreateAdminDAO()
           
 EmployeeDAOcreateEmployeeDAO()
           
 RelationshipTypeDAOcreateRelationshipTypeDAO()
           
 SkillDAOcreateSkillDAO()
           
 static JDODAOFactorygetInstance()
           

Method Detail

createAbilityDAO

public AbilityDAO createAbilityDAO()

createAdminDAO

public AbilityDAO createAdminDAO()

createEmployeeDAO

public EmployeeDAO createEmployeeDAO()

createRelationshipTypeDAO

public RelationshipTypeDAO createRelationshipTypeDAO()
throws org.orange.util.integration.DAOException

createSkillDAO

public SkillDAO createSkillDAO()

getInstance

public static JDODAOFactory getInstance()

Association Links

to Class org.orange.kicsa.integration.JDODAOFactory

Dependency Links

to Class org.orange.kicsa.integration.AbstractDAOFactory

to Class org.orange.kicsa.integration.skill.SkillDAO

to Class java.lang.RuntimeException

to Class org.orange.kicsa.integration.ability.AbilityDAO

to Class org.orange.kicsa.integration.employee.EmployeeDAO

to Class org.orange.kicsa.integration.ability.AbilityJDODAO

to Class java.lang.Class

to Class org.orange.kicsa.integration.skill.RelationshipTypeDAO

to Class org.orange.util.integration.DAOException

to Class Diagram org.orange.kicsa.integration

to Class Diagram org.orange.kicsa

to Class Diagram org.orange

to Class Diagram org

to Class Diagram <default>

to Class Diagram org.orange.kicsa.integration.skill

to Class Diagram org.orange.kicsa.integration.ability

to Class Diagram org.orange.kicsa.integration.employee

to Class Diagram org.orange.util.integration

to Class Diagram org.orange.util

PatternLink_Detail

to Class org.orange.kicsa.integration.ability.AbilityJDODAO

shapeType PatternLink
link
pattern AbstractFactory
supplierRole Product