Skip navigation links
A B C D E F G H I L M N O P Q R S T U V X Y 

A

add(CallRoute) - Method in class ifs.fnd.ap.CallRouteCollection
Adds an element to this collection.
add(PlsqlCommand) - Method in class ifs.fnd.ap.PlsqlCommandCollection
Adds a PlsqlCommand to this collection.
add(String) - Method in class ifs.fnd.ap.Record
Add a attribute named nameOf.
add(String, long) - Method in class ifs.fnd.ap.Record
Add a attribute named nameOf.
add(String, long, DataType) - Method in class ifs.fnd.ap.Record
Add a attribute named nameOf.
add(String, double) - Method in class ifs.fnd.ap.Record
Add a attribute named nameOf.
add(String, double, DataType) - Method in class ifs.fnd.ap.Record
Add a attribute named nameOf.
add(String, BigDecimal) - Method in class ifs.fnd.ap.Record
Add a attribute named nameOf.
add(String, BigDecimal, DataType) - Method in class ifs.fnd.ap.Record
Add a attribute named nameOf.
add(String, boolean) - Method in class ifs.fnd.ap.Record
Add a attribute named nameOf.
add(String, boolean, DataType) - Method in class ifs.fnd.ap.Record
Add a attribute named nameOf.
add(String, byte[]) - Method in class ifs.fnd.ap.Record
Add a attribute named nameOf.
add(String, byte[], DataType) - Method in class ifs.fnd.ap.Record
Add a attribute named nameOf.
add(String, Date) - Method in class ifs.fnd.ap.Record
Add a attribute named nameOf.
add(String, Date, DataType) - Method in class ifs.fnd.ap.Record
Add a attribute named nameOf.
add(String, Bytedata) - Method in class ifs.fnd.ap.Record
Add a attribute named nameOf.
add(String, Bytedata, DataType) - Method in class ifs.fnd.ap.Record
Add a attribute named nameOf.
add(String, String) - Method in class ifs.fnd.ap.Record
Add a attribute named nameOf.
add(String, String, DataType) - Method in class ifs.fnd.ap.Record
Add a attribute named nameOf.
add(RecordAttribute) - Method in class ifs.fnd.ap.RecordAttributeCollection
Adds a RecordAttribute to the collection.
add() - Method in class ifs.fnd.ap.RecordCollection
Adds a new empty Record to the collection.
add(String) - Method in class ifs.fnd.ap.RecordCollection
Adds a new Record with the given recordType to the collection.
add(Record) - Method in class ifs.fnd.ap.RecordCollection
Adds a given Record to the collection.
add(RecordCollection) - Method in class ifs.fnd.ap.RecordCollection
Adds a RecordCollectionto the collection.
addAggregate(String) - Method in class ifs.fnd.ap.Record
Adds an aggregate to the Record's attributes.
addAggregate(String, String) - Method in class ifs.fnd.ap.Record
Adds an aggregate to the Record's attributes.
addAggregate(String, Record) - Method in class ifs.fnd.ap.Record
Adds an aggregate to the Record's attributes and sets the the record.
addArray(String) - Method in class ifs.fnd.ap.Record
Adds an array to the Record's attributes.
addManualDecisionListener(ManualDecisionListener) - Method in class ifs.fnd.ap.Server
Register a ManualDecisionListener with this object.
addRoute(String, String) - Method in class ifs.fnd.ap.CallRouteCollection
Creates, adds & returns a new CallRoute object.
AGGREGATE - Static variable in class ifs.fnd.ap.DataType
Data type: aggregate.
allAnswered() - Method in class ifs.fnd.ap.ManualDecisionCollection
Returns true if all decisions in this collection have been answered.
ALPHA - Static variable in class ifs.fnd.ap.DataType
Data type: alpha.
APException - Exception in ifs.fnd.ap
Class for handling exceptions in the Java AP.
APException() - Constructor for exception ifs.fnd.ap.APException
 
APException(String) - Constructor for exception ifs.fnd.ap.APException
 
APException(String, String) - Constructor for exception ifs.fnd.ap.APException
 
APException(String, ErrorType) - Constructor for exception ifs.fnd.ap.APException
 
APException(String, ErrorType, Throwable) - Constructor for exception ifs.fnd.ap.APException
 
APException(String, ErrorType, String) - Constructor for exception ifs.fnd.ap.APException
 
APException(String, String, ErrorType) - Constructor for exception ifs.fnd.ap.APException
 
APException(String, String, ErrorType, Buffer) - Constructor for exception ifs.fnd.ap.APException
 
APException(String, String, ErrorType, String) - Constructor for exception ifs.fnd.ap.APException
 
APPLICATION_CODE - Static variable in class ifs.fnd.ap.TraceCategory
 
APPLICATION_EX - Static variable in class ifs.fnd.ap.ErrorType
This is an application exception from the server.
ARRAY - Static variable in class ifs.fnd.ap.DataType
Data type: array.
attributeIterator() - Method in class ifs.fnd.ap.RecordAttributeCollection
Returns a RecordAttributeIterator to iterator over this collection.
AUTO - Static variable in class ifs.fnd.ap.RetryStrategy
With this strategy, the Server object automatically tries to re-bind to the interface.

B

BAD_CREDENTIALS - Static variable in class ifs.fnd.ap.ErrorType
This error type is thrown when insufficient user credentials was supplied.
BINARY - Static variable in class ifs.fnd.ap.DataType
Data type: binary.
BindVariableDirection - Class in ifs.fnd.ap
Enumeration class for setting the direction of bind variables when doing PLSQL calls.
bindVariables - Variable in class ifs.fnd.ap.PlsqlCommand
The Record holding bind variables for this command.
BodyType - Class in ifs.fnd.ap
Enumeration class for the Server object's body type when invoking server operations with a byte[] as the request body.
BOOLEAN - Static variable in class ifs.fnd.ap.DataType
Data type: boolean.
BUF - Static variable in class ifs.fnd.ap.BodyType
Denotes that the request body content is a serialized Buffer.
Bytedata - Class in ifs.fnd.ap
Class to hold binay data.
Bytedata(byte[]) - Constructor for class ifs.fnd.ap.Bytedata
 

C

CALL_SEQUENCE - Static variable in class ifs.fnd.ap.TraceCategory
 
CallRoute - Class in ifs.fnd.ap
Maps an interface name to a connection string.
CallRoute() - Constructor for class ifs.fnd.ap.CallRoute
Default constructor which sets interfaceName & lbGroup to "".
CallRoute(String, String) - Constructor for class ifs.fnd.ap.CallRoute
This is the constructor to use.
CallRouteCollection - Class in ifs.fnd.ap
 
CallRouteCollection() - Constructor for class ifs.fnd.ap.CallRouteCollection
Default constructor which initializes an empty collection.
CallRouteCollection(CallRouteCollection) - Constructor for class ifs.fnd.ap.CallRouteCollection
This constructor sets the collection to c.
CallRouter - Class in ifs.fnd.ap
This class holds information on server call routing.
CallRouter() - Constructor for class ifs.fnd.ap.CallRouter
 
CANCEL - Static variable in class ifs.fnd.ap.ManualDecisionAnswer
 
CHECK - Static variable in class ifs.fnd.ap.PlsqlBaseMethodAction
Value for CHECK action.
clear() - Method in class ifs.fnd.ap.CallRouteCollection
Clears the collection of all entries.
clear() - Method in class ifs.fnd.ap.ContextParameters
Removes all parameters.
clear() - Method in class ifs.fnd.ap.PlsqlCommandCollection
Removes all commands from this collection.
clear() - Method in class ifs.fnd.ap.RecordAttributeCollection
Removes all attributes from this RecordAttributeCollection.
clear() - Method in class ifs.fnd.ap.RecordCollection
Removes all Records from this RecordCollection.
clearDirty() - Method in class ifs.fnd.ap.RecordAttribute
Clears the attribute's dirty flag.
clone() - Method in class ifs.fnd.ap.Bytedata
Returns a copy of this object.
clone() - Method in class ifs.fnd.ap.Record
Creates and returns a copy of this object.
clone() - Method in class ifs.fnd.ap.RecordAttribute
Creates and returns a copy of this object.
clone() - Method in class ifs.fnd.ap.RecordAttributeCollection
Creates and returns a copy of this object.
clone() - Method in class ifs.fnd.ap.RecordCollection
Creates and returns a copy of this object.
COMM_EX - Static variable in class ifs.fnd.ap.ErrorType
Error type for communication errors between client server component.
commandText - Variable in class ifs.fnd.ap.PlsqlCommand
The command to execute.
COMPOUND_CONDITION - Static variable in class ifs.fnd.ap.DataType
Data type: compound query condition.
connect() - Method in class ifs.fnd.ap.FndServerConnection
Connect to the server.
ContextParameters - Class in ifs.fnd.ap
Object handling context parameters.
ContextParameters() - Constructor for class ifs.fnd.ap.ContextParameters
 
CONTINUE - Static variable in class ifs.fnd.ap.ManualDecisionAnswer
 
CONTINUE - Static variable in class ifs.fnd.ap.ManualDecisionQuestionType
 
CORBA_EX - Static variable in class ifs.fnd.ap.ErrorType
Deprecated.
Not applicable with the IFS Client Gateway, replaced by COMM_EX. Exceptions of this type origins from the middleware classes. 'Bind not succeeded' and 'Bad operation' are examples of this kind of excpetions. The original Java exception is available via the APException's getRootCause() method.
count() - Method in class ifs.fnd.ap.RecordAttributeCollection
Deprecated.
use size() instead.
createCommandRecord(Record) - Method in class ifs.fnd.ap.PlsqlCommand
Formats this command to a Record for sending to the PL/SQL Gateway.
createCommandRecord(Record) - Method in class ifs.fnd.ap.PlsqlSelectCommand
Formats this command to a Record for sending to the PL/SQL Gateway.
createLUStdOpBindVars(LUStdOp) - Method in class ifs.fnd.ap.Record
Creates a standard set of bind variables used when invoking PL/SQL operations with invokePLSQL().
currentUser - Variable in class ifs.fnd.ap.FndServerConnection
 

D

DATABASE_EX - Static variable in class ifs.fnd.ap.ErrorType
This is a database exception from the server.
DatabaseException - Exception in ifs.fnd.ap
This exception is thrown when a the server operation fails due to a Databse Exception.
DatabaseException(String, String) - Constructor for exception ifs.fnd.ap.DatabaseException
Constructor.
DataType - Class in ifs.fnd.ap
Enumeration class for the different data types supported by a RecordAttribute.
DATE - Static variable in class ifs.fnd.ap.DataType
Data type: date.
DB_ACCESS - Static variable in class ifs.fnd.ap.TraceCategory
 
debugMode - Variable in class ifs.fnd.ap.Server
 
DECIMAL - Static variable in class ifs.fnd.ap.DataType
Data type: decimal.
DETAIL_CONDITION - Static variable in class ifs.fnd.ap.DataType
Data type: detail query condition.
disconnect() - Method in class ifs.fnd.ap.FndServerConnection
Disconnects from servers.
disconnect() - Method in class ifs.fnd.ap.Server
Disconnects all cached connections to servers.
DO - Static variable in class ifs.fnd.ap.PlsqlBaseMethodAction
Value for DO action.

E

ENUM - Static variable in class ifs.fnd.ap.DataType
Data type: enum.
equals(Object) - Method in class ifs.fnd.ap.Bytedata
Returns true if obj is equal to this object.
equals(Object) - Method in class ifs.fnd.ap.Record
Returns True if the supplied Record equals this Record.
equals(Object) - Method in class ifs.fnd.ap.RecordAttributeCollection
Returns true if 1) the collections have the same size 2) the collections' attributes are equal.
equals(Object) - Method in class ifs.fnd.ap.RecordCollection
Returns true if obj is equal to this object in every aspect.
ErrorType - Class in ifs.fnd.ap
Enumeration class for the error types set in an APException.
EXCELLENT - Static variable in class ifs.fnd.ap.Performance
Excellent performance.
EXCEPTION_EX - Static variable in class ifs.fnd.ap.ErrorType
Some other form of exception from the server.
excludeQueryResult() - Method in class ifs.fnd.ap.Record
Excludes this from the query result.
excludeQueryResult() - Method in class ifs.fnd.ap.RecordAttribute
Excludes this attribute from a query result.
execute() - Method in class ifs.fnd.ap.PlsqlCommand
Executes this command.
execute() - Method in class ifs.fnd.ap.PlsqlCommandCollection
Invokes the commands in this collection.
executeQuery() - Method in class ifs.fnd.ap.PlsqlSelectCommand
Executes this SELECT query statement and returns result set.
exists(String) - Method in class ifs.fnd.ap.CallRouteCollection
Returns true if the specified interface name exists in the collection.
exists(String) - Method in class ifs.fnd.ap.Record
Returns true if the Record has an attribute named name.
exists(String) - Method in class ifs.fnd.ap.RecordAttributeCollection
Checks if an attribute exists in the collection.
extraInfo - Variable in exception ifs.fnd.ap.APException
 

F

find(String) - Method in class ifs.fnd.ap.Record
Finds a RecordAttribute in the Record named name and returns a reference to it.
find(String) - Method in class ifs.fnd.ap.RecordAttributeCollection
Returns a reference to the RecordAttribute named name if it exists, null otherwise.
findValue(String, Object) - Method in class ifs.fnd.ap.Record
Finds a value in the Record's attributes.
findValue(String) - Method in class ifs.fnd.ap.Record
 
findValue(String, Object) - Method in class ifs.fnd.ap.RecordAttributeCollection
Finds a attribute with the specified name and returns a reference to its value.
findValue(String) - Method in class ifs.fnd.ap.RecordAttributeCollection
Finds a attribute with the specified name and returns a reference to its value.
FLOAT - Static variable in class ifs.fnd.ap.DataType
Data type: float.
FND_EX - Static variable in class ifs.fnd.ap.ErrorType
An exception that denotes buffer parsing errors.
FndClientAccessHandler - Class in ifs.fnd.ap
Base class for creating typed handlers providing access to server components.
FndClientAccessHandler(String) - Constructor for class ifs.fnd.ap.FndClientAccessHandler
Creates an instance of this class.
FndLoginDialog - Class in ifs.fnd.ap
 
FndLoginDialog() - Constructor for class ifs.fnd.ap.FndLoginDialog
Creates new form FndLoginDialog
FndServerConnection - Class in ifs.fnd.ap
 
FndServerConnection() - Constructor for class ifs.fnd.ap.FndServerConnection
Creates a new instance of FndServerConnection
format(String) - Method in class ifs.fnd.ap.Record
Format the attributes of a record into a user-defined string.
formatToBuffer() - Method in class ifs.fnd.ap.Record
Formats this record into a IFS Buffer.
formatToBuffer() - Method in class ifs.fnd.ap.RecordCollection
Formats this object to a Buffer.
formatToBufferString() - Method in class ifs.fnd.ap.Record
Formats this record into a string representation of its buffer.
formatToItem() - Method in class ifs.fnd.ap.RecordAttribute
Formats the RecordAttribute to an ifs.fnd.buffer.Item object.

G

get(int) - Method in class ifs.fnd.ap.CallRouteCollection
Returns the element at position i.
get(int) - Method in class ifs.fnd.ap.PlsqlCommandCollection
Gets a PlsqlCommand from this collection.
get(int) - Method in class ifs.fnd.ap.RecordAttributeCollection
Returns the RecordAttribute at the specified index.
get(int) - Method in class ifs.fnd.ap.RecordCollection
Gets the Record at the given index.
get(int) - Method in class ifs.fnd.ap.RequestEventCollection
Returns the RequestEvent object with index index.
getAggregate() - Method in class ifs.fnd.ap.RecordAttribute
Returns the attribute's value if it's set and it's an aggregate.
getAllMessages() - Method in class ifs.fnd.ap.Server
Returns all user info messages in one String with a line separator in between.
getAllMessages(String) - Method in class ifs.fnd.ap.Server
Gets all user info messages separated by separator.
getAnswer() - Method in class ifs.fnd.ap.ManualDecision
Returns the decision's answer.
getArray() - Method in class ifs.fnd.ap.RecordAttribute
Returns the attribute's value if it's an array.
getAttributes() - Method in class ifs.fnd.ap.Record
Returns a reference to the Record's attributes.
getBigDecimal() - Method in class ifs.fnd.ap.RecordAttribute
Returns the attribute's value as a BigDecimal.
getBinary() - Method in class ifs.fnd.ap.RecordAttribute
Returns the attribute's value as Bytedata.
getBindVariableDirection() - Method in class ifs.fnd.ap.RecordAttribute
Returns the bind varible direction set.
getBindVariables() - Method in class ifs.fnd.ap.PlsqlCommand
Gets the Record holding bind variables for this command.
getBodyType() - Method in class ifs.fnd.ap.Server
Returns the type of the last response's body content.
getBoolean() - Method in class ifs.fnd.ap.RecordAttribute
Returns the attribute's value as a boolean.
getBytesReceived() - Method in class ifs.fnd.ap.Statistics
Returns the total number of bytes received.
getBytesSent() - Method in class ifs.fnd.ap.Statistics
Returns the total number of bytes sent.
getCallRouter() - Method in class ifs.fnd.ap.Server
Returns a reference to the CallRouter object for this class.
getCancelAnswer() - Method in class ifs.fnd.ap.ManualDecision
Returns the decision's cancel answer.
getCategory(TraceCategory) - Method in class ifs.fnd.ap.Trace
Returns the tracing option set for the given category.
getClientId() - Method in class ifs.fnd.ap.Server
Gets the client ID for the current request.
getCommandText() - Method in class ifs.fnd.ap.PlsqlCommand
Returns this command's text body.
getCompletionStatus() - Method in exception ifs.fnd.ap.APException
Deprecated.
Not applicable with the client gateway. No replacement, returns null. Completion status of the exception. This is used only when the exception is of type CORBA_EX. If the exception thrown isn't a CORBA_EX, null is returned.
getConnectionString() - Method in class ifs.fnd.ap.CallRoute
 
getConnectionString() - Method in class ifs.fnd.ap.FndServerConnection
Gets the current connection string used for server communication.
getConnectionString() - Method in class ifs.fnd.ap.Server
Gets the current connection string used for server communication.
getConnectString() - Method in class ifs.fnd.ap.FndLoginDialog
Get the connection string.
getContextParameters() - Method in class ifs.fnd.ap.RequestContext
Returns a reference to the context's parameters.
getData() - Method in class ifs.fnd.ap.Bytedata
Returns the data held.
getDataType() - Method in class ifs.fnd.ap.RecordAttribute
Returns the RecordAttribute's data type.
getDate() - Method in class ifs.fnd.ap.RecordAttribute
Returns the attribute's value as a Date.
getDebugOut() - Method in class ifs.fnd.ap.Server
Returns the OutputStream where debug traces are printed on when running in debug mode.
getDecisionId() - Method in class ifs.fnd.ap.ManualDecision
Returns the decision's id.
getDecisionKey() - Method in class ifs.fnd.ap.ManualDecision
Returns the decision's key.
getDecisions() - Method in exception ifs.fnd.ap.ManualDecisionException
Returns a ManualDecisionCollection containing the decisions that must be made by the user.
getDefaultAnswer() - Method in class ifs.fnd.ap.ManualDecision
Returns the decision's default answer.
getDefaultMethodName() - Method in class ifs.fnd.ap.PlsqlBaseMethodType
Returns the default method name for this base method type.
getDefaultRequestContext() - Method in class ifs.fnd.ap.Server
Returns the default request context used.
getDomain() - Method in class ifs.fnd.ap.RecordAttribute
Returns the domain for this attribute.
getDomain() - Method in class ifs.fnd.ap.RequestContext
Returns the context's domain.
getDouble() - Method in class ifs.fnd.ap.RecordAttribute
Returns the attribute's value as a double.
getEnabled() - Method in class ifs.fnd.ap.Trace
Returns wheter tracing is enabled or not.
getErrorType() - Method in exception ifs.fnd.ap.APException
Returns the type of error that caused this exception.
getErrSource() - Method in exception ifs.fnd.ap.APException
Returns a string describing the source where the error occured.
getEvents() - Method in class ifs.fnd.ap.RequestContext
Returns the events returned from the server (if any).
getExtraInfo() - Method in exception ifs.fnd.ap.DatabaseException
This method provides more information on SQL Error
getExtraInfo() - Method in exception ifs.fnd.ap.ValidationException
This method provides more information on which attribute that caused this validation failure.
getHeaderBuffer() - Method in exception ifs.fnd.ap.APException
Returns the header buffer recieved from the server.
getId() - Method in class ifs.fnd.ap.RequestEvent
Returns the event's identifier.
getIdentification() - Method in class ifs.fnd.ap.FndLoginDialog
Get the Identification.
getIdentity() - Method in class ifs.fnd.ap.Record
Returns a unique identifier for this record.
getIdentity() - Method in class ifs.fnd.ap.RecordAttribute
Returns the attribute's identity.
getInterfaceName() - Method in class ifs.fnd.ap.CallRoute
Returns the interface name set.
getInvokeCount() - Method in class ifs.fnd.ap.Statistics
Returns the number of invokes made.
getKeyAttribute() - Method in class ifs.fnd.ap.Record
Returns this Record's key attribute.
getLastInvokeBufParseTime() - Method in class ifs.fnd.ap.Statistics
Returns the number of ...
getLastInvokeBytesReceived() - Method in class ifs.fnd.ap.Statistics
Returns the number of bytes received in the last invoke.
getLastInvokeBytesSent() - Method in class ifs.fnd.ap.Statistics
Returns the number of bytes sent in the last invoke.
getLastInvokeDbExecuteCount() - Method in class ifs.fnd.ap.Statistics
Returns the number of ...
getLastInvokeDbFetchCount() - Method in class ifs.fnd.ap.Statistics
Returns the number of ...
getLastInvokeExternalCallCount() - Method in class ifs.fnd.ap.Statistics
Returns the number of ...
getLastInvokePerfEval() - Method in class ifs.fnd.ap.Statistics
Returns a performance evaluation of the last invoke.
getLastInvokeRecParseTime() - Method in class ifs.fnd.ap.Statistics
Returns the number of ...
getLastOutput() - Method in class ifs.fnd.ap.Trace
Returns the output for the last trace.
getLastRequestBody() - Method in class ifs.fnd.ap.Server
Returns the last request's body content, when running in debug mode.
getLastRequestHeader() - Method in class ifs.fnd.ap.Server
Returns the last request's header information, when running in debug mode.
getLastResponseBody() - Method in class ifs.fnd.ap.Server
Returns the last response's body content, when running in debug mode.
getLastResponseHeader() - Method in class ifs.fnd.ap.Server
Returns the response's header information, when running in debug mode.
getLbGroup() - Method in class ifs.fnd.ap.CallRoute
Deprecated.
use getConnectionString instead. Returns the load balance group set.
getLocale() - Method in class ifs.fnd.ap.Server
Returns the Locale set.
getLong() - Method in class ifs.fnd.ap.RecordAttribute
Returns the attribute's value as a long.
getMaxRows() - Method in class ifs.fnd.ap.PlsqlSelectCommand
Gets the MAXROWS setting.
getMessage() - Method in class ifs.fnd.ap.ManualDecision
Returns the decision's message.
getMessages() - Method in class ifs.fnd.ap.Server
Gets all user info messages that was generated during the last call.
getMinorCode() - Method in exception ifs.fnd.ap.APException
Deprecated.
Not applicable with the client gateway. No replacement, returns 0. Minor code of the exception. This is used only when the exception is of type CORBA_EX. Returns an int describing the error. If the exception is not a CORBA_EX, 0 is returned.
getNameOf() - Method in class ifs.fnd.ap.RecordAttribute
Returns the name of the RecordAttribute.
getNext() - Method in class ifs.fnd.ap.Sequence
Returns the next value in the sequence.
getParam(String) - Method in class ifs.fnd.ap.ContextParameters
Returns a parameter.
getParam(String, String) - Method in class ifs.fnd.ap.ContextParameters
Returns a parameter.
getPassword() - Method in class ifs.fnd.ap.FndLoginDialog
Get the Password.
getQueryValue() - Method in class ifs.fnd.ap.RecordAttribute
Returns the value for this attribute if its status is QueryInclude, otherwise null is returned.
getQuestionType() - Method in class ifs.fnd.ap.ManualDecision
Returns the decision's question type.
getReauthenticationRequest() - Method in class ifs.fnd.ap.ManualDecision
Returns the reauthentication request.
getReauthenticationResponse() - Method in class ifs.fnd.ap.ManualDecision
Returns the reauthentication response.
getRecordType() - Method in class ifs.fnd.ap.Record
Returns the record type for the record.
getRecordTypeFull() - Method in class ifs.fnd.ap.Record
Returns the full record type for the record.
getReferent() - Method in class ifs.fnd.ap.RecordAttribute
If the attribute is a reference, the referenced Record is returned by this method.
getRequestId() - Method in class ifs.fnd.ap.RequestContext
Returns Id of server request.
getResult() - Method in class ifs.fnd.ap.PlsqlSelectCommand
Gets the select command's result set.
getRetryStrategy() - Method in class ifs.fnd.ap.Server
Returns the retry strategy used in this object.
getRootCause() - Method in exception ifs.fnd.ap.APException
Returns the root cause of this exception.
getRoutings() - Method in class ifs.fnd.ap.CallRouter
Returns the server call routings set.
getServer() - Method in class ifs.fnd.ap.PlsqlCommand
Returns the Server object associated with this command, if any.
getServer() - Method in class ifs.fnd.ap.PlsqlCommandCollection
Returns the Server object associated with this command collection.
getSize() - Method in class ifs.fnd.ap.Bytedata
Returns the size of the data in bytes.
getSkipRows() - Method in class ifs.fnd.ap.PlsqlSelectCommand
Gets the SKIPROWS settings.
getStatistics() - Method in class ifs.fnd.ap.Server
Returns a Statistics object where some statistics on invoke calls are held.
getStatus() - Method in class ifs.fnd.ap.Record
Returns the Record's status.
getStatus() - Method in class ifs.fnd.ap.RecordAttribute
Returns the status for this RecordAttribute.
getString() - Method in class ifs.fnd.ap.RecordAttribute
Returns the attribute's value as a String.
getSubtype() - Method in exception ifs.fnd.ap.APException
Returns the subtype of the error.
getTag() - Method in class ifs.fnd.ap.Record
Gets the Tag attribute.
getTag() - Method in class ifs.fnd.ap.RecordAttribute
Gets the Tag attribute.
getTag() - Method in class ifs.fnd.ap.RecordAttributeCollection
Gets the Tag attribute.
getTag() - Method in class ifs.fnd.ap.RecordCollection
Gets the Tag attribute.
getTrace() - Method in class ifs.fnd.ap.Server
Returns a reference to a Trace object.
getUseDefaultLBGroup() - Method in class ifs.fnd.ap.CallRouter
Deprecated.
notion of a default group is not used as of Fndext 3.0.0. Returns true if set to use default load balance group.
getValue() - Method in class ifs.fnd.ap.RecordAttribute
Returns a reference to the value stored in the RecordAttribute.

H

handleLUStdOpBindVars(LUStdOp, Record) - Method in class ifs.fnd.ap.Record
Handles bind variables after a call to invokePLSQL (moves objid/objversion attributes from bind variables to the record).
hashCode() - Method in class ifs.fnd.ap.Bytedata
 
hasNext() - Method in class ifs.fnd.ap.RecordAttributeIterator
 
hasNext() - Method in class ifs.fnd.ap.RecordIterator
 
hasValue(String) - Method in class ifs.fnd.ap.Record
Checks if the Record has an attribute named name and checks if that attribute has a value set (not null).
hasValue() - Method in class ifs.fnd.ap.RecordAttribute
Returns true if the attribute has a value set.
hasValue(String) - Method in class ifs.fnd.ap.RecordAttributeCollection
Returns true if an attribute named by name exists and it's value is not null.
headerBuffer - Variable in exception ifs.fnd.ap.APException
 

I

ifs.fnd.ap - package ifs.fnd.ap
 
IN - Static variable in class ifs.fnd.ap.BindVariableDirection
The parameter is input only.
IN_OUT - Static variable in class ifs.fnd.ap.BindVariableDirection
The parameter is both input & output.
includeQueryResult() - Method in class ifs.fnd.ap.Record
Sets all attributes to be included in a query result.
includeQueryResult(RecordAttributeStatus) - Method in class ifs.fnd.ap.Record
Sets all attributes to includeAs.
includeQueryResult() - Method in class ifs.fnd.ap.RecordAttribute
Includes this attribute in a query result.
includeQueryResult(RecordAttributeStatus) - Method in class ifs.fnd.ap.RecordAttribute
Sets includetype for this attribute.
INTEGER - Static variable in class ifs.fnd.ap.DataType
Data type: integer.
invoke(String) - Method in class ifs.fnd.ap.FndClientAccessHandler
Invokes an operation on the server component named by handlerName using protocol: IN_VOID_RETURN_VOID
invoke(String, FndAbstractRecord, FndAbstractRecord) - Method in class ifs.fnd.ap.FndClientAccessHandler
Invokes an operation on the server component named by handlerName using protocols: IN_VIEW_RETURN_VIEW - use separate objects for inView and outView parameters. IN_OUT_VIEW - use same object for inView and outView parameters. IN_VIEW - outView-parameter must be null. RETURN_VIEW - inView-parameter must be null. PARAMETER_LIST - use the same generated ParameterList view object for inView and outView parameters.
invoke(String, FndQueryRecord, FndAbstractArray) - Method in class ifs.fnd.ap.FndClientAccessHandler
Invokes an operation on the server component named by handlerName using protocol: QUERY
invoke(String, FndAbstractArray, FndAbstractArray) - Method in class ifs.fnd.ap.FndClientAccessHandler
Invokes an operation on the server component named by handlerName using protocols: IN_ARRAY_RETURN_ARRAY - use separate objects for inArray and outArray parameters. IN_OUT_ARRAY - use same object for inArray and outArray parameters. IN_ARRAY - outArray-parameter must be null. RETURN_ARRAY - inArray-parameter must be null.
invoke(String, FndAbstractRecord, FndAbstractArray) - Method in class ifs.fnd.ap.FndClientAccessHandler
Invokes an operation on the server component named by handlerName using protocol: IN_VIEW_RETURN_ARRAY
invoke(String, FndAbstractArray, FndAbstractRecord) - Method in class ifs.fnd.ap.FndClientAccessHandler
Invokes an operation on the server component named by handlerName using protocol: IN_ARRAY_RETURN_VIEW
invoke(String, String, Record) - Method in class ifs.fnd.ap.Server
Invoke-method with a minimum of information supplied to make the call.
invoke(String, String, Record, RequestContext) - Method in class ifs.fnd.ap.Server
 
invoke(String, String, Record, String) - Method in class ifs.fnd.ap.Server
 
invoke(String, String, Record, RequestContext, String) - Method in class ifs.fnd.ap.Server
Invokes a server operation according to given data.
invoke(String, String, Buffer) - Method in class ifs.fnd.ap.Server
Minimum info-version of invoke.
invoke(String, String, Buffer, RequestContext) - Method in class ifs.fnd.ap.Server
 
invoke(String, String, Buffer, String) - Method in class ifs.fnd.ap.Server
 
invoke(String, String, Buffer, RequestContext, String) - Method in class ifs.fnd.ap.Server
Invokes a server call with a Buffer as input data.
invoke(String, String, byte[], BodyType, RequestContext, String) - Method in class ifs.fnd.ap.Server
Invokes a server operation with a byte array as the request body.
invokePLSQL(String) - Method in class ifs.fnd.ap.Server
Invokes a PLSQL command through the AccessPlsql interface.
invokePLSQL(String, Record) - Method in class ifs.fnd.ap.Server
Invokes a PLSQL command through the AccessPlsql interface.
invokePLSQL(String, Record, long, long) - Method in class ifs.fnd.ap.Server
Invokes a PLSQL command through the PL/SQL Gateway interface for client applications (AccessPlsql).
IO_EX - Static variable in class ifs.fnd.ap.ErrorType
If an IOException occurs somewhere along the path when invoking a server operation, it's re-throw inside an APException with this error type.
isAnswered() - Method in class ifs.fnd.ap.ManualDecision
Returns true if this decision have been answered.
isClientStatisticsOn() - Method in class ifs.fnd.ap.Server
Returns the flag controlling SQL trace statistics in database.
isClientTracingOn() - Method in class ifs.fnd.ap.Server
Returns the flag controlling SQL tracing in database.
isCompound() - Method in class ifs.fnd.ap.RecordAttribute
Returns true if the attribute is compund (Array, Aggregate, Reference or Query Condition).
isDebugMode() - Method in class ifs.fnd.ap.Server
Returns whether this object is running in debug mode or not.
isDirty() - Method in class ifs.fnd.ap.Record
Returns whether the Record is dirty or not.
isDirty() - Method in class ifs.fnd.ap.RecordAttribute
Returns true is this attribute is dirty.
isDirty() - Method in class ifs.fnd.ap.RecordCollection
Returns true if this RecordCollection is dirty.
isEmpty() - Method in class ifs.fnd.ap.CallRouteCollection
Returns true if the collection is emtpy, otherwise false.
isEnabled() - Method in class ifs.fnd.ap.CallRouter
Returns true if call routing is enabled.
isInteractiveMode() - Method in class ifs.fnd.ap.Server
Returns whether interactive mode is used or not.
isKey() - Method in class ifs.fnd.ap.RecordAttribute
Returns true if the the attribute is a key.
isMandatory() - Method in class ifs.fnd.ap.RecordAttribute
Check if the attribute is mandatory (must have a value).
isQueryCondition() - Method in class ifs.fnd.ap.RecordAttribute
Returns true if the attribute is a query condition.
isReference() - Method in class ifs.fnd.ap.RecordAttribute
Returns true if the attribute is a reference.
isRemoveAllowed() - Method in class ifs.fnd.ap.Record
Check if the record may be removed.
isSimple() - Method in class ifs.fnd.ap.RecordAttribute
Returns true if the attribute contains a simple value.
isUpdateAllowed() - Method in class ifs.fnd.ap.RecordAttribute
Check if the attribute is updateable.
iterator() - Method in class ifs.fnd.ap.CallRouteCollection
Returns an iterator for this class.
iterator() - Method in class ifs.fnd.ap.ManualDecisionCollection
Returns an iterator to all decisions to make.
iterator() - Method in class ifs.fnd.ap.Record
Returns an Iterator to the Record's attributes.
iterator() - Method in class ifs.fnd.ap.RecordAttributeCollection
Returns an Iterator for the collection.
iterator() - Method in class ifs.fnd.ap.RecordCollection
Returns an iterator for this collection.
iterator() - Method in class ifs.fnd.ap.RequestEventCollection
Returns an Iterator object for this collection.

L

loadFromBuffer(Buffer) - Method in class ifs.fnd.ap.Record
Loads a record from a IFS Buffer containing the data.
loadFromBufferString(String) - Method in class ifs.fnd.ap.Record
Loads a record from a string containing its buffer.
loadFromFile(String) - Method in class ifs.fnd.ap.Record
Loads a previously saved Record from file.
log(String) - Method in class ifs.fnd.ap.Server
Prints an event to the debug log.
log(String, String) - Method in class ifs.fnd.ap.Server
Prints an event to the debug log.
LONG_TEXT - Static variable in class ifs.fnd.ap.DataType
Data type: long text.
LUStdOp - Class in ifs.fnd.ap
Enumeration class defining standard operation types for LU's.

M

main(String[]) - Static method in class ifs.fnd.ap.FndLoginDialog
 
makeDirty() - Method in class ifs.fnd.ap.RecordAttribute
Sets the attribute's dirty flag.
MANUAL_DECISION - Static variable in class ifs.fnd.ap.ErrorType
Not really an error, but indicates that the server have requested a manual decision from the user.
ManualDecision - Class in ifs.fnd.ap
Class representing a manual decision.
ManualDecisionAnswer - Class in ifs.fnd.ap
Enumeration class for manual decision answers.
ManualDecisionCollection - Class in ifs.fnd.ap
A collection class holding ManualDecision objects.
ManualDecisionException - Exception in ifs.fnd.ap
An exception indicating that the server have requested that a manual decision have to be made by the user.
ManualDecisionException(String, ManualDecisionCollection) - Constructor for exception ifs.fnd.ap.ManualDecisionException
Constructor.
ManualDecisionListener - Interface in ifs.fnd.ap
Interface for listening on manual decision requests from server components.
ManualDecisionQuestionType - Class in ifs.fnd.ap
Enumeration class for manual decision question types.
manualDecisionRequested(ManualDecision) - Method in interface ifs.fnd.ap.ManualDecisionListener
This method is called when a manual decision have been requested by the server.
MODIFIED - Static variable in class ifs.fnd.ap.RecordStatus
Record status: Modified
The Record have been modified since it was retrieved from a server.
MODIFY - Static variable in class ifs.fnd.ap.LUStdOp
'Modify' operation.
MODIFY - Static variable in class ifs.fnd.ap.PlsqlBaseMethodType
Value for MODIFY-type methods.

N

NEW - Static variable in class ifs.fnd.ap.LUStdOp
'New' operation.
NEW - Static variable in class ifs.fnd.ap.PlsqlBaseMethodType
Value for NEW-type methods.
NEW - Static variable in class ifs.fnd.ap.RecordStatus
Record status: New
The Record have not been saved.
next() - Method in class ifs.fnd.ap.RecordAttributeIterator
 
next() - Method in class ifs.fnd.ap.RecordIterator
 
nextAttribute() - Method in class ifs.fnd.ap.RecordAttributeIterator
Returns the next object as a RecordAttribute.
nextRecord() - Method in class ifs.fnd.ap.RecordIterator
Returns the next object as a Record.
NO - Static variable in class ifs.fnd.ap.ManualDecisionAnswer
 
NO - Static variable in class ifs.fnd.ap.RetryStrategy
With this strategy, binds aren't retried.
NO_ANSWER - Static variable in class ifs.fnd.ap.ManualDecisionAnswer
 
NO_TO_ALL - Static variable in class ifs.fnd.ap.ManualDecisionAnswer
 
NONE - Static variable in class ifs.fnd.ap.RecordAttributeStatus
No status set.

O

OK - Variable in class ifs.fnd.ap.FndLoginDialog
 
OK - Static variable in class ifs.fnd.ap.Performance
Ok performance.
OUT - Static variable in class ifs.fnd.ap.BindVariableDirection
The parameter is output only.

P

parseBuffer(Buffer) - Method in class ifs.fnd.ap.RecordCollection
Parses a Buffer into this RecordCollection.
parseItem(Item) - Method in class ifs.fnd.ap.Record
Deprecated.
to load a Record from a Buffer, use loadFromBuffer. Parses an Item into the Record
parseItem(Item) - Method in class ifs.fnd.ap.RecordAttribute
Parses a simple item into a RecordAttribute.
Performance - Class in ifs.fnd.ap
Enumeration class for the performance evaluation by the Statistics object.
PlsqlBaseMethodAction - Class in ifs.fnd.ap
Enumeration class for IFS standard base method actions.
PlsqlBaseMethodCommand - Class in ifs.fnd.ap
For calling standard IFS base methods NEW, MODIFY and REMOVE for a logical unit (LU).
PlsqlBaseMethodCommand(Server, PlsqlBaseMethodType, String, Record, PlsqlBaseMethodAction) - Constructor for class ifs.fnd.ap.PlsqlBaseMethodCommand
Creates a new instace of this class.
PlsqlBaseMethodCommand(Server, PlsqlBaseMethodType, String, String, Record, PlsqlBaseMethodAction) - Constructor for class ifs.fnd.ap.PlsqlBaseMethodCommand
Creates a new instance of this class.
PlsqlBaseMethodType - Class in ifs.fnd.ap
Enumeration class for IFS standard base method types.
PlsqlCommand - Class in ifs.fnd.ap
A PL/SQL command to be executed individually, or together with other commands in a PlsqlCommandCollection.
PlsqlCommand() - Constructor for class ifs.fnd.ap.PlsqlCommand
Creates an instance of this class.
PlsqlCommand(Server) - Constructor for class ifs.fnd.ap.PlsqlCommand
Creates an instance of this class.
PlsqlCommand(String) - Constructor for class ifs.fnd.ap.PlsqlCommand
Creates an instance of this class.
PlsqlCommand(Server, String) - Constructor for class ifs.fnd.ap.PlsqlCommand
Creates in instance of this class.
PlsqlCommandCollection - Class in ifs.fnd.ap
A collection of PlsqlCommand objects (or any sub-class thereof).
PlsqlCommandCollection() - Constructor for class ifs.fnd.ap.PlsqlCommandCollection
Creates a new instance of this class.
PlsqlCommandCollection(Server) - Constructor for class ifs.fnd.ap.PlsqlCommandCollection
Creates in instance of this class.
PlsqlSelectCommand - Class in ifs.fnd.ap
For executing SELECT query statement through the PL/SQL Gateway.
PlsqlSelectCommand() - Constructor for class ifs.fnd.ap.PlsqlSelectCommand
Creates a new instance of class.
PlsqlSelectCommand(Server) - Constructor for class ifs.fnd.ap.PlsqlSelectCommand
Creates an instance of this class.
PlsqlSelectCommand(String) - Constructor for class ifs.fnd.ap.PlsqlSelectCommand
Creates an instance of this class.
PlsqlSelectCommand(Server, String) - Constructor for class ifs.fnd.ap.PlsqlSelectCommand
Creates in instance of this class.
PREPARE - Static variable in class ifs.fnd.ap.PlsqlBaseMethodAction
Value for PREPARE action.
processCommandRecord(Record) - Method in class ifs.fnd.ap.PlsqlBaseMethodCommand
Parses a [Command] Record from the PL/SQL Gateway into this command.
processCommandRecord(Record) - Method in class ifs.fnd.ap.PlsqlCommand
Parses a [Command] Record from the PL/SQL Gateway into this command.
processCommandRecord(Record) - Method in class ifs.fnd.ap.PlsqlSelectCommand
Parses a [Command] Record from the PL/SQL Gateway into this command.

Q

QUERIED - Static variable in class ifs.fnd.ap.RecordStatus
Record status: Queried
The Record is a result from a server query.
QUERY_EXCLUDE - Static variable in class ifs.fnd.ap.RecordAttributeStatus
Status is QueryExclude.
QUERY_INCLUDE - Static variable in class ifs.fnd.ap.RecordAttributeStatus
Status is QueryInclude.
QUERY_INCLUDE_AVG - Static variable in class ifs.fnd.ap.RecordAttributeStatus
Status is QueryIncludeAvg.
QUERY_INCLUDE_MAX - Static variable in class ifs.fnd.ap.RecordAttributeStatus
Status is QueryIncludeMax.
QUERY_INCLUDE_MIN - Static variable in class ifs.fnd.ap.RecordAttributeStatus
Status is QueryIncludeMin.
QUERY_INCLUDE_SUM - Static variable in class ifs.fnd.ap.RecordAttributeStatus
Status is QueryIncludeSum.
QUESTIONSABLE - Static variable in class ifs.fnd.ap.Performance
Questionable performance.

R

REAUTHENTICATE - Static variable in class ifs.fnd.ap.ManualDecisionAnswer
 
REAUTHENTICATE - Static variable in class ifs.fnd.ap.ManualDecisionQuestionType
 
Record - Class in ifs.fnd.ap
The Record is the input/output data format for components built on Extended Server platform.
Record() - Constructor for class ifs.fnd.ap.Record
The default constructor.
Record(String) - Constructor for class ifs.fnd.ap.Record
The Record's recordType will be set to the supplied string.
RecordAttribute - Class in ifs.fnd.ap
The RecordAttribute represents the smallest part a Record is made up of.
RecordAttribute() - Constructor for class ifs.fnd.ap.RecordAttribute
Default constructor.
RecordAttribute(String) - Constructor for class ifs.fnd.ap.RecordAttribute
This constructor sets the name.
RecordAttribute(String, String) - Constructor for class ifs.fnd.ap.RecordAttribute
This constructor sets the name and value.
RecordAttribute(String, long) - Constructor for class ifs.fnd.ap.RecordAttribute
This constructor sets the name and value.
RecordAttribute(String, double) - Constructor for class ifs.fnd.ap.RecordAttribute
This constructor sets the name and value.
RecordAttribute(String, BigDecimal) - Constructor for class ifs.fnd.ap.RecordAttribute
This constructor sets the name and value.
RecordAttribute(String, boolean) - Constructor for class ifs.fnd.ap.RecordAttribute
This constructor sets the name and value.
RecordAttribute(String, byte[]) - Constructor for class ifs.fnd.ap.RecordAttribute
This constructor sets the name and value.
RecordAttribute(String, Date) - Constructor for class ifs.fnd.ap.RecordAttribute
This constructor sets the name and value.
RecordAttribute(String, Bytedata) - Constructor for class ifs.fnd.ap.RecordAttribute
This constructor sets the name and value.
RecordAttributeCollection - Class in ifs.fnd.ap
A collection of RecordAttributes
RecordAttributeCollection() - Constructor for class ifs.fnd.ap.RecordAttributeCollection
 
RecordAttributeIterator - Class in ifs.fnd.ap
An Iterator class for iterating over RecordAttributeCollections.
RecordAttributeStatus - Class in ifs.fnd.ap
Enumeration class for RecordAttribute status.
RecordCollection - Class in ifs.fnd.ap
A collection of Records.
RecordCollection() - Constructor for class ifs.fnd.ap.RecordCollection
 
recordIterator() - Method in class ifs.fnd.ap.RecordCollection
Returns a RecordIterator for iterating over this collection.
RecordIterator - Class in ifs.fnd.ap
An Iterator class for iterating over RecordCollections.
RecordStatus - Class in ifs.fnd.ap
Enumeration class for Record status.
remove(CallRoute) - Method in class ifs.fnd.ap.CallRouteCollection
 
REMOVE - Static variable in class ifs.fnd.ap.LUStdOp
'Remove' operation.
REMOVE - Static variable in class ifs.fnd.ap.PlsqlBaseMethodType
Value for REMOVE-type methods.
remove(int) - Method in class ifs.fnd.ap.PlsqlCommandCollection
Removes a PlsqlCommand from this collection.
remove(String) - Method in class ifs.fnd.ap.Record
Removes an attribute named name from the Record, if it exists.
remove(int) - Method in class ifs.fnd.ap.RecordAttributeCollection
Removes the RecordAttribute at the specified index.index must be within 0 - (size()-1).
remove(String) - Method in class ifs.fnd.ap.RecordAttributeCollection
Removes the RecordAttribute with the given name.
remove() - Method in class ifs.fnd.ap.RecordAttributeIterator
 
remove(int) - Method in class ifs.fnd.ap.RecordCollection
Removes a Record from this object.
remove() - Method in class ifs.fnd.ap.RecordIterator
 
REMOVED - Static variable in class ifs.fnd.ap.RecordStatus
Record status: Removed
The Record has been marked to be removed.
removeManualDecisionListener(ManualDecisionListener) - Method in class ifs.fnd.ap.Server
Unregisters a ManualDecisionListener from this object.
removeParam(String) - Method in class ifs.fnd.ap.ContextParameters
Removes a parameter.
RequestContext - Class in ifs.fnd.ap
Object holding context information for Server.invoke()'s.
RequestContext() - Constructor for class ifs.fnd.ap.RequestContext
Default constructor setting the domain in use to "*" (the default domain).
RequestContext(String) - Constructor for class ifs.fnd.ap.RequestContext
Constructor setting the context's domain.
RequestEvent - Class in ifs.fnd.ap
Information on a request event from a server.
RequestEventCollection - Class in ifs.fnd.ap
A collection of RequestEvent objects.
RetryStrategy - Class in ifs.fnd.ap
Enumeration class for the Server object's retry strategy.

S

saveToFile(String) - Method in class ifs.fnd.ap.Record
Saves the Record to a file.
saveToThread() - Method in class ifs.fnd.ap.Server
Saves a reference to this object in the currently executing thread.
SECURITY_EX - Static variable in class ifs.fnd.ap.ErrorType
A security exception from the server, such as the user wasn't allowed to execute the desired operation.
Sequence - Class in ifs.fnd.ap
Generates a unique sequence of numbers.
Sequence() - Constructor for class ifs.fnd.ap.Sequence
 
Server - Class in ifs.fnd.ap
This class is used for accessing Extended Server components.
Server() - Constructor for class ifs.fnd.ap.Server
Default constructor.
Server(RetryStrategy) - Constructor for class ifs.fnd.ap.Server
Constructor where the server retry strategy is supplied.
Server(RetryStrategy, int) - Constructor for class ifs.fnd.ap.Server
Constructor setting the retry strategy & retry count.
setAllCategories(boolean) - Method in class ifs.fnd.ap.Trace
Sets the value for all tracing options to value.
setAnswer(ManualDecisionAnswer) - Method in class ifs.fnd.ap.ManualDecision
Sets the decision's answer.
setAttributes(RecordAttributeCollection) - Method in class ifs.fnd.ap.Record
Sets the Record's attribute collection.
setBindVariableDirection(BindVariableDirection) - Method in class ifs.fnd.ap.RecordAttribute
Sets the bind variable direction.
setCategory(TraceCategory, boolean) - Method in class ifs.fnd.ap.Trace
Sets the tracing option specified by cat to value.
setClientId(String) - Method in class ifs.fnd.ap.Server
Sets the client ID for the current request.
setClientStatistics(boolean) - Method in class ifs.fnd.ap.Server
Sets the flag controlling SQL trace statistics in database.
setClientTracing(boolean) - Method in class ifs.fnd.ap.Server
Sets the flag controlling SQL tracing in database.
setCommandText(String) - Method in class ifs.fnd.ap.PlsqlCommand
Sets this command's text body.
setConnectionString(String) - Method in class ifs.fnd.ap.CallRoute
Sets the connection string.
setConnectionString(String) - Method in class ifs.fnd.ap.FndLoginDialog
Sets the connection string.
setConnectionString(String) - Method in class ifs.fnd.ap.FndServerConnection
Sets the connection string to use for server communication.
setConnectionString(String) - Method in class ifs.fnd.ap.Server
Sets the connection string to use for server communication.
setContextParameters(ContextParameters) - Method in class ifs.fnd.ap.RequestContext
Sets the context's parameters.
setCredentials(String, String) - Method in class ifs.fnd.ap.FndLoginDialog
Sets the Credentials.
setCredentials(String, String) - Method in class ifs.fnd.ap.FndServerConnection
Sets the credentials used to authenticate the user.
setCredentials(String, String) - Method in class ifs.fnd.ap.Server
Sets the credentials used to authenticate the user.
setCurrent(int) - Method in class ifs.fnd.ap.Sequence
Sets the current value.
setData(byte[]) - Method in class ifs.fnd.ap.Bytedata
Sets the data to be held.
setDataType(DataType) - Method in class ifs.fnd.ap.RecordAttribute
Sets the data RecordAttribute's data type.
setDebugMode(boolean) - Method in class ifs.fnd.ap.Server
Sets wheter to run this object in debug mode or not.
setDebugOut(OutputStream) - Method in class ifs.fnd.ap.Server
Sets the OutputStream where debug traces are printed on when running in debug mode.
setDebugOut(PrintStream) - Method in class ifs.fnd.ap.Server
Sets the PrintStream where debug traces are printed on when running in debug mode.System.out is the default.
setDecisionKey(String) - Method in class ifs.fnd.ap.ManualDecision
Sets the decision's key.
setDecisions(ManualDecisionCollection) - Method in class ifs.fnd.ap.Server
Sets the collection of manual decisions to be included in the next (and the next only) server call.
setDefaultRequestContext(RequestContext) - Method in class ifs.fnd.ap.Server
Sets the default request context.
setDomain(String) - Method in class ifs.fnd.ap.RecordAttribute
Sets the domain for this attribute.
setDomain(String) - Method in class ifs.fnd.ap.RequestContext
Sets the context's domain.
setEnabled(boolean) - Method in class ifs.fnd.ap.CallRouter
Sets wheter to enable routing or not.
setEnabled(boolean) - Method in class ifs.fnd.ap.Trace
Sets wheter to enable tracing or not.
setIdentitiy(String) - Method in class ifs.fnd.ap.RecordAttribute
Sets the attributes identitiy, i.e.
setIntegrationUrl(boolean) - Method in class ifs.fnd.ap.Server
Set/unset usage of client gateway URL at Integration cluster (default Main)
setInteractiveMode(boolean) - Method in class ifs.fnd.ap.Server
Sets wheter to use interactive mode or not.
setInterfaceName(String) - Method in class ifs.fnd.ap.CallRoute
Sets the interface name.
setIsKey(boolean) - Method in class ifs.fnd.ap.RecordAttribute
Sets wheter the attribute is a key.
setIsReference(boolean) - Method in class ifs.fnd.ap.RecordAttribute
Sets wheter the attribute is a reference.
setLbGroup(String) - Method in class ifs.fnd.ap.CallRoute
Deprecated.
use setConnectionString() instead. Sets the load balance group.
setLegacyUrl(boolean) - Method in class ifs.fnd.ap.Server
Set/unset usage of client gateway URL in backward compatibility mode (default false)
setLikeCondition(String, String) - Method in class ifs.fnd.ap.Record
Sets a "attribute like value" condition on an attribute in this record.
setLocale(String) - Method in class ifs.fnd.ap.Server
Sets the locale to use (language actually, an IFS specific language code).
setLocale(Locale) - Method in class ifs.fnd.ap.Server
Sets the Locale to use.
setMaxRows(long) - Method in class ifs.fnd.ap.PlsqlSelectCommand
Sets the MAXROWS setting.
setNameOf(String) - Method in class ifs.fnd.ap.RecordAttribute
Sets the name of the RecordAttribute.
setNew() - Method in class ifs.fnd.ap.Record
Sets the Record's status to NEW.
setParam(String, String) - Method in class ifs.fnd.ap.ContextParameters
Sets a parameter.
setQueried() - Method in class ifs.fnd.ap.Record
Sets the Record's status to QUERIED.
setQueryValue(Object) - Method in class ifs.fnd.ap.RecordAttribute
Sets the value & and the status to QueryInclude.
setReauthenticationRequest(ReauthenticationRequest) - Method in class ifs.fnd.ap.ManualDecision
Sets the reauthentication request.
setReauthenticationResponse(ReauthenticationResponse) - Method in class ifs.fnd.ap.ManualDecision
Sets the reauthentication response.
setRecordType(String) - Method in class ifs.fnd.ap.Record
Sets the recordType for the Record.
setReferent(Record) - Method in class ifs.fnd.ap.RecordAttribute
Sets the attribute's referent record (if the attribute is a reference).
setRemoved() - Method in class ifs.fnd.ap.Record
Sets the Record's status to REMOVED.
setRequestId(String) - Method in class ifs.fnd.ap.RequestContext
Sets Id for server request.
setRetryStrategy(RetryStrategy) - Method in class ifs.fnd.ap.Server
Sets the retry strategy for this object.
setRunAs(String) - Method in class ifs.fnd.ap.Server
Sets the directory id of an alternative user to run the server calls as.
setSelectColumns(String) - Method in class ifs.fnd.ap.PlsqlSelectCommand
Sets meta-data describing type and size of every column in the select list.
setServer(Server) - Method in class ifs.fnd.ap.PlsqlCommand
Associates a Server object with this command.
setServer(Server) - Method in class ifs.fnd.ap.PlsqlCommandCollection
Associates a Server object with this command collection.
setShowLoginAlways(boolean) - Method in class ifs.fnd.ap.FndServerConnection
Enable showing login dialog always.
setShowLoginContinuously(boolean) - Method in class ifs.fnd.ap.FndServerConnection
Enable showing login dialog continuously until login success.
setSkipRows(long) - Method in class ifs.fnd.ap.PlsqlSelectCommand
Sets the SKIPROWS setting.
setSqlTrace(boolean) - Method in class ifs.fnd.ap.Server
Sets whether SQL Trace is enabled or not.
setStatus(RecordAttributeStatus) - Method in class ifs.fnd.ap.RecordAttribute
Sets the attribute's status.
setTag(String) - Method in class ifs.fnd.ap.Record
Sets the Tag attribute.
setTag(Object) - Method in class ifs.fnd.ap.RecordAttribute
Sets the Tag attribute.
setTag(String) - Method in class ifs.fnd.ap.RecordAttributeCollection
Sets the Tag attribute.
setTag(String) - Method in class ifs.fnd.ap.RecordCollection
Sets the Tag attribute.
setUseCompression(boolean) - Method in class ifs.fnd.ap.Server
Sets whether data compression is used or not.
setUseDefaultLBGroup(boolean) - Method in class ifs.fnd.ap.CallRouter
Deprecated.
notion of a default group is not used as of Fndext 3.0.0. Sets wheter to use the default load balance groups or not.
setValue(long) - Method in class ifs.fnd.ap.RecordAttribute
Sets the value, dirty to true & status to None.
setValue(double) - Method in class ifs.fnd.ap.RecordAttribute
 
setValue(BigDecimal) - Method in class ifs.fnd.ap.RecordAttribute
 
setValue(boolean) - Method in class ifs.fnd.ap.RecordAttribute
 
setValue(Date) - Method in class ifs.fnd.ap.RecordAttribute
 
setValue(String) - Method in class ifs.fnd.ap.RecordAttribute
 
setValue(String, Object) - Method in class ifs.fnd.ap.RecordAttributeCollection
Sets the value for the attribute named name.
setValueNoDirty(long) - Method in class ifs.fnd.ap.RecordAttribute
Sets the value & status to None.
setValueNoDirty(double) - Method in class ifs.fnd.ap.RecordAttribute
 
setValueNoDirty(BigDecimal) - Method in class ifs.fnd.ap.RecordAttribute
 
setValueNoDirty(boolean) - Method in class ifs.fnd.ap.RecordAttribute
 
setValueNoDirty(Date) - Method in class ifs.fnd.ap.RecordAttribute
 
setValueNoDirty(String) - Method in class ifs.fnd.ap.RecordAttribute
 
showLoginDialog() - Method in class ifs.fnd.ap.FndServerConnection
Show Login Dialog when needed.
showMessage(String) - Method in class ifs.fnd.ap.FndServerConnection
Show Error Message.
SIMPLE_CONDITION - Static variable in class ifs.fnd.ap.DataType
Data type: simple query condition.
size() - Method in class ifs.fnd.ap.CallRouteCollection
 
size() - Method in class ifs.fnd.ap.PlsqlCommandCollection
Returns the number of commands in this collection.
size() - Method in class ifs.fnd.ap.RecordAttributeCollection
Retuns the number of attributes in the collection.
size() - Method in class ifs.fnd.ap.RecordCollection
Returns the number of Records in the collection.
size() - Method in class ifs.fnd.ap.RequestEventCollection
Returns the number of events returned.
SKELETON_ARGUMENTS - Static variable in class ifs.fnd.ap.TraceCategory
 
sqlTrace() - Method in class ifs.fnd.ap.Server
Returns whether SQL Trace is enabled or not.
srv - Variable in class ifs.fnd.ap.FndServerConnection
 
srv - Variable in class ifs.fnd.ap.PlsqlCommand
The Server object associated with this command.
Statistics - Class in ifs.fnd.ap
This class handles statistics within the Java Access Provider.
Statistics() - Constructor for class ifs.fnd.ap.Statistics
Default constructor.
stats - Variable in class ifs.fnd.ap.Server
 
STUB_ARGUMENTS - Static variable in class ifs.fnd.ap.TraceCategory
 

T

TEXT - Static variable in class ifs.fnd.ap.DataType
Data type: text.
TIME - Static variable in class ifs.fnd.ap.DataType
Data type: time.
TIMESTAMP - Static variable in class ifs.fnd.ap.DataType
Data type: timestamp.
toString() - Method in exception ifs.fnd.ap.APException
 
toString() - Method in class ifs.fnd.ap.BindVariableDirection
 
toString() - Method in class ifs.fnd.ap.BodyType
 
toString() - Method in class ifs.fnd.ap.Bytedata
Returns a String representation of this object.
toString() - Method in class ifs.fnd.ap.CallRoute
 
toString() - Method in class ifs.fnd.ap.CallRouteCollection
 
toString() - Method in class ifs.fnd.ap.ContextParameters
Returns a string representation of this object.
toString() - Method in class ifs.fnd.ap.DataType
 
toString() - Method in class ifs.fnd.ap.ErrorType
 
toString() - Method in class ifs.fnd.ap.LUStdOp
Returns a String representation of this object.
toString() - Method in class ifs.fnd.ap.ManualDecision
 
toString() - Method in class ifs.fnd.ap.ManualDecisionAnswer
Retuns a String representaion of this object.
toString() - Method in class ifs.fnd.ap.ManualDecisionCollection
Returns a String representation of this object.
toString() - Method in class ifs.fnd.ap.ManualDecisionQuestionType
Returns a String representation of this class.
toString() - Method in class ifs.fnd.ap.Performance
 
toString() - Method in class ifs.fnd.ap.PlsqlBaseMethodAction
Returns a String representation of this class.
toString() - Method in class ifs.fnd.ap.PlsqlBaseMethodType
Returns a String representation of this object.
toString() - Method in class ifs.fnd.ap.PlsqlCommand
Returns a String representation of this class.
toString() - Method in class ifs.fnd.ap.PlsqlCommandCollection
Returns a String representation of this class.
toString() - Method in class ifs.fnd.ap.Record
Returns a string representation of the Record.
toString() - Method in class ifs.fnd.ap.RecordAttribute
Returns a String representation of this object.
toString() - Method in class ifs.fnd.ap.RecordAttributeCollection
Returns a string representation of the collection.
toString() - Method in class ifs.fnd.ap.RecordAttributeStatus
 
toString() - Method in class ifs.fnd.ap.RecordCollection
Returns a string representation of the collection.
toString() - Method in class ifs.fnd.ap.RecordStatus
 
toString() - Method in class ifs.fnd.ap.RequestContext
Returns a String with information on this object.
toString() - Method in class ifs.fnd.ap.RequestEvent
Returns a String representation of this object.
toString() - Method in class ifs.fnd.ap.RequestEventCollection
Returns a string representation of this object.
toString() - Method in class ifs.fnd.ap.RetryStrategy
 
toString() - Method in class ifs.fnd.ap.Statistics
Returns a String representation of this object.
toString() - Method in class ifs.fnd.ap.TraceCategory
 
touch() - Method in class ifs.fnd.ap.Record
Touches the Record, ie makes it look modified if (it already isn't).
Trace - Class in ifs.fnd.ap
Class for tracing server calls.
Trace() - Constructor for class ifs.fnd.ap.Trace
 
TraceCategory - Class in ifs.fnd.ap
Enumeration class for the Trace category when tracing server calls.

U

UNKNOWN_EX - Static variable in class ifs.fnd.ap.ErrorType
This error type desibes all unknown (or uncategorized) errors.
useCompression() - Method in class ifs.fnd.ap.Server
Returns whether data compression is used or not.

V

VALIDATION_EX - Static variable in class ifs.fnd.ap.ErrorType
This is a special type of application exceptions.
ValidationException - Exception in ifs.fnd.ap
This exception is thrown when a data validation in the server operation fails.
ValidationException(String, String) - Constructor for exception ifs.fnd.ap.ValidationException
Constructor.
VERY_BAD - Static variable in class ifs.fnd.ap.Performance
Very bad peformance.

X

XML - Static variable in class ifs.fnd.ap.BodyType
Denotes that the request body content is a serialized XML document.

Y

YES - Static variable in class ifs.fnd.ap.ManualDecisionAnswer
 
YES_NO - Static variable in class ifs.fnd.ap.ManualDecisionQuestionType
 
YES_NO_NOTOALL - Static variable in class ifs.fnd.ap.ManualDecisionQuestionType
 
YES_NO_YESTOALL - Static variable in class ifs.fnd.ap.ManualDecisionQuestionType
 
YES_TO_ALL - Static variable in class ifs.fnd.ap.ManualDecisionAnswer
 
A B C D E F G H I L M N O P Q R S T U V X Y 
Skip navigation links