|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CompanyFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
Field Summary | |
---|---|
static CompanyFactory |
INSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
CompanyType |
createCompanyType()
Returns a new object of class 'Type'. |
DepartmentType |
createDepartmentType()
Returns a new object of class 'Department Type'. |
EmployeeType |
createEmployeeType()
Returns a new object of class 'Employee Type'. |
void |
register(commonj.sdo.helper.HelperContext scope)
Registers the types supported by this Factory within the supplied scope.argument |
Field Detail |
---|
static final CompanyFactory INSTANCE
Method Detail |
---|
CompanyType createCompanyType()
DepartmentType createDepartmentType()
EmployeeType createEmployeeType()
void register(commonj.sdo.helper.HelperContext scope)
scope
- an instance of HelperContext used to manage the scoping of types.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |