org.orange.kicsa.integration
Class JDBCDAOFactory

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

public class JDBCDAOFactory
extends AbstractDAOFactory

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

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

Method Detail

createAbilityDAO

public AbilityDAO createAbilityDAO()
throws org.orange.util.integration.DAOException

createAdminDAO

public AbilityDAO createAdminDAO()
throws org.orange.util.integration.DAOException

createEmployeeDAO

public EmployeeDAO createEmployeeDAO()
throws org.orange.util.integration.DAOException

createRelationshipTypeDAO

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

createSkillDAO

public SkillDAO createSkillDAO()
throws org.orange.util.integration.DAOException

getInstance

public static JDBCDAOFactory getInstance()

Association Links

to Class org.orange.kicsa.integration.JDBCDAOFactory

Dependency Links

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

Supplier Role Product
link dependency

to Class org.orange.kicsa.integration.AbstractDAOFactory

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

to Class org.orange.util.integration.DAOException

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

to Class org.orange.kicsa.service.ServiceException

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

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

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

to Class java.lang.RuntimeException

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

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

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

to Class java.lang.Class

to Class org.orange.kicsa.service.skill.SkillServiceImpl

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.util.integration

to Class Diagram org.orange.util

to Class Diagram org.orange.kicsa.service

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

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

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

PatternLink_Detail

to Class org.orange.kicsa.service.skill.SkillServiceImpl

shapeType PatternLink
link
pattern AbstractFactory
supplierRole Product