phpDocumentor openbiz.bin.data
[ class tree: openbiz.bin.data ] [ index: openbiz.bin.data ] [ all elements ]

Element index for package openbiz.bin.data

Package indexes

[ a ] [ b ] [ c ] [ d ] [ f ] [ g ] [ i ] [ j ] [ k ] [ m ] [ n ] [ o ] [ r ] [ s ] [ t ] [ u ] [ v ] [ _ ]

_

_

$_aliasIndex
in file BizDataSql.php, variable BizDataSql::$_aliasIndex
$_joinAliasList
in file BizDataSql.php, variable BizDataSql::$_joinAliasList
$_mainTable
in file BizDataSql.php, variable BizDataSql::$_mainTable
$_orderBy
in file BizDataSql.php, variable BizDataSql::$_orderBy
$_otherSQL
in file BizDataSql.php, variable BizDataSql::$_otherSQL
$_sqlWhere
in file BizDataSql.php, variable BizDataSql::$_sqlWhere
$_tableAliasList
in file BizDataSql.php, variable BizDataSql::$_tableAliasList
$_tableColumns
in file BizDataSql.php, variable BizDataSql::$_tableColumns
$_tableJoins
in file BizDataSql.php, variable BizDataSql::$_tableJoins
_fetch_record
in file BizDataObj_Lite.php, method BizDataObj_Lite::_fetch_record()
    Get record from result setand move the cursor to next row
_run_search
in file BizDataObj_Lite.php, method BizDataObj_Lite::_run_search()
    Run query with current search rule and returns PDO statement
__construct
in file DataRecord.php, method DataRecord::__construct()
    Initialize DataRecord with record array.
__construct
in file BizField.php, method BizField::__construct()
    Initialize BizField with xml array
__construct
in file BizDataSql.php, method BizDataSql::__construct()
__construct
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::__construct()
    Initialize BizDataObj with xml array
__construct
in file BizDataObj.php, method BizDataObj::__construct()
__get
in file DataRecord.php, method DataRecord::__get()
    Get field value with property format $value = $obj->get($fieldName); => $value = $obj->fieldName;
__set
in file DataRecord.php, method DataRecord::__set()
    Set field value with property format $obj->set($fieldName, $value); => $obj->fieldName = $value;
a

a

AddAssociation
in file BizDataSql.php, method BizDataSql::AddAssociation()
    Add association in the SQL
AddJoinTable
in file BizDataSql.php, method BizDataSql::AddJoinTable()
    Add a join table in the sql statement Ti alias
AddMainTable
in file BizDataSql.php, method BizDataSql::AddMainTable()
    Add main table in the sql statement T0 alias
AddOrderBy
in file BizDataSql.php, method BizDataSql::AddOrderBy()
    Add order by clause
AddOtherSQL
in file BizDataSql.php, method BizDataSql::AddOtherSQL()
    Add other SQL clause
AddRecord
in file BizDataObj.php, method BizDataObj::AddRecord()
    Add a new record to current record set
AddSqlExpression
in file BizDataSql.php, method BizDataSql::AddSqlExpression()
    Add SQL expression in the sql statement sqlExpr has format of "...join1.column1, ... join2.column2...". Replace join with alias
AddSqlWhere
in file BizDataSql.php, method BizDataSql::AddSqlWhere()
    Add the where clause (search rule) into the SQL statement
AddTableColumn
in file BizDataSql.php, method BizDataSql::AddTableColumn()
    Add a join table and cloumn in the sql statement
AdjustBizObjName
in file BizField.php, method BizField::AdjustBizObjName()
    Change the BizDataObj name. This function is used in case of the current BizDataObj inheriting from another BizDataObj, BizField's BizDataObj name should be changed to current BizDataObj name, not the parent object name.
b

b

BizDataObj
in file BizDataObj.php, class BizDataObj
    BizDataObj class is the base class of all data object classes
BizDataObj_Abstract
in file BizDataObj_Abstract.php, class BizDataObj_Abstract
    BizDataObj_Abstract class - contains data object metadata functions
BizDataObj_Lite
in file BizDataObj_Lite.php, class BizDataObj_Lite
    BizDataObj_Lite class - contains data object readonly functions
BizDataSql
in file BizDataSql.php, class BizDataSql
    Class BizDataSql >> is the class to constrcut SQL statement for BizDataObj
BizField
in file BizField.php, class BizField
    Class BizField is the class of a logic field which mapps to a table column
BizDataObj_Abstract.php
procedural page BizDataObj_Abstract.php
BizDataObj_Lite.php
procedural page BizDataObj_Lite.php
BizDataObj.php
procedural page BizDataObj.php
BizDataSql.php
procedural page BizDataSql.php
BizField.php
procedural page BizField.php
c

c

CanDeleteRecord
in file BizDataObj.php, method BizDataObj::CanDeleteRecord()
    Check if the current record can be deleted
CanUpdateRecord
in file BizDataObj.php, method BizDataObj::CanUpdateRecord()
    Check if the current record can be updated
CascadeDelete
in file BizDataObj.php, method BizDataObj::CascadeDelete()
    Run cascade delete
CheckRequired
in file BizField.php, method BizField::CheckRequired()
    Check if the field is a required field
CheckValueType
in file BizField.php, method BizField::CheckValueType()
CK_CONNECTOR
in file BizDataObj_Lite.php, constant CK_CONNECTOR
CleanCache
in file BizDataObj.php, method BizDataObj::CleanCache()
ClearAllRules
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::ClearAllRules()
    Reset all rules (search, sort, other SQL rule)
ClearOtherSQLRule
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::ClearOtherSQLRule()
    Clear other SQL rule.
ClearSearchRule
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::ClearSearchRule()
    Clear search rule.
ClearSortRule
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::ClearSortRule()
    Clear sort rule.
Count
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::Count()
    Count the number of record according to the search results set before.
Count
in file BizDataObj_Lite.php, method BizDataObj_Lite::Count()
    Count the number of record according to the search results set before.
current
in file DataRecord.php, method DataRecord::current()
    Return element at current pointer position
d

d

DataRecord
in file DataRecord.php, class DataRecord
    DataRecord class is the wrapper class of record array.
DataRecord.php
procedural page DataRecord.php
Delete
in file DataRecord.php, method DataRecord::Delete()
    Delete record. This function calls BizDataObj DeleteRecord method internally
DeleteRecord
in file BizDataObj_Lite.php, method BizDataObj_Lite::DeleteRecord()
    Delete current record or delete the given input record
DeleteRecord
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::DeleteRecord()
    Delete current record or delete the given input record
DeleteRecord
in file BizDataObj.php, method BizDataObj::DeleteRecord()
    Delete current record or delete the given input record
DirectFetch
in file BizDataObj_Lite.php, method BizDataObj_Lite::DirectFetch()
    Fetches SQL result rows as a sequential array without using query rules set before.
DirectFetch
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::DirectFetch()
    Fetches SQL result rows as a sequential array without using query rules set before.
f

f

Fetch
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::Fetch()
    Fetches SQL result rows as a sequential array according the query rules set before.
Fetch
in file BizDataObj_Lite.php, method BizDataObj_Lite::Fetch()
    Fetches SQL result rows as a sequential array according the query rules set before.
FetchById
in file BizDataObj_Lite.php, method BizDataObj_Lite::FetchById()
    Fetch record by Id
FetchRecords
in file BizDataObj_Lite.php, method BizDataObj_Lite::FetchRecords()
    Run query and get the query results without affecting DataObject internal state by default it gets number of records starting from the first row.
Find
in file BizDataObj_Lite.php, method BizDataObj_Lite::Find()
    Do the search query and return results set as PDOStatement
Find
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::Find()
    Do the search query and return results set as PDOStatement
g

g

$g_BizSystem
in file BizDataObj.php, global variable $g_BizSystem
    Clean chache
GenerateId
in file BizDataObj.php, method BizDataObj::GenerateId()
    Generate Id according to the IdGeneration attribute
get
in file DataRecord.php, method DataRecord::get()
    Get item value of array
GetActiveRecord
in file BizDataObj_Lite.php, method BizDataObj_Lite::GetActiveRecord()
    Get the active record
GetAssociation
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::GetAssociation()
    Get the Association
GetDataObj
in file BizField.php, method BizField::GetDataObj()
    Get the data object instance
GetDBConnection
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::GetDBConnection()
    Get database connection
GetDefaultValue
in file BizField.php, method BizField::GetDefaultValue()
    Get default value
GetError
in file DataRecord.php, method DataRecord::GetError()
    Get error message
GetErrorFields
in file BizDataObj_Lite.php, method BizDataObj_Lite::GetErrorFields()
    Get error fields
GetErrorMessage
in file BizDataObj_Lite.php, method BizDataObj_Lite::GetErrorMessage()
    Get the error message caused by data action
GetField
in file BizDataObj_Lite.php, method BizDataObj_Lite::GetField()
    Get the BizField object
GetFieldNameByColumn
in file BizDataObj_Lite.php, method BizDataObj_Lite::GetFieldNameByColumn()
    Get field name by column
GetFieldValue
in file BizDataObj_Lite.php, method BizDataObj_Lite::GetFieldValue()
    Get the BizField value
GetInsertLobValue
in file BizField.php, method BizField::GetInsertLobValue()
    Get insert lob value when execute insert SQL. For a lob column, insert SQL first inserts an empty entry in the lob column. Then use update to actually add the lob data.
GetJoinAlias
in file BizDataSql.php, method BizDataSql::GetJoinAlias()
    Get join table alias
GetJoinFields
in file BizDataObj.php, method BizDataObj::GetJoinFields()
    Get all fields that belong to the same join of the input field
GetMessage
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::GetMessage()
    Get Message
GetOnAuditFields
in file BizDataObj.php, method BizDataObj::GetOnAuditFields()
    Get auditable fields
GetParameter
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::GetParameter()
    Get obejct parameter value
GetProperty
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::GetProperty()
    Get the property of the object. Used in expression language
GetProperty
in file BizField.php, method BizField::GetProperty()
    Get property value
GetRefObject
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::GetRefObject()
    Get the object instance defined in the object reference
GetRefObject
in file DataRecord.php, method DataRecord::GetRefObject()
    Get reference object with given object name
GetSessionVars
in file BizDataObj_Lite.php, method BizDataObj_Lite::GetSessionVars()
    Get session variables data of this object
GetSessionVars
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::GetSessionVars()
    Get session variables
GetSQLHelper
in file BizDataObj_Lite.php, method BizDataObj_Lite::GetSQLHelper()
    Get SQL helper
GetSqlStatement
in file BizDataSql.php, method BizDataSql::GetSqlStatement()
    Get the SQL statement
GetSqlValue
in file BizField.php, method BizField::GetSqlValue()
    Get string used in sql - with single quote, or without single quote in case of number
GetTableColumn
in file BizDataSql.php, method BizDataSql::GetTableColumn()
    Get table column, combine a table with a column.
GetValue
in file BizField.php, method BizField::GetValue()
    Get the value of the field.
GetValueOnCreate
in file BizField.php, method BizField::GetValueOnCreate()
    Get the value when a new record is created
GetValueOnUpdate
in file BizField.php, method BizField::GetValueOnUpdate()
    Get the value when a record is updated
i

i

InheritParentObj
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::InheritParentObj()
    Inherit from parent object. Name, Package, Class cannot be inherited
InsertRecord
in file BizDataObj_Lite.php, method BizDataObj_Lite::InsertRecord()
    Insert record using given input record array
InsertRecord
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::InsertRecord()
    Insert record using given input record array
InsertRecord
in file BizDataObj.php, method BizDataObj::InsertRecord()
    Insert record using given input record array
IsLobField
in file BizField.php, method BizField::IsLobField()
    Check if the field is a LOB type column
j

j

JoinRecord
in file BizDataObj.php, method BizDataObj::JoinRecord()
    Pick the joined object's current record to the current record
k

k

key
in file DataRecord.php, method DataRecord::key()
    Return current key (i.e., pointer value)
m

m

$m_AccessRule
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_AccessRule
$m_Alias
in file BizField.php, variable BizField::$m_Alias
$m_BaseOtherSQLRule
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_BaseOtherSQLRule
$m_BaseSearchRule
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_BaseSearchRule
$m_BaseSortRule
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_BaseSortRule
$m_BizObj
in file DataRecord.php, variable DataRecord::$m_BizObj
$m_BizObjName
in file BizField.php, variable BizField::$m_BizObjName
$m_BizRecord
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_BizRecord
$m_CacheLifeTime
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_CacheLifeTime
$m_Column
in file BizField.php, variable BizField::$m_Column
$m_CurrentRecord
in file BizDataObj_Lite.php, variable BizDataObj_Lite::$m_CurrentRecord
$m_Database
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_Database
$m_DefaultValue
in file BizField.php, variable BizField::$m_DefaultValue
$m_DeleteCondition
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_DeleteCondition
$m_ErrorFields
in file BizDataObj_Lite.php, variable BizDataObj_Lite::$m_ErrorFields
$m_ErrorMessage
in file BizDataObj_Lite.php, variable BizDataObj_Lite::$m_ErrorMessage
$m_Format
in file BizField.php, variable BizField::$m_Format
$m_IdGeneration
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_IdGeneration
$m_Index
in file BizField.php, variable BizField::$m_Index
$m_InheritFrom
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_InheritFrom
$m_Join
in file BizField.php, variable BizField::$m_Join
$m_Length
in file BizField.php, variable BizField::$m_Length
$m_Limit
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_Limit
$m_MainTable
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_MainTable
$m_MessageFile
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_MessageFile
$m_Messages
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_Messages
$m_ObjReferences
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_ObjReferences
$m_OldValue
in file BizField.php, variable BizField::$m_OldValue
$m_OnAudit
in file BizField.php, variable BizField::$m_OnAudit
$m_OtherSQLRule
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_OtherSQLRule
$m_Parameters
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_Parameters
$m_RecordId
in file BizDataObj_Lite.php, variable BizDataObj_Lite::$m_RecordId
$m_Required
in file BizField.php, variable BizField::$m_Required
$m_SearchRule
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_SearchRule
$m_SortRule
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_SortRule
$m_SqlExpression
in file BizField.php, variable BizField::$m_SqlExpression
$m_Stateless
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_Stateless
$m_TableJoins
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_TableJoins
$m_Type
in file BizField.php, variable BizField::$m_Type
$m_Uniqueness
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_Uniqueness
$m_UpdateCondition
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_UpdateCondition
$m_Validator
in file BizField.php, variable BizField::$m_Validator
$m_Value
in file BizField.php, variable BizField::$m_Value
$m_ValueExpression
in file BizField.php, variable BizField::$m_ValueExpression
$m_ValueOnCreate
in file BizField.php, variable BizField::$m_ValueOnCreate
$m_ValueOnUpdate
in file BizField.php, variable BizField::$m_ValueOnUpdate
$m_var
in file DataRecord.php, variable DataRecord::$m_var
$m_var_old
in file DataRecord.php, variable DataRecord::$m_var_old
n

n

NewRecord
in file BizDataObj_Lite.php, method BizDataObj_Lite::NewRecord()
    Create an empty new record
NewRecord
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::NewRecord()
    Create an new (empty) record
NewRecord
in file BizDataObj.php, method BizDataObj::NewRecord()
    Create an empty new record
next
in file DataRecord.php, method DataRecord::next()
    Return element at current pointer and advance pointer
o

o

offsetExists
in file DataRecord.php, method DataRecord::offsetExists()
    Check is offset value (by key) exist?
offsetGet
in file DataRecord.php, method DataRecord::offsetGet()
    Get value of offset (by key)
offsetSet
in file DataRecord.php, method DataRecord::offsetSet()
    Set value of offset by key
offsetUnset
in file DataRecord.php, method DataRecord::offsetUnset()
    Unset element by key
r

r

ReadMetadata
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::ReadMetadata()
    Read Metadata from xml array
RemoveRecord
in file BizDataObj.php, method BizDataObj::RemoveRecord()
    Remove a record from current record set of current association relationship
ResetRules
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::ResetRules()
    Reset rules
ResetSQL
in file BizDataSql.php, method BizDataSql::ResetSQL()
    Reset SQL to be empty
rewind
in file DataRecord.php, method DataRecord::rewind()
    Rewind, Send pointer to start of list
s

s

Save
in file DataRecord.php, method DataRecord::Save()
    Save record. This function calls BizDataObj UpdateRecord method internally
SaveOldValue
in file BizField.php, method BizField::SaveOldValue()
    Save the old value to an internal variable
set
in file DataRecord.php, method DataRecord::set()
    Set item value of array
SetActiveRecord
in file BizDataObj_Lite.php, method BizDataObj_Lite::SetActiveRecord()
    Set the current working record values
SetActiveRecordId
in file BizDataObj_Lite.php, method BizDataObj_Lite::SetActiveRecordId()
    Set the active record according to the record id
SetAssociation
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::SetAssociation()
    Set the association of the object
SetLimit
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::SetLimit()
    Set limit of the query.
SetOtherSQLRule
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::SetOtherSQLRule()
    Set other SQL rule, append extra SQL statment in sql. i.e. GROUP BY [fieldName]
SetQueryParam
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::SetQueryParam()
    Set query parameter for parameter binding in the query
SetSearchRule
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::SetSearchRule()
    Set search rule as text in sql where clause. i.e. [fieldName] opr Value
SetSessionVars
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::SetSessionVars()
    Set session variables
SetSessionVars
in file BizDataObj_Lite.php, method BizDataObj_Lite::SetSessionVars()
    Save Session variables/data of this object
SetSortRule
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::SetSortRule()
    Set search rule as text in sql order by clause. i.e. [fieldName] DESC|ASC
SetValue
in file BizField.php, method BizField::SetValue()
    Set the value of the field.
t

t

toArray
in file DataRecord.php, method DataRecord::toArray()
    Return record in array
u

u

UpdateRecord
in file BizDataObj_Lite.php, method BizDataObj_Lite::UpdateRecord()
    Update record using given input record array
UpdateRecord
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::UpdateRecord()
    Update record using given input record array
UpdateRecord
in file BizDataObj.php, method BizDataObj::UpdateRecord()
    Update record using given input record array
UseDefaultFormat
in file BizField.php, method BizField::UseDefaultFormat()
    Use default format if no format is given
v

v

valid
in file DataRecord.php, method DataRecord::valid()
    Confirm that there is an element at the current pointer position
Validate
in file BizField.php, method BizField::Validate()
    Check if the field has valid value
ValidateInput
in file BizDataObj_Lite.php, method BizDataObj_Lite::ValidateInput()
    Validate user input data and trigger error message and adjust BizField if invalid.
ValidateInput
in file BizDataObj.php, method BizDataObj::ValidateInput()
    Validate user input data and trigger error message and adjust BizField if invalid.
ValidateUniqueness
in file BizDataObj.php, method BizDataObj::ValidateUniqueness()
    Validate uniqueness Uniqueness = "fld1,fld2;fld3,fld4;..."

Documentation generated on Tue, 22 Dec 2009 03:02:27 -0800 by phpDocumentor 1.3.0RC3