_Employee Class Reference

Inherits er::extensions::eof::ERXGenericRecord.

Inherited by Employee.

Collaboration diagram for _Employee:

Collaboration graph
[legend]

List of all members.

Public Member Functions

er.ajax.example.Company company ()
String firstName ()
String lastName ()
Employee localInstanceIn (EOEditingContext editingContext)
void setCompany (er.ajax.example.Company value)
void setCompanyRelationship (er.ajax.example.Company value)
void setFirstName (String value)
void setLastName (String value)

Static Public Member Functions

static Employee createEmployee (EOEditingContext editingContext, String firstName, String lastName, er.ajax.example.Company company)
static NSArray< EmployeefetchAllEmployees (EOEditingContext editingContext, NSArray< EOSortOrdering > sortOrderings)
static NSArray< EmployeefetchAllEmployees (EOEditingContext editingContext)
static Employee fetchEmployee (EOEditingContext editingContext, EOQualifier qualifier)
static Employee fetchEmployee (EOEditingContext editingContext, String keyName, Object value)
static NSArray< EmployeefetchEmployees (EOEditingContext editingContext, EOQualifier qualifier, NSArray< EOSortOrdering > sortOrderings)
static Employee fetchRequiredEmployee (EOEditingContext editingContext, EOQualifier qualifier)
static Employee fetchRequiredEmployee (EOEditingContext editingContext, String keyName, Object value)
static Employee localInstanceIn (EOEditingContext editingContext, Employee eo)

Static Public Attributes

static final ERXKey
< er.ajax.example.Company
COMPANY = new ERXKey<er.ajax.example.Company>("company")
static final String COMPANY_KEY = COMPANY.key()
static final String ENTITY_NAME = "Employee"
static final ERXKey< StringFIRST_NAME = new ERXKey<String>("firstName")
static final String FIRST_NAME_KEY = FIRST_NAME.key()
static final ERXKey< StringLAST_NAME = new ERXKey<String>("lastName")
static final String LAST_NAME_KEY = LAST_NAME.key()

Static Private Attributes

static Logger LOG = Logger.getLogger(_Employee.class)


Member Function Documentation

er.ajax.example.Company company (  ) 

static Employee createEmployee ( EOEditingContext  editingContext,
String  firstName,
String  lastName,
er.ajax.example.Company  company 
) [static]

static NSArray<Employee> fetchAllEmployees ( EOEditingContext  editingContext,
NSArray< EOSortOrdering >  sortOrderings 
) [static]

static NSArray<Employee> fetchAllEmployees ( EOEditingContext  editingContext  )  [static]

static Employee fetchEmployee ( EOEditingContext  editingContext,
EOQualifier  qualifier 
) [static]

static Employee fetchEmployee ( EOEditingContext  editingContext,
String  keyName,
Object  value 
) [static]

static NSArray<Employee> fetchEmployees ( EOEditingContext  editingContext,
EOQualifier  qualifier,
NSArray< EOSortOrdering >  sortOrderings 
) [static]

static Employee fetchRequiredEmployee ( EOEditingContext  editingContext,
EOQualifier  qualifier 
) [static]

static Employee fetchRequiredEmployee ( EOEditingContext  editingContext,
String  keyName,
Object  value 
) [static]

String firstName (  ) 

String lastName (  ) 

static Employee localInstanceIn ( EOEditingContext  editingContext,
Employee  eo 
) [static]

Employee localInstanceIn ( EOEditingContext  ec  )  [virtual]

Returns this EO in the supplied editing context.

Returns:
this EO in the supplied editing context.

Reimplemented from ERXGenericRecord.

void setCompany ( er.ajax.example.Company  value  ) 

void setCompanyRelationship ( er.ajax.example.Company  value  ) 

void setFirstName ( String  value  ) 

void setLastName ( String  value  ) 


Member Data Documentation

final ERXKey<er.ajax.example.Company> COMPANY = new ERXKey<er.ajax.example.Company>("company") [static]

final String COMPANY_KEY = COMPANY.key() [static]

final String ENTITY_NAME = "Employee" [static]

final ERXKey<String> FIRST_NAME = new ERXKey<String>("firstName") [static]

final String FIRST_NAME_KEY = FIRST_NAME.key() [static]

final ERXKey<String> LAST_NAME = new ERXKey<String>("lastName") [static]

final String LAST_NAME_KEY = LAST_NAME.key() [static]

Logger LOG = Logger.getLogger(_Employee.class) [static, private]


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:42:41 2012 for Project Wonder by  doxygen 1.5.8