
sample sample binding explanation
ak on Fri Jul 26 2002 DevStudio
| EOModeler | ( | WOContext | context | ) |
Public constructor.
| context | the context |
| WOComponent addAttribute | ( | ) |
| EOAttribute addAttributeNamed | ( | EOEntity | entity, | |
| String | name, | |||
| EOAttribute | prototype | |||
| ) |
| void addBackRelationship | ( | EOEntity | selectedEntity, | |
| EOEntity | targetEntity, | |||
| EOAttribute | foreignAttribute, | |||
| boolean | isToMany, | |||
| boolean | addBack | |||
| ) |
| WOComponent addBackToManyRelationship | ( | ) |
| WOComponent addBackToOneRelationship | ( | ) |
| WOComponent addEntity | ( | ) |
| EOEntity addEntityWithName | ( | EOModel | model, | |
| String | entityName | |||
| ) |
| WOComponent addFlattenedManyToManyRelationship | ( | ) |
| EOEntity addFlattenedManyToManyRelationship | ( | EOEntity | selectedEntity, | |
| EOEntity | targetEntity | |||
| ) |
| EORelationship addFlattenedRelationshipWithNamePathToEntity | ( | String | name, | |
| String | path, | |||
| EOEntity | entity | |||
| ) |
| WOComponent addManyToManyRelationship | ( | ) |
| EOEntity addManyToManyRelationship | ( | EOEntity | selectedEntity, | |
| EOEntity | targetEntity | |||
| ) |
| void addRelationship | ( | EOAttribute | foreignAttribute, | |
| boolean | isToMany, | |||
| boolean | addBack | |||
| ) |
| void addRelationship | ( | EOEntity | selectedEntity, | |
| EOEntity | targetEntity, | |||
| EOAttribute | foreignAttribute, | |||
| boolean | isToMany, | |||
| boolean | addBack | |||
| ) |
| WOComponent addToManyRelationship | ( | ) |
| WOComponent addToManyWithBackRelationship | ( | ) |
| WOComponent addToOneRelationship | ( | ) |
| WOComponent addToOneWithBackRelationship | ( | ) |
| boolean attributeHasRelationships | ( | ) |
| boolean attributeIsClassProperty | ( | ) |
| boolean attributeIsPrimaryKey | ( | ) |
| String attributeName | ( | ) |
| EOAttribute attributePrototype | ( | ) |
| NSArray attributesUsedInRelationships | ( | ) |
| void awake | ( | ) |
| String entityName | ( | ) |
| boolean relationshipIsClassProperty | ( | ) |
| boolean relationshipIsToMany | ( | ) |
| String relationshipName | ( | ) |
| WOComponent removeAttribute | ( | ) |
| WOComponent removeEntity | ( | ) |
| WOComponent removeRelationship | ( | ) |
| WOComponent selectDestinationEntity | ( | ) |
| String selectedEntityString | ( | ) |
| WOComponent selectEntity | ( | ) |
| void setAttributeIsClassProperty | ( | boolean | value | ) |
| void setAttributeName | ( | String | value | ) |
| void setAttributePrototype | ( | EOAttribute | value | ) |
| void setEntityName | ( | String | name | ) |
| void setModelPath | ( | String | value | ) |
| void setRelationshipIsClassProperty | ( | boolean | value | ) |
| void setRelationshipIsToMany | ( | boolean | value | ) |
| void setRelationshipName | ( | String | value | ) |
| WOComponent update | ( | ) |
| void updateClassProperties | ( | EOEntity | entity, | |
| Object | o, | |||
| boolean | add | |||
| ) |
| EOAttribute attribute |
| NSArray attributesUsedInRelationships |
| EOEntity destinationEntity |
| EOEntity entity |
| String entityName = "NewEntity" |
final Logger log = Logger.getLogger(EOModeler.class) [static, private] |
logging support
| EOModel model |
| EOModelGroup modelGroup |
| EOAttribute prototype |
| EOEntity prototypes |
| EORelationship relationship |
| EOEntity selectedEntity |
| boolean showTableNames = false |
| EOEntity subEntity |
| EOEntity targetEntity |
1.5.8