org.orange.kicsa.integration
Class AbstractDAOFactory

Direct Known Subclasses:
JDBCDAOFactory, JDODAOFactory, MemoryDAOFactory

public abstract class AbstractDAOFactory

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

Method Summary
 abstract AbilityDAOcreateAbilityDAO()
           
 abstract AbilityDAOcreateAdminDAO()
           
 abstract EmployeeDAOcreateEmployeeDAO()
           
 abstract RelationshipTypeDAOcreateRelationshipTypeDAO()
           
 abstract SkillDAOcreateSkillDAO()
           

Method Detail

createAbilityDAO

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

createAdminDAO

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

createEmployeeDAO

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

createRelationshipTypeDAO

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

createSkillDAO

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

Dependency Links

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

to Class org.orange.util.integration.DAOException

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

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

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

to Class org.orange.kicsa.integration.JDBCDAOFactory

to Class org.orange.kicsa.integration.JDODAOFactory

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

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

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

to Class Diagram org.orange.util

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

to Class Diagram org.orange.kicsa.service

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

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

PatternLink_Detail

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

clientRole Factory
shapeType PatternLink
link
pattern AbstractFactory
supplierRole Product

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

clientRole Factory
shapeType PatternLink
link
pattern AbstractFactory
supplierRole Product

to Class org.orange.kicsa.integration.JDBCDAOFactory

shapeType PatternLink
link
pattern AbstractFactory
supplierRole Concrete factory

to Class org.orange.kicsa.integration.JDODAOFactory

shapeType PatternLink
link
pattern AbstractFactory
supplierRole Concrete factory