org.orange.kicsa.util
Class Populate.ArianeDAOImpl

org.orange.util.integration.JDBCDAO
  |
  +--org.orange.kicsa.util.Populate.ArianeDAOImpl

class Populate.ArianeDAOImpl
extends JDBCDAO
implements Populate.ArianeDAO

Ariane database Data Access Object (DAO)


Field Summary
 final static StringEMPLOYEE_END_DATE
           
 final static StringEMPLOYEE_ENTITY
           
 final static StringEMPLOYEE_FIRST_NAME
           
 final static StringEMPLOYEE_KEY
           
 final static StringEMPLOYEE_LAST_NAME
           
 final static StringEMPLOYEE_TABLE
           
 final static StringENTITY_KEY
           
 final static StringENTITY_NAME
           
 final static StringENTITY_TABLE
           
 final static StringSELECT_EMPLOYEES_BY_ENTITY
           
 final static StringSELECT_ENTITIES_LIKE_NAME
           

Fields inherited from class org.orange.util.integration.JDBCDAO
AND, CONNECTION_FACTORY_CLASS_NAME, CONNECTION_FACTORY_CLASS_NAME_DEFAULT, DELETE_FROM, DISTINCT, EQUAL_PARAMETER, FROM, IN, INSERT_INTO, LIKE, NOT, OR, ORDER_BY, SELECT, SET, UPDATE, VALUES, WHERE

Constructor Summary
Populate.ArianeDAOImpl()
           

Method Summary
 CollectiongetEmployees(Entity someEntity)
           
 CollectiongetEntities(String someEntityMask)
           

Methods inherited from class org.orange.util.integration.JDBCDAO
getConnection

Field Detail

EMPLOYEE_END_DATE

public final static String EMPLOYEE_END_DATE

EMPLOYEE_ENTITY

public final static String EMPLOYEE_ENTITY

EMPLOYEE_FIRST_NAME

public final static String EMPLOYEE_FIRST_NAME

EMPLOYEE_KEY

public final static String EMPLOYEE_KEY

EMPLOYEE_LAST_NAME

public final static String EMPLOYEE_LAST_NAME

EMPLOYEE_TABLE

public final static String EMPLOYEE_TABLE

ENTITY_KEY

public final static String ENTITY_KEY

ENTITY_NAME

public final static String ENTITY_NAME

ENTITY_TABLE

public final static String ENTITY_TABLE

SELECT_EMPLOYEES_BY_ENTITY

public final static String SELECT_EMPLOYEES_BY_ENTITY

SELECT_ENTITIES_LIKE_NAME

public final static String SELECT_ENTITIES_LIKE_NAME
Constructor Detail

Populate.ArianeDAOImpl

public Populate.ArianeDAOImpl()
throws org.orange.util.integration.DAOException
Method Detail

getEmployees

public Collection getEmployees(Entity someEntity)
throws org.orange.util.integration.DAOException

getEntities

public Collection getEntities(String someEntityMask)
throws org.orange.util.integration.DAOException
Returns: Entities matching some entity abbreviation mask

Association Links

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

Dependency Links

to Class org.orange.util.integration.JDBCDAO

to Class org.orange.kicsa.util.Populate.ArianeDAO

to Class java.lang.String

to Class org.orange.util.integration.DAOException

to Class java.util.Collection

to Class java.sql.Connection

to Class java.sql.PreparedStatement

to Class java.sql.ResultSet

to Class java.util.List

to Class java.util.ArrayList

to Class org.orange.kicsa.util.Populate.Entity

to Class org.orange.kicsa.util.Populate.EntityImpl

to Class java.sql.SQLException

to Class org.orange.kicsa.business.employee.Employee

to Class org.orange.kicsa.business.employee.EmployeeImpl

to Class Diagram org.orange.util.integration

to Class Diagram org.orange.util

to Class Diagram org.orange

to Class Diagram org

to Class Diagram <default>

to Class Diagram org.orange.kicsa.util

to Class Diagram org.orange.kicsa

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

to Class Diagram org.orange.kicsa.business