PSE 2000 Group 4

Uses of Class
jobmatch.data.AreaDO

Packages that use AreaDO
jobmatch.business.entity   
jobmatch.data   
 

Uses of AreaDO in jobmatch.business.entity
 

Constructors in jobmatch.business.entity with parameters of type AreaDO
Area.Area(AreaDO dataObject)
           
 

Uses of AreaDO in jobmatch.data
 

Fields in jobmatch.data declared as AreaDO
protected  AreaDO AreaBDO.DO
          The AreaDO object upon which the set and get methods operate.
 AreaDO JobwishDataStruct.Area
           
 

Methods in jobmatch.data that return AreaDO
 AreaDO JobwishBDO.getArea()
          Get Area of the JobwishDO
 AreaDO AreaBDO.getDO()
          Note: This method is intended for use only by other BDO classes.
 AreaDO[] AreaQuery.getDOArray()
          Return array of DOs constructed from ResultSet returned by query.
 AreaDO AreaQuery.getNextDO()
          Return successive DOs from array built from ResultSet returned by query.
 AreaDO JobwishDO.getArea()
          Get Area of the Jobwish
static AreaDO AreaDO.createVirgin()
          createVirgin() Creates a DO that has no ObjectId or data.
static AreaDO AreaDO.createExisting(BigDecimal bd)
          createExisting( BigDecimal ) Factory method creates a AreaDO object by searching for it in the database using the passed BigDecimal value as the primary key.
static AreaDO AreaDO.createExisting(String handle)
          The createExisting method is used to create a AreaDO from a string handle.
protected static AreaDO AreaDO.createExisting(jobmatch.data.ObjectId id)
          createExisting( ObjectId ) Factory method creates a AreaDO object by searching for it in the database using the passed ObjectID value as the primary key.
protected static AreaDO AreaDO.createExisting(ResultSet rs)
          createExisting( ResultSet ) Factory method used to create an instance of this class to represent a Data Object already existing in the database.
protected static AreaDO AreaDO.createExisting(jobmatch.data.RDBRow row)
          createExisting( RDBRow ) Factory method creates a AreaDO object by searching for it in the database using the AreaDO.PrimaryKey value in the passed RDBRow.
protected static AreaDO AreaDO.createExisting(jobmatch.data.RDBColumnValue pk)
          createExisting( RDBColumnValue ) Factory method creates a AreaDO object by searching for it in the database using the passed AreaDO.PrimaryKey.
static AreaDO AreaDO.createCopy(AreaDataStruct data)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
static AreaDO AreaDO.createCopy(AreaDO orig)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
 

Methods in jobmatch.data with parameters of type AreaDO
 void JobwishBDO.setArea(AreaDO Area)
          Set Area of the JobwishDO
protected  void JobwishBDO.okToCommitArea(AreaDO member)
          A stub method for implementing pre-commit assertions for the Area data member.
protected  void JobwishBDO.okToDeleteArea(AreaDO member)
          A stub method for implementing pre-delete assertions for the Area data member.
static AreaBDO AreaBDO.createExisting(AreaDO DO)
          The createExisting method is used to create a AreaBDO from a AreaDO that was returned by the AreaQuery class.
 void JobwishDO.setArea(AreaDO Area)
          Set Area of the Jobwish
protected  void JobwishDO.okToCommitArea(AreaDO member)
          A stub method for implementing pre-commit assertions for the Area data member.
protected  void JobwishDO.okToDeleteArea(AreaDO member)
          A stub method for implementing pre-delete assertions for the Area data member.
static AreaDO AreaDO.createCopy(AreaDO orig)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
protected  void AreaDO.makeIdentical(AreaDO orig)
          makeIdentical() Assigns the DataStruct of an existing DO to this DO.
 

Constructors in jobmatch.data with parameters of type AreaDO
AreaBDO.AreaBDO(AreaDO DO)
          Constructor for use by classes derived from AreaBDO.
 


PSE 2000 Group 4