• 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
Re: creating my EOQualifier in code
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: creating my EOQualifier in code


  • Subject: Re: creating my EOQualifier in code
  • From: Chuck Hill <email@hidden>
  • Date: Mon, 25 Feb 2008 10:20:02 -0800


On Feb 25, 2008, at 3:44 AM, Theodore Petrosky wrote:

Now this makes no sense to me and I don't understand
what to do...

This is my method:

	public WOComponent useSearchField() {
		EOEditingContext ec =
session().defaultEditingContext();

		if (userEntries.valueForKey("client") != null) {
//only do this if there is a value in the search field
			NSMutableArray arg1 = new NSMutableArray();
			arg1.addObject(userEntries.valueForKey("client"));

arg1.addObject("*" + userEntries.valueForKey("client") + "*");



EOQualifier newQual = EOQualifier.qualifierWithQualifierFormat ("(client caseInsensitiveLike %@) AND (isComplete = 0)", arg1); EOFetchSpecification fs = new EOFetchSpecification ("AsAdSched", newQual, null);

			fs.setRefreshesRefetchedObjects(true);

			//NSLog.out.appendln("fetchscpec = " + fs);

			fetchResult = ec.objectsWithFetchSpecification(fs);
		}
		return null;

	}

I wish I could find examples of some of this stuff.


Chuck


Message: 3 Date: Sun, 24 Feb 2008 21:58:38 -0800 From: Chuck Hill <email@hidden> Subject: Re: creating my EOQualifier in code To: WebObjects-Dev List <email@hidden> Message-ID: <email@hidden> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed

And I think you need to add the *...* to the value in
arg1, not the
format.


On Feb 24, 2008, at 9:32 PM, Mike Schrag wrote:

% is SQL syntax ... In EOQualifier syntax, you want
to use *

ms

On Feb 25, 2008, at 12:28 AM, Theodore Petrosky
wrote:



I am using the caseinsensitiveLike however I can
not
get the global '%' to work...

EOQualifier newQual =
EOQualifier.qualifierWithQualifierFormat
("(client caseInsensitiveLike %@%%) AND (isComplete
=
0)", arg1);


______________________________________________________________________ ______________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search. http://tools.search.yahoo.com/ newsearch/category.php?category=shopping



--

Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems.
http://www.global-village.net/products/practical_webobjects






_______________________________________________
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


References: 
 >Re: creating my EOQualifier in code (From: Theodore Petrosky <email@hidden>)

  • Prev by Date: Re: creating my EOQualifier in code
  • Next by Date: Re: pageFragmentCache
  • Previous by thread: Re: creating my EOQualifier in code
  • Next by thread: Re: Re: creating my EOQualifier in code
  • Index(es):
    • Date
    • Thread