Stud.IP  2.0 Revision 48548
 All Data Structures Namespaces Files Functions Variables Pages
ObjectConnections Class Reference
Collaboration diagram for ObjectConnections:
Collaboration graph

Public Member Functions

 ObjectConnections ($object_id="")
 readData ()
 getConnections ()
 isConnected ($object_id=NULL)
 getConnectionModuleId ($connection_object_id, $connection_module_type, $connection_cms)
 setConnection ($connection_object_id, $connection_module_id, $connection_module_type, $connection_cms)
 unsetConnection ($connection_object_id, $connection_module_id, $connection_module_type, $connection_cms)
 GetConnectedSystems ($object_id)
 DeleteAllConnections ($object_id, $cms_type)

Data Fields

 $id
 $object_connections

Member Function Documentation

DeleteAllConnections (   $object_id,
  $cms_type 
)

Here is the caller graph for this function:

GetConnectedSystems (   $object_id)

Here is the caller graph for this function:

getConnectionModuleId (   $connection_object_id,
  $connection_module_type,
  $connection_cms 
)

get module-id

returns module-id of given connection public

Parameters
string$connection_object_idobject-id
string$connection_module_typemodule-type
string$connection_cmssystem-type
Returns
string module-id

Here is the caller graph for this function:

getConnections ( )

get object connections

returns object connections public

Returns
array object connections
isConnected (   $object_id = NULL)

get connection-status

returns true, if object has connections public

Parameters
string$object_idobject-id (optional)
Returns
boolean connection-status

Here is the caller graph for this function:

ObjectConnections (   $object_id = "")

constructor

init class. public

Parameters
string$object_idobject-id

Here is the call graph for this function:

readData ( )

read object connections

gets object connections from database public

Here is the caller graph for this function:

setConnection (   $connection_object_id,
  $connection_module_id,
  $connection_module_type,
  $connection_cms 
)

set connection

sets connection with object public

Parameters
string$connection_object_idobject-id
string$connection_module_idmodule-id
string$connection_module_typemodule-type
string$connection_cmssystem-type
Returns
boolean successful

Here is the call graph for this function:

Here is the caller graph for this function:

unsetConnection (   $connection_object_id,
  $connection_module_id,
  $connection_module_type,
  $connection_cms 
)

unset connection

deletes connection with object public

Parameters
string$connection_object_idobject-id
string$connection_module_idmodule-id
string$connection_module_typemodule-type
string$connection_cmssystem-type
Returns
boolean successful

Here is the call graph for this function:

Field Documentation

$id
$object_connections

The documentation for this class was generated from the following file: