• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
EOGenerator Relationships
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

EOGenerator Relationships


  • Subject: EOGenerator Relationships
  • From: Michael Kondratov <email@hidden>
  • Date: Tue, 16 Sep 2008 19:23:44 -0400

I am having the strangest problem. I am unable to override set relationship methods.

Example:

    public void setInvoiceStatusRelationship(InvoiceStatus value) {
    System.out.println("updating invoice status");
        if(value != invoiceStatus()) {
        System.out.println("updating invoice status date");
            this.setInvoiceStatusDate(new NSTimestamp());
        }
        super.setInvoiceStatusRelationship(value);
    }


But it is never called. Instead a method setInvoiceStatusRelationship(value) from _Invoice (EOGenerator file) is being called.

Any advise?

Michael Kondratov
Aspire Auctions, Inc.
www.aspireauctions.com
216-231-5515
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: EOGenerator Relationships
      • From: David Avendasora <email@hidden>
  • Prev by Date: Re: Problem with an AjaxUpdateContainer (WONDER) in conjunction with a WOComponentContent and a WOSwitchComponent
  • Next by Date: Re: EOGenerator Relationships
  • Previous by thread: Re: Problem with an AjaxUpdateContainer (WONDER) in conjunction with a WOComponentContent and a WOSwitchComponent
  • Next by thread: Re: EOGenerator Relationships
  • Index(es):
    • Date
    • Thread