Inherited by ERNEUEditSortedManyToManyPage.

Classes | |
| class | CreateNewEODelegate |
Public Member Functions | |
| void | appendToResponse (WOResponse r, WOContext c) |
| EOEnterpriseObject | browserSelection () |
| int | browserSize () |
| String | browserStringForItem () |
| EOEntity | destinationEntity () |
| EORelationship | destinationRelationship () |
| String | displayKey () |
| boolean | displayList () |
| String | displayNameForRelationshipKey () |
| boolean | displayNew () |
| boolean | displayQuery () |
| WOComponent | displayQueryAction () |
| ERD2WEditSortedManyToManyPage (WOContext c) | |
| String | indexKey () |
| boolean | isSortedRelationship () |
| Integer | itemHashCode () |
| WOComponent | moveObjectDown () |
| WOComponent | moveObjectUp () |
| WOComponent | newObjectAction () |
| EOEnterpriseObject | newObjectInRelationship () |
| EOEnterpriseObject | objectAtIndex (int index) |
| EOEnterpriseObject | objectForHashCode (String hashCode) |
| EOEnterpriseObject | objectToAddToRelationship () |
| WOComponent | queryAction () |
| String | relationshipKey () |
| WOComponent | removeAllFromToManyRelationship () |
| WOComponent | removeFromToManyRelationshipAction () |
| WOComponent | returnAction () |
| WOComponent | saveAction () |
| WOComponent | selectAction () |
| NextPageDelegate | selectActionDelegate () |
| void | setMasterObjectAndRelationshipKey (EOEnterpriseObject eo, String relationshipKey) |
| void | setObjectToAddToRelationship (EOEnterpriseObject newValue) |
| void | setSelectActionDelegate (NextPageDelegate newSelectActionDelegate) |
| boolean | showIndex () |
| void | updateEOsOrdering () |
Public Attributes | |
| EOEnterpriseObject | browserItem |
| NSArray | browserSelections |
| WODisplayGroup | relationshipDisplayGroup = new WODisplayGroup() |
| EODataSource | selectDataSource = null |
| String | sortedObjects |
Static Public Attributes | |
| static final int | LIST = 1 |
| static final Logger | log = Logger.getLogger(ERD2WEditSortedManyToManyPage.class) |
| static final int | NEW = 2 |
| static final int | QUERY = 0 |
Protected Attributes | |
| EOEnterpriseObject | _eoToAddToRelationship |
| EOEnterpriseObject | _newEOInRelationship |
| int | _state = QUERY |
Private Attributes | |
| EORelationship | _destinationRelationship |
| String | _relationshipKey |
| NextPageDelegate | selectActionDelegate |
| ERD2WEditSortedManyToManyPage | ( | WOContext | c | ) |
| void appendToResponse | ( | WOResponse | response, | |
| WOContext | context | |||
| ) |
Overridden from the parent for better logging. Reports exceptions in the console for easier debugging.
Reimplemented from ERD2WPage.
| EOEnterpriseObject browserSelection | ( | ) |
| int browserSize | ( | ) |
Reimplemented in ERNEUEditSortedManyToManyPage.
| String browserStringForItem | ( | ) |
| EOEntity destinationEntity | ( | ) |
| EORelationship destinationRelationship | ( | ) |
| String displayKey | ( | ) |
| boolean displayList | ( | ) |
| String displayNameForRelationshipKey | ( | ) |
| boolean displayNew | ( | ) |
| boolean displayQuery | ( | ) |
| WOComponent displayQueryAction | ( | ) |
| String indexKey | ( | ) |
| boolean isSortedRelationship | ( | ) |
| Integer itemHashCode | ( | ) |
| WOComponent moveObjectDown | ( | ) |
| WOComponent moveObjectUp | ( | ) |
| WOComponent newObjectAction | ( | ) |
| EOEnterpriseObject newObjectInRelationship | ( | ) |
| EOEnterpriseObject objectAtIndex | ( | int | index | ) |
| EOEnterpriseObject objectForHashCode | ( | String | hashCode | ) |
| EOEnterpriseObject objectToAddToRelationship | ( | ) |
| WOComponent queryAction | ( | ) |
| String relationshipKey | ( | ) |
| WOComponent removeAllFromToManyRelationship | ( | ) |
| WOComponent removeFromToManyRelationshipAction | ( | ) |
| WOComponent returnAction | ( | ) |
| WOComponent saveAction | ( | ) |
| WOComponent selectAction | ( | ) |
| NextPageDelegate selectActionDelegate | ( | ) |
| void setMasterObjectAndRelationshipKey | ( | EOEnterpriseObject | eo, | |
| String | relationshipKey | |||
| ) |
| void setObjectToAddToRelationship | ( | EOEnterpriseObject | newValue | ) |
| void setSelectActionDelegate | ( | NextPageDelegate | newSelectActionDelegate | ) |
| boolean showIndex | ( | ) |
| void updateEOsOrdering | ( | ) |
EORelationship _destinationRelationship [private] |
EOEnterpriseObject _eoToAddToRelationship [protected] |
EOEnterpriseObject _newEOInRelationship [protected] |
String _relationshipKey [private] |
| EOEnterpriseObject browserItem |
| NSArray browserSelections |
final int LIST = 1 [static] |
final Logger log = Logger.getLogger(ERD2WEditSortedManyToManyPage.class) [static] |
logging support
Reimplemented from ERD2WPage.
final int NEW = 2 [static] |
final int QUERY = 0 [static] |
| WODisplayGroup relationshipDisplayGroup = new WODisplayGroup() |
NextPageDelegate selectActionDelegate [private] |
| EODataSource selectDataSource = null |
1.5.8