Inherited by Company.

Public Member Functions | |
| void | addToEmployees (er.uber.model.Employee object) |
| void | addToEmployeesRelationship (er.uber.model.Employee object) |
| er.uber.model.Employee | createEmployeesRelationship () |
| void | deleteAllEmployeesRelationships () |
| void | deleteEmployeesRelationship (er.uber.model.Employee object) |
| NSArray< er.uber.model.Employee > | employees (EOQualifier qualifier, NSArray< EOSortOrdering > sortOrderings, boolean fetch) |
| NSArray< er.uber.model.Employee > | employees (EOQualifier qualifier, boolean fetch) |
| NSArray< er.uber.model.Employee > | employees (EOQualifier qualifier) |
| NSArray< er.uber.model.Employee > | employees () |
| Company | localInstanceIn (EOEditingContext editingContext) |
| String | location () |
| er.attachment.model.ERAttachment | logo () |
| String | name () |
| void | removeFromEmployees (er.uber.model.Employee object) |
| void | removeFromEmployeesRelationship (er.uber.model.Employee object) |
| void | setLocation (String value) |
| void | setLogo (er.attachment.model.ERAttachment value) |
| void | setLogoRelationship (er.attachment.model.ERAttachment value) |
| void | setName (String value) |
Static Public Member Functions | |
| static Company | createCompany (EOEditingContext editingContext, String name) |
| static NSArray< Company > | fetchAllCompanies (EOEditingContext editingContext, NSArray< EOSortOrdering > sortOrderings) |
| static NSArray< Company > | fetchAllCompanies (EOEditingContext editingContext) |
| static NSArray< Company > | fetchCompanies (EOEditingContext editingContext, EOQualifier qualifier, NSArray< EOSortOrdering > sortOrderings) |
| static Company | fetchCompany (EOEditingContext editingContext, EOQualifier qualifier) |
| static Company | fetchCompany (EOEditingContext editingContext, String keyName, Object value) |
| static Company | fetchRequiredCompany (EOEditingContext editingContext, EOQualifier qualifier) |
| static Company | fetchRequiredCompany (EOEditingContext editingContext, String keyName, Object value) |
| static Company | localInstanceIn (EOEditingContext editingContext, Company eo) |
Static Public Attributes | |
| static final ERXKey < er.uber.model.Employee > | EMPLOYEES = new ERXKey<er.uber.model.Employee>("employees") |
| static final String | EMPLOYEES_KEY = EMPLOYEES.key() |
| static final String | ENTITY_NAME = "Company" |
| static final ERXKey< String > | LOCATION = new ERXKey<String>("location") |
| static final String | LOCATION_KEY = LOCATION.key() |
| static final ERXKey < er.attachment.model.ERAttachment > | LOGO = new ERXKey<er.attachment.model.ERAttachment>("logo") |
| static final String | LOGO_KEY = LOGO.key() |
| static final ERXKey< String > | NAME = new ERXKey<String>("name") |
| static final String | NAME_KEY = NAME.key() |
Static Private Attributes | |
| static Logger | LOG = Logger.getLogger(_Company.class) |
| void addToEmployees | ( | er.uber.model.Employee | object | ) |
| void addToEmployeesRelationship | ( | er.uber.model.Employee | object | ) |
| er.uber.model.Employee createEmployeesRelationship | ( | ) |
| void deleteAllEmployeesRelationships | ( | ) |
| void deleteEmployeesRelationship | ( | er.uber.model.Employee | object | ) |
| NSArray<er.uber.model.Employee> employees | ( | EOQualifier | qualifier, | |
| NSArray< EOSortOrdering > | sortOrderings, | |||
| boolean | fetch | |||
| ) |
| NSArray<er.uber.model.Employee> employees | ( | EOQualifier | qualifier, | |
| boolean | fetch | |||
| ) |
| NSArray<er.uber.model.Employee> employees | ( | EOQualifier | qualifier | ) |
| NSArray<er.uber.model.Employee> employees | ( | ) |
| static NSArray<Company> fetchAllCompanies | ( | EOEditingContext | editingContext, | |
| NSArray< EOSortOrdering > | sortOrderings | |||
| ) | [static] |
| static NSArray<Company> fetchAllCompanies | ( | EOEditingContext | editingContext | ) | [static] |
| static NSArray<Company> fetchCompanies | ( | EOEditingContext | editingContext, | |
| EOQualifier | qualifier, | |||
| NSArray< EOSortOrdering > | sortOrderings | |||
| ) | [static] |
| static Company fetchCompany | ( | EOEditingContext | editingContext, | |
| EOQualifier | qualifier | |||
| ) | [static] |
| static Company fetchCompany | ( | EOEditingContext | editingContext, | |
| String | keyName, | |||
| Object | value | |||
| ) | [static] |
| static Company fetchRequiredCompany | ( | EOEditingContext | editingContext, | |
| EOQualifier | qualifier | |||
| ) | [static] |
| static Company fetchRequiredCompany | ( | EOEditingContext | editingContext, | |
| String | keyName, | |||
| Object | value | |||
| ) | [static] |
| Company localInstanceIn | ( | EOEditingContext | ec | ) | [virtual] |
Returns this EO in the supplied editing context.
Reimplemented from ERXGenericRecord.
| String location | ( | ) |
| er.attachment.model.ERAttachment logo | ( | ) |
| String name | ( | ) |
| void removeFromEmployees | ( | er.uber.model.Employee | object | ) |
| void removeFromEmployeesRelationship | ( | er.uber.model.Employee | object | ) |
| void setLocation | ( | String | value | ) |
| void setLogo | ( | er.attachment.model.ERAttachment | value | ) |
| void setLogoRelationship | ( | er.attachment.model.ERAttachment | value | ) |
| void setName | ( | String | value | ) |
final ERXKey<er.uber.model.Employee> EMPLOYEES = new ERXKey<er.uber.model.Employee>("employees") [static] |
final String EMPLOYEES_KEY = EMPLOYEES.key() [static] |
final String ENTITY_NAME = "Company" [static] |
final String LOCATION_KEY = LOCATION.key() [static] |
Logger LOG = Logger.getLogger(_Company.class) [static, private] |
final ERXKey<er.attachment.model.ERAttachment> LOGO = new ERXKey<er.attachment.model.ERAttachment>("logo") [static] |
1.5.8