ORCentral
Public Member Functions | Static Public Member Functions

eu.coform.implementation.ORImplementation Class Reference

In later versions, function calls to ObjectRepository should be delegated to this class. More...

Collaboration diagram for eu.coform.implementation.ORImplementation:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void f_void (int n, Object...p)
 Function which delegates to Commands, which return nothing.
boolean f_boolean (int n, Object...p)
 Function which delegates to Commands, which return boolean values.
int f_int (int n, Object...p)
 Function which delegates to Commands, which return integer values.
String f_String (int n, Object...p)
 Function which delegates to Commands, which return Strings.
Dataset f_Dataset (int n, Object...p)
 Function which delegates to Commands, which return Dataset objects.
Dataset[] f_DatasetA (int n, Object...p)
 Function which delegates to Commands, which return Dataset array.
Filestatus f_Filestatus (int n, Object...p)
 Function which delegates to Commands, which return Filestatus object.
Filestatus[] f_FilestatusA (int n, Object...p)
 Function which delegates to Commands, which return Filestatus arrays.
Filestruct f_Filestruct (int n, Object...p)
 Function which delegates to Commands, which return Filestruct objects.
Filestruct[] f_FilestructA (int n, Object...p)
 Function which delegates to Commands, which return Filestruct arrays.
Group f_Group (int n, Object...p)
 Function which delegates to Commands, which return Group objects.
Group[] f_GroupA (int n, Object...p)
 Function which delegates to Commands, which return Group arrays.
Location f_Location (int n, Object...p)
 Function which delegates to Commands, which return Location objects.
Location[] f_LocationA (int n, Object...p)
 Function which delegates to Commands, which return Location arrays.
Mimetype f_Mimetype (int n, Object...p)
 Function which delegates to Commands, which return Mimetype objects.
Mimetype[] f_MimetypeA (int n, Object...p)
 Function which delegates to Commands, which return Mimetype arrays.
Software[] f_SoftwareA (int n, Object...p)
 Function which delegates to Commands, which return Software arrays.
User f_User (int n, Object...p)
 Function which delegates to Commands, which return User objects.
User[] f_UserA (int n, Object...p)
 Function which delegates to Commands, which return User arrays.
Usergroup f_Usergroup (int n, Object...p)
 Function which delegates to Commands, which return Usergroup objects.
Usergroup[] f_UsergroupA (int n, Object...p)
 Function which delegates to Commands, which return Usergroup arrays.
Session f_Session (int n, Object...p)
 Function which delegates to Commands, which return Session objects.

Static Public Member Functions

static ORImplementation the ()

Detailed Description

In later versions, function calls to ObjectRepository should be delegated to this class.

This class should execute all commands.

Definition at line 9 of file ORImplementation.java.


Member Function Documentation

boolean eu.coform.implementation.ORImplementation.f_boolean ( int  n,
Object...  p 
)

Function which delegates to Commands, which return boolean values.

Parameters:
nnumber which declares required command
pvariable object list, parameter for commands

Definition at line 28 of file ORImplementation.java.

Dataset eu.coform.implementation.ORImplementation.f_Dataset ( int  n,
Object...  p 
)

Function which delegates to Commands, which return Dataset objects.

Parameters:
nnumber which declares required command
pvariable object list, parameter for commands

Definition at line 50 of file ORImplementation.java.

Dataset [] eu.coform.implementation.ORImplementation.f_DatasetA ( int  n,
Object...  p 
)

Function which delegates to Commands, which return Dataset array.

Parameters:
nnumber which declares required command
pvariable object list, parameter for commands

Definition at line 57 of file ORImplementation.java.

Filestatus eu.coform.implementation.ORImplementation.f_Filestatus ( int  n,
Object...  p 
)

Function which delegates to Commands, which return Filestatus object.

Parameters:
nnumber which declares required command
pvariable object list, parameter for commands

Definition at line 64 of file ORImplementation.java.

Filestatus [] eu.coform.implementation.ORImplementation.f_FilestatusA ( int  n,
Object...  p 
)

Function which delegates to Commands, which return Filestatus arrays.

Parameters:
nnumber which declares required command
pvariable object list, parameter for commands

Definition at line 71 of file ORImplementation.java.

Filestruct eu.coform.implementation.ORImplementation.f_Filestruct ( int  n,
Object...  p 
)

Function which delegates to Commands, which return Filestruct objects.

Parameters:
nnumber which declares required command
pvariable object list, parameter for commands

Definition at line 78 of file ORImplementation.java.

Filestruct [] eu.coform.implementation.ORImplementation.f_FilestructA ( int  n,
Object...  p 
)

Function which delegates to Commands, which return Filestruct arrays.

Parameters:
nnumber which declares required command
pvariable object list, parameter for commands

Definition at line 85 of file ORImplementation.java.

Group eu.coform.implementation.ORImplementation.f_Group ( int  n,
Object...  p 
)

Function which delegates to Commands, which return Group objects.

Parameters:
nnumber which declares required command
pvariable object list, parameter for commands

Definition at line 92 of file ORImplementation.java.

Group [] eu.coform.implementation.ORImplementation.f_GroupA ( int  n,
Object...  p 
)

Function which delegates to Commands, which return Group arrays.

Parameters:
nnumber which declares required command
pvariable object list, parameter for commands

Definition at line 99 of file ORImplementation.java.

int eu.coform.implementation.ORImplementation.f_int ( int  n,
Object...  p 
)

Function which delegates to Commands, which return integer values.

Parameters:
nnumber which declares required command
pvariable object list, parameter for commands

Definition at line 35 of file ORImplementation.java.

Location eu.coform.implementation.ORImplementation.f_Location ( int  n,
Object...  p 
)

Function which delegates to Commands, which return Location objects.

Parameters:
nnumber which declares required command
pvariable object list, parameter for commands

Definition at line 106 of file ORImplementation.java.

Location [] eu.coform.implementation.ORImplementation.f_LocationA ( int  n,
Object...  p 
)

Function which delegates to Commands, which return Location arrays.

Parameters:
nnumber which declares required command
pvariable object list, parameter for commands

Definition at line 113 of file ORImplementation.java.

Mimetype eu.coform.implementation.ORImplementation.f_Mimetype ( int  n,
Object...  p 
)

Function which delegates to Commands, which return Mimetype objects.

Parameters:
nnumber which declares required command
pvariable object list, parameter for commands

Definition at line 120 of file ORImplementation.java.

Mimetype [] eu.coform.implementation.ORImplementation.f_MimetypeA ( int  n,
Object...  p 
)

Function which delegates to Commands, which return Mimetype arrays.

Parameters:
nnumber which declares required command
pvariable object list, parameter for commands

Definition at line 127 of file ORImplementation.java.

Session eu.coform.implementation.ORImplementation.f_Session ( int  n,
Object...  p 
)

Function which delegates to Commands, which return Session objects.

Parameters:
nnumber which declares required command
pvariable object list, parameter for commands

Definition at line 173 of file ORImplementation.java.

Here is the call graph for this function:

Software [] eu.coform.implementation.ORImplementation.f_SoftwareA ( int  n,
Object...  p 
)

Function which delegates to Commands, which return Software arrays.

Parameters:
nnumber which declares required command
pvariable object list, parameter for commands

Definition at line 136 of file ORImplementation.java.

String eu.coform.implementation.ORImplementation.f_String ( int  n,
Object...  p 
)

Function which delegates to Commands, which return Strings.

Parameters:
nnumber which declares required command
pvariable object list, parameter for commands

Definition at line 42 of file ORImplementation.java.

User eu.coform.implementation.ORImplementation.f_User ( int  n,
Object...  p 
)

Function which delegates to Commands, which return User objects.

Parameters:
nnumber which declares required command
pvariable object list, parameter for commands

Definition at line 143 of file ORImplementation.java.

User [] eu.coform.implementation.ORImplementation.f_UserA ( int  n,
Object...  p 
)

Function which delegates to Commands, which return User arrays.

Parameters:
nnumber which declares required command
pvariable object list, parameter for commands

Definition at line 150 of file ORImplementation.java.

Usergroup eu.coform.implementation.ORImplementation.f_Usergroup ( int  n,
Object...  p 
)

Function which delegates to Commands, which return Usergroup objects.

Parameters:
nnumber which declares required command
pvariable object list, parameter for commands

Definition at line 157 of file ORImplementation.java.

Usergroup [] eu.coform.implementation.ORImplementation.f_UsergroupA ( int  n,
Object...  p 
)

Function which delegates to Commands, which return Usergroup arrays.

Parameters:
nnumber which declares required command
pvariable object list, parameter for commands

Definition at line 165 of file ORImplementation.java.

void eu.coform.implementation.ORImplementation.f_void ( int  n,
Object...  p 
)

Function which delegates to Commands, which return nothing.

Parameters:
nnumber which declares required command
pvariable object list, parameter for commands

Definition at line 21 of file ORImplementation.java.

static ORImplementation eu.coform.implementation.ORImplementation.the ( ) [static]

Definition at line 13 of file ORImplementation.java.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations