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

A

AbstractJSONImplementation - Class in com.corrspt.xeo.tests
 
AbstractJSONImplementation(JSONObject) - Constructor for class com.corrspt.xeo.tests.AbstractJSONImplementation
 
AbstractJSONImplementation() - Constructor for class com.corrspt.xeo.tests.AbstractJSONImplementation
 
AbstractModelWrapper - Class in com.corrspt.xeo.api.core
Base class for the wrappers around instances XEO Models
AbstractModelWrapper(boObject) - Constructor for class com.corrspt.xeo.api.core.AbstractModelWrapper
Constructor from a given instance
AbstractModelWrapper(long, EboContext) - Constructor for class com.corrspt.xeo.api.core.AbstractModelWrapper
Constructor from a BOUI
AbstractModelWrapper.SystemAtts - Enum in com.corrspt.xeo.api.core
Enumeration of System Attributes
accumulate(String, Object) - Method in class org.json.JSONObject
Accumulate values under a key.
add(BaseModel) - Method in interface com.corrspt.xeo.api.core.BaseModelCollection
 
add(List<BaseModel>) - Method in interface com.corrspt.xeo.api.core.BaseModelCollection
 
add(BaseModel) - Method in class com.corrspt.xeo.api.core.BaseModelCollectionImpl
 
add(List<BaseModel>) - Method in class com.corrspt.xeo.api.core.BaseModelCollectionImpl
 
add(BaseModel) - Method in class com.corrspt.xeo.api.core.BaseModelCollectionJSON
 
add(List<BaseModel>) - Method in class com.corrspt.xeo.api.core.BaseModelCollectionJSON
 
add(long) - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
addChild(iFile) - Method in class com.corrspt.xeo.tests.FakeIFile
 
addErrorMessage(String) - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
Adds a new error message to the instance
addErrorMessage(String) - Method in interface com.corrspt.xeo.api.core.BaseModel
Adds a new error message to the instance
addErrorMessage(String) - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
addMetadata(iMetadataItem) - Method in class com.corrspt.xeo.tests.FakeIFile
 
append(String, Object) - Method in class org.json.JSONObject
Append values to the array under a key.
array() - Method in class org.json.JSONWriter
Begin appending a new array.
AttributeEnum - Interface in com.corrspt.xeo.api.core
 
attributes - Variable in class com.corrspt.xeo.tests.AbstractJSONImplementation
 

B

back() - Method in class org.json.JSONTokener
Back up one character.
BaseModel - Interface in com.corrspt.xeo.api.core
 
BaseModelCollection - Interface in com.corrspt.xeo.api.core
 
BaseModelCollectionImpl - Class in com.corrspt.xeo.api.core
Base Model
BaseModelCollectionImpl(bridgeHandler) - Constructor for class com.corrspt.xeo.api.core.BaseModelCollectionImpl
 
BaseModelCollectionJSON - Class in com.corrspt.xeo.api.core
Base Model
BaseModelCollectionJSON(List<BaseModel>) - Constructor for class com.corrspt.xeo.api.core.BaseModelCollectionJSON
 
beforeFirst() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
beforeFirst() - Method in interface com.corrspt.xeo.framework.ListProvider
 
beforeFirst() - Method in interface com.corrspt.xeo.framework.ObjectList
 
BidirectionalBubbleSortAlgorithm(Comparator<?>) - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
BOUI - Interface in com.corrspt.xeo.api.core
Represents a Business Object Unique Identifier,
BOUI - Static variable in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
bridges - Variable in class com.corrspt.xeo.tests.AbstractJSONImplementation
 

C

canDelete(boObject) - Method in class com.corrspt.xeo.framework.DefaultSecurityProvider
 
canDelete(boObject) - Method in interface com.corrspt.xeo.framework.SecurityProvider
 
canRead(boObject) - Method in class com.corrspt.xeo.framework.DefaultSecurityProvider
 
canRead(boObject) - Method in interface com.corrspt.xeo.framework.SecurityProvider
 
canRead() - Method in class com.corrspt.xeo.tests.FakeIFile
 
canWrite(boObject) - Method in class com.corrspt.xeo.framework.DefaultSecurityProvider
 
canWrite(boObject) - Method in interface com.corrspt.xeo.framework.SecurityProvider
 
canWrite() - Method in class com.corrspt.xeo.tests.FakeIFile
 
CHANGED - Static variable in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
changeLoggerCreator(LoggerCreator) - Static method in class com.corrspt.xeo.api.core.logger.LoggerFactory
Changes the current logger factory to a new one
checkEboContextIsActive() - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
 
checkIn() - Method in class com.corrspt.xeo.tests.FakeIFile
 
checkObjectLoaded() - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
Checks if the object is loaded and if not, attempts to load it
checkOut() - Method in class com.corrspt.xeo.tests.FakeIFile
 
CLASSNAME - Static variable in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
clearAttributeErrors() - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
Clears all errors associated to attributes
clearAttributeErrors() - Method in interface com.corrspt.xeo.api.core.BaseModel
Clears all errors associated to attributes
clearAttributeErrors() - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
clearErrors() - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
Clears the list of errors (instance and object)
clearErrors() - Method in interface com.corrspt.xeo.api.core.BaseModel
Clears the list of errors (instance and object)
clearErrors() - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
clearObjectErrors() - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
Clears errors of the instance
clearObjectErrors() - Method in interface com.corrspt.xeo.api.core.BaseModel
Clears errors of the instance
clearObjectErrors() - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
close() - Method in class com.corrspt.xeo.tests.FakeIFile
 
collection() - Method in class org.json.JSONArray
 
com.corrspt.xeo.api.core - package com.corrspt.xeo.api.core
 
com.corrspt.xeo.api.core.logger - package com.corrspt.xeo.api.core.logger
 
com.corrspt.xeo.framework - package com.corrspt.xeo.framework
 
com.corrspt.xeo.tests - package com.corrspt.xeo.tests
 
config(String) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log in Config level..
config(String, Object...) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log in Config level..
config(String) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
config(String, Object...) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
config(String) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
config(String, Object...) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
contains(String) - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
containsChangedObjects() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
createCriticalMessage(String, String) - Static method in class com.corrspt.xeo.api.core.XEOObjectMessage
Create a new Critical message to add to an XEO Object
createErrorMessage(String, String) - Static method in class com.corrspt.xeo.api.core.XEOObjectMessage
Create a new Error message to add to an XEO Object
createInfoMessage(String, String) - Static method in class com.corrspt.xeo.api.core.XEOObjectMessage
Create a new Info message to add to an XEO Object
createNewFile() - Method in class com.corrspt.xeo.tests.FakeIFile
 
createObject(EboContext, String) - Method in class com.corrspt.xeo.framework.DefaultObjectProvider
 
createObject(EboContext, String) - Method in interface com.corrspt.xeo.framework.ObjectProvider
Creates an instance of a Model given its name
createObjectWithParent(EboContext, String, long) - Method in class com.corrspt.xeo.framework.DefaultObjectProvider
 
createObjectWithParent(EboContext, String, long) - Method in interface com.corrspt.xeo.framework.ObjectProvider
Creates an instance of Model given its name and associate it with a given parent
currentObjectIsSelected() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 

D

DefaultLovProvider - Class in com.corrspt.xeo.framework
 
DefaultLovProvider() - Constructor for class com.corrspt.xeo.framework.DefaultLovProvider
 
DefaultMetadataProvider - Class in com.corrspt.xeo.framework
 
DefaultMetadataProvider() - Constructor for class com.corrspt.xeo.framework.DefaultMetadataProvider
 
DefaultObjectListProvider - Class in com.corrspt.xeo.framework
The default implementation for a List of Objects
DefaultObjectListProvider() - Constructor for class com.corrspt.xeo.framework.DefaultObjectListProvider
 
DefaultObjectProvider - Class in com.corrspt.xeo.framework
 
DefaultObjectProvider() - Constructor for class com.corrspt.xeo.framework.DefaultObjectProvider
 
DefaultSecurityProvider - Class in com.corrspt.xeo.framework
 
DefaultSecurityProvider() - Constructor for class com.corrspt.xeo.framework.DefaultSecurityProvider
 
dehexchar(char) - Static method in class org.json.JSONTokener
Get the hex value of a character (base16).
delete() - Method in class com.corrspt.xeo.tests.FakeIFile
 
destroy() - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
Deletes this instance
destroy() - Method in interface com.corrspt.xeo.api.core.BaseModel
Deletes this instance
destroy() - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
disable() - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
Disables all attributes in the instance
disable() - Method in interface com.corrspt.xeo.api.core.BaseModel
Disables all attributes in the instance
disable() - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
DISABLED - Static variable in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
doubleToString(double) - Static method in class org.json.JSONObject
Produce a string from a double.

E

enable() - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
Enables the instance (sets all attributes to enabled)
enable() - Method in interface com.corrspt.xeo.api.core.BaseModel
Enables the instance (sets all attributes to enabled)
enable() - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
endArray() - Method in class org.json.JSONWriter
End an array.
endObject() - Method in class org.json.JSONWriter
End an object.
equals(BOUI) - Method in interface com.corrspt.xeo.api.core.BOUI
Whether this BOUI is equal to another BOUI
equals(BOUI) - Method in class com.corrspt.xeo.api.core.XEOObjectBoui
 
exists() - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
Checks whether the object is persisted in the database or not
exists() - Method in interface com.corrspt.xeo.api.core.BaseModel
Checks whether the object is persisted in the database or not
EXISTS - Static variable in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
exists() - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
exists() - Method in class com.corrspt.xeo.tests.FakeIFile
 

F

FakeIFile - Class in com.corrspt.xeo.tests
 
FakeIFile(File) - Constructor for class com.corrspt.xeo.tests.FakeIFile
 
findService(String) - Method in class com.corrspt.xeo.framework.XEO
 
findService(XEO.Services) - Method in class com.corrspt.xeo.framework.XEO
 
fine(Throwable) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log in Fine level.
fine(String) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log in Fine level.
fine(String, Throwable) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log in Fine level.
fine(String, Object...) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log in Fine level.
fine(String, Throwable, Object...) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log in Fine level.
fine(Throwable) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
fine(String) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
fine(String, Throwable) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
fine(String, Object...) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
fine(String, Throwable, Object...) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
fine(Throwable) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
fine(String) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
fine(String, Throwable) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
fine(String, Object...) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
fine(String, Throwable, Object...) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
finer(Throwable) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log in Finer level.
finer(String) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log in Finer level.
finer(String, Throwable) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log in Finer level.
finer(String, Object...) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log in Finer level.
finer(String, Throwable, Object...) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log in Finer level.
finer(Throwable) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
finer(String) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
finer(String, Throwable) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
finer(String, Object...) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
finer(String, Throwable, Object...) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
finer(Throwable) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
finer(String) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
finer(String, Throwable) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
finer(String, Object...) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
finer(String, Throwable, Object...) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
finest(Throwable) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log in Finest level.
finest(String) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log in Finest level.
finest(String, Throwable) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log in Finest level.
finest(String, Object...) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log in Finest level.
finest(String, Throwable, Object...) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log in Finest level.
finest(Throwable) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
finest(String) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
finest(String, Throwable) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
finest(String, Object...) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
finest(String, Throwable, Object...) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
finest(Throwable) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
finest(String) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
finest(String, Throwable) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
finest(String, Object...) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
finest(String, Throwable, Object...) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
first() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
first() - Method in interface com.corrspt.xeo.framework.ObjectList
 
firstPage() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
firstPage() - Method in interface com.corrspt.xeo.framework.ObjectList
 

G

get() - Static method in class com.corrspt.xeo.framework.XEO
 
get(String) - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
get(int) - Method in class org.json.JSONArray
Get the object value associated with an index.
get(String) - Method in class org.json.JSONObject
Get the value object associated with a key.
getAbsolutePath() - Method in class com.corrspt.xeo.tests.FakeIFile
 
getAllMetadata() - Method in class com.corrspt.xeo.tests.FakeIFile
 
getAuthor() - Method in class com.corrspt.xeo.tests.FakeIFile
 
getBoDef() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getBoDef() - Method in interface com.corrspt.xeo.framework.ObjectList
 
getBoDefinition(String) - Method in class com.corrspt.xeo.framework.DefaultMetadataProvider
 
getBoDefinition(String) - Method in interface com.corrspt.xeo.framework.ModelMetadataProvider
Retrieves the Model Definition for a given model
getBoolean(String) - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
getBoolean(int) - Method in class org.json.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class org.json.JSONObject
Get the boolean value associated with a key.
getBoolSys(String) - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
getBOQL() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getBOQL() - Method in interface com.corrspt.xeo.framework.ObjectList
 
getBOQLArgs() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getBOQLArgs() - Method in interface com.corrspt.xeo.framework.ObjectList
 
getBoui() - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
Retrieves the BOUI of the instance
getBoui() - Method in interface com.corrspt.xeo.api.core.BaseModel
Retrieves the BOUI of the instance
getBoui() - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
getBQL() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getCardId() - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
Retrieves the textual card id
getCardId() - Method in interface com.corrspt.xeo.api.core.BaseModel
Retrieves the textual card id
getCardId() - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
getCardIdIcon() - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
Retrieves the CardId with the icon as a string
getCardIdIcon() - Method in interface com.corrspt.xeo.api.core.BaseModel
Retrieves the CardId with the icon as a string
getCardIdIcon() - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
getCategory() - Method in class com.corrspt.xeo.tests.FakeIFile
 
getCause() - Method in exception org.json.JSONException
 
getCheckOutUser() - Method in class com.corrspt.xeo.tests.FakeIFile
 
getContent() - Method in interface com.corrspt.xeo.api.core.Message
The message content
getContent() - Method in class com.corrspt.xeo.api.core.XEOObjectMessage
Get the content of the message
getCopy() - Method in class com.corrspt.xeo.tests.FakeIFile
 
getCurrentBoui() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getCurrentBoui() - Method in interface com.corrspt.xeo.framework.ObjectList
 
getDate(String) - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
getDateCreate() - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
Retrieve the date of creation for this object
getDateCreate() - Method in interface com.corrspt.xeo.api.core.BaseModel
Retrieve the date of creation for this object
getDateCreate() - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
getDateLastUpdate() - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
Retrieve the date of the lastupdate to this instance
getDateLastUpdate() - Method in interface com.corrspt.xeo.api.core.BaseModel
Retrieve the date of the last update to this instance
getDateLastUpdate() - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
getDefaultMetadata() - Method in class com.corrspt.xeo.tests.FakeIFile
 
getDescription() - Method in interface com.corrspt.xeo.api.core.AttributeEnum
 
getDescription() - Method in enum com.corrspt.xeo.api.core.XEOObjectAtts
Retrieve the description of the attribute
getDescription() - Method in class com.corrspt.xeo.tests.FakeIFile
 
getDouble(int) - Method in class org.json.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class org.json.JSONObject
Get the double value associated with a key.
getEboContext() - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
Retrieves the EboContext associated to this object
getEboContext() - Method in interface com.corrspt.xeo.api.core.BaseModel
Retrieves the EboContext associated to this object
getEboContext() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getEboContext() - Method in interface com.corrspt.xeo.framework.ObjectList
 
getEboContext() - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
getElements() - Method in interface com.corrspt.xeo.api.core.BaseModelCollection
Returns a list of all elements in the bridge
getElements() - Method in class com.corrspt.xeo.api.core.BaseModelCollectionImpl
Returns a list of all elements in the bridge
getElements() - Method in class com.corrspt.xeo.api.core.BaseModelCollectionJSON
Returns a list of all elements in the bridge
getFileToDeleteOnCommit() - Method in class com.corrspt.xeo.tests.FakeIFile
 
getFileToDeleteOnRollback() - Method in class com.corrspt.xeo.tests.FakeIFile
 
getFilter() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getFilter() - Method in interface com.corrspt.xeo.framework.ObjectList
 
getFormat() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getFormat() - Method in interface com.corrspt.xeo.framework.ObjectList
 
getFullTextSearch() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getFullTextSearch() - Method in interface com.corrspt.xeo.framework.ObjectList
 
getId() - Method in class com.corrspt.xeo.tests.FakeIFile
 
getInputStream() - Method in class com.corrspt.xeo.tests.FakeIFile
 
getInt(int) - Method in class org.json.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class org.json.JSONObject
Get the int value associated with a key.
geTitle() - Method in interface com.corrspt.xeo.api.core.Message
The message title
geTitle() - Method in class com.corrspt.xeo.api.core.XEOObjectMessage
Get the title of the message
getJSONArray(int) - Method in class org.json.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class org.json.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class org.json.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class org.json.JSONObject
Get the JSONObject value associated with a key.
getKey() - Method in class com.corrspt.xeo.tests.FakeIFile
 
getLabel() - Method in interface com.corrspt.xeo.api.core.AttributeEnum
 
getLabel() - Method in interface com.corrspt.xeo.api.core.LovPair
The label of the pair
getLabel() - Method in enum com.corrspt.xeo.api.core.XEOObjectAtts
Retrieves the label
getListProvider() - Static method in class com.corrspt.xeo.framework.XEO
Returns the Object List Provider
getLogger(Class<?>) - Method in interface com.corrspt.xeo.api.core.logger.LoggerCreator
 
getLogger(Class<?>) - Static method in class com.corrspt.xeo.api.core.logger.LoggerFactory
Retrieves a logger from the factory for a given class
getLogger(Class<?>) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLoggerFactory
 
getLogger(Class<?>) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerFactory
 
getLong(String) - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
getLong(int) - Method in class org.json.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class org.json.JSONObject
Get the long value associated with a key.
getLongSys(String) - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
getLovObject(EboContext, long) - Method in class com.corrspt.xeo.framework.DefaultLovProvider
 
getLovObject(EboContext, String) - Method in class com.corrspt.xeo.framework.DefaultLovProvider
 
getLovObject(EboContext, long) - Method in interface com.corrspt.xeo.framework.LovProvider
 
getLovObject(EboContext, String) - Method in interface com.corrspt.xeo.framework.LovProvider
 
getMetadata(String) - Method in class com.corrspt.xeo.tests.FakeIFile
 
getMetadataByName(String) - Method in class com.corrspt.xeo.tests.FakeIFile
 
getMetadataProvider() - Static method in class com.corrspt.xeo.framework.XEO
Returns the Metadata Provider
getMetadataTypes() - Method in class com.corrspt.xeo.tests.FakeIFile
 
getName() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getName() - Method in interface com.corrspt.xeo.framework.ObjectList
 
getName() - Method in class com.corrspt.xeo.tests.FakeIFile
 
getNames(JSONObject) - Static method in class org.json.JSONObject
Get an array of field names from a JSONObject.
getNames(Object) - Static method in class org.json.JSONObject
Get an array of field names from an Object.
getObject(long) - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getObject() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getObject() - Method in interface com.corrspt.xeo.framework.ListProvider
 
getObject(long) - Method in interface com.corrspt.xeo.framework.ObjectList
 
getObject() - Method in interface com.corrspt.xeo.framework.ObjectList
 
getObjectContainer() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getObjectProvider() - Static method in class com.corrspt.xeo.framework.XEO
Returns the Object Provider
getOrderBy() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getOrderBy() - Method in interface com.corrspt.xeo.framework.ObjectList
 
getOriginal() - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
Retrieves the original instance
getOriginal() - Method in interface com.corrspt.xeo.api.core.BaseModel
Retrieves the original instance
getOriginal() - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
getPage() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getPage() - Method in interface com.corrspt.xeo.framework.ObjectList
 
getPages() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getPages() - Method in interface com.corrspt.xeo.framework.ObjectList
 
getPageSize() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getPageSize() - Method in interface com.corrspt.xeo.framework.ObjectList
 
getParameter(String) - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getParameter(String) - Method in interface com.corrspt.xeo.framework.ObjectList
 
getParametersHandler() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getParametersNames() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getParametersNames() - Method in interface com.corrspt.xeo.framework.ObjectList
 
getParametersValues() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getParametersValues() - Method in interface com.corrspt.xeo.framework.ObjectList
 
getParent() - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
Returns the parent object for this instance
getParent() - Method in interface com.corrspt.xeo.api.core.BaseModel
Returns the parent object for this instance
getParent() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getParent() - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
getParent() - Method in class com.corrspt.xeo.tests.FakeIFile
 
getParentAtributeName() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getParentFile() - Method in class com.corrspt.xeo.tests.FakeIFile
 
getPath() - Method in class com.corrspt.xeo.tests.FakeIFile
 
getQLParser() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getQLParser() - Method in interface com.corrspt.xeo.framework.ObjectList
 
getRecordCount() - Method in interface com.corrspt.xeo.api.core.BaseModelCollection
Retrieves the number of records in the collection
getRecordCount() - Method in class com.corrspt.xeo.api.core.BaseModelCollectionImpl
Retrieves the number of records in the collection
getRecordCount() - Method in class com.corrspt.xeo.api.core.BaseModelCollectionJSON
Retrieves the number of records in the collection
getRecordCount() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getRecordCount() - Method in interface com.corrspt.xeo.framework.ListProvider
 
getRecordCount() - Method in interface com.corrspt.xeo.framework.ObjectList
Retrieves the number of records returned by the select query
getRow() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getRow() - Method in interface com.corrspt.xeo.framework.ObjectList
 
getRowCount() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getRowCount() - Method in interface com.corrspt.xeo.framework.ObjectList
Returns the number of rows in the current page
getRowProperty(String) - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getRslt() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getRslt() - Method in interface com.corrspt.xeo.framework.ObjectList
 
getSearchLetter() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getSecurityProvider() - Static method in class com.corrspt.xeo.framework.XEO
Returns the Security Provider
getSelectedBoDef() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getSqlFields() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getSqlFields() - Method in interface com.corrspt.xeo.framework.ObjectList
 
getString(String) - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
getString(int) - Method in class org.json.JSONArray
Get the string associated with an index.
getString(String) - Method in class org.json.JSONObject
Get the string associated with a key.
getStringSys(String) - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
getType() - Method in interface com.corrspt.xeo.api.core.Message
The message type
getType() - Method in class com.corrspt.xeo.api.core.XEOObjectMessage
Retrieve the message
getURI() - Method in class com.corrspt.xeo.tests.FakeIFile
 
getUserQuery() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getUserQuery() - Method in interface com.corrspt.xeo.framework.ObjectList
 
getUserQueryArgs() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getUserQueryArgs() - Method in interface com.corrspt.xeo.framework.ObjectList
 
getValue() - Method in interface com.corrspt.xeo.api.core.BOUI
Retrieves the native value of the Identifier
getValue() - Method in interface com.corrspt.xeo.api.core.LovPair
The value of the pair
getValue() - Method in class com.corrspt.xeo.api.core.XEOObjectBoui
 
getValueString() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
getVersion() - Method in class com.corrspt.xeo.tests.FakeIFile
 
getVersionUser() - Method in class com.corrspt.xeo.tests.FakeIFile
 
getXeoModelName() - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
Retrieve the name of the Model
getXeoModelName() - Method in interface com.corrspt.xeo.api.core.BaseModel
Retrieve the name of the Model
getXeoModelName() - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 

H

has(String) - Method in class org.json.JSONObject
Determine if the JSONObject contains a specific key.
hasAttributeErrors() - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
Checks whether the instance has errors in its attributes
hasAttributeErrors() - Method in interface com.corrspt.xeo.api.core.BaseModel
Checks whether the instance has errors in its attributes
hasAttributeErrors() - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
hasBaseModel(BaseModel) - Method in interface com.corrspt.xeo.api.core.BaseModelCollection
 
hasBaseModel(BaseModel) - Method in class com.corrspt.xeo.api.core.BaseModelCollectionImpl
 
hasBaseModel(BaseModel) - Method in class com.corrspt.xeo.api.core.BaseModelCollectionJSON
 
hasErrors() - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
Checks whether the instance has errors (either object or attribute errors)
hasErrors() - Method in interface com.corrspt.xeo.api.core.BaseModel
Checks whether the instance has errors (either object or attribute errors)
hasErrors() - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
hasErrorsInObjectOnly() - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
Checks whether there are errors in the instance (does not include attribute errors)
hasErrorsInObjectOnly() - Method in interface com.corrspt.xeo.api.core.BaseModel
Checks whether there are errors in the instance (does not include attribute errors)
hasErrorsInObjectOnly() - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
hasFullControl(boObject) - Method in class com.corrspt.xeo.framework.DefaultSecurityProvider
 
hasFullControl(boObject) - Method in interface com.corrspt.xeo.framework.SecurityProvider
 
hashCode() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
hasNext() - Method in class com.corrspt.xeo.api.core.BaseModelCollectionImpl
 
hasNext() - Method in class com.corrspt.xeo.api.core.BaseModelCollectionJSON
 
hasParent() - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
Checks whether this object has a parent object
hasParent() - Method in interface com.corrspt.xeo.api.core.BaseModel
Checks whether this object has a parent object
hasParent() - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
haveBoui(long) - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
haveBoui(long) - Method in interface com.corrspt.xeo.framework.ListProvider
 
haveBoui(long) - Method in interface com.corrspt.xeo.framework.ObjectList
Whether or not the list contains a given identifier
haveMorePages() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
haveMorePages() - Method in interface com.corrspt.xeo.framework.ObjectList
 
havePoolChilds() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 

I

ifiles - Variable in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
inserRow(long) - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
InsertionSortAlgorithm(Comparator<?>) - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
inTransaction() - Method in class com.corrspt.xeo.tests.FakeIFile
 
isChanged() - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
Whether the instance was changed since it was first loaded
isChanged() - Method in interface com.corrspt.xeo.api.core.BaseModel
Whether the instance was changed since it was first loaded
isChanged() - Method in interface com.corrspt.xeo.api.core.BaseModelCollection
Whether the collection was changed or not
isChanged() - Method in class com.corrspt.xeo.api.core.BaseModelCollectionImpl
Whether the collection was changed or not
isChanged() - Method in class com.corrspt.xeo.api.core.BaseModelCollectionJSON
Whether the collection was changed or not
isChanged() - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
isCheckedIn() - Method in class com.corrspt.xeo.tests.FakeIFile
 
isCheckedOut() - Method in class com.corrspt.xeo.tests.FakeIFile
 
isDirectory() - Method in class com.corrspt.xeo.tests.FakeIFile
 
isDisabled() - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
Checks whether the instance is disabled not
isDisabled() - Method in interface com.corrspt.xeo.api.core.BaseModel
Checks whether the instance is disabled not
isDisabled() - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
isEmpty() - Method in interface com.corrspt.xeo.api.core.BaseModelCollection
Whether the collection is empty
isEmpty() - Method in class com.corrspt.xeo.api.core.BaseModelCollectionImpl
Whether the collection is empty
isEmpty() - Method in class com.corrspt.xeo.api.core.BaseModelCollectionJSON
Whether the collection is empty
isEmpty() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
isEmpty() - Method in interface com.corrspt.xeo.framework.ObjectList
Checks whether the list empty or not
isEnabled() - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
Checks whether the instance is enabled or not
isEnabled() - Method in interface com.corrspt.xeo.api.core.BaseModel
Checks whether the instance is enabled or not
isEnabled() - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
isFile() - Method in class com.corrspt.xeo.tests.FakeIFile
 
isFineEnabled() - Method in interface com.corrspt.xeo.api.core.logger.Logger
Checks if is fine enabled.
isFineEnabled() - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
isFineEnabled() - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
isFinerEnabled() - Method in interface com.corrspt.xeo.api.core.logger.Logger
Checks if is finer enabled.
isFinerEnabled() - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
isFinerEnabled() - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
isFinestEnabled() - Method in interface com.corrspt.xeo.api.core.logger.Logger
Checks if is finest enabled.
isFinestEnabled() - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
isFinestEnabled() - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
isNull(int) - Method in class org.json.JSONArray
Determine if the value is null.
isNull(String) - Method in class org.json.JSONObject
Determine if the value associated with the key is null or if there is no value.
isReadOnly() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
isSame(BaseModel) - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
 
isSame(BaseModel) - Method in interface com.corrspt.xeo.api.core.BaseModel
Whether the instance is the same as the passed one
isSame(BaseModel) - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
isValid() - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
 
isValid() - Method in interface com.corrspt.xeo.api.core.BaseModel
Whether the instance is valid or not
isValid() - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
isVersioned() - Method in class com.corrspt.xeo.tests.FakeIFile
 
isWrappableIn(String) - Method in class com.corrspt.xeo.api.core.XEOObject
Whether this instance is wrappable as a more specific instance
iterator() - Method in class com.corrspt.xeo.api.core.BaseModelCollectionImpl
 
iterator() - Method in class com.corrspt.xeo.api.core.BaseModelCollectionJSON
 

J

join(String) - Method in class org.json.JSONArray
Make a string from the contents of this JSONArray.
JSONArray - Class in org.json
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class org.json.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - Constructor for class org.json.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - Constructor for class org.json.JSONArray
Construct a JSONArray from a source JSON text.
JSONArray(Collection) - Constructor for class org.json.JSONArray
Construct a JSONArray from a Collection.
JSONArray(Collection, boolean) - Constructor for class org.json.JSONArray
Construct a JSONArray from a collection of beans.
JSONArray(Object) - Constructor for class org.json.JSONArray
Construct a JSONArray from an array
JSONArray(Object, boolean) - Constructor for class org.json.JSONArray
Construct a JSONArray from an array with a bean.
JSONException - Exception in org.json
The JSONException is thrown by the JSON.org classes then things are amiss.
JSONException(String) - Constructor for exception org.json.JSONException
Constructs a JSONException with an explanatory message.
JSONException(Throwable) - Constructor for exception org.json.JSONException
 
JSONObject - Class in org.json
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class org.json.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - Constructor for class org.json.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class org.json.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Map) - Constructor for class org.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Map, boolean) - Constructor for class org.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Object) - Constructor for class org.json.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, boolean) - Constructor for class org.json.JSONObject
Construct JSONObject from the given bean.
JSONObject(Object, String[]) - Constructor for class org.json.JSONObject
Construct a JSONObject from an Object, using reflection to find the public members.
JSONObject(String) - Constructor for class org.json.JSONObject
Construct a JSONObject from a source JSON text string.
JSONString - Interface in org.json
The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object).
JSONStringer - Class in org.json
JSONStringer provides a quick and convenient way of producing JSON text.
JSONStringer() - Constructor for class org.json.JSONStringer
Make a fresh JSONStringer.
JSONTokener - Class in org.json
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(Reader) - Constructor for class org.json.JSONTokener
Construct a JSONTokener from a string.
JSONTokener(String) - Constructor for class org.json.JSONTokener
Construct a JSONTokener from a string.
JSONWriter - Class in org.json
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter(Writer) - Constructor for class org.json.JSONWriter
Make a fresh JSONWriter.

K

key(String) - Method in class org.json.JSONWriter
Append a key.
keys() - Method in class org.json.JSONObject
Get an enumeration of the keys of the JSONObject.

L

last() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
last() - Method in interface com.corrspt.xeo.framework.ObjectList
 
lastModified() - Method in class com.corrspt.xeo.tests.FakeIFile
 
lastPage() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
lastPage() - Method in interface com.corrspt.xeo.framework.ObjectList
 
length() - Method in class com.corrspt.xeo.tests.FakeIFile
 
length() - Method in class org.json.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class org.json.JSONObject
Get the number of keys stored in the JSONObject.
list() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
list(EboContext, String) - Method in class com.corrspt.xeo.framework.DefaultObjectListProvider
 
list(EboContext, String, Object[]) - Method in class com.corrspt.xeo.framework.DefaultObjectListProvider
 
list(EboContext, String, Object[], boolean) - Method in class com.corrspt.xeo.framework.DefaultObjectListProvider
 
list(EboContext, String) - Method in interface com.corrspt.xeo.framework.ObjectListProvider
 
list(EboContext, String, Object[]) - Method in interface com.corrspt.xeo.framework.ObjectListProvider
 
list(EboContext, String, Object[], boolean) - Method in interface com.corrspt.xeo.framework.ObjectListProvider
 
list() - Method in class com.corrspt.xeo.tests.FakeIFile
 
list(iFilenameFilter) - Method in class com.corrspt.xeo.tests.FakeIFile
 
listFiles() - Method in class com.corrspt.xeo.tests.FakeIFile
 
listFiles(iFileFilter) - Method in class com.corrspt.xeo.tests.FakeIFile
 
ListProvider - Interface in com.corrspt.xeo.framework
 
loadObject(EboContext, long) - Method in class com.corrspt.xeo.framework.DefaultObjectProvider
 
loadObject(EboContext, String) - Method in class com.corrspt.xeo.framework.DefaultObjectProvider
 
loadObject(EboContext, long) - Method in interface com.corrspt.xeo.framework.ObjectProvider
Loads an instance given its identifier
loadObject(EboContext, String) - Method in interface com.corrspt.xeo.framework.ObjectProvider
 
log(LoggerLevels.LoggerLevel, String) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log a message to the logger system
log(LoggerLevels.LoggerLevel, String, Object...) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log a message to the logger system
log(LoggerLevels.LoggerLevel, String, Throwable) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log a message to the logger system
log(LoggerLevels.LoggerLevel, String, Throwable, Object...) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log a message to the logger system
log(LoggerLevels.LoggerLevel, String) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
log(LoggerLevels.LoggerLevel, String, Object...) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
log(LoggerLevels.LoggerLevel, String, Throwable) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
log(LoggerLevels.LoggerLevel, String, Throwable, Object...) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
log(LoggerLevels.LoggerLevel, String) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
log(LoggerLevels.LoggerLevel, String, Object...) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
log(LoggerLevels.LoggerLevel, String, Throwable) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
log(LoggerLevels.LoggerLevel, String, Throwable, Object...) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
Logger - Interface in com.corrspt.xeo.api.core.logger
 
LoggerCreator - Interface in com.corrspt.xeo.api.core.logger
 
LoggerFactory - Class in com.corrspt.xeo.api.core.logger
Creates Logs for a given class, can be used to modify
LoggerFactory() - Constructor for class com.corrspt.xeo.api.core.logger.LoggerFactory
 
LovPair - Interface in com.corrspt.xeo.api.core
Represents a key/value pair in a List of Values
LovProvider - Interface in com.corrspt.xeo.framework
 

M

makeVersioned() - Method in class com.corrspt.xeo.tests.FakeIFile
 
markChanged() - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
Message - Interface in com.corrspt.xeo.api.core
Represents a message added to an XEO Object
Message.MessageType - Enum in com.corrspt.xeo.api.core
Type of message
mkdir() - Method in class com.corrspt.xeo.tests.FakeIFile
 
mkdirs() - Method in class com.corrspt.xeo.tests.FakeIFile
 
mode - Variable in class org.json.JSONWriter
The current mode.
ModelMetadataProvider - Interface in com.corrspt.xeo.framework
 
more() - Method in class org.json.JSONTokener
Determine if the source string still contains characters that next() can consume.
moveRowTo(int) - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
moveRowTo(int) - Method in interface com.corrspt.xeo.framework.ObjectList
 
moveTo(int) - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
moveTo(int) - Method in interface com.corrspt.xeo.framework.ObjectList
 

N

names() - Method in class org.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
next() - Method in class com.corrspt.xeo.api.core.BaseModelCollectionImpl
 
next() - Method in class com.corrspt.xeo.api.core.BaseModelCollectionJSON
 
next() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
next() - Method in interface com.corrspt.xeo.framework.ListProvider
 
next() - Method in interface com.corrspt.xeo.framework.ObjectList
 
next() - Method in class org.json.JSONTokener
Get the next character in the source string.
next(char) - Method in class org.json.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class org.json.JSONTokener
Get the next n characters.
nextClean() - Method in class org.json.JSONTokener
Get the next char in the string, skipping whitespace and comments (slashslash, slashstar, and hash).
nextPage() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
nextPage() - Method in interface com.corrspt.xeo.framework.ObjectList
 
nextString(char) - Method in class org.json.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class org.json.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class org.json.JSONTokener
Get the text up but not including one of the specified delimiter characters or the end of line, whichever comes first.
nextValue() - Method in class org.json.JSONTokener
Get the next value.
NULL - Static variable in interface com.corrspt.xeo.api.core.LovPair
Represents the NULL value
NULL - Static variable in class org.json.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
numberToString(Number) - Static method in class org.json.JSONObject
Produce a string from a Number.

O

OBJ_ATTRIBUTE_ERRORS - Static variable in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
OBJ_ERRORS - Static variable in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
object - Variable in class com.corrspt.xeo.api.core.AbstractModelWrapper
The instance to wrap
object() - Method in class org.json.JSONWriter
Begin appending a new object.
ObjectList - Interface in com.corrspt.xeo.framework
Represents a list of objects and associated properties and metadata
ObjectListProvider - Interface in com.corrspt.xeo.framework
Represents a provider of Object Lists, each method returns a list of objects
ObjectProvider - Interface in com.corrspt.xeo.framework
Provider to Load and Create objects
onlyOne() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
opt(int) - Method in class org.json.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class org.json.JSONObject
Get an optional value associated with a key.
optBoolean(int) - Method in class org.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class org.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class org.json.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class org.json.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class org.json.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class org.json.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class org.json.JSONObject
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - Method in class org.json.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optInt(int) - Method in class org.json.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class org.json.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class org.json.JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - Method in class org.json.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
optJSONArray(int) - Method in class org.json.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class org.json.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class org.json.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class org.json.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - Method in class org.json.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class org.json.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class org.json.JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - Method in class org.json.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int) - Method in class org.json.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class org.json.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class org.json.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class org.json.JSONObject
Get an optional string associated with a key.
ordered() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
org.json - package org.json
 

P

PARENT - Static variable in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
parent - Variable in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
poolObjectActivate() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
poolObjectPassivate() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
previous() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
previous() - Method in interface com.corrspt.xeo.framework.ObjectList
 
previousPage() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
previousPage() - Method in interface com.corrspt.xeo.framework.ObjectList
 
put(String, Object) - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
put(boolean) - Method in class org.json.JSONArray
Append a boolean value.
put(Collection) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(double) - Method in class org.json.JSONArray
Append a double value.
put(int) - Method in class org.json.JSONArray
Append an int value.
put(long) - Method in class org.json.JSONArray
Append an long value.
put(Map) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - Method in class org.json.JSONArray
Append an object value.
put(int, boolean) - Method in class org.json.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - Method in class org.json.JSONArray
Put or replace a double value.
put(int, int) - Method in class org.json.JSONArray
Put or replace an int value.
put(int, long) - Method in class org.json.JSONArray
Put or replace a long value.
put(int, Map) - Method in class org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(int, Object) - Method in class org.json.JSONArray
Put or replace an object value in the JSONArray.
put(String, Collection) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, boolean) - Method in class org.json.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, double) - Method in class org.json.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class org.json.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class org.json.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject.
putOpt(String, Object) - Method in class org.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.
putSystem(String, Object) - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 

Q

quote(String) - Static method in class org.json.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.

R

refreshData() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
refreshData() - Method in interface com.corrspt.xeo.framework.ObjectList
 
registerService(ServiceProvider, XEO.Services) - Method in class com.corrspt.xeo.framework.XEO
 
registerServiceForName(ServiceProvider, String) - Method in class com.corrspt.xeo.framework.XEO
 
relations - Variable in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
remove() - Method in class com.corrspt.xeo.api.core.BaseModelCollectionImpl
 
remove() - Method in class com.corrspt.xeo.api.core.BaseModelCollectionJSON
 
remove(int) - Method in class org.json.JSONArray
Remove an index and close the hole.
remove(String) - Method in class org.json.JSONObject
Remove a name and its value, if present.
removeCurrent() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
removeCurrent() - Method in interface com.corrspt.xeo.framework.ObjectList
 
removeEboContext() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
removeFilter() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
removeKey(String) - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
removeMetadata(String) - Method in class com.corrspt.xeo.tests.FakeIFile
 
renameTo(iFile) - Method in class com.corrspt.xeo.tests.FakeIFile
 
rollback(EboContext) - Method in class com.corrspt.xeo.tests.FakeIFile
 

S

save(EboContext) - Method in class com.corrspt.xeo.tests.FakeIFile
 
SecurityProvider - Interface in com.corrspt.xeo.framework
 
selectionSort(Comparator<?>) - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
serialize() - Method in interface com.corrspt.xeo.api.core.BOUI
Returns a serialized version of the
serialize() - Method in class com.corrspt.xeo.api.core.XEOObjectBoui
 
ServiceProvider - Interface in com.corrspt.xeo.framework
Marker interface to register service providers
setAuthor(String) - Method in class com.corrspt.xeo.tests.FakeIFile
 
setBinaryStream(InputStream) - Method in class com.corrspt.xeo.tests.FakeIFile
 
setBoQl(String) - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
setCategory(String) - Method in class com.corrspt.xeo.tests.FakeIFile
 
setCheckOutUser(String) - Method in class com.corrspt.xeo.tests.FakeIFile
 
setDescription(String) - Method in class com.corrspt.xeo.tests.FakeIFile
 
setEboContext(EboContext) - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
setEboContext(EboContext) - Method in interface com.corrspt.xeo.framework.ObjectList
 
setFilter(String) - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
setFullTextSearch(String) - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
setFullTextSearch(String) - Method in interface com.corrspt.xeo.framework.ObjectList
 
setLevel(LoggerLevels.LoggerLevel) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Sets the logger level for this logger.
setLevel(LoggerLevels.LoggerLevel) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
setLevel(LoggerLevels.LoggerLevel) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
setObjectContainer(boObjectContainer) - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
setOrderBy(String) - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
setParameter(String, String) - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
setParameters(String[], String[]) - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
setParent(BaseModel) - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
Sets the parent for this instance
setParent(BaseModel) - Method in interface com.corrspt.xeo.api.core.BaseModel
Sets the parent for this instance
setParent(BaseModel) - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
setQueryOrderBy(String) - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
setQueryOrderBy(String) - Method in interface com.corrspt.xeo.framework.ObjectList
 
setReadOnly(boolean) - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
setReadOnly() - Method in class com.corrspt.xeo.tests.FakeIFile
 
setRowProperty(String, String) - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
setSql(String) - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
setSqlFields(boObjectList.SqlField[]) - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
setSqlFields(boObjectList.SqlField[]) - Method in interface com.corrspt.xeo.framework.ObjectList
 
setUserQuery(String, Object[]) - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
setUserQuery(String, Object[]) - Method in interface com.corrspt.xeo.framework.ObjectList
 
setVersionUser(String) - Method in class com.corrspt.xeo.tests.FakeIFile
 
severe(Throwable) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log in Severe level.
severe(String) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log in Severe level.
severe(String, Throwable) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log in Severe level.
severe(String, Object...) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log in Severe level.
severe(String, Throwable, Object...) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log in Severe level.
severe(Throwable) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
severe(String) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
severe(String, Throwable) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
severe(String, Object...) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
severe(String, Throwable, Object...) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
severe(Throwable) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
severe(String) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
severe(String, Throwable) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
severe(String, Object...) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
severe(String, Throwable, Object...) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
skipTo(char) - Method in class org.json.JSONTokener
Skip characters until the next character is the requested character.
soleInstance - Static variable in class com.corrspt.xeo.framework.XEO
 
sortedKeys() - Method in class org.json.JSONObject
Get an enumeration of the keys of the JSONObject.
syntaxError(String) - Method in class org.json.JSONTokener
Make a JSONException to signal a syntax error.
SYS_DTCREATE - Static variable in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
SYS_UPDATE - Static variable in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
system - Variable in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
SystemOutLogger - Class in com.corrspt.xeo.api.core.logger
 
SystemOutLogger(Class<?>) - Constructor for class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
SystemOutLoggerFactory - Class in com.corrspt.xeo.api.core.logger
 
SystemOutLoggerFactory() - Constructor for class com.corrspt.xeo.api.core.logger.SystemOutLoggerFactory
 

T

toJSONArray(JSONArray) - Method in class org.json.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(JSONArray) - Method in class org.json.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONString() - Method in interface org.json.JSONString
The toJSONString method allows a class to produce its own JSON serialization.
toString() - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
 
toString() - Method in class com.corrspt.xeo.api.core.XeoObjectList
 
toString() - Method in class org.json.JSONArray
Make a JSON text of this JSONArray.
toString(int) - Method in class org.json.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString() - Method in class org.json.JSONObject
Make a JSON text of this JSONObject.
toString(int) - Method in class org.json.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString() - Method in class org.json.JSONStringer
Return the JSON text.
toString() - Method in class org.json.JSONTokener
Make a printable string of this JSONTokener.
toStringWithFunctions() - Method in class org.json.JSONObject
 

U

update() - Method in class com.corrspt.xeo.api.core.AbstractModelWrapper
Saves the instance
update() - Method in interface com.corrspt.xeo.api.core.BaseModel
Saves the instance
update() - Method in class com.corrspt.xeo.tests.AbstractJSONImplementation
 
updateFile(iFile) - Method in class com.corrspt.xeo.tests.FakeIFile
 

V

value(boolean) - Method in class org.json.JSONWriter
Append either the value true or the value false.
value(double) - Method in class org.json.JSONWriter
Append a double value.
value(long) - Method in class org.json.JSONWriter
Append a long value.
value(Object) - Method in class org.json.JSONWriter
Append an object value.
valueOf(String) - Static method in enum com.corrspt.xeo.api.core.AbstractModelWrapper.SystemAtts
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.corrspt.xeo.api.core.Message.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.corrspt.xeo.api.core.XEOObjectAtts
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.corrspt.xeo.framework.XEO.Services
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.corrspt.xeo.api.core.AbstractModelWrapper.SystemAtts
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.corrspt.xeo.api.core.Message.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.corrspt.xeo.api.core.XEOObjectAtts
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.corrspt.xeo.framework.XEO.Services
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(Throwable) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log in Warning level.
warn(String) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log in Warning level.
warn(String, Throwable) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log in Warning level.
warn(String, Object...) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log in Warning level.
warn(String, Throwable, Object...) - Method in interface com.corrspt.xeo.api.core.logger.Logger
Log in Warning level.
warn(Throwable) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
warn(String) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
warn(String, Throwable) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
warn(String, Object...) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
warn(String, Throwable, Object...) - Method in class com.corrspt.xeo.api.core.logger.SystemOutLogger
 
warn(Throwable) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
warn(String) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
warn(String, Throwable) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
warn(String, Object...) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
warn(String, Throwable, Object...) - Method in class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
write(Writer) - Method in class org.json.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - Method in class org.json.JSONObject
Write the contents of the JSONObject as JSON text to a writer.
writer - Variable in class org.json.JSONWriter
The writer that will receive the output.

X

XEO - Class in com.corrspt.xeo.framework
A Service Locator (with service registering) for the various Services provided by the framework (object loading, security definition, metadata) Implemented as a singleton
XEO() - Constructor for class com.corrspt.xeo.framework.XEO
Protected constructor to the singleton
XEO.Services - Enum in com.corrspt.xeo.framework
 
XeoLoggerAdapter - Class in com.corrspt.xeo.api.core.logger
 
XeoLoggerAdapter(Logger) - Constructor for class com.corrspt.xeo.api.core.logger.XeoLoggerAdapter
 
XeoLoggerFactory - Class in com.corrspt.xeo.api.core.logger
 
XeoLoggerFactory() - Constructor for class com.corrspt.xeo.api.core.logger.XeoLoggerFactory
 
XEOObject - Class in com.corrspt.xeo.api.core
Class representing a generic object
XEOObject(boObject) - Constructor for class com.corrspt.xeo.api.core.XEOObject
 
XEOObjectAtts - Enum in com.corrspt.xeo.api.core
Attributes of the Patient XEO Model
XEOObjectBoui - Class in com.corrspt.xeo.api.core
Implementation of the BOUI interface for objects that use the sequence of long numbers as the boui
XEOObjectBoui(Long) - Constructor for class com.corrspt.xeo.api.core.XEOObjectBoui
Constructor from a Long object value
XEOObjectBoui(long) - Constructor for class com.corrspt.xeo.api.core.XEOObjectBoui
Constructor from a long value
XEOObjectBoui(String) - Constructor for class com.corrspt.xeo.api.core.XEOObjectBoui
Constructor from a String
XeoObjectList - Class in com.corrspt.xeo.api.core
 
XeoObjectList(boObjectList) - Constructor for class com.corrspt.xeo.api.core.XeoObjectList
 
XEOObjectMessage - Class in com.corrspt.xeo.api.core
Represents a message associated to an XEOObject

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