A B C D E F G H I J K L M N O P Q R S T U V W Y _

A

abs(Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Get the absolute value
abs(Long) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Get the absolute value
abs(Float) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Get the absolute value
abs(Double) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Get the absolute value
accept(ServerSocket, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allow to pass a Closure to the accept methods of ServerSocket
addObjectToObjectOnBothSidesOfRelationshipWithKey(EOEnterpriseObject, EOEnterpriseObject, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
addObjectToObjectOnBothSidesOfRelationshipWithKey(EOEnterpriseObject, EOEnterpriseObject, String) - Static method in class wogroovy.additions.EOEnterpriseObjectAdditions
 
addObjectsFromArrayWithoutDuplicates(NSMutableArray, NSArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
addObjectsFromArrayWithoutDuplicates(NSMutableArray, NSArray) - Static method in class wogroovy.additions.NSMutableArrayAdditions
 
allProperties(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
allSubEntities(EOEntity, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
allSubEntities(EOEntity, boolean) - Static method in class wogroovy.additions.EOEntityAdditions
 
and(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Bitwise AND together two Numbers
any(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over every element of a collection, and check whether a predicate is valid for at least one element
append(File, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Append the text at the end of the File
append(File, String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Append the text at the end of the File with a specified encoding
appendSeparatorIfLastNot(StringBuffer, char, char) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
appendSeparatorIfLastNot(StringBuffer, char, char) - Static method in class wogroovy.additions.StringAdditions
 
areIdenticalSets(NSArray, NSArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
areIdenticalSets(NSArray, NSArray) - Static method in class wogroovy.additions.NSArrayAdditions
 
array(EODataSource) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
array(EODataSource) - Static method in class wogroovy.additions.EODataSourceAdditions
 
arrayByAddingObjectsFromArrayWithoutDuplicates(NSArray, NSArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
arrayByAddingObjectsFromArrayWithoutDuplicates(NSArray, NSArray) - Static method in class wogroovy.additions.NSArrayAdditions
 
arrayValue(List) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
arrayValue(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
arrayValue(List) - Static method in class wogroovy.additions.GroovyAdditions
 
arrayValue(Object) - Static method in class wogroovy.additions.GroovyAdditions
 
arrayValueWithDefault(Object, NSArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
arrayValueWithDefault(Object, NSArray) - Static method in class wogroovy.additions.GroovyAdditions
 
arrayWithoutDuplicateKeyValue(NSArray, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
arrayWithoutDuplicateKeyValue(NSArray, String) - Static method in class wogroovy.additions.NSArrayAdditions
 
arrayWithoutDuplicates(NSArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
arrayWithoutDuplicates(NSArray) - Static method in class wogroovy.additions.NSArrayAdditions
 
asImmutable(Map) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating an immutable map
asImmutable(SortedMap) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating an immutable sorted map
asImmutable(List) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating an immutable list
asImmutable(Set) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating an immutable list
asImmutable(SortedSet) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating an immutable sorted set
asList(Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts the given collection into a List
asSynchronized(Map) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating a synchronized Map
asSynchronized(SortedMap) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating a synchronized SortedMap
asSynchronized(Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating a synchronized Collection
asSynchronized(List) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating a synchronized List
asSynchronized(Set) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating a synchronized Set
asSynchronized(SortedSet) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for creating a synchronized SortedSet
asWritable(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
asWritable(File, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 

B

binding() - Method in class wogroovy.WOGroovyShell
 
booleanValue(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
booleanValue(Object) - Static method in class wogroovy.additions.GroovyAdditions
 
booleanValueForBindingWithDefault(WOComponent, String, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
booleanValueForBindingWithDefault(WOComponent, String, boolean) - Static method in class wogroovy.additions.WOComponentAdditions
 
booleanValueWithDefault(Object, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
booleanValueWithDefault(Object, boolean) - Static method in class wogroovy.additions.GroovyAdditions
 
bytes(File) - Static method in class wogroovy.additions.FileAdditions
 
bytes(InputStream) - Static method in class wogroovy.additions.FileAdditions
 

C

CPFileList - Static variable in class wogroovy.WOGroovyCompilerProxy
denotes the name of file which describes in each line a path to java class to watch for.
The format of this file is:
name.of.package:unix_path_to_java_file_relative_to_this_file<return>
CompilerProxyDidCompileClassesNotification - Static variable in class wogroovy.WOGroovyCompilerProxy
Notification you can register to when the Compiler Proxy reloads classes.
calendarForTimestamp(NSTimestamp) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
calendarForTimestamp(NSTimestamp) - Static method in class wogroovy.additions.NSTimestampAdditions
 
center(String, Number, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Center a String and padd it with the characters appended around it
center(String, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Center a String and padd it with spaces appended around it
checkAndCompileOnNotification(NSNotification) - Method in class wogroovy.WOGroovyCompilerProxy
Method that will be called upon ApplicationWillDispatchRequest.
Checks if the request is not a resource request and then calls #checkAndCompileOnNotification()
classFiles - Variable in class wogroovy.WOGroovyCompilerProxy
Currently compiled classes.
classForName(String) - Method in class wogroovy.WOGroovyCompilerProxy
Returns the class registered for the name className.
Uses the private WebObjects class cache.
classLoaderLog - Static variable in class wogroovy.WOGroovyCompilerProxy
 
collect(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through this object transforming each object into a new value using the closure as a transformer, returning a list of transformed values.
collect(Collection, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through this collection transforming each entry into a new value using the closure as a transformer, returning a list of transformed values.
collect(Map, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through this Map transforming each entry into a new value using the closure as a transformer, returning a list of transformed values.
collect(NSArray, Closure) - Static method in class wogroovy.additions.NSArrayAdditions
 
collect(NSDictionary, Closure) - Static method in class wogroovy.additions.NSDictionaryAdditions
 
compareTo(NSTimestamp, NSTimestamp) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
compareTo(NSTimestamp, NSTimestamp) - Static method in class wogroovy.additions.NSTimestampAdditions
 
computeAvgForKey(NSArray, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
computeAvgForKey(NSArray, String) - Static method in class wogroovy.additions.NSArrayAdditions
 
computeCountForKey(NSArray, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
computeCountForKey(NSArray, String) - Static method in class wogroovy.additions.NSArrayAdditions
 
computeMaxForKey(NSArray, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
computeMaxForKey(NSArray, String) - Static method in class wogroovy.additions.NSArrayAdditions
 
computeMinForKey(NSArray, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
computeMinForKey(NSArray, String) - Static method in class wogroovy.additions.NSArrayAdditions
 
computeSumForKey(NSArray, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
computeSumForKey(NSArray, String) - Static method in class wogroovy.additions.NSArrayAdditions
 
connectWithModelNamed(EOEditingContext, String, NSDictionary) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
connectWithModelNamed(EOEditingContext, String, NSDictionary) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
contains(String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Provide an implementation of contains() like Collection to make Strings more polymorphic This method is not required on JDK 1.5 onwards
containsAnyObjectFromArray(NSArray, NSArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
containsAnyObjectFromArray(NSArray, NSArray) - Static method in class wogroovy.additions.NSArrayAdditions
 
containsArray(NSArray, NSArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
containsArray(NSArray, NSArray) - Static method in class wogroovy.additions.NSArrayAdditions
 
copyFiles(File, File, boolean, boolean, FileFilter) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
copyFiles(File, File, boolean, boolean, FileFilter) - Static method in class wogroovy.additions.FileAdditions
 
count(NSArray, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
count(String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Count the number of occurencies of a substring
count(NSArray, Object) - Static method in class wogroovy.additions.NSArrayAdditions
 
createAndInsertInstance(EOEditingContext, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
createAndInsertInstance(EOEditingContext, String) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
createEO(EOEditingContext, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
createEO(EOEditingContext, String, NSDictionary) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
createEO(EOEditingContext, String) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
createEO(EOEditingContext, String, NSDictionary) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
createEOLinkedToEO(EOEditingContext, String, String, EOEnterpriseObject) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
createEOLinkedToEO(EOEditingContext, String, String, EOEnterpriseObject, NSDictionary) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
createEOLinkedToEO(EOEditingContext, String, String, EOEnterpriseObject) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
createEOLinkedToEO(EOEditingContext, String, String, EOEnterpriseObject, NSDictionary) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
createStringBufferWriter(StringBuffer) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
createStringWriter(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 

D

DefaultGroovyMethods - class org.codehaus.groovy.runtime.DefaultGroovyMethods.
This class defines all the new groovy methods which appear on normal JDK classes inside the Groovy environment.
DefaultGroovyMethods() - Constructor for class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
DefaultGroovyMethods.ProcessRunner - class org.codehaus.groovy.runtime.DefaultGroovyMethods.ProcessRunner.
A Runnable which waits for a process to complete together with a notification scheme allowing another thread to wait a maximum number of seconds for the process to complete before killing it.
DefaultGroovyMethods.ProcessRunner(Process) - Constructor for class org.codehaus.groovy.runtime.DefaultGroovyMethods.ProcessRunner
 
dataSource(NSArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
dataSource(NSArray) - Static method in class wogroovy.additions.NSArrayAdditions
 
databaseContextForModelNamed(EOEditingContext, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
databaseContextForModelNamed(EOEditingContext, String) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
dateByAddingTime(NSTimestamp, NSTimestamp) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
dateByAddingTime(NSTimestamp, NSTimestamp) - Static method in class wogroovy.additions.NSTimestampAdditions
 
dayOfCommonEra(NSTimestamp) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
dayOfCommonEra(NSTimestamp) - Static method in class wogroovy.additions.NSTimestampAdditions
 
dayOfWeek(NSTimestamp) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
dayOfWeek(NSTimestamp) - Static method in class wogroovy.additions.NSTimestampAdditions
 
dayOfYear(NSTimestamp) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
dayOfYear(NSTimestamp) - Static method in class wogroovy.additions.NSTimestampAdditions
 
decodeBase64(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Decode the Sting from base64 into a byte array
decodedEntityName(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
decodedEntityName(String) - Static method in class wogroovy.additions.StringAdditions
 
defaultBinding() - Static method in class wogroovy.WOGroovyBinding
 
defaultProxy() - Static method in class wogroovy.WOGroovyCompilerProxy
Returns the Compiler Proxy Singleton.
Creates one if needed.
defaultTranscript - Static variable in class wogroovy.WOTranscript
 
defaultTranscript() - Static method in class wogroovy.WOTranscript
 
deleteDirectory(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
deleteDirectory(File) - Static method in class wogroovy.additions.FileAdditions
 
deleteFiles(File, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
deleteFiles(File, boolean) - Static method in class wogroovy.additions.FileAdditions
 
deletedObjectsPKeys(EOEditingContext) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
deletedObjectsPKeys(EOEditingContext) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
deplicateRelationship(ERXGenericRecord, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
deplicateRelationship(ERXGenericRecord, String) - Static method in class wogroovy.additions.EOEnterpriseObjectAdditions
 
destinationKeyForSourceObject(EOEditingContext, EOEnterpriseObject, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
destinationKeyForSourceObject(EOEditingContext, EOEnterpriseObject, String) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
dictionaryByRemovingFromDictionaryKeysInArray(NSDictionary, NSArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
dictionaryByRemovingFromDictionaryKeysInArray(NSDictionary, NSArray) - Static method in class wogroovy.additions.NSDictionaryAdditions
 
dictionaryGroupedByKeyPath(NSArray, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
dictionaryGroupedByKeyPath(NSArray, String, boolean, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
dictionaryGroupedByKeyPath(NSArray, String) - Static method in class wogroovy.additions.NSArrayAdditions
 
dictionaryGroupedByKeyPath(NSArray, String, boolean, String) - Static method in class wogroovy.additions.NSArrayAdditions
 
dictionaryGroupedByToManyKeyPath(NSArray, String, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
dictionaryGroupedByToManyKeyPath(NSArray, String, boolean) - Static method in class wogroovy.additions.NSArrayAdditions
 
dictionaryOfFormValues(NSArray, String, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
dictionaryOfFormValues(NSArray, String, boolean) - Static method in class wogroovy.additions.NSArrayAdditions
 
dictionaryValue(Map) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
dictionaryValue(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
dictionaryValue(Map) - Static method in class wogroovy.additions.GroovyAdditions
 
dictionaryValue(Object) - Static method in class wogroovy.additions.GroovyAdditions
 
dictionaryValueWithDefault(Object, NSDictionary) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
dictionaryValueWithDefault(Object, NSDictionary) - Static method in class wogroovy.additions.GroovyAdditions
 
dictionaryWithDictionary(NSDictionary, NSDictionary) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
dictionaryWithDictionary(NSDictionary, NSDictionary) - Static method in class wogroovy.additions.NSDictionaryAdditions
 
displayName(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
displayName(String) - Static method in class wogroovy.additions.StringAdditions
 
distance(String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
distance(String, String) - Static method in class wogroovy.additions.StringAdditions
 
div(Character, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Divide a Character by a Number
div(Number, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Divide a Number by a Character
div(Character, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Divide two Characters
div(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Divide two Numbers
dump(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Generates a detailed dump string of an object showing its class, hashCode and fields

E

EODataSourceAdditions - class wogroovy.additions.EODataSourceAdditions.
 
EODataSourceAdditions() - Constructor for class wogroovy.additions.EODataSourceAdditions
 
EOEditingContextAdditions - class wogroovy.additions.EOEditingContextAdditions.
 
EOEditingContextAdditions() - Constructor for class wogroovy.additions.EOEditingContextAdditions
 
EOEnterpriseObjectAdditions - class wogroovy.additions.EOEnterpriseObjectAdditions.
 
EOEnterpriseObjectAdditions() - Constructor for class wogroovy.additions.EOEnterpriseObjectAdditions
 
EOEntityAdditions - class wogroovy.additions.EOEntityAdditions.
 
EOEntityAdditions() - Constructor for class wogroovy.additions.EOEntityAdditions
 
EOModelGroupAdditions - class wogroovy.additions.EOModelGroupAdditions.
 
EOModelGroupAdditions() - Constructor for class wogroovy.additions.EOModelGroupAdditions
 
EditingContextKey - Static variable in class wogroovy.WOGroovyBinding
 
each(NSArray, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
each(NSArray, Closure) - Static method in class wogroovy.additions.NSArrayAdditions
 
each(NSDictionary, Closure) - Static method in class wogroovy.additions.NSDictionaryAdditions
 
eachByte(File, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Traverse through each byte of the specified File
eachByte(InputStream, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Traverse through each byte of the specified stream
eachByte(URL, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Traverse through each byte of the specified URL
eachFile(File, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Invokes the closure for each file in the given directory
eachFileRecurse(File, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Invokes the closure for each file in the given directory and recursively.
eachKey(NSDictionary, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
eachKey(NSDictionary, Closure) - Static method in class wogroovy.additions.NSDictionaryAdditions
 
eachLine(File, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the given file line by line
eachLine(Reader, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the given reader line by line
eachLine(InputStream, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the given stream line by line
eachLine(URL, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the lines read from the URL's associated input stream
eachMatch(String, String, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
process each regex matched substring of a string object.
eachProperty(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
eachPropertyName(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
eachValue(NSDictionary, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
eachValue(NSDictionary, Closure) - Static method in class wogroovy.additions.NSDictionaryAdditions
 
eachWithIndex(NSArray, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
eachWithIndex(NSArray, Closure) - Static method in class wogroovy.additions.NSArrayAdditions
 
ec(WOComponent) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
ec(WOComponent) - Static method in class wogroovy.additions.WOComponentAdditions
 
encodeBase64(Byte[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
encodeBase64(byte[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Produce a Writable object which writes the base64 encoding of the byte array Calling toString() on the result rerurns the encoding as a String
encodedEntityName(EOEnterpriseObject) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
encodedEntityName(EOEnterpriseObject) - Static method in class wogroovy.additions.EOEnterpriseObjectAdditions
 
entities(EOModelGroup) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
entities(EOModelGroup) - Static method in class wogroovy.additions.EOModelGroupAdditions
 
entityForClass(EOEditingContext, Class) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
entityForClass(EOEditingContext, Class) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
entityForObject(EOEditingContext, EOEnterpriseObject) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
entityForObject(EOEditingContext, EOEnterpriseObject) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
entityNamed(EOEditingContext, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
entityNamed(EOEditingContext, String) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
evaluateSQLWithEntityNamed(EOEditingContext, String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
evaluateSQLWithEntityNamed(EOEditingContext, String, String) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
evaluateWithContentOfFile(String) - Method in class wogroovy.WOGroovyShell
 
evaluateWithResourceNamed(String, String, NSArray) - Method in class wogroovy.WOGroovyShell
 
every(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over every element of a collection, and check whether a predicate is valid for all elements.
execute(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Executes the given string as a command line process.
executeStoredProcedureNamed(EOEditingContext, String, NSDictionary) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
executeStoredProcedureNamed(EOEditingContext, String, NSDictionary) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
executeWithContentOfFile(File, NSArray) - Method in class wogroovy.WOGroovyShell
 
executeWithContentOfFile(String, NSArray) - Method in class wogroovy.WOGroovyShell
 
executeWithResourceNamed(String, String, NSArray, NSArray) - Method in class wogroovy.WOGroovyShell
 
executeWithScript(String, String, NSArray) - Method in class wogroovy.WOGroovyShell
 
executeWithStream(InputStream, String, NSArray) - Method in class wogroovy.WOGroovyShell
 
existsFiles(URL) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
existsFiles(URL) - Static method in class wogroovy.additions.GroovyAdditions
 

F

FileAdditions - class wogroovy.additions.FileAdditions.
 
FileAdditions() - Constructor for class wogroovy.additions.FileAdditions
 
faultWithPrimaryKey(EOEditingContext, String, NSDictionary) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
faultWithPrimaryKey(EOEditingContext, String, NSDictionary) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
faultWithPrimaryKeyValue(EOEditingContext, String, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
faultWithPrimaryKeyValue(EOEditingContext, String, Object) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
filesInDirectory(File, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
filesInDirectory(File, boolean) - Static method in class wogroovy.additions.FileAdditions
 
filterArrayWithQualifier(NSMutableArray, EOQualifier) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
filterArrayWithQualifier(NSMutableArray, EOQualifier) - Static method in class wogroovy.additions.NSMutableArrayAdditions
 
filterLine(Reader, Writer, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Filter the lines from a reader and write them on the writer, according to a closure which returns true or false.
filterLine(Reader, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Filter the lines of a Reader and create a Writable in return to stream the filtered lines
filteredArrayWithEntityFetchSpecification(NSArray, String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
filteredArrayWithEntityFetchSpecification(NSArray, String, String, NSDictionary) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
filteredArrayWithEntityFetchSpecification(NSArray, String, String) - Static method in class wogroovy.additions.NSArrayAdditions
 
filteredArrayWithEntityFetchSpecification(NSArray, String, String, NSDictionary) - Static method in class wogroovy.additions.NSArrayAdditions
 
filteredArrayWithQualifier(NSArray, EOQualifier) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
filteredArrayWithQualifier(NSArray, EOQualifier) - Static method in class wogroovy.additions.NSArrayAdditions
 
filteredArrayWithQualifierEvaluation(NSArray, EOQualifierEvaluation) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
filteredArrayWithQualifierEvaluation(NSArray, EOQualifierEvaluation) - Static method in class wogroovy.additions.NSArrayAdditions
 
find(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds the first value matching the closure condition
find(Collection, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds the first value matching the closure condition
find(Map, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds the first value matching the closure condition
find(NSArray, Closure) - Static method in class wogroovy.additions.NSArrayAdditions
 
find(NSDictionary, Closure) - Static method in class wogroovy.additions.NSDictionaryAdditions
 
findAll(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds all values matching the closure condition
findAll(Collection, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds all values matching the closure condition
findAll(Map, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Finds all values matching the closure condition
findAll(NSArray, Closure) - Static method in class wogroovy.additions.NSArrayAdditions
 
findAll(NSDictionary, Closure) - Static method in class wogroovy.additions.NSDictionaryAdditions
 
findIndexOf(Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over every element of the collection and return the index of the first object that matches the condition specified in the closure
finishedLaunchingApp(NSNotification) - Method in class wogroovy.WOGroovy.Observer
This method is called when the application has finished launching.
firstPropertyKey(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
firstPropertyKey(String) - Static method in class wogroovy.additions.StringAdditions
 
flatten(NSArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
flatten(NSArray) - Static method in class wogroovy.additions.NSArrayAdditions
 
friendlyDisplayForKeyPath(NSArray, String, String, String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
friendlyDisplayForKeyPath(NSArray, String, String, String, String) - Static method in class wogroovy.additions.NSArrayAdditions
 

G

GroovyAdditions - class wogroovy.additions.GroovyAdditions.
 
GroovyAdditions() - Constructor for class wogroovy.additions.GroovyAdditions
 
get(NSKeyValueCoding, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
get(Map, Object, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Looks up an item in a Map for the given key and returns the value - unless there is no entry for the given key in which case add the default value to the map and return that.
get(NSKeyValueCoding, String) - Static method in class wogroovy.additions.NSKeyValueCodingAdditions
 
getAt(EOEnterpriseObject, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(NSArray, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(NSArray, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(List, Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows a List to be used as the indices to be used on a List
getAt(Object[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows a List to be used as the indices to be used on a List
getAt(CharSequence, Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows a List to be used as the indices to be used on a CharSequence
getAt(String, Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows a List to be used as the indices to be used on a String
getAt(Matcher, Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows a List to be used as the indices to be used on a Matcher
getAt(byte[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(char[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(short[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(int[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(long[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(float[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(double[], Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getAt(EOEnterpriseObject, Object) - Static method in class wogroovy.additions.EOEnterpriseObjectAdditions
 
getAt(NSArray, int) - Static method in class wogroovy.additions.NSArrayAdditions
 
getAt(NSArray, String) - Static method in class wogroovy.additions.NSArrayAdditions
 
getAt(NSDictionary, Object) - Static method in class wogroovy.additions.NSDictionaryAdditions
 
getErr(Process) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
An alias method so that a process appears similar to System.out, System.in, System.err; you can use process.in, process.out, process.err in a similar way
getIn(Process) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
An alias method so that a process appears similar to System.out, System.in, System.err; you can use process.in, process.out, process.err in a similar way
getNextValFromSequenceNamed(EOEditingContext, String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
getNextValFromSequenceNamed(EOEditingContext, String, String) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
getOut(Process) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
An alias method so that a process appears similar to System.out, System.in, System.err; you can use process.in, process.out, process.err in a similar way
getText(File, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Reads the content of the File opened with the specified encoding and returns it as a String
getText(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Reads the content of the File and returns it as a String
getText(URL) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Reads the content of this URL and returns it as a String
getText(URL, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Reads the content of this URL and returns it as a String
getText(InputStream) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Reads the content of this InputStream and returns it as a String
getText(InputStream, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Reads the content of this InputStream with a specified charset and returns it as a String
getText(BufferedReader) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Reads the content of the BufferedReader and returns it as a String
getText(Process) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Read the text of the output stream of the Process.
grep(Object, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates over every element of the collection and return each object that matches the given filter - calling the isCase() method used by switch statements.

H

hourOfDay(NSTimestamp) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
hourOfDay(NSTimestamp) - Static method in class wogroovy.additions.NSTimestampAdditions
 

I

indexOfNumeric(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
indexOfNumeric(String, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
indexOfNumeric(String) - Static method in class wogroovy.additions.StringAdditions
 
indexOfNumeric(String, int) - Static method in class wogroovy.additions.StringAdditions
 
initialize() - Method in class wogroovy.WOGroovyCompilerProxy
Initializes the CopilerProxy singleton.
Registers for ApplicationWillDispatchRequest notification.
initializeBinding(WOGroovyBinding) - Static method in class wogroovy.WOGroovyBinding
 
initialized - Variable in class wogroovy.WOGroovyCompilerProxy
 
inject(Collection, Object, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the given collection, passing in the initial value to the closure along with the current iterated item then passing into the next iteration the value of the previous closure.
inject(NSArray, Object, Closure) - Static method in class wogroovy.additions.NSArrayAdditions
 
inspect(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
intValue(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
intValue(Object) - Static method in class wogroovy.additions.GroovyAdditions
 
intValueForBindingWithDefault(WOComponent, String, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
intValueForBindingWithDefault(WOComponent, String, int) - Static method in class wogroovy.additions.WOComponentAdditions
 
intValueWithDefault(Object, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
intValueWithDefault(Object, int) - Static method in class wogroovy.additions.GroovyAdditions
 
intdiv(Character, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Integer Divide a Character by a Number
intdiv(Number, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Integer Divide a Number by a Character
intdiv(Character, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Integer Divide two Characters
intdiv(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Integer Divide two Numbers
integer(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
integer(String) - Static method in class wogroovy.additions.StringAdditions
 
intersect(List, Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a List composed of the intersection of both collections
intersectingElements(NSArray, NSArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
intersectingElements(NSArray, NSArray) - Static method in class wogroovy.additions.NSArrayAdditions
 
invokeMethod(Object, String, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Provide a dynamic method invocation method which can be overloaded in classes to implement dynamic proxies easily.
isCase(Object, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
isCase(String, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
isCase(Class, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
isCase(Collection, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
isCase(Pattern, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
isClassContainedBySet(String, NSSet) - Static method in class wogroovy.WOGroovyCompilerProxy
Tests whether or not the class name with package is contained in the set of CacheEntry objects.
isEarlierThan(NSTimestamp, NSTimestamp) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
isEarlierThan(NSTimestamp, NSTimestamp) - Static method in class wogroovy.additions.NSTimestampAdditions
 
isLaterThan(NSTimestamp, NSTimestamp) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
isLaterThan(NSTimestamp, NSTimestamp) - Static method in class wogroovy.additions.NSTimestampAdditions
 

J

join(Collection, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Concatenates all of the items of the collection together with the given String as a separator
join(Object[], String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Concatenates all of the elements of the array together with the given String as a separator

K

keyPathWithoutFirstProperty(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
keyPathWithoutFirstProperty(String) - Static method in class wogroovy.additions.StringAdditions
 
keyPathWithoutLastProperty(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
keyPathWithoutLastProperty(String) - Static method in class wogroovy.additions.StringAdditions
 

L

lastNMonthsArray(int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
lastNMonthsArray(int) - Static method in class wogroovy.additions.GroovyAdditions
 
lastNMonthsAsStringsArray(int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
lastNMonthsAsStringsArray(int) - Static method in class wogroovy.additions.GroovyAdditions
 
lastPathComponent(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
lastPathComponent(String) - Static method in class wogroovy.additions.StringAdditions
 
lastPropertyKey(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
lastPropertyKey(String) - Static method in class wogroovy.additions.StringAdditions
 
leftShift(NSMutableArray, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
leftShift(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Implementation of the left shift operator for integral types.
leftShift(NSMutableArray, Object) - Static method in class wogroovy.additions.NSMutableArrayAdditions
 
lines() - Method in class wogroovy.WOTranscript
 
linkFiles(File, File, boolean, boolean, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
linkFiles(File, File, boolean, boolean, boolean) - Static method in class wogroovy.additions.FileAdditions
 
list(NSArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
list(NSArray) - Static method in class wogroovy.additions.NSArrayAdditions
 
localInstanceOfObject(EOEditingContext, EOEnterpriseObject) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
localInstanceOfObject(EOEditingContext, EOEnterpriseObject) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
localInstancesOfObjects(EOEditingContext, NSArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
localInstancesOfObjects(EOEditingContext, NSArray) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
localizedTemplateStringForKey(Object, String, String, NSArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
localizedTemplateStringForKey(Object, String, String, NSArray) - Static method in class wogroovy.additions.GroovyAdditions
 
log - Static variable in class wogroovy.WOGroovyCompilerProxy
 

M

ModelGroupKey - Static variable in class wogroovy.WOGroovyBinding
 
map(NSDictionary) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
map(NSDictionary) - Static method in class wogroovy.additions.NSDictionaryAdditions
 
max(Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Selects the maximum value found in the collection
max(Collection, Comparator) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Selects the maximum value found in the collection using the given comparator
min(Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Selects the minimum value found in the collection
min(Collection, Comparator) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Selects the minimum value found in the collection using the given comparator
minus(NSArray, NSArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
minus(NSArray, NSArray) - Static method in class wogroovy.additions.NSArrayAdditions
 
minuteOfHour(NSTimestamp) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
minuteOfHour(NSTimestamp) - Static method in class wogroovy.additions.NSTimestampAdditions
 
mod(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Performs a division modulus operation
modelGroup(EOEditingContext) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
modelGroup(EOEditingContext) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
monthOfYear(NSTimestamp) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
monthOfYear(NSTimestamp) - Static method in class wogroovy.additions.NSTimestampAdditions
 
multiply(Collection, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Create a List composed of the same elements repeated a certain number of times.
multiply(String, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Repeat a String a certain number of times
multiply(Character, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Multiply a Character by a Number
multiply(Number, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Multiply a Number by a Character
multiply(Character, Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Multiply two Characters
multiply(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Multiply two Numbers
mutableArrayValue(List) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
mutableArrayValue(List) - Static method in class wogroovy.additions.GroovyAdditions
 
mutableDictionaryValue(Map) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
mutableDictionaryValue(Map) - Static method in class wogroovy.additions.GroovyAdditions
 

N

NSArrayAdditions - class wogroovy.additions.NSArrayAdditions.
 
NSArrayAdditions() - Constructor for class wogroovy.additions.NSArrayAdditions
 
NSDictionaryAdditions - class wogroovy.additions.NSDictionaryAdditions.
 
NSDictionaryAdditions() - Constructor for class wogroovy.additions.NSDictionaryAdditions
 
NSKeyValueCodingAdditions - class wogroovy.additions.NSKeyValueCodingAdditions.
 
NSKeyValueCodingAdditions() - Constructor for class wogroovy.additions.NSKeyValueCodingAdditions
 
NSMutableArrayAdditions - class wogroovy.additions.NSMutableArrayAdditions.
 
NSMutableArrayAdditions() - Constructor for class wogroovy.additions.NSMutableArrayAdditions
 
NSMutableDictionaryAdditions - class wogroovy.additions.NSMutableDictionaryAdditions.
 
NSMutableDictionaryAdditions() - Constructor for class wogroovy.additions.NSMutableDictionaryAdditions
 
NSTimestampAdditions - class wogroovy.additions.NSTimestampAdditions.
 
NSTimestampAdditions() - Constructor for class wogroovy.additions.NSTimestampAdditions
 
NotificationCenterKey - Static variable in class wogroovy.WOGroovyBinding
 
negate(Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Negates the number
newInputStream(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a buffered input stream for a file
newOutputStream(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a buffered output stream for a file
newPrintWriter(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a new PrintWriter for a file
newPrintWriter(File, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a new PrintWriter for a file with a specified charset
newReader(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a buffered reader for a file
newReader(File, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a buffered reader for a file, with a specified charset
newWriter(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a buffered writer for a file
newWriter(File, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a buffered writer for a file in append mode
newWriter(File, String, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a buffered writer for a file
newWriter(File, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a buffered writer for a file
next(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Increments the last digit in the given string, resetting it and moving onto the next digit if increasing the digit no longer becomes a letter or digit.
next(Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Increment a Character by one
next(Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Increment a Number by one
next(Date) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Increments a Date by a day
normaliseIndex(int, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
This converts a possibly negative index to a real index into the array.

O

ObjectStoreCoordinatorKey - Static variable in class wogroovy.WOGroovyBinding
 
objectCountWithQualifier(EOEditingContext, String, EOQualifier) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
objectCountWithQualifier(EOEditingContext, String, EOQualifier) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
objectForKey(String) - Method in class wogroovy.WOGroovyBinding
 
objectForKey(String) - Method in class wogroovy.WOGroovyShell
 
objectFromRawRow(EOEditingContext, String, NSDictionary) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
objectFromRawRow(EOEditingContext, String, NSDictionary) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
objectMatchingKeyAndValue(EOEditingContext, String, String, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
objectMatchingKeyAndValue(EOEditingContext, String, String, Object) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
objectMatchingValues(EOEditingContext, String, NSDictionary) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
objectMatchingValues(EOEditingContext, String, NSDictionary) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
objectWithFetchSpecificationAndBindings(EOEditingContext, String, String, NSDictionary) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
objectWithFetchSpecificationAndBindings(EOEditingContext, String, String, NSDictionary) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
objectWithPrimaryKey(EOEditingContext, String, NSDictionary) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
objectWithPrimaryKey(EOEditingContext, String, NSDictionary) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
objectWithPrimaryKeyValue(EOEditingContext, String, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
objectWithPrimaryKeyValue(EOEditingContext, String, Object) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
objectWithQualifierFormat(EOEditingContext, String, String, NSArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
objectWithQualifierFormat(EOEditingContext, String, String, NSArray) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
objectsByDecodingFromFormValues(EOEditingContext, NSDictionary) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
objectsByDecodingFromFormValues(EOEditingContext, NSDictionary) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
objectsForEntityNamed(EOEditingContext, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
objectsForEntityNamed(EOEditingContext, String) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
objectsMatchingKeyAndValue(EOEditingContext, String, String, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
objectsMatchingKeyAndValue(EOEditingContext, String, String, Object) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
objectsMatchingValues(EOEditingContext, String, NSDictionary) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
objectsMatchingValues(EOEditingContext, String, NSDictionary) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
objectsOfClass(EOEditingContext, Class) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
objectsOfClass(EOEditingContext, Class) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
objectsWithFetchSpecificationAndBindings(EOEditingContext, String, String, NSDictionary) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
objectsWithFetchSpecificationAndBindings(EOEditingContext, String, String, NSDictionary) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
objectsWithQualifierFormat(EOEditingContext, String, String, NSArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
objectsWithQualifierFormat(EOEditingContext, String, String, NSArray) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
observer - Static variable in class wogroovy.WOGroovy
 
or(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Bitwise OR together two numbers
org.codehaus.groovy.runtime - package org.codehaus.groovy.runtime
 

P

padLeft(String, Number, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Pad a String with the characters appended to the left
padLeft(String, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Pad a String with the spaces appended to the left
padRight(String, Number, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Pad a String with the characters appended to the right
padRight(String, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Pad a String with the spaces appended to the right
pathExtension(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
pathExtension(String) - Static method in class wogroovy.additions.StringAdditions
 
pathForCPFileList(String) - Method in class wogroovy.WOGroovyCompilerProxy
 
plus(NSArray, NSArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
plus(NSArray, NSArray) - Static method in class wogroovy.additions.NSArrayAdditions
 
pop(NSMutableArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
pop(NSMutableArray) - Static method in class wogroovy.additions.NSMutableArrayAdditions
 
power(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Power of a Number to a certain exponent
previous(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Decrements the last digit in the given string, resetting it and moving onto the next digit if increasing the digit no longer becomes a letter or digit.
previous(Character) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Decrement a Character by one
previous(Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Decrement a Number by one
previous(Date) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Decrement a Date by a day
primaryKeyDictionaryForEntity(EOEditingContext, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
primaryKeyDictionaryForEntity(EOEditingContext, String) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
primaryKeyFetchSpecificationForEntity(EOEditingContext, String, EOQualifier, NSArray, NSArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
primaryKeyFetchSpecificationForEntity(EOEditingContext, String, EOQualifier, NSArray, NSArray) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
primaryKeyForObject(EOEditingContext, EOEnterpriseObject) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
primaryKeyForObject(EOEditingContext, EOEnterpriseObject) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
primaryKeysMatchingQualifier(EOEditingContext, String, EOQualifier, NSArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
primaryKeysMatchingQualifier(EOEditingContext, String, EOQualifier, NSArray) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
primitiveArrayGet(Object, int) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Implements the getAt(int) method for primitve type arrays
primitiveArrayGet(Object, Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Implements the getAt(Collection) method for primitve type arrays
primitiveArrayPut(Object, int, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Implements the set(int idx) method for primitve type arrays
print(Object, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Print to a console in interactive format
print(Object, PrintWriter) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Print to a console in interactive format
println(Object, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Print to a console in interactive format along with a newline
println(Object, PrintWriter) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Print to a console in interactive format
projectInSearchPath(String) - Method in class wogroovy.WOGroovyCompilerProxy
Returns an array of paths to the opened projects that have a CPFileList.txt.
This code is pretty fragile and subject to changes between versions of the dev-tools.
projectPaths() - Method in class wogroovy.WOGroovyCompilerProxy
 
propertyForKey(String) - Method in class wogroovy.WOGroovyBinding
 
propertyForKey(String) - Method in class wogroovy.WOGroovyShell
 
push(NSMutableArray, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
push(NSMutableArray, Object) - Static method in class wogroovy.additions.NSMutableArrayAdditions
 
putAt(EOEnterpriseObject, Object, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
putAt(NSMutableArray, int, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
putAt(Object, String, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows the subscript operator to be used to set dynamically named property values.
putAt(EOEnterpriseObject, Object, Object) - Static method in class wogroovy.additions.EOEnterpriseObjectAdditions
 
putAt(NSMutableArray, int, Object) - Static method in class wogroovy.additions.NSMutableArrayAdditions
 
putAt(NSMutableDictionary, Object, Object) - Static method in class wogroovy.additions.NSMutableDictionaryAdditions
 

Q

qualifier(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
qualifier(String) - Static method in class wogroovy.additions.StringAdditions
 
qualifierForEnterpriseObject(EOEditingContext, EOEnterpriseObject) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
qualifierForEnterpriseObject(EOEditingContext, EOEnterpriseObject) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
qualifierWithArray(String, NSArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
qualifierWithArray(String, NSArray) - Static method in class wogroovy.additions.StringAdditions
 

R

ResourceManagerKey - Static variable in class wogroovy.WOGroovyBinding
 
rawRowsForSQL(EOEditingContext, String, String, NSArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
rawRowsForSQL(EOEditingContext, String, String, NSArray) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
rawRowsForStoredProcedureNamed(EOEditingContext, String, NSDictionary) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
rawRowsForStoredProcedureNamed(EOEditingContext, String, NSDictionary) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
rawRowsMatchingKeyAndValue(EOEditingContext, String, String, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
rawRowsMatchingKeyAndValue(EOEditingContext, String, String, Object) - Static method in class wogroovy.additions.EOEditingContextAdditions
 
readBytes(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Reads the content of the file into an array of byte
readLines(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Reads the file into a list of Strings for each line
readLines(Reader) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Reads the reader into a list of Strings for each line
readLines(InputStream) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Reads the stream into a list of Strings for each line
refault(EOEnterpriseObject) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
refault(EOEnterpriseObject) - Static method in class wogroovy.additions.EOEnterpriseObjectAdditions
 
relationshipWithKeyPath(EOEnterpriseObject, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
relationshipWithKeyPath(EOEnterpriseObject, String) - Static method in class wogroovy.additions.EOEnterpriseObjectAdditions
 
replicateDataToEO(ERXGenericRecord, ERXGenericRecord, NSArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
replicateDataToEO(ERXGenericRecord, ERXGenericRecord, NSArray) - Static method in class wogroovy.additions.EOEnterpriseObjectAdditions
 
replicateRelationshipToEO(ERXGenericRecord, ERXGenericRecord, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
replicateRelationshipToEO(ERXGenericRecord, ERXGenericRecord, String) - Static method in class wogroovy.additions.EOEnterpriseObjectAdditions
 
reverse(NSArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
reverse(NSArray) - Static method in class wogroovy.additions.NSArrayAdditions
 
reverseEach(NSArray, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
reverseEach(NSArray, Closure) - Static method in class wogroovy.additions.NSArrayAdditions
 
rightShift(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Implementation of the right shift operator for integral types.
rightShiftUnsigned(Number, Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Implementation of the right shift (unsigned) operator for integral types.
rootParentEntity(EOEntity) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
rootParentEntity(EOEntity) - Static method in class wogroovy.additions.EOEntityAdditions
 
round(Float) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Get the absolute value
round(Double) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Round the value
run() - Method in class org.codehaus.groovy.runtime.DefaultGroovyMethods.ProcessRunner
 

S

SharedEditingContextKey - Static variable in class wogroovy.WOGroovyBinding
 
StringAdditions - class wogroovy.additions.StringAdditions.
 
StringAdditions() - Constructor for class wogroovy.additions.StringAdditions
 
scriptWithContentOfFile(String) - Method in class wogroovy.WOGroovyShell
 
scriptWithResourceNamed(String, String, NSArray) - Method in class wogroovy.WOGroovyShell
 
set(NSArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
set(NSKeyValueCoding, String, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
set(NSArray) - Static method in class wogroovy.additions.NSArrayAdditions
 
set(NSKeyValueCoding, String, Object) - Static method in class wogroovy.additions.NSKeyValueCodingAdditions
 
setClassForName(Class, String) - Method in class wogroovy.WOGroovyCompilerProxy
Sets the class registered for the name className to the given class.
Changes the private WebObjects class cache.
setDefaultBinding(WOGroovyBinding) - Static method in class wogroovy.WOGroovyBinding
 
setDefaultProxy(WOGroovyCompilerProxy) - Static method in class wogroovy.WOGroovyCompilerProxy
 
setDefaultTranscript(WOTranscript) - Static method in class wogroovy.WOTranscript
 
setObjectForKey(Object, String) - Method in class wogroovy.WOGroovyBinding
 
setObjectForKey(Object, String) - Method in class wogroovy.WOGroovyShell
 
setPropertyForKey(Object, String) - Method in class wogroovy.WOGroovyBinding
 
setPropertyForKey(Object, String) - Method in class wogroovy.WOGroovyShell
 
shellWithDefaultBinding() - Static method in class wogroovy.WOGroovyShell
 
shift(NSMutableArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
shift(NSMutableArray) - Static method in class wogroovy.additions.NSMutableArrayAdditions
 
shiftObjectLeft(NSMutableArray, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
shiftObjectLeft(NSMutableArray, Object) - Static method in class wogroovy.additions.NSMutableArrayAdditions
 
shiftObjectRight(NSMutableArray, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
shiftObjectRight(NSMutableArray, Object) - Static method in class wogroovy.additions.NSMutableArrayAdditions
 
show(Object, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
show(Object) - Method in class wogroovy.WOTranscript
 
show(Object, Object) - Static method in class wogroovy.additions.WOTranscriptAdditions
 
size(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Makes a String look like a Collection by adding support for the size() method
size(Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Makes an Array look like a Collection by adding support for the size() method
size(byte[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
size(char[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
size(short[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
size(int[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
size(long[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
size(float[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
size(double[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
sort(Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Sorts the given collection into a sorted list
sort(SortedSet) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Avoids doing unnecessary work when sorting an already sorted set
sort(List) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for sorting a List
sort(List, Comparator) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for sorting a List with a specific comparator
sort(Collection, Comparator) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A convenience method for sorting a Collection with a specific comparator
sortArrayUsingKeyOrderArray(NSMutableArray, NSArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
sortArrayUsingKeyOrderArray(NSMutableArray, NSArray) - Static method in class wogroovy.additions.NSMutableArrayAdditions
 
sortEOsUsingSingleKey(NSMutableArray, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
sortEOsUsingSingleKey(NSMutableArray, String, NSSelector) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
sortEOsUsingSingleKey(NSMutableArray, String) - Static method in class wogroovy.additions.NSMutableArrayAdditions
 
sortEOsUsingSingleKey(NSMutableArray, String, NSSelector) - Static method in class wogroovy.additions.NSMutableArrayAdditions
 
sortOrderings(Map) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
sortOrderings(Map) - Static method in class wogroovy.additions.GroovyAdditions
 
sortOrderings(NSDictionary) - Static method in class wogroovy.additions.NSDictionaryAdditions
 
sortSelector(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
sortSelector(String) - Static method in class wogroovy.additions.StringAdditions
 
sortedArraySortedWithKey(NSArray, String, NSSelector) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
sortedArraySortedWithKey(NSArray, String, NSSelector) - Static method in class wogroovy.additions.NSArrayAdditions
 
sortedArrayUsingKeyOrderArray(NSArray, NSArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
sortedArrayUsingKeyOrderArray(NSArray, NSArray) - Static method in class wogroovy.additions.NSArrayAdditions
 
sortedMutableArraySortedWithKey(NSArray, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
sortedMutableArraySortedWithKey(NSArray, String) - Static method in class wogroovy.additions.NSArrayAdditions
 
splitEachLine(File, String, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the given file line by line, splitting on the seperator
splitEachLine(Reader, String, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates through the given reader line by line, splitting on the seperator
stackTrace(Throwable) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
stackTrace(Throwable) - Static method in class wogroovy.additions.GroovyAdditions
 
step(Number, Number, Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates from this number up to the given number using a step increment
string(File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
string(File, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
string(InputStream) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
string(InputStream, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
string(File) - Static method in class wogroovy.additions.FileAdditions
 
string(File, String) - Static method in class wogroovy.additions.FileAdditions
 
string(InputStream) - Static method in class wogroovy.additions.FileAdditions
 
string(InputStream, String) - Static method in class wogroovy.additions.FileAdditions
 
stringByAppendingPathComponent(String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
stringByAppendingPathComponent(String, String) - Static method in class wogroovy.additions.StringAdditions
 
stringByAppendingPathExtension(String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
stringByAppendingPathExtension(String, String) - Static method in class wogroovy.additions.StringAdditions
 
stringByDeletingLastPathComponent(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
stringByDeletingLastPathComponent(String) - Static method in class wogroovy.additions.StringAdditions
 
stringByDeletingPathExtension(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
stringByDeletingPathExtension(String) - Static method in class wogroovy.additions.StringAdditions
 
stringByEncodingPrimaryKeys(EOEnterpriseObject, String, boolean) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
stringByEncodingPrimaryKeys(EOEnterpriseObject, String, boolean) - Static method in class wogroovy.additions.EOEnterpriseObjectAdditions
 
stringByEncodingPrimaryKeys(NSArray, String, boolean) - Static method in class wogroovy.additions.NSArrayAdditions
 
stringByEscapingApostrophe(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
stringByEscapingApostrophe(String) - Static method in class wogroovy.additions.StringAdditions
 
stringByEscapingNonBasicLatinChars(char) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
stringByEscapingNonBasicLatinChars(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
stringByEscapingNonBasicLatinChars(char) - Static method in class wogroovy.additions.StringAdditions
 
stringByEscapingNonBasicLatinChars(String) - Static method in class wogroovy.additions.StringAdditions
 
stringByEscapingSpace(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
stringByEscapingSpace(String) - Static method in class wogroovy.additions.StringAdditions
 
stringByNormalizingExistingPath(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
stringByNormalizingExistingPath(String) - Static method in class wogroovy.additions.StringAdditions
 
stringByNormalizingPath(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
stringByNormalizingPath(String) - Static method in class wogroovy.additions.StringAdditions
 
stringByRemovingExtraDots(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
stringByRemovingExtraDots(String) - Static method in class wogroovy.additions.StringAdditions
 
stringByReplacingStringByString(String, String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
stringByReplacingStringByString(String, String, String) - Static method in class wogroovy.additions.StringAdditions
 
subMap(Map, Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Creates a sub-Map containing the given keys.

T

TranscriptKey - Static variable in class wogroovy.WOGroovyBinding
 
times(Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates a number of times
timestamp(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
timestamp(String) - Static method in class wogroovy.additions.StringAdditions
 
timestampByAddingTime(NSTimestamp, NSTimestamp) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
timestampByAddingTime(NSTimestamp, NSTimestamp) - Static method in class wogroovy.additions.NSTimestampAdditions
 
toCharacter(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts the given string into a Character object using the first character in the string
toDouble(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Parse a String into a Double
toFloat(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Parse a String into a Float
toHexString(char) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
toHexString(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
toHexString(char) - Static method in class wogroovy.additions.StringAdditions
 
toHexString(String) - Static method in class wogroovy.additions.StringAdditions
 
toInteger(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Parse a String into an Integer
toInteger(Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Transform a Number into an Integer
toList(Collection) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Convert a collection to a List.
toList(Object[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows conversion of arrays into a mutable List
toList(byte[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
toList(char[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
toList(short[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
toList(int[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
toList(long[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
toList(float[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
toList(double[]) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
toList(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Converts the given String into a List of strings of one character
toLong(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Parse a String into a Long
toLowerCase(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
toLowerCase(String) - Static method in class wogroovy.additions.StringAdditions
 
toString(Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
toURL(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Transforms a String representing a URL into a URL object.
tokenize(String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Tokenize a String
tokenize(String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Tokenize a String (with a whitespace as delimiter)
transformChar(Reader, Writer, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Transforms the characters from a reader with a Closure and write them to a writer
transformLine(Reader, Writer, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Transforms the lines from a reader with a Closure and write them to a writer

U

unixDate(Number) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
unixDate(Number) - Static method in class wogroovy.additions.GroovyAdditions
 
unixTimestamp(NSTimestamp) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
unixTimestamp(NSTimestamp) - Static method in class wogroovy.additions.NSTimestampAdditions
 
unshift(NSMutableArray, Object) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
unshift(NSMutableArray, Object) - Static method in class wogroovy.additions.NSMutableArrayAdditions
 
unzip(File, File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
unzip(File, File) - Static method in class wogroovy.additions.FileAdditions
 
upto(Number, Number, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Iterates from this number up to the given number
use(Object, Class, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Scoped use method
use(Object, List, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Scoped use method with list of categories

V

valuesForKeyPaths(NSArray, NSArray) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
valuesForKeyPaths(NSArray, NSArray) - Static method in class wogroovy.additions.NSArrayAdditions
 

W

WOComponentAdditions - class wogroovy.additions.WOComponentAdditions.
 
WOComponentAdditions() - Constructor for class wogroovy.additions.WOComponentAdditions
 
WOGroovy - class wogroovy.WOGroovy.
 
WOGroovy() - Constructor for class wogroovy.WOGroovy
 
WOGroovy.Observer - class wogroovy.WOGroovy.Observer.
 
WOGroovy.Observer() - Constructor for class wogroovy.WOGroovy.Observer
 
WOGroovyBinding - class wogroovy.WOGroovyBinding.
 
WOGroovyBinding() - Constructor for class wogroovy.WOGroovyBinding
 
WOGroovyBinding(NSDictionary) - Constructor for class wogroovy.WOGroovyBinding
 
WOGroovyCompilerProxy - class wogroovy.WOGroovyCompilerProxy.
ERXCompilerProxy is a class that creates a rapid-turnaround mode for WebObjects 5 for Java similar to how you use WebScript with WO 4.5.1.
WOGroovyCompilerProxy() - Constructor for class wogroovy.WOGroovyCompilerProxy
Contructor - does nothing special.
WOGroovyShell - class wogroovy.WOGroovyShell.
 
WOGroovyShell() - Constructor for class wogroovy.WOGroovyShell
 
WOGroovyShell(Binding) - Constructor for class wogroovy.WOGroovyShell
 
WOTranscript - class wogroovy.WOTranscript.
 
WOTranscript() - Constructor for class wogroovy.WOTranscript
 
WOTranscriptAdditions - class wogroovy.additions.WOTranscriptAdditions.
 
WOTranscriptAdditions() - Constructor for class wogroovy.additions.WOTranscriptAdditions
 
waitForOrKill(long) - Method in class org.codehaus.groovy.runtime.DefaultGroovyMethods.ProcessRunner
 
waitForOrKill(Process, long) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Wait for the process to finish during a certain amount of time, otherwise stops the process.
withInputStream(File, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a new InputStream for a file and then passes it into the closure and ensures its closed again afterwords
withOutputStream(File, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a new OutputStream for a file and then passes it into the closure and ensures its closed again afterwords
withPrintWriter(File, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a new PrintWriter for a file and then passes it into the closure and ensures its closed again afterwords
withReader(File, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a new BufferedReader for a file and then passes it into the closure and ensures its closed again afterwords
withReader(Reader, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows a Reader to be used, calling the closure with the writer and then ensuring that the writer is closed down again irrespective of whether exceptions occur or the
withReader(URL, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a new BufferedReader for a URL and then passes it into the closure and ensures its closed again afterwords
withReader(InputStream, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a new BufferedReader for a stream and then passes it into the closure and ensures its closed again afterwords
withStream(InputStream, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows a InputStream to be used, calling the closure with the stream and then ensuring that the stream is closed down again irrespective of whether exceptions occur or the
withStream(OutputStream, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows a OutputStream to be used, calling the closure with the stream and then ensuring that the stream is closed down again irrespective of whether exceptions occur.
withStreams(Socket, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows an InputStream and an OutputStream from a Socket to be used, calling the closure with the streams and then ensuring that the streams are closed down again irrespective of whether exceptions occur.
withWriter(File, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a new BufferedWriter for a file and then passes it into the closure and ensures it is closed again afterwords
withWriter(File, String, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a new BufferedWriter for a file in a specified encoding and then passes it into the closure and ensures it is closed again afterwords
withWriter(Writer, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows a writer to be used, calling the closure with the writer and then ensuring that the writer is closed down again irrespective of whether exceptions occur or the
withWriter(OutputStream, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows an output stream to be used, calling the closure with the output stream and then ensuring that the output stream is closed down again irrespective of whether exceptions occur
withWriter(OutputStream, String, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Allows an output stream to be used, calling the closure with the output stream and then ensuring that the output stream is closed down again irrespective of whether exceptions occur.
withWriterAppend(File, String, Closure) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Helper method to create a new BufferedWriter for a file in a specified encoding in append mode and then passes it into the closure and ensures it is closed again afterwords
wogroovy - package wogroovy
 
wogroovy.additions - package wogroovy.additions
 
write(Writer, Writable) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
A helper method so that dynamic dispatch of the writer.write(object) method will always use the more efficient Writable.writeTo(writer) mechanism if the object implements the Writable interface.
write(File, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Write the text to the File.
write(File, String, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Write the text to the File with a specified encoding.
writeLine(BufferedWriter, String) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
Write the text and append a new line (depending on the platform line-ending)
writeToFile(InputStream, File) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
writeToFile(InputStream, File) - Static method in class wogroovy.additions.FileAdditions
 

Y

yearOfCommonEra(NSTimestamp) - Static method in class org.codehaus.groovy.runtime.DefaultGroovyMethods
 
yearOfCommonEra(NSTimestamp) - Static method in class wogroovy.additions.NSTimestampAdditions
 

_

_className - Variable in class wogroovy.WOGroovyCompilerProxy
 
_classPath - Static variable in class wogroovy.WOGroovyCompilerProxy
Holds the classpath of the current app.
_defaultProxy - Static variable in class wogroovy.WOGroovyCompilerProxy
Holds the Compilerproxy singleton
_destinationPath - Variable in class wogroovy.WOGroovyCompilerProxy
Holds the path where the compiled .class files go.
_filesToWatch - Variable in class wogroovy.WOGroovyCompilerProxy
Holds the files to watch.
_jikesPath - Static variable in class wogroovy.WOGroovyCompilerProxy
Path to the jikes binary.
_projectSearchPath - Variable in class wogroovy.WOGroovyCompilerProxy
 
_raiseOnError - Static variable in class wogroovy.WOGroovyCompilerProxy
Holds a boolean that tells wether an error should raise an Exception or only log the error.

A B C D E F G H I J K L M N O P Q R S T U V W Y _