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

Index of All Elements

Package Indexes


[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ k ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ v ] [ x ] [ z ] [ _ ]

a

a

accessService
in file accessService.php, class accessService
    accessService class is the plug-in service of handling role based view access control
ACCESS_SERVICE
in file sysheader.inc, constant ACCESS_SERVICE
aclService
in file aclService.php, class aclService
    aclService class is the plug-in service to manage ACL
ACL_SERVICE
in file sysheader.inc, constant ACL_SERVICE
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
AddNode
in file EasyFormTree.php, method EasyFormTree::AddNode()
    Add new node
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
AddSCKeyScript
in file InputElement.php, method InputElement::AddSCKeyScript()
    Add sort-cut key scripts
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
AddToParent
in file PickerForm.php, method PickerForm::AddToParent()
    Add a record (popup) to the parent form if OK button clicked, (M-M or M-1/1-1)
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.
AdjustFormName
in file Element.php, method Element::AdjustFormName()
    Adjust form name change the FormName after inherit from parent form
AdjustFormName
in file Element.php, method EventHandler::AdjustFormName()
    Adjust form name
ADODB_DIR
in file sysheader.inc, constant ADODB_DIR
AgentFilterRule
in file securityService.php, class AgentFilterRule
ALLOW
in file aclService.php, constant ALLOW
AllowAccess
in file sysheader.inc, method MetaObject::AllowAccess()
AllowAccess
in file aclService.php, method aclService::AllowAccess()
AllowUserAccess
in file BizSystem.php, method BizSystem::AllowUserAccess()
    Check if user can access the given resource action
AllowViewAccess
in file accessService.php, method accessService::AllowViewAccess()
    Allow view access
ALLOW_OWNER
in file aclService.php, constant ALLOW_OWNER
AppendScripts
in file ClientProxy.php, method ClientProxy::AppendScripts()
    Append more scripts - js include, js code
AppendStyles
in file ClientProxy.php, method ClientProxy::AppendStyles()
    Append more styles - include and sections
Audit
in file auditService.php, method auditService::Audit()
auditService
in file auditService.php, class auditService
    auditService class is the plug-in service of handling audit trail of DataObj
AuditTrail
in file doTriggerService.php, method doTriggerService::AuditTrail()
AuthDBUser
in file authService.php, method authService::AuthDBUser()
AuthenticateUser
in file authService.php, method authService::AuthenticateUser()
    Authenticate User
authService
in file authService.php, class authService
    auditService class is the plug-in service of handling user authentication
AUTH_SERVICE
in file sysheader.inc, constant AUTH_SERVICE
    **************************************************************************
AutoSuggest
in file AutoSuggest.php, class AutoSuggest
    AutoSuggest class is element for AutoSuggest
AutoSuggest
in file EasyForm.php, method EasyForm::AutoSuggest()
    Generate list for AutoSuggest listing. Formatted for simple of hidden inputs
AutoSuggest.php
procedural page AutoSuggest.php
LANGUAGE_PATH_1
in file I18n.php, class constant I18n::LANGUAGE_PATH_1
LANGUAGE_PATH_2
in file I18n.php, class constant I18n::LANGUAGE_PATH_2
accessService.php
procedural page accessService.php
aclService.php
procedural page aclService.php
auditService.php
procedural page auditService.php
authService.php
procedural page authService.php
b

b

BDOException
in file sysheader.inc, class BDOException
between
in file validateService.php, method validateService::between()
    Built-in Zend between check. Returns true if and only if $value is between the minimum and maximum boundary values.
betweenLength
in file validateService.php, method validateService::betweenLength()
    Function to check if a value is between a $min and $max length
BFMException
in file sysheader.inc, class BFMException
BizController
in file BizController.php, class BizController
    BizController is the class that dispatches client requests to proper objects
BizController.php
procedural page BizController.php
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
BizDataObj_SQLHelper
in file BizDataObj_SQLHelper.php, class BizDataObj_SQLHelper
    Class BizDataObj_SQLHelper takes care of building sql for BizDataObj BizDataObj_SQLHelper is singleton object
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
BizRecord
in file BizRecord.php, class BizRecord
    BizRecord class implements basic function of handling record
BizSystem
in file BizSystem.php, class BizSystem
    BizSystem class
BizSystem.php
procedural page BizSystem.php
bizsystem_shutdown
in file BizSystem.php, function bizsystem_shutdown()
BSVCException
in file sysheader.inc, class BSVCException
BuildDeleteSQL
in file BizDataObj_SQLHelper.php, function BuildDeleteSQL()
    Build delete-sql DELETE FROM table WHERE idcol1='id1' AND idcol2='id2'
BuildDeleteSQLforTableJoin
in file BizDataObj_SQLHelper.php, function BuildDeleteSQLforTableJoin()
    Build delete-SQL for table join
BuildInsertSQL
in file BizDataObj_SQLHelper.php, function BuildInsertSQL()
    Build insert-sql INSERT INTO table_name (column1, column2,...) VALUES (value1, value2,....)
BuildInsertSQLforTableExtension
in file BizDataObj_SQLHelper.php, function BuildInsertSQLforTableExtension()
    Build insert-SQL for table extension
BuildInsertSQLforTableJoin
in file BizDataObj_SQLHelper.php, function BuildInsertSQLforTableJoin()
    Build insert-SQL for table join
BuildQuerySQL
in file BizDataObj_SQLHelper.php, method BizDataObj_SQLHelper::BuildQuerySQL()
BuildUpdateSQL
in file BizDataObj_SQLHelper.php, function BuildUpdateSQL()
    Build update sql UPDATE table SET col1=val1, col2=val2 ...
BuildUpdateSQLforTableJoin
in file BizDataObj_SQLHelper.php, function BuildUpdateSQLforTableJoin()
    Build update-SQL for table join
Button
in file Button.php, class Button
    Button class is element for Button
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
BizDataObj_Assoc.php
procedural page BizDataObj_Assoc.php
BizDataObj_SQLHelper.php
procedural page BizDataObj_SQLHelper.php
BizRecord.php
procedural page BizRecord.php
Button.php
procedural page Button.php
c

c

cacheService
in file cacheService.php, class cacheService
    accessService class is the plug-in service of handling cache
CACHE_SERVICE
in file sysheader.inc, constant CACHE_SERVICE
CallService
in file EasyForm.php, method EasyForm::CallService()
    Call/Invoke service method, this EasyForm name is passed to the method
Cancel
in file EasyViewWizard.php, method EasyViewWizard::Cancel()
    Cancel, clean up the sessions of view and all forms
Cancel
in file EasyForm.php, method EasyForm::Cancel()
    Cancel input and do page redirection
Cancel
in file EasyFormWizard.php, method EasyFormWizard::Cancel()
    Clean up the sessions of view and all forms
CanDeleteRecord
in file BizDataObj.php, method BizDataObj::CanDeleteRecord()
    Check if the current record can be deleted
CanDisplayed
in file Element.php, method Element::CanDisplayed()
    Check if the element can be displayed
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
chartService
in file chartService.php, class chartService
    chartService class is the plug-in service of printing bizform to chart
Checkbox
in file Checkbox.php, class Checkbox
    Checkbox class is element for Checkbox
CheckEffectiveTime
in file securityService.php, method securityRule_Abstract::CheckEffectiveTime()
CheckPassword
in file authService.php, method authService::CheckPassword()
    Check Password
CheckRequired
in file BizField.php, method BizField::CheckRequired()
    Check if the field is a required field
CheckRequired
in file Element.php, method Element::CheckRequired()
    Check if element must required (must have value)
CHECKUSER
in file sysheader.inc, constant CHECKUSER
CheckValueType
in file BizField.php, method BizField::CheckValueType()
CKEditor
in file CKEditor.php, class CKEditor
    CKEditor class is element for CKEditor
CK_CONNECTOR
in file BizDataObj_Lite.php, constant CK_CONNECTOR
cleanAll
in file cacheService.php, method cacheService::cleanAll()
    clean all
CleanCache
in file BizDataObj.php, method BizDataObj::CleanCache()
cleanExpired
in file cacheService.php, method cacheService::cleanExpired()
    clean Expired
CleanFiles
in file reportService.php, method reportService::CleanFiles()
CleanFiles
in file pdfService.php, method pdfService::CleanFiles()
CleanObj
in file SessionContext.php, method SessionContext::CleanObj()
    Clean Obbject
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.
ClearSessionObjects
in file SessionContext.php, method SessionContext::ClearSessionObjects()
    Clear session variables of all stateful objects
ClearSortRule
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::ClearSortRule()
    Clear sort rule.
ClearVar
in file SessionContext.php, method SessionContext::ClearVar()
    Clear/Unset single session variable
ClientProxy
in file ClientProxy.php, class ClientProxy
    ClientProxy class
ClientProxy
in file BizSystem.php, method BizSystem::ClientProxy()
    Get the ClientProxy object this static method wrapping the GetClientProxy method
ClientProxy.php
procedural page ClientProxy.php
Close
in file EasyForm.php, method EasyForm::Close()
    Close the popup window
closeFile
in file logService.php, method logService::closeFile()
    Close a file with the correct string depending on the configured format
ClosePopup
in file ClientProxy.php, method ClientProxy::ClosePopup()
    Close popup window
ColumnBool
in file ColumnBool.php, class ColumnBool
    Checkbox class is element for Checkbox show boolean on data list (table)
ColumnImage
in file ColumnImage.php, class ColumnImage
    ColumnImage class is element for ColumnImage, show image on data list
ColumnList
in file ColumnList.php, class ColumnList
    ColumnList class is element that show description from "Selection.xml" on column/table view
ColumnPassword
in file ColumnPassword.php, class ColumnPassword
    ColumnPassword class is element for ColumnPassword, show password text on data list
ColumnText
in file ColumnText.php, class ColumnText
    ColumnText class is element for ColumnText, show text on data list
Commit
in file EasyViewWizard.php, method EasyViewWizard::Commit()
    Save wizard data of current+previous pages into database or other storage
Commit
in file EasyFormWizard.php, method EasyFormWizard::Commit()
    Save wizard data of current+previous pages into database or other storage
Configuration
in file BizSystem.php, method BizSystem::Configuration()
    Get the Configuration object this static method wrapping the Configuration method
Configuration
in file Configuration.php, class Configuration
    Configuration class Configuration management class that has help methods to get data from config.xml
Configuration.php
procedural page Configuration.php
constructObject
in file ObjectFactory.php, method ObjectFactory::constructObject()
    Create an instance of an object
ConvertDatetimeFormat
in file TypeManager.php, method TypeManager::ConvertDatetimeFormat()
    Convert a formatted datetime to another format
ConvertSqlArrToRecArr
in file BizRecord.php, method BizRecord::ConvertSqlArrToRecArr()
    Conver sql array to record array
CopyRecord
in file EasyForm.php, method EasyForm::CopyRecord()
    Copy Record
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.
CreateInboxItem
in file doTriggerService.php, method doTriggerService::CreateInboxItem()
    Create inbox item
CreateObject
in file ObjectFactory.php, method ObjectFactory::CreateObject()
    ObjectFactory::CreateObject() - To create a new metadata based object instance
credit
in file validateService.php, method validateService::credit()
    Credit Card check for US format VISA/AMEX/DISC/MC
curPageURL
in file EasyView.php, method EasyView::curPageURL()
    TODO : what's mean of cur, current??
CurrencyToValue
in file TypeManager.php, method TypeManager::CurrencyToValue()
    Unformat a currency to value
current
in file DataRecord.php, method DataRecord::current()
    Return element at current pointer position
current
in file sysheader.inc, method MetaIterator::current()
CurrentPageURL
in file BizSystem.php, method BizSystem::CurrentPageURL()
    Get current page URL
Checkbox.php
procedural page Checkbox.php
CKEditor.php
procedural page CKEditor.php
ColumnBool.php
procedural page ColumnBool.php
ColumnImage.php
procedural page ColumnImage.php
ColumnList.php
procedural page ColumnList.php
ColumnPassword.php
procedural page ColumnPassword.php
ColumnText.php
procedural page ColumnText.php
cacheService.php
procedural page cacheService.php
chartService.php
procedural page chartService.php
d

d

$DATAFORMAT
in file EasyForm.php, variable EasyForm::$DATAFORMAT
$division
in file profileService.php, variable profileService::$division
$divisionId
in file profileService.php, variable profileService::$divisionId
DataRecord
in file DataRecord.php, class DataRecord
    DataRecord class is the wrapper class of record array.
DataRecord.php
procedural page DataRecord.php
date
in file validateService.php, method validateService::date()
    Built-in Zend date check using YYYY-MM-DD
DatetimeToValue
in file TypeManager.php, method TypeManager::DatetimeToValue()
    Unformat a datetime to value
DateToValue
in file TypeManager.php, method TypeManager::DateToValue()
    Unformat a date to value
DEBUG
in file sysheader.inc, constant DEBUG
Delete
in file DataRecord.php, method DataRecord::Delete()
    Delete record. This function calls BizDataObj DeleteRecord method internally
DeleteNode
in file EasyFormTree.php, method EasyFormTree::DeleteNode()
    Delete Node
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
DeleteRecord
in file BizDataObj_Lite.php, method BizDataObj_Lite::DeleteRecord()
    Delete current record or delete the given input record
DeleteRecord
in file EasyForm.php, method EasyForm::DeleteRecord()
    Delete Record NOTE: use redirectpage attr of eventhandler to redirect or redirect to previous page by default
DENY
in file aclService.php, constant DENY
destroy
in file cacheService.php, method cacheService::destroy()
    Destroy cache
Destroy
in file SessionContext.php, method SessionContext::Destroy()
    Destroy/free all session data of the current session
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.
DispatchRequest
in file BizController.php, method BizController::DispatchRequest()
    Dispatches client requests to proper objects, print the returned html text.
DoCancel
in file EasyFormWizard.php, method EasyFormWizard::DoCancel()
    Cancel the wizard process
DoFinish
in file EasyFormWizard.php, method EasyFormWizard::DoFinish()
    Finish the wizard process
DomainFilterRule
in file securityService.php, class DomainFilterRule
DOTrigger
in file doTriggerService.php, class DOTrigger
    DOTrigger class
doTriggerService
in file doTriggerService.php, class doTriggerService
    class doTriggerService is the plug-in service of handle DataObject trigger
DOTRIGGER_SERVICE
in file sysheader.inc, constant DOTRIGGER_SERVICE
DynaView
in file DynaView.php, class DynaView
    DynaView class is the class that contains list of forms dinamicaly.
DynaView.php
procedural page DynaView.php
doTriggerService.php
procedural page doTriggerService.php
e

e

DEFAULT_LANGUAGE
in file I18n.php, class constant I18n::DEFAULT_LANGUAGE
EasyForm
in file EasyForm.php, class EasyForm
    EasyForm class - contains form object metadata functions
EasyFormTree
in file EasyFormTree.php, class EasyFormTree
    EasyFormTree class - contains formtree object metadata functions
EasyFormWizard
in file EasyFormWizard.php, class EasyFormWizard
    EasyFormWizard class - extension of BizForm to support wizard form
EasyView
in file EasyView.php, class EasyView
    EasyView class is the class that contains list of forms.
EasyViewWizard
in file EasyViewWizard.php, class EasyViewWizard
    EasyViewWizard class - EasyViewWizard is the class that controls the wizard forms
EasyFormTree.php
procedural page EasyFormTree.php
EasyFormWizard.php
procedural page EasyFormWizard.php
EasyForm.php
procedural page EasyForm.php
EasyViewWizard.php
procedural page EasyViewWizard.php
EasyView.php
procedural page EasyView.php
EditCombobox.php
procedural page EditCombobox.php
Element.php
procedural page Element.php
EditCombobox
in file EditCombobox.php, class EditCombobox
    EditCombobox class is element for EditCombobox
EditRecord
in file EasyForm.php, method EasyForm::EditRecord()
    Edit Record NOTE: append fld:Id=$id to the redirect page url
Element
in file Element.php, class Element
    Element class is the base class of all HTML Element
email
in file validateService.php, method validateService::email()
    Built-in Zend email check
EmailAccount
in file emailService.php, class EmailAccount
    An object that stores email account data from the service config file.
emailService
in file emailService.php, class emailService
    The email service provides access to a Zend_Mail object in conjunction with a predefined email account.
EMAIL_SERVICE
in file sysheader.inc, constant EMAIL_SERVICE
ErrorHandler
in file ErrorHandler.php, method OB_ErrorHandler::ErrorHandler()
    User error handler
ErrorHandler.php
procedural page ErrorHandler.php
EvaluateExpression
in file Expression.php, function EvaluateExpression()
    BizDataObj::EvaluateExpression() - evaluate simple expression
eval_syntax
in file Expression.php, function eval_syntax()
    Check expression for syntax errors just before eval() function If the expression fails, do not eval the funciton. Return DEBUG error in logs
EventHandler
in file Element.php, class EventHandler
    EventHandler class is manage event handler of element
EVENTLOG_SERVICE
in file sysheader.inc, constant EVENTLOG_SERVICE
excelService
in file excelService.php, class excelService
    excelService - class excelService is the plug-in service of printing bizform to excel
EXCEL_SERVICE
in file sysheader.inc, constant EXCEL_SERVICE
ExceptionHandler
in file ErrorHandler.php, method OB_ErrorHandler::ExceptionHandler()
    User exception handler
Execute
in file doTriggerService.php, method doTriggerService::Execute()
    Execute trigger
ExecuteAction
in file doTriggerService.php, method doTriggerService::ExecuteAction()
    Execute action
ExecuteAllActions
in file doTriggerService.php, method doTriggerService::ExecuteAllActions()
    Execute all action
ExecuteShell
in file doTriggerService.php, method doTriggerService::ExecuteShell()
    Execute shell
ExecuteSQL
in file doTriggerService.php, method doTriggerService::ExecuteSQL()
exportXML
in file ioService.php, method ioService::exportXML()
Expression
in file Expression.php, class Expression
    Expression - class Expression is the base class of evaluating simple expression
Expression.php
procedural page Expression.php
emailService.php
procedural page emailService.php
excelService.php
procedural page excelService.php
f

f

FileUploader.php
procedural page FileUploader.php
File.php
procedural page File.php
FormRenderer.php
procedural page FormRenderer.php
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.
FetchAll
in file queryService.php, method queryService::FetchAll()
FetchById
in file BizDataObj_Lite.php, method BizDataObj_Lite::FetchById()
    Fetch record by Id
FetchData
in file EasyForm.php, method EasyForm::FetchData()
    Fetch single record
FetchDataSet
in file EasyForm.php, method EasyForm::FetchDataSet()
    Fetch record set
FetchDataSet
in file EasyFormTree.php, method EasyFormTree::FetchDataSet()
    Fetch DataSet, and store on active record
FetchField
in file queryService.php, method queryService::FetchField()
FetchRecord
in file queryService.php, method queryService::FetchRecord()
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.
File
in file File.php, class File
    File class is the element for File
FileUploader
in file FileUploader.php, class FileUploader
    File class is the element for Upload File
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
FormatQueryString
in file QueryStringParam.php, method QueryStringParam::FormatQueryString()
FormatQueryValue
in file QueryStringParam.php, method QueryStringParam::FormatQueryValue()
FormattedStringToValue
in file TypeManager.php, method TypeManager::FormattedStringToValue()
    Convert Formatted String To Value
FormReference
in file EasyView.php, class FormReference
    FormReference class is the class that contain form reference.
FormRenderer
in file FormRenderer.php, class FormRenderer
    FormRenderer class is form helper for rendering form
g

g

$group
in file profileService.php, variable profileService::$group
$groupId
in file profileService.php, variable profileService::$groupId
$g_BizSystem
in file BizDataObj.php, global variable $g_BizSystem
    Clean chache
$g_BizSystem
in file EasyForm.php, global variable $g_BizSystem
    Get view object
$g_BizSystem
in file BizController.php, global variable $g_BizSystem
    Process Security Filters
$g_BizSystem
in file auditService.php, global variable $g_BizSystem
    Audit DataObj
$g_BizSystem
in file InputPassword.php, global variable $g_BizSystem
    Render / draw the element according to the mode
$g_BizSystem
in file BizDataObj_Assoc.php, global variable $g_BizSystem
    Add record many to many (M-M)
GenerateId
in file BizDataObj.php, method BizDataObj::GenerateId()
    Generate Id according to the IdGeneration attribute
genIdService
in file genIdService.php, class genIdService
    class genIdService is the plug-in service of generating ID for new record
GENID_SERVICE
in file sysheader.inc, constant GENID_SERVICE
get
in file DataRecord.php, method DataRecord::get()
    Get item value of array
Get
in file UserSetting.php, method UserSetting::Get()
get
in file sysheader.inc, method MetaIterator::get()
get3from2
in file I18n.php, method I18n::get3from2()
    Get 3 length code from 2 length code
GetActiveRecord
in file BizDataObj_Lite.php, method BizDataObj_Lite::GetActiveRecord()
    Get the active record
GetActiveRecord
in file EasyForm.php, method EasyForm::GetActiveRecord()
    Get activeRecord
GetAllObjects
in file ObjectFactory.php, method ObjectFactory::GetAllObjects()
    Get all object from the internal object array (object cache)
GetAlt
in file ColumnImage.php, method ColumnImage::GetAlt()
    Get image alternate(ALT) attribut
GetAppendedScripts
in file ClientProxy.php, method ClientProxy::GetAppendedScripts()
    Get append scripts
GetAppendedStyles
in file ClientProxy.php, method ClientProxy::GetAppendedStyles()
    Get appended styles
GetAssociation
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::GetAssociation()
    Get the Association
GetAttribute
in file profileService.php, method profileService::GetAttribute()
getBestAvailableLanguageFromBrowser
in file I18n.php, method I18n::getBestAvailableLanguageFromBrowser()
    Get best available language setting from browser
getBestRegionFromBrowser
in file I18n.php, method I18n::getBestRegionFromBrowser()
    Get best region from browser
GetBindValues
in file QueryStringParam.php, method QueryStringParam::GetBindValues()
GetBindValueString
in file QueryStringParam.php, method QueryStringParam::GetBindValueString()
getByField
in file Panel.php, method Panel::getByField()
    Get element by field,
GetClientProxy
in file BizSystem.php, method BizSystem::GetClientProxy()
    Get the ClientProxy object
GetClientValidator
in file Element.php, method Element::GetClientValidator()
    Get client validator
GetConfiguration
in file BizSystem.php, method BizSystem::GetConfiguration()
    Get the Configuration object
GetContextMenu
in file Element.php, method Element::GetContextMenu()
    Get context menu
GetCssUrl
in file Resource.php, method Resource::GetCssUrl()
    Get CSS URL
getCurrentLanguage
in file I18n.php, method I18n::getCurrentLanguage()
    Get current language setting from session, browser, url,
getCurrentLanguageShort
in file I18n.php, method I18n::getCurrentLanguageShort()
    Get current language in short format
GetCurrentStep
in file EasyViewWizard.php, method EasyViewWizard::GetCurrentStep()
    Get current step
GetCurrentViewName
in file BizSystem.php, method BizSystem::GetCurrentViewName()
    Get the current view name
GetCurrentViewSet
in file BizSystem.php, method BizSystem::GetCurrentViewSet()
    Get the current view set
GetDatabaseInfo
in file Configuration.php, method Configuration::GetDatabaseInfo()
    Returns the database info from <DataSource> defined in Config.xml as an array.
GetDataObj
in file BizField.php, method BizField::GetDataObj()
    Get the data object instance
GetDataObj
in file EasyForm.php, method EasyForm::GetDataObj()
    Get object instance of BizDataObj defined in it's metadata file
GetDataSqlObj
in file BizDataObj_SQLHelper.php, method BizDataObj_SQLHelper::GetDataSqlObj()
    Get curent BizDataSql object, if object=null, create new object
getDataTable
in file excelService.php, method excelService::getDataTable()
    Get raw data to display in the spreadsheet. header and data table
GetDBConnection
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::GetDBConnection()
    Get database connection
GetDBConnection
in file BizSystem.php, method BizSystem::GetDBConnection()
    Get the database connection object
GetDBProfile
in file profileService.php, method profileService::GetDBProfile()
GetDefaultValue
in file InputElement.php, method InputElement::GetDefaultValue()
    Get default value of element
GetDefaultValue
in file Element.php, method Element::GetDefaultValue()
    Get default value
GetDefaultValue
in file BizField.php, method BizField::GetDefaultValue()
    Get default value
GetElement
in file EasyForm.php, method EasyForm::GetElement()
    Get an element object
GetEmptyRecordArr
in file BizRecord.php, method BizRecord::GetEmptyRecordArr()
    Get an empty record array. Called by BizDataObj::NewRecord()
GetEnabled
in file InputElement.php, method InputElement::GetEnabled()
    Get enable status
GetError
in file DataRecord.php, method DataRecord::GetError()
    Get error message
GetErrorElements
in file EasyForm.php, method EasyForm::GetErrorElements()
    Get error elements
GetErrorFields
in file BizDataObj_Lite.php, method BizDataObj_Lite::GetErrorFields()
    Get error fields
GetErrorMessage
in file validateService.php, method validateService::GetErrorMessage()
GetErrorMessage
in file securityService.php, method securityService::GetErrorMessage()
GetErrorMessage
in file securityService.php, method securityRule_Abstract::GetErrorMessage()
GetErrorMessage
in file BizDataObj_Lite.php, method BizDataObj_Lite::GetErrorMessage()
    Get the error message caused by data action
GetErrorMessage
in file securityService.php, method securityFilter::GetErrorMessage()
GetErrorMessage
in file EasyForm.php, method EasyForm::GetErrorMessage()
    Get error message
GetErrorMsg
in file emailService.php, method emailService::GetErrorMsg()
    Get error message
GetEventLogMsg
in file EasyForm.php, method EasyForm::GetEventLogMsg()
    Get event log message
GetField
in file BizDataObj_Lite.php, method BizDataObj_Lite::GetField()
    Get the BizField object
GetFieldByColumn
in file BizRecord.php, method BizRecord::GetFieldByColumn()
    Get fielf by column name
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
GetFilterRule
in file securityService.php, class GetFilterRule
GetFormedFunction
in file Element.php, method EventHandler::GetFormedFunction()
    Get formed function
GetFormInputs
in file ClientProxy.php, method ClientProxy::GetFormInputs()
    Get form all inputs or one input if ctrlName is given
GetFormInputs
in file EasyViewWizard.php, method EasyViewWizard::GetFormInputs()
    Set form state
GetFormObj
in file Element.php, method Element::GetFormObj()
    Get form object
GetFormOutput
in file ClientProxy.php, method ClientProxy::GetFormOutput()
    Get form output.
GetFromList
in file OptionElement.php, method OptionElement::GetFromList()
GetFunction
in file Element.php, method Element::GetFunction()
    Get function of element in JavaScript format
GetFunction
in file EditCombobox.php, method EditCombobox::GetFunction()
    Get function of element in JavaScript format
GetFunctionType
in file Element.php, method Element::GetFunctionType()
    Get function type
GetHidden
in file Element.php, method Element::GetHidden()
    Get hidden status
GetImageUrl
in file Resource.php, method Resource::GetImageUrl()
    Get image URL
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.
getInstance
in file I18n.php, method I18n::getInstance()
    Get instance of I18n
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
GetJoinInputRecord
in file BizRecord.php, method BizRecord::GetJoinInputRecord()
    Get join input record
GetJoinSearchRule
in file BizRecord.php, method BizRecord::GetJoinSearchRule()
    Get join search rule
GetJsUrl
in file Resource.php, method Resource::GetJsUrl()
    Get JavaScript(JS) URL
GetKeyFields
in file BizRecord.php, method BizRecord::GetKeyFields()
    Get a list of fields (name) who are defined as keys columns
GetKeySearchRule
in file BizRecord.php, method BizRecord::GetKeySearchRule()
    Get key search rule.
GetKeyValue
in file BizRecord.php, method BizRecord::GetKeyValue()
    Get key (Id) value.
GetLibFileWithPath
in file BizSystem.php, method BizSystem::GetLibFileWithPath()
    Get openbiz library php file path by searching modules/package, /bin/package and /bin
GetLibFileWithPath
in file Resource.php, method Resource::GetLibFileWithPath()
    Get openbiz library php file path by searching modules/package, /bin/package and /bin
GetLink
in file LabelText.php, method LabelText::GetLink()
    Get link of LabelText
GetLink
in file RawData.php, method RawData::GetLink()
    Get link of element
getLink
in file ColumnList.php, method ColumnList::getLink()
    Get link that evaluated by Expression::EvaluateExpression
getLink
in file LabelList.php, method LabelList::getLink()
    Get link that evaluated by Expression::EvaluateExpression
getLocaleForSetlocaleWin
in file I18n.php, method I18n::getLocaleForSetlocaleWin()
    Get locale for SetlocaleWin
GetMacroValue
in file BizSystem.php, method BizSystem::GetMacroValue()
    Evaluate macro, this method can only be used to get profile in 2.0 For example, @macro_var:macro_key. i.e. @profile:ROLE
GetMatchView
in file accessService.php, method accessService::GetMatchView()
    Get match view
GetMessage
in file EasyView.php, method EasyView::GetMessage()
    Get message, and translate it
GetMessage
in file Resource.php, method Resource::GetMessage()
    Get message from CONSTANT, translate and format it
GetMessage
in file EasyForm.php, method EasyForm::GetMessage()
    Get message, and translate it
GetMessage
in file BizSystem.php, method BizSystem::GetMessage()
    Get message resource enhanced by Jixian
GetMessage
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::GetMessage()
    Get Message
GetNewDataSqlObj
in file BizDataObj_SQLHelper.php, method BizDataObj_SQLHelper::GetNewDataSqlObj()
    Get new BizDataSql object and store on internal variable (current object)
GetNewGUID
in file genIdService.php, method genIdService::GetNewGUID()
    Get new GUID ID is generated before executing insert sql
GetNewID
in file genIdService.php, method genIdService::GetNewID()
    Get new Id
GetNewIdentity
in file genIdService.php, method genIdService::GetNewIdentity()
    Get new Identity * NOTE: ID is generated after insert sql is executed
GetNewRecord
in file EasyForm.php, method EasyForm::GetNewRecord()
    Get new record
GetNewSequence
in file genIdService.php, method genIdService::GetNewSequence()
    Get new sequence NOTE: // ID is generated before executing insert sql
GetNewSYSID
in file genIdService.php, method genIdService::GetNewSYSID()
    genIdService::GetNewSYSID() Get a new SYSID from the id_table. You can get SYSID for a table with prefix and base converting
GetNewUUID
in file genIdService.php, method genIdService::GetNewUUID()
    Get new UUID ID is generated before executing insert sql
GetObject
in file ObjectFactory.php, method ObjectFactory::GetObject()
    ObjectFactory::GetObject() - To get a metadata based object instance.
GetObjectFactory
in file BizSystem.php, method BizSystem::GetObjectFactory()
    Get the ObjectFactory object
GetObjVar
in file SessionContext.php, method SessionContext::GetObjVar()
    Get single session variable of a stateful object
GetOnAuditFields
in file BizDataObj.php, method BizDataObj::GetOnAuditFields()
    Get auditable fields
GetOnEventElements
in file EasyForm.php, method EasyForm::GetOnEventElements()
    Get on event elements
GetParameter
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::GetParameter()
    Get obejct parameter value
GetPlotData
in file chartService.php, method chartService::GetPlotData()
    Get plot data array
GetProfile
in file profileService.php, method profileService::GetProfile()
GetProperty
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::GetProperty()
    Get the property of the object. Used in expression language
GetProperty
in file Element.php, method Element::GetProperty()
    Get property of element
GetProperty
in file EasyForm.php, method EasyForm::GetProperty()
    Get object property
GetProperty
in file sysheader.inc, method Parameter::GetProperty()
GetProperty
in file BizField.php, method BizField::GetProperty()
    Get property value
GetProperty
in file sysheader.inc, method MetaObject::GetProperty()
    Get property
GetRecordArr
in file BizRecord.php, method BizRecord::GetRecordArr()
    Get record array by converting input indexed-Value array to Field-Value pairs
GetRedirectPage
in file EasyForm.php, method EasyForm::GetRedirectPage()
    return redirect page and target array
GetRedirectPage
in file Element.php, method Element::GetRedirectPage()
    Get redirect page
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
GetRequestParam
in file ClientProxy.php, method ClientProxy::GetRequestParam()
    Get request parameter
GetRoleList
in file accessService.php, method RestrictedView::GetRoleList()
    Get list of role
GetRoleName
in file accessService.php, method RestrictedRole::GetRoleName()
    Get role name
GetSCKeyFuncMap
in file Element.php, method Element::GetSCKeyFuncMap()
    Get shortcut key function map
GetSelectFrom
in file OptionElement.php, method OptionElement::GetSelectFrom()
    Get select from
GetService
in file BizSystem.php, method BizSystem::GetService()
    Get the service object
GetSessionContext
in file BizSystem.php, method BizSystem::GetSessionContext()
    Get the SessionContext object
GetSessionVars
in file PickerForm.php, method PickerForm::GetSessionVars()
    Get/Retrieve Session data of this object
GetSessionVars
in file sysheader.inc, method iSessionObject::GetSessionVars()
GetSessionVars
in file EasyForm.php, method EasyForm::GetSessionVars()
    Get/Retrieve Session data of this object
GetSessionVars
in file EasyFormTree.php, method EasyFormTree::GetSessionVars()
GetSessionVars
in file EasyView.php, method EasyView::GetSessionVars()
    Get/Retrieve Session data of this object
GetSessionVars
in file EasyFormWizard.php, method EasyFormWizard::GetSessionVars()
    Get/Retrieve Session data of this object
GetSessionVars
in file BizDataObj_Lite.php, method BizDataObj_Lite::GetSessionVars()
    Get session variables data of this object
GetSessionVars
in file EasyViewWizard.php, method EasyViewWizard::GetSessionVars()
    Get/Retrieve Session data of this object
GetSessionVars
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::GetSessionVars()
    Get session variables
GetSmartyTemplate
in file BizSystem.php, method BizSystem::GetSmartyTemplate()
    Get smarty template
GetSmartyTemplate
in file Resource.php, method Resource::GetSmartyTemplate()
    Get smarty template
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
GetStyle
in file Element.php, method Element::GetStyle()
    Get style of element
GetStyle
in file EditCombobox.php, method EditCombobox::GetStyle()
    Get style of element
GetSubForms
in file EasyForm.php, method EasyForm::GetSubForms()
    Get sub form of this form
GetTableColumn
in file BizDataSql.php, method BizDataSql::GetTableColumn()
    Get table column, combine a table with a column.
GetTarget
in file LabelText.php, method LabelText::GetTarget()
    Get target of link <a target='...'>...</a>
GetText
in file RawData.php, method RawData::GetText()
    Get text of element
GetText
in file LabelText.php, method LabelText::GetText()
    Get text of label
GetText
in file Element.php, method Element::GetText()
    Get text of element
GetThemeInfo
in file Configuration.php, method Configuration::GetThemeInfo()
    Returns the <ThemeSource> defined in Config.xml as an array.
GetThemePath
in file Configuration.php, method Configuration::GetThemePath()
    Get Path of Theme that defined on Config.xml
GetTitle
in file ColumnImage.php, method ColumnImage::GetTitle()
    Get image title
GetToSaveFields
in file BizRecord.php, method BizRecord::GetToSaveFields()
    Get insert/update fields.
GetTplFileWithPath
in file Resource.php, method Resource::GetTplFileWithPath()
    Get openbiz template file path by searching modules/package, /templates
GetTplFileWithPath
in file BizSystem.php, method BizSystem::GetTplFileWithPath()
    Get openbiz template file path by searching modules/package, /templates
GetTypeManager
in file BizSystem.php, method BizSystem::GetTypeManager()
    Get the TypeManager object
GetUniqueString
in file reportService.php, method reportService::GetUniqueString()
GetUserProfile
in file BizSystem.php, method BizSystem::GetUserProfile()
    Get user profile
GetValue
in file BizField.php, method BizField::GetValue()
    Get the value of the field.
GetValue
in file InputPassword.php, method InputPassword::GetValue()
    Get value of element
GetValue
in file Element.php, method Element::GetValue()
    Get value of element
GetValue
in file Checkbox.php, method Checkbox::GetValue()
    Get value of element
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
GetVar
in file SessionContext.php, method SessionContext::GetVar()
    Get single session variable
GetViewHistory
in file SessionContext.php, method SessionContext::GetViewHistory()
    Get view history data of given bizform from saved in session file
GetViewName
in file accessService.php, method RestrictedView::GetViewName()
    Get view name
GetViewObject
in file EasyForm.php, method EasyForm::GetViewObject()
GetViewSet
in file EasyView.php, method EasyView::GetViewSet()
    Get view set name
GetXmlArray
in file Resource.php, method Resource::GetXmlArray()
    Get Xml Array.
GetXmlArray
in file BizSystem.php, method BizSystem::GetXmlArray()
    Get Xml Array.
GetXmlFileWithPath
in file BizSystem.php, method BizSystem::GetXmlFileWithPath()
    Get Xml file with path
GetXmlFileWithPath
in file Resource.php, method Resource::GetXmlFileWithPath()
    Get Xml file with path
GetZendTemplate
in file BizSystem.php, method BizSystem::GetZendTemplate()
    Get Zend Template
GetZendTemplate
in file Resource.php, method Resource::GetZendTemplate()
    Get Zend Template
GoBack
in file EasyFormWizard.php, method EasyFormWizard::GoBack()
    Go to previous wizard page
GoNext
in file EasyFormWizard.php, method EasyFormWizard::GoNext()
    Go to next wizard page
GotoPage
in file EasyForm.php, method EasyForm::GotoPage()
    Goto page specified by $page parameter, and ReRender
greaterThan
in file validateService.php, method validateService::greaterThan()
    Built-in Zend greater than check. Returns true if and only if $value is greater than the minimum boundary.
genIdService.php
procedural page genIdService.php
h

h

Hidden.php
procedural page Hidden.php
HTMLBlock.php
procedural page HTMLBlock.php
HTMLButton.php
procedural page HTMLButton.php
HTMLMenus.php
procedural page HTMLMenus.php
HTMLTabs.php
procedural page HTMLTabs.php
HTMLTree.php
procedural page HTMLTree.php
HasFormRerendered
in file ClientProxy.php, method ClientProxy::HasFormRerendered()
    Check has form rendered?
hasForms
in file HTMLTabs.php, method TabView::hasForms()
    Return TRUE if the current tabView has forms related to it
HasOtherOutput
in file ClientProxy.php, method ClientProxy::HasOtherOutput()
    Check has other output?
HasOutput
in file ClientProxy.php, method ClientProxy::HasOutput()
    Check has output (other output and/or forms output)
Hidden
in file Hidden.php, class Hidden
    Button class is hidden element
HTMLBlock
in file HTMLBlock.php, class HTMLBlock
    HTMLBlock class is element that write HTML block borderd by <div> tag
HTMLButton
in file HTMLButton.php, class HTMLButton
    Button class is element for Button
HTMLMenus
in file HTMLMenus.php, class HTMLMenus
    HTMLMenus class is the base class of HTML menus
HTMLTabs
in file HTMLTabs.php, class HTMLTabs
    HTMLTabs class is the base class of HTML tabs
HTMLTree
in file HTMLTree.php, class HTMLTree
    HTMLTree class is the base class of HTML tree
i

i

ImageUploader.php
procedural page ImageUploader.php
InputDatetime.php
procedural page InputDatetime.php
InputDate.php
procedural page InputDate.php
InputElement.php
procedural page InputElement.php
InputPassword.php
procedural page InputPassword.php
InputPicker.php
procedural page InputPicker.php
InputText.php
procedural page InputText.php
I18n
in file I18n.php, class I18n
    I18n (Internationalization class) is singleton class that tranlates string to different languages according to application translation files.
I18n.php
procedural page I18n.php
ImageUploader
in file ImageUploader.php, class ImageUploader
    File class is the element for Upload Image
importCSV
in file excelService.php, method excelService::importCSV()
    import from CSV file NOTE: This method must be called from a popup form where a file is uploaded.
importXML
in file ioService.php, method ioService::importXML()
IncludeCalendarScripts
in file ClientProxy.php, method ClientProxy::IncludeCalendarScripts()
    Include calendar scripts
IncludeCKEditorScripts
in file ClientProxy.php, method ClientProxy::IncludeCKEditorScripts()
    Include CKEditor scripts
IncludeModalScripts
in file ClientProxy.php, method ClientProxy::IncludeModalScripts()
    Include modal scripts
IncludePropWindowScripts
in file ClientProxy.php, method ClientProxy::IncludePropWindowScripts()
    Include PropWindow scripts
IncludeRTEScripts
in file ClientProxy.php, method ClientProxy::IncludeRTEScripts()
    Include RTE scripts
IncludeValidatorScripts
in file ClientProxy.php, method ClientProxy::IncludeValidatorScripts()
    Include validator scripts
IncludeWindowScripts
in file ClientProxy.php, method ClientProxy::IncludeWindowScripts()
    Include Window scripts
InheritParentObj
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::InheritParentObj()
    Inherit from parent object. Name, Package, Class cannot be inherited
init
in file cacheService.php, method cacheService::init()
    Initialize cache
InitAllForms
in file EasyView.php, method EasyView::InitAllForms()
    Initialize all form objects.
InitAllForms
in file EasyViewWizard.php, method EasyViewWizard::InitAllForms()
    Initialize all form objects.
InitUserProfile
in file BizSystem.php, method BizSystem::InitUserProfile()
    Initialize User Profile
InputDate
in file InputDate.php, class InputDate
    InputDate class is element for input date with date picker
InputDatetime
in file InputDatetime.php, class InputDatetime
    InputDatetime class is element for input date and time with datetime picker
InputElement
in file InputElement.php, class InputElement
    InputElement class is based element for all input element
InputPassword
in file InputPassword.php, class InputPassword
    InputPassword class is element for input password
InputPicker
in file InputPicker.php, class InputPicker
    InputPicker class is element for input picker
InputText
in file InputText.php, class InputText
    InputText class is element for input text
InputValToRule
in file SearchHelper.php, function InputValToRule()
    Convert the user input on a given fieldcontrol in query mode to search rule
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
InsertRecord
in file EasyForm.php, method EasyForm::InsertRecord()
    Insert new record
instance
in file BizDataObj_SQLHelper.php, method BizDataObj_SQLHelper::instance()
    Get the singleton instance
instance
in file BizSystem.php, method BizSystem::instance()
    Create instant of BizSystem
Invoke
in file BizController.php, method BizController::Invoke()
    Invoke the action passed from browser
ioService
in file ioService.php, class ioService
    ioService - class ioService is the plug-in service of handling file import/export
IO_SERVICE
in file sysheader.inc, constant IO_SERVICE
IPFilterRule
in file securityService.php, class IPFilterRule
IsCurrentTab
in file HTMLTabs.php, method HTMLTabs::IsCurrentTab()
    Ask if the $this tab object is the current tab
iSecurityRule
in file securityService.php, class iSecurityRule
iSessionObject
in file sysheader.inc, class iSessionObject
    iSessionObject interface - stateful metadata-driven classed need to implement SetSessionVars and GetSessionVars
IsLobField
in file BizField.php, method BizField::IsLobField()
    Check if the field is a LOB type column
IsTimeout
in file SessionContext.php, method SessionContext::IsTimeout()
    SessionContext::IsTimeout - check if current session is timeout
isTranslated
in file I18n.php, method I18n::isTranslated()
    Check if a string is translated or not.
IsUserValid
in file SessionContext.php, method SessionContext::IsUserValid()
    Check if user logged in or not
iUIControl
in file sysheader.inc, class iUIControl
    iUIControl interface - all UI classes need to implement Render method
ioService.php
procedural page ioService.php
j

j

JoinRecord
in file BizDataObj.php, method BizDataObj::JoinRecord()
    Pick the joined object's current record to the current record
JoinToParent
in file PickerForm.php, method PickerForm::JoinToParent()
    Join a record (popup) to parent form
k

k

key
in file sysheader.inc, method MetaIterator::key()
key
in file DataRecord.php, method DataRecord::key()
    Return current key (i.e., pointer value)
l

l

LabelList.php
procedural page LabelList.php
LabelPassword.php
procedural page LabelPassword.php
LabelText.php
procedural page LabelText.php
LightColorPicker.php
procedural page LightColorPicker.php
Listbox.php
procedural page Listbox.php
LabelList
in file LabelList.php, class LabelList
    LabelList class is element that show description (read only) from Selection.xml
LabelPassword
in file LabelPassword.php, class LabelPassword
    LabelPassword class is element that show text with mask (for password)
LabelText
in file LabelText.php, class LabelText
    LebelText - class LabelText is element that view value who binds with a BizField
lessThan
in file validateService.php, method validateService::lessThan()
    Built-in Zend less than check. Returns true if and only if $value is less than the minimum boundary.
LightColorPicker
in file LightColorPicker.php, class LightColorPicker
    Class that renders a Color Picker HTML element on screen.
Listbox
in file Listbox.php, class Listbox
    Listbox class is element that show ListBox with data from Selection.xml
load
in file cacheService.php, method cacheService::load()
    Load cache
LoadMessage
in file Resource.php, method Resource::LoadMessage()
    Load message from file
LoadPicker
in file EasyForm.php, method EasyForm::LoadPicker()
    Popup a selection EasyForm in a dynamically generated EasyView
LoadPopForm
in file EasyForm.php, method EasyForm::LoadPopForm()
    Load pop form
log
in file BizSystem.php, method BizSystem::log()
    Log message to log file
log
in file logService.php, method logService::log()
    The primary log function that will take an incoming message and specified paramter and log in the appropriate location and format
LogEmail
in file emailService.php, method emailService::LogEmail()
    Log that an email attemp was made.
logError
in file logService.php, method logService::logError()
    The primary log function that will take an incoming message and specified paramter and log in the appropriate location and format
logError
in file BizSystem.php, method BizSystem::logError()
logService
in file logService.php, class logService
    MetaObject class - MetaObject is the base class of all derived metadata-driven classes
LOG_SERVICE
in file sysheader.inc, constant LOG_SERVICE
longerThan
in file validateService.php, method validateService::longerThan()
    Function to check if a value is longer than the $min length
logService.php
procedural page logService.php
m

m

$m_Access
in file sysheader.inc, variable MetaObject::$m_Access
$m_AccessRule
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_AccessRule
$m_Accounts
in file emailService.php, variable emailService::$m_Accounts
    An array of Account objects
$m_Action
in file doTriggerService.php, variable TriggerAction::$m_Action
$m_Action
in file securityService.php, variable securityRule_Abstract::$m_Action
$m_ActionPanel
in file EasyForm.php, variable EasyForm::$m_ActionPanel
    Action Panel object
$m_ActiveCssClassName
in file HTMLTabs.php, variable HTMLTabs::$m_ActiveCssClassName
$m_ActiveRecord
in file EasyForm.php, variable EasyForm::$m_ActiveRecord
$m_Alias
in file BizField.php, variable BizField::$m_Alias
$m_AllowURLParam
in file Element.php, variable Element::$m_AllowURLParam
$m_Alt
in file ColumnImage.php, variable ColumnImage::$m_Alt
$m_ArgList
in file doTriggerService.php, variable TriggerAction::$m_ArgList
$m_AuditDataObj
in file auditService.php, variable auditService::$m_AuditDataObj
$m_AuthticationDataObj
in file authService.php, variable authService::$m_AuthticationDataObj
$m_AuthticationType
in file authService.php, variable authService::$m_AuthticationType
$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_birtViewer
in file reportService.php, variable reportService::$m_birtViewer
$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_BlankOption
in file Listbox.php, variable Listbox::$m_BlankOption
$m_BlankOption
in file EditCombobox.php, variable EditCombobox::$m_BlankOption
$m_bRPCFlag
in file ClientProxy.php, variable ClientProxy::$m_bRPCFlag
$m_Cache
in file cacheService.php, variable cacheService::$m_Cache
$m_CacheEngine
in file cacheService.php, variable cacheService::$m_CacheEngine
$m_CacheEngineOptions
in file cacheService.php, variable cacheService::$m_CacheEngineOptions
$m_CacheLifeTime
in file EasyForm.php, variable EasyForm::$m_CacheLifeTime
$m_CacheLifeTime
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_CacheLifeTime
$m_CacheLifeTime
in file EasyView.php, variable EasyView::$m_CacheLifeTime
$m_CacheObj
in file cacheService.php, variable cacheService::$m_CacheObj
$m_CacheOptions
in file cacheService.php, variable cacheService::$m_CacheOptions
$m_Caption
in file HTMLTabs.php, variable TabView::$m_Caption
$m_CascadeDelete
in file ObjReference.php, variable ObjReference::$m_CascadeDelete
$m_ChildNodes
in file EasyFormTree.php, variable Node::$m_ChildNodes
$m_Class
in file sysheader.inc, variable MetaObject::$m_Class
$m_ClientValidator
in file Element.php, variable Element::$m_ClientValidator
$m_ColFldMap
in file BizRecord.php, variable BizRecord::$m_ColFldMap
$m_Column
in file TableJoin.php, variable TableJoin::$m_Column
$m_Column
in file BizField.php, variable BizField::$m_Column
$m_Column
in file ObjReference.php, variable ObjReference::$m_Column
$m_ColumnRef
in file TableJoin.php, variable TableJoin::$m_ColumnRef
$m_ColumnStyle
in file ColumnList.php, variable ColumnList::$m_ColumnStyle
$m_ColumnStyle
in file ColumnText.php, variable ColumnText::$m_ColumnStyle
$m_ColumnStyle
in file ColumnPassword.php, variable ColumnPassword::$m_ColumnStyle
$m_ColumnStyle
in file LabelPassword.php, variable LabelPassword::$m_ColumnStyle
$m_ConsoleOutput
in file EasyView.php, variable EasyView::$m_ConsoleOutput
$m_ContextMenu
in file Element.php, variable EventHandler::$m_ContextMenu
$m_cssClass
in file Element.php, variable Element::$m_cssClass
$m_cssErrorClass
in file Element.php, variable Element::$m_cssErrorClass
$m_CurrentPage
in file EasyForm.php, variable EasyForm::$m_CurrentPage
$m_CurrentRecord
in file BizDataObj_Lite.php, variable BizDataObj_Lite::$m_CurrentRecord
$m_CurrentStep
in file EasyViewWizard.php, variable EasyViewWizard::$m_CurrentStep
$m_CurrentTab
in file HTMLTabs.php, variable HTMLTabs::$m_CurrentTab
$m_Database
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_Database
$m_DataObj
in file EasyForm.php, variable EasyForm::$m_DataObj
$m_DataObjName
in file doTriggerService.php, variable doTriggerService::$m_DataObjName
    Name of DataObj
$m_DataObjName
in file EasyForm.php, variable EasyForm::$m_DataObjName
$m_DataPanel
in file EasyForm.php, variable EasyForm::$m_DataPanel
    Data Panel object
$m_DateFormat
in file InputDatetime.php, variable InputDatetime::$m_DateFormat
$m_DateFormat
in file InputDate.php, variable InputDate::$m_DateFormat
$m_DefaultForm
in file EasyForm.php, variable EasyForm::$m_DefaultForm
$m_DefaultValue
in file InputElement.php, variable InputElement::$m_DefaultValue
$m_DefaultValue
in file BizField.php, variable BizField::$m_DefaultValue
$m_DelayMinutes
in file doTriggerService.php, variable TriggerAction::$m_DelayMinutes
$m_DeleteCondition
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_DeleteCondition
$m_Depth
in file EasyFormTree.php, variable EasyFormTree::$m_Depth
$m_Description
in file EasyForm.php, variable EasyForm::$m_Description
$m_Description
in file EasyView.php, variable FormReference::$m_Description
$m_Description
in file sysheader.inc, variable MetaObject::$m_Description
$m_Description
in file InputElement.php, variable InputElement::$m_Description
$m_Display
in file EasyView.php, variable FormReference::$m_Display
$m_DOTriggerList
in file doTriggerService.php, variable doTriggerService::$m_DOTriggerList
    List of DOTrigger object
$m_DropSession
in file EasyViewWizard.php, variable EasyViewWizard::$m_DropSession
$m_DropSession
in file EasyFormWizard.php, variable EasyFormWizard::$m_DropSession
$m_EffectiveTime
in file securityService.php, variable securityRule_Abstract::$m_EffectiveTime
$m_Enabled
in file InputElement.php, variable InputElement::$m_Enabled
$m_ErrorFields
in file BizDataObj_Lite.php, variable BizDataObj_Lite::$m_ErrorFields
$m_ErrorMessage
in file securityService.php, variable securityService::$m_ErrorMessage
$m_ErrorMessage
in file validateService.php, variable validateService::$m_ErrorMessage
$m_ErrorMessage
in file securityService.php, variable securityFilter::$m_ErrorMessage
$m_ErrorMessage
in file BizDataObj_Lite.php, variable BizDataObj_Lite::$m_ErrorMessage
$m_ErrorMessage
in file securityService.php, variable securityRule_Abstract::$m_ErrorMessage
$m_Errors
in file sysheader.inc, variable ValidationException::$m_Errors
$m_Event
in file Element.php, variable EventHandler::$m_Event
$m_EventHandlers
in file Element.php, variable Element::$m_EventHandlers
$m_EventLogMsg
in file Element.php, variable EventHandler::$m_EventLogMsg
$m_EventName
in file EasyForm.php, variable EasyForm::$m_EventName
$m_FieldName
in file LabelText.php, variable LabelText::$m_FieldName
$m_FieldName
in file InputElement.php, variable InputElement::$m_FieldName
$m_FieldNameMask
in file validateService.php, variable validateService::$m_FieldNameMask
$m_FieldRef
in file ObjReference.php, variable ObjReference::$m_FieldRef
$m_FixSearchRule
in file EasyForm.php, variable EasyForm::$m_FixSearchRule
$m_FlaseImg
in file ColumnBool.php, variable ColumnBool::$m_FlaseImg
$m_Format
in file BizField.php, variable BizField::$m_Format
$m_FormedFunction
in file Element.php, variable EventHandler::$m_FormedFunction
$m_FormInputArray
in file ClientProxy.php, variable ClientProxy::$m_FormInputArray
$m_FormName
in file Element.php, variable Element::$m_FormName
$m_FormRefs
in file EasyView.php, variable EasyView::$m_FormRefs
$m_Forms
in file HTMLTabs.php, variable TabView::$m_Forms
$m_FormStates
in file EasyViewWizard.php, variable EasyViewWizard::$m_FormStates
$m_FormType
in file EasyForm.php, variable EasyForm::$m_FormType
$m_FromEmail
in file emailService.php, variable EmailAccount::$m_FromEmail
$m_FromName
in file emailService.php, variable EmailAccount::$m_FromName
$m_Function
in file Element.php, variable EventHandler::$m_Function
$m_FunctionType
in file Element.php, variable EventHandler::$m_FunctionType
$m_FuzzySearch
in file Element.php, variable Element::$m_FuzzySearch
$m_hasError
in file EasyForm.php, variable EasyForm::$m_hasError
$m_Height
in file Element.php, variable Element::$m_Height
$m_Height
in file EasyView.php, variable EasyView::$m_Height
$m_Height
in file EasyForm.php, variable EasyForm::$m_Height
$m_Hidden
in file Element.php, variable Element::$m_Hidden
$m_Host
in file emailService.php, variable EmailAccount::$m_Host
$m_HTMLAttr
in file Element.php, variable Element::$m_HTMLAttr
$m_Icon
in file HTMLTabs.php, variable TabView::$m_Icon
$m_Id
in file EasyFormTree.php, variable Node::$m_Id
$m_IdGeneration
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_IdGeneration
$m_Image
in file Button.php, variable Button::$m_Image
$m_Immediate
in file doTriggerService.php, variable TriggerAction::$m_Immediate
$m_InactiveCssClassName
in file HTMLTabs.php, variable HTMLTabs::$m_InactiveCssClassName
$m_Index
in file BizField.php, variable BizField::$m_Index
$m_InheritFrom
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_InheritFrom
$m_InOut
in file sysheader.inc, variable Parameter::$m_InOut
$m_InputFields
in file BizRecord.php, variable BizRecord::$m_InputFields
$m_IsPopup
in file EasyView.php, variable EasyView::$m_IsPopup
$m_IsSMTP
in file emailService.php, variable EmailAccount::$m_IsSMTP
$m_Join
in file BizField.php, variable BizField::$m_Join
$m_JoinRef
in file TableJoin.php, variable TableJoin::$m_JoinRef
$m_JoinType
in file TableJoin.php, variable TableJoin::$m_JoinType
$m_jsClass
in file EasyForm.php, variable EasyForm::$m_jsClass
$m_KeyFldColMap
in file BizRecord.php, variable BizRecord::$m_KeyFldColMap
$m_Label
in file LabelText.php, variable LabelText::$m_Label
$m_Label
in file InputElement.php, variable InputElement::$m_Label
$m_Length
in file BizField.php, variable BizField::$m_Length
$m_Limit
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_Limit
$m_Link
in file LabelText.php, variable LabelText::$m_Link
$m_MainTable
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_MainTable
$m_MaskChar
in file LabelPassword.php, variable LabelPassword::$m_MaskChar
$m_MaskChar
in file ColumnPassword.php, variable ColumnPassword::$m_MaskChar
$m_MaskChar
in file InputPassword.php, variable InputPassword::$m_MaskChar
    Mask character for hidden original/real value
$m_MaskLength
in file ColumnPassword.php, variable ColumnPassword::$m_MaskLength
$m_MaskLength
in file LabelPassword.php, variable LabelPassword::$m_MaskLength
$m_MaskLength
in file InputPassword.php, variable InputPassword::$m_MaskLength
    length of mask character will be displayed
$m_Match
in file securityService.php, variable securityRule_Abstract::$m_Match
$m_MenuItemsXml
in file HTMLMenus.php, variable HTMLMenus::$m_MenuItemsXml
$m_MessageFile
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_MessageFile
$m_MessageFile
in file EasyForm.php, variable EasyForm::$m_MessageFile
$m_MessageFile
in file EasyView.php, variable EasyView::$m_MessageFile
$m_Messages
in file EasyForm.php, variable EasyForm::$m_Messages
$m_Messages
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_Messages
$m_Messages
in file EasyView.php, variable EasyView::$m_Messages
$m_Mode
in file securityService.php, variable securityFilter::$m_Mode
$m_Mode
in file securityService.php, variable securityService::$m_Mode
$m_Name
in file sysheader.inc, variable Parameter::$m_Name
$m_Name
in file securityService.php, variable securityRule_Abstract::$m_Name
$m_Name
in file securityService.php, variable securityFilter::$m_Name
$m_Name
in file Element.php, variable EventHandler::$m_Name
$m_Name
in file HTMLTabs.php, variable TabView::$m_Name
$m_Name
in file emailService.php, variable EmailAccount::$m_Name
$m_Name
in file doTriggerService.php, variable TriggerAction::$m_Name
$m_Name
in file sysheader.inc, variable MetaObject::$m_Name
$m_Name
in file EasyView.php, variable FormReference::$m_Name
$m_Name
in file EasyFormTree.php, variable Node::$m_Name
$m_Name
in file accessService.php, variable RestrictedView::$m_Name
    Name of view
$m_Name
in file accessService.php, variable RestrictedRole::$m_Name
    Role name
$m_NavPanel
in file EasyForm.php, variable EasyForm::$m_NavPanel
    Navigation Panel object
$m_NodesXml
in file HTMLTree.php, variable HTMLTree::$m_NodesXml
$m_ObjectId
in file EasyFormTree.php, variable Node::$m_ObjectId
$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_Onchange
in file EditCombobox.php, variable EditCombobox::$m_Onchange
$m_OnEventLog
in file Element.php, variable Element::$m_OnEventLog
$m_OnSaveDataObj
in file TableJoin.php, variable TableJoin::$m_OnSaveDataObj
$m_OtherSQLRule
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_OtherSQLRule
$m_Package
in file sysheader.inc, variable MetaObject::$m_Package
$m_Parameters
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_Parameters
$m_Params
in file QueryStringParam.php, variable QueryStringParam::$m_Params
$m_ParentFormElemName
in file PickerForm.php, variable PickerForm::$m_ParentFormElemName
$m_ParentFormName
in file EasyForm.php, variable EasyForm::$m_ParentFormName
$m_Password
in file emailService.php, variable EmailAccount::$m_Password
$m_PicHeight
in file ImageUploader.php, variable ImageUploader::$m_PicHeight
$m_PickerMap
in file PickerForm.php, variable PickerForm::$m_PickerMap
$m_PickerMap
in file InputPicker.php, variable InputPicker::$m_PickerMap
$m_PicWidth
in file ImageUploader.php, variable ImageUploader::$m_PicWidth
$m_PId
in file EasyFormTree.php, variable Node::$m_PId
$m_PlotList
in file chartService.php, variable chartService::$m_PlotList
    List of plot objects used in drawing group plot and accurated plot
$m_PostAction
in file Element.php, variable EventHandler::$m_PostAction
$m_prtObj
in file sysheader.inc, variable MetaIterator::$m_prtObj
$m_QueryStringParam
in file EasyForm.php, variable EasyForm::$m_QueryStringParam
$m_Range
in file EasyForm.php, variable EasyForm::$m_Range
$m_RecordId
in file EasyForm.php, variable EasyForm::$m_RecordId
$m_RecordId
in file BizDataObj_Lite.php, variable BizDataObj_Lite::$m_RecordId
$m_RecordSet
in file EasyForm.php, variable EasyForm::$m_RecordSet
$m_RecordSet
in file EasyFormTree.php, variable EasyFormTree::$m_RecordSet
$m_RedirectPage
in file Element.php, variable EventHandler::$m_RedirectPage
$m_Referer
in file EasyForm.php, variable EasyForm::$m_Referer
$m_RefreshData
in file EasyForm.php, variable EasyForm::$m_RefreshData
$m_Relationship
in file ObjReference.php, variable ObjReference::$m_Relationship
$m_RepeatMinutes
in file doTriggerService.php, variable TriggerAction::$m_RepeatMinutes
$m_RequestArgs
in file ClientProxy.php, variable ClientProxy::$m_RequestArgs
$m_Required
in file BizField.php, variable BizField::$m_Required
$m_Required
in file InputElement.php, variable InputElement::$m_Required
$m_Required
in file Element.php, variable Element::$m_Required
$m_Required
in file sysheader.inc, variable Parameter::$m_Required
$m_Resource
in file EasyForm.php, variable EasyForm::$m_Resource
$m_RootNodes
in file EasyFormTree.php, variable EasyFormTree::$m_RootNodes
$m_RootSearchRule
in file EasyFormTree.php, variable EasyFormTree::$m_RootSearchRule
$m_rptTemplate
in file reportService.php, variable reportService::$m_rptTemplate
$m_Rules
in file securityService.php, variable securityFilter::$m_Rules
$m_SearchPanel
in file EasyForm.php, variable EasyForm::$m_SearchPanel
    Search Panel object
$m_SearchRule
in file EasyForm.php, variable EasyForm::$m_SearchRule
$m_SearchRule
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_SearchRule
$m_SearchRuleBindValues
in file EasyForm.php, variable EasyForm::$m_SearchRuleBindValues
$m_Selected
in file EasyFormTree.php, variable EasyFormTree::$m_Selected
$m_SelectFrom
in file OptionElement.php, variable OptionElement::$m_SelectFrom
$m_ShortcutKey
in file Element.php, variable EventHandler::$m_ShortcutKey
$m_SMTPAuth
in file emailService.php, variable EmailAccount::$m_SMTPAuth
$m_Sortable
in file ColumnList.php, variable ColumnList::$m_Sortable
$m_Sortable
in file ColumnText.php, variable ColumnText::$m_Sortable
$m_Sortable
in file LabelPassword.php, variable LabelPassword::$m_Sortable
$m_Sortable
in file ColumnPassword.php, variable ColumnPassword::$m_Sortable
$m_SortFlag
in file Element.php, variable Element::$m_SortFlag
$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_Style
in file Element.php, variable Element::$m_Style
$m_SubForms
in file EasyView.php, variable FormReference::$m_SubForms
$m_SubForms
in file EasyForm.php, variable EasyForm::$m_SubForms
$m_Tab
in file EasyView.php, variable EasyView::$m_Tab
$m_Table
in file TableJoin.php, variable TableJoin::$m_Table
$m_Table
in file ObjReference.php, variable ObjReference::$m_Table
$m_TableJoins
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_TableJoins
$m_TabViews
in file HTMLTabs.php, variable HTMLTabs::$m_TabViews
$m_Target
in file HTMLTabs.php, variable TabView::$m_Target
$m_Target
in file LabelText.php, variable LabelText::$m_Target
$m_targetReportPath
in file reportService.php, variable reportService::$m_targetReportPath
$m_TemplateEngine
in file EasyView.php, variable EasyView::$m_TemplateEngine
$m_TemplateEngine
in file EasyForm.php, variable EasyForm::$m_TemplateEngine
$m_TemplateFile
in file EasyForm.php, variable EasyForm::$m_TemplateFile
$m_TemplateFile
in file HTMLTabs.php, variable HTMLTabs::$m_TemplateFile
$m_TemplateFile
in file EasyView.php, variable EasyView::$m_TemplateFile
$m_Text
in file InputElement.php, variable InputElement::$m_Text
$m_Text
in file LabelText.php, variable LabelText::$m_Text
$m_ThumbFolder
in file ImageUploader.php, variable ImageUploader::$m_ThumbFolder
$m_ThumbHeight
in file ImageUploader.php, variable ImageUploader::$m_ThumbHeight
$m_ThumbWidth
in file ImageUploader.php, variable ImageUploader::$m_ThumbWidth
$m_Title
in file EasyForm.php, variable EasyForm::$m_Title
$m_Title
in file ColumnImage.php, variable ColumnImage::$m_Title
$m_TotalPages
in file EasyForm.php, variable EasyForm::$m_TotalPages
$m_TotalRecords
in file EasyForm.php, variable EasyForm::$m_TotalRecords
$m_Translatable
in file Element.php, variable Element::$m_Translatable
$m_TriggerActions
in file doTriggerService.php, variable DOTrigger::$m_TriggerActions
    Iterator of TriggerAction
$m_TriggerCondition
in file doTriggerService.php, variable DOTrigger::$m_TriggerCondition
$m_TriggerType
in file doTriggerService.php, variable DOTrigger::$m_TriggerType
$m_TrueImg
in file ColumnBool.php, variable ColumnBool::$m_TrueImg
$m_Type
in file BizField.php, variable BizField::$m_Type
$m_Uniqueness
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_Uniqueness
$m_UnSerialize
in file RawData.php, variable RawData::$m_UnSerialize
$m_UpdateCondition
in file BizDataObj_Abstract.php, variable BizDataObj_Abstract::$m_UpdateCondition
$m_Uploaded
in file FileUploader.php, variable FileUploader::$m_Uploaded
$m_UploadFolder
in file FileUploader.php, variable FileUploader::$m_UploadFolder
$m_UploadRoot
in file FileUploader.php, variable FileUploader::$m_UploadRoot
$m_UploadRootURL
in file FileUploader.php, variable FileUploader::$m_UploadRootURL
$m_URL
in file Element.php, variable EventHandler::$m_URL
$m_URL
in file HTMLTabs.php, variable TabView::$m_URL
$m_UseAccount
in file emailService.php, variable emailService::$m_UseAccount
    The default account to be used when issuing email
$m_Username
in file emailService.php, variable EmailAccount::$m_Username
$m_ValidateErrors
in file EasyForm.php, variable EasyForm::$m_ValidateErrors
$m_Validator
in file BizField.php, variable BizField::$m_Validator
$m_Validator
in file Element.php, variable Element::$m_Validator
$m_Value
in file Element.php, variable Element::$m_Value
$m_Value
in file sysheader.inc, variable Parameter::$m_Value
$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_ValuePicker
in file InputPicker.php, variable InputPicker::$m_ValuePicker
$m_Value_Real
in file InputPassword.php, variable InputPassword::$m_Value_Real
    Real value of password
$m_var
in file DataRecord.php, variable DataRecord::$m_var
$m_var
in file sysheader.inc, variable MetaIterator::$m_var
$m_var_old
in file DataRecord.php, variable DataRecord::$m_var_old
$m_View
in file HTMLTabs.php, variable TabView::$m_View
$m_ViewSet
in file EasyView.php, variable EasyView::$m_ViewSet
$m_ViewSet
in file HTMLTabs.php, variable TabView::$m_ViewSet
$m_Width
in file EasyView.php, variable EasyView::$m_Width
$m_Width
in file EasyForm.php, variable EasyForm::$m_Width
$m_Width
in file Element.php, variable Element::$m_Width
$m_WidthInput
in file EditCombobox.php, variable EditCombobox::$m_WidthInput
$m_XColumn1
in file ObjReference.php, variable ObjReference::$m_XColumn1
$m_XColumn2
in file ObjReference.php, variable ObjReference::$m_XColumn2
$m_XDataObj
in file ObjReference.php, variable ObjReference::$m_XDataObj
$m_XKeyColumn
in file ObjReference.php, variable ObjReference::$m_XKeyColumn
$m_XTable
in file ObjReference.php, variable ObjReference::$m_XTable
MatchCondition
in file doTriggerService.php, method doTriggerService::MatchCondition()
    Match condition
merge
in file sysheader.inc, method MetaIterator::merge()
    Merge to another MetaIterator object
merge
in file BizRecord.php, method BizRecord::merge()
    Merge with another BizRecord object. Used in metedata inheritance.
MetaIterator
in file sysheader.inc, class MetaIterator
    MetaIterator class MetaIterator is the base class of all derived metadata-driven classes who support iteration
MetaObject
in file sysheader.inc, class MetaObject
    MetaObject class - MetaObject is the base class of all derived metadata-driven classes
microtime_float
in file sysheader.inc, function microtime_float()
n

n

NewRecord
in file EasyForm.php, method EasyForm::NewRecord()
    New record, be default, just redirect to the new record page
NewRecord
in file BizDataObj.php, method BizDataObj::NewRecord()
    Create an empty new record
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
next
in file sysheader.inc, method MetaIterator::next()
next
in file DataRecord.php, method DataRecord::next()
    Return element at current pointer and advance pointer
Node
in file EasyFormTree.php, class Node
    Node class, for tree structure
NumberToValue
in file TypeManager.php, method TypeManager::NumberToValue()
    Unformat a number to value
o

o

$org
in file profileService.php, variable profileService::$org
$orgId
in file profileService.php, variable profileService::$orgId
ObjReference.php
procedural page ObjReference.php
OptionElement.php
procedural page OptionElement.php
ObjectFactory
in file BizSystem.php, method BizSystem::ObjectFactory()
    Get get the ObjectFactory object as static method this static method wrapping the GetObjectFactory method
ObjectFactory
in file ObjectFactory.php, class ObjectFactory
    ObjectFactory is factory class to create metadata based objects (bizview, bizform, bizdataobj...)
ObjectFactory.php
procedural page ObjectFactory.php
ObjReference
in file ObjReference.php, class ObjReference
    ObjReference class defines the object reference of a BizDataObj
OB_ErrorHandler
in file ErrorHandler.php, class OB_ErrorHandler
    Openbiz Error Handler can handle php error and uncaught exception.
OB_STATEFUL_DATA_SESSION_INDEX
in file SessionContext.php, constant OB_STATEFUL_DATA_SESSION_INDEX
    Index of $_SESSION array that saves all information regarding statefull objects
OB_TRANSIENT_DATA_SESSION_INDEX
in file SessionContext.php, constant OB_TRANSIENT_DATA_SESSION_INDEX
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
OPENBIZ_BIN
in file sysheader.inc, constant OPENBIZ_BIN
OPENBIZ_HOME
in file sysheader.inc, constant OPENBIZ_HOME
    **************************************************************************
OPENBIZ_META
in file sysheader.inc, constant OPENBIZ_META
OptionElement
in file OptionElement.php, class OptionElement
    OptionElement is the base class of element that render list (from Selection.xml)
Output
in file pdfService.php, method pdfService::Output()
OutputAttrs
in file EasyForm.php, method EasyForm::OutputAttrs()
    Get output attributs as array
OutputAttrs
in file EasyFormTree.php, method EasyFormTree::OutputAttrs()
    Output attributs
OutputAttrs
in file EasyViewWizard.php, method EasyViewWizard::OutputAttrs()
    Get output attributs
OutputAttrs
in file EasyView.php, method EasyView::OutputAttrs()
    Get output attributs
p

p

$position
in file profileService.php, variable profileService::$position
$positionId
in file profileService.php, variable profileService::$positionId
Password.php
procedural page Password.php
Panel.php
procedural page Panel.php
PickerForm.php
procedural page PickerForm.php
Panel
in file Panel.php, class Panel
    Panel class is the base class of Panel that embeded in EasyForm
Parameter
in file sysheader.inc, class Parameter
Password
in file Password.php, class Password
    Password class is element for input password
pdfService
in file pdfService.php, class pdfService
    pdfService - class pdfService is the plug-in service of printing bizform to pdf
pdfService
in file pdfService.php, method pdfService::pdfService()
    pdfService::pdfService()
PDF_SERVICE
in file sysheader.inc, constant PDF_SERVICE
phone
in file validateService.php, method validateService::phone()
    Phone check for US format ###-###-#### or (###)###-####
PhoneToValue
in file TypeManager.php, method TypeManager::PhoneToValue()
    Unformat a phone to value
PHPMAILER_DIR
in file sysheader.inc, constant PHPMAILER_DIR
PickerForm
in file PickerForm.php, class PickerForm
    PickerForm class - contains form object metadata functions for picker
PickToParent
in file PickerForm.php, method PickerForm::PickToParent()
    Pick data to parent form
PieGraphRender
in file chartService.php, method chartService::PieGraphRender()
    draw the Pie type graph (can have 1 pie plot)
Popup_Suffix
in file sysheader.inc, constant Popup_Suffix
PostFilterRule
in file securityService.php, class PostFilterRule
PrefixPackage
in file sysheader.inc, method MetaObject::PrefixPackage()
    Set Prefix Package
prepFile
in file logService.php, method logService::prepFile()
    Either open a new file with the correct string or remove a previous closing string
PrintOutput
in file ClientProxy.php, method ClientProxy::PrintOutput()
    Print output.
Process
in file securityService.php, method iSecurityRule::Process()
Process
in file securityService.php, method IPFilterRule::Process()
Process
in file securityService.php, method PostFilterRule::Process()
Process
in file securityService.php, method URLFilterRule::Process()
Process
in file securityService.php, method securityRule_Abstract::Process()
Process
in file securityService.php, method GetFilterRule::Process()
Process
in file securityService.php, method DomainFilterRule::Process()
Process
in file securityService.php, method AgentFilterRule::Process()
ProcessBDOException
in file EasyForm.php, method EasyForm::ProcessBDOException()
    Handle the exception from DataObj method, report the error as an alert window
ProcessDataObjError
in file EasyForm.php, method EasyForm::ProcessDataObjError()
    Handle the error from DataObj method, report the error as an alert window
ProcessFilters
in file securityService.php, method securityService::ProcessFilters()
ProcessFormObjError
in file EasyForm.php, method EasyForm::ProcessFormObjError()
    Process error of form object
ProcessPostAction
in file EasyForm.php, method EasyForm::ProcessPostAction()
    Process Post Action
ProcessRequest
in file EasyViewWizard.php, method EasyViewWizard::ProcessRequest()
    Process request
ProcessRequest
in file EasyView.php, method EasyView::ProcessRequest()
    Process request
ProcessRule
in file EasyView.php, method EasyView::ProcessRule()
    Proses rule
ProcessRules
in file securityService.php, method securityFilter::ProcessRules()
ProcessSecurityFilters
in file BizController.php, method BizController::ProcessSecurityFilters()
ProcessURL
in file DynaView.php, method DynaView::ProcessURL()
    Process URL to get the form param and add the form in the FormRefs
profileService
in file profileService.php, class profileService
    profileService - class profileService is the plug-in service for getting user profile
PROFILE_SERVICE
in file sysheader.inc, constant PROFILE_SERVICE
PROFILING
in file sysheader.inc, constant PROFILING
pdfService.php
procedural page pdfService.php
profileService.php
procedural page profileService.php
q

q

queryService
in file queryService.php, class queryService
    queryService - class queryService is the plug-in service of fetching query results
QueryStringParam
in file QueryStringParam.php, class QueryStringParam
    PHPOpenBiz Framework
QUERY_SERVICE
in file sysheader.inc, constant QUERY_SERVICE
queryService.php
procedural page queryService.php
QueryStringParam.php
procedural page QueryStringParam.php
r

r

$role
in file profileService.php, variable profileService::$role
$roleId
in file profileService.php, variable profileService::$roleId
Radio.php
procedural page Radio.php
RawData.php
procedural page RawData.php
ResetButton.php
procedural page ResetButton.php
RichText.php
procedural page RichText.php
RowCheckbox.php
procedural page RowCheckbox.php
Radio
in file Radio.php, class Radio
    Radio class is element that show RadioBox with data from Selection.xml
RawData
in file RawData.php, class RawData
    RawData class is element for render raw data
ReadInputRecord
in file EasyForm.php, method EasyForm::ReadInputRecord()
    Read user input data from UI
ReadInputs
in file EasyForm.php, method EasyForm::ReadInputs()
    Read inputs
ReadMetaCollection
in file sysheader.inc, method MetaObject::ReadMetaCollection()
    Read metadata collection
ReadMetadata
in file HTMLMenus.php, method HTMLMenus::ReadMetadata()
    Read Metadata from xml array
ReadMetadata
in file accessService.php, method accessService::ReadMetadata()
    Read array meta data, and store to meta object
ReadMetadata
in file HTMLTree.php, method HTMLTree::ReadMetadata()
    Read Metadata from xml array
ReadMetaData
in file InputDate.php, method InputDate::ReadMetaData()
    Read array meta data, and store to meta object
ReadMetaData
in file ImageUploader.php, method ImageUploader::ReadMetaData()
    Read array meta data, and store to meta object
ReadMetaData
in file Hidden.php, method Hidden::ReadMetaData()
    Read array meta data, and store to meta object
ReadMetaData
in file EditCombobox.php, method EditCombobox::ReadMetaData()
    Read array meta data, and store to meta object
ReadMetaData
in file InputDatetime.php, method InputDatetime::ReadMetaData()
    Read array meta data, and store to meta object
ReadMetadata
in file emailService.php, method emailService::ReadMetadata()
    Read array meta-data, and store to meta-object
ReadMetadata
in file EasyView.php, method EasyView::ReadMetadata()
    Read Metadata from xml array
ReadMetadata
in file EasyFormTree.php, method EasyFormTree::ReadMetadata()
ReadMetaData
in file Element.php, method Element::ReadMetaData()
    Read array meta data, and store to meta object
ReadMetadata
in file EasyForm.php, method EasyForm::ReadMetadata()
    Read array meta data, and store to meta object
ReadMetaData
in file FileUploader.php, method FileUploader::ReadMetaData()
    Read array meta data, and store to meta object
ReadMetaData
in file Listbox.php, method Listbox::ReadMetaData()
    Read metadata info from metadata array and store to class variable
ReadMetadata
in file securityService.php, method securityFilter::ReadMetadata()
ReadMetadata
in file reportService.php, method reportService::ReadMetadata()
ReadMetadata
in file securityService.php, method securityRule_Abstract::ReadMetadata()
ReadMetadata
in file securityService.php, method securityService::ReadMetadata()
ReadMetadata
in file validateService.php, method validateService::ReadMetadata()
ReadMetaData
in file sysheader.inc, method MetaObject::ReadMetaData()
    Read meta data
ReadMetaData
in file RawData.php, method RawData::ReadMetaData()
    Read metadata info from metadata array and store to class variable
ReadMetaData
in file OptionElement.php, method OptionElement::ReadMetaData()
    Read metadata info from metadata array and store to class variable
ReadMetaData
in file InputPicker.php, method InputPicker::ReadMetaData()
    Read array meta data, and store to meta object
ReadMetaData
in file InputPassword.php, method InputPassword::ReadMetaData()
    Read array meta data, and store to meta object
ReadMetaData
in file LabelPassword.php, method LabelPassword::ReadMetaData()
    Read array meta data, and store to meta object
ReadMetaData
in file LabelText.php, method LabelText::ReadMetaData()
    Read array meta data, and store to meta object
ReadMetadata
in file logService.php, method logService::ReadMetadata()
ReadMetaData
in file InputElement.php, method InputElement::ReadMetaData()
    Read array meta data, and store to meta object
ReadMetadata
in file HTMLTabs.php, method HTMLTabs::ReadMetadata()
    Read Metadata from xml array
ReadMetaData
in file ColumnImage.php, method ColumnImage::ReadMetaData()
    Read array meta data, and store to meta object
ReadMetaData
in file ColumnBool.php, method ColumnBool::ReadMetaData()
    Read array meta data, and store to meta object
ReadMetadata
in file doTriggerService.php, method doTriggerService::ReadMetadata()
    Read array meta data, and store to meta object
readMetaData
in file ColumnList.php, method ColumnList::readMetaData()
    Read metadata info from metadata array and store to class variable
ReadMetaData
in file ColumnPassword.php, method ColumnPassword::ReadMetaData()
    Read array meta data, and store to meta object
ReadMetaData
in file ColumnText.php, method ColumnText::ReadMetaData()
    Read array meta data, and store to meta object
ReadMetaData
in file CKEditor.php, method CKEditor::ReadMetaData()
    Read array meta data, and store to meta object
ReadMetadata
in file authService.php, method authService::ReadMetadata()
    Read array meta data, and store to meta object
ReadMetadata
in file auditService.php, method auditService::ReadMetadata()
    Read array meta data, and store to meta object
ReadMetadata
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::ReadMetadata()
    Read Metadata from xml array
ReadMetaData
in file Button.php, method Button::ReadMetaData()
    Read array meta data, and store to meta object
ReadMetadata
in file cacheService.php, method cacheService::ReadMetadata()
    Read array meta data, and store to meta object
RedirectPage
in file ClientProxy.php, method ClientProxy::RedirectPage()
    Redirect page to the given url
RedirectView
in file ClientProxy.php, method ClientProxy::RedirectView()
    Redirect page to the given view
ReDrawForm
in file ClientProxy.php, method ClientProxy::ReDrawForm()
    Replace the form content with the provided html text
remove
in file cacheService.php, method cacheService::remove()
    Remove cache
RemoveRecord
in file EasyForm.php, method EasyForm::RemoveRecord()
    Remove the record out of the associate relationship
RemoveRecord
in file BizDataObj.php, method BizDataObj::RemoveRecord()
    Remove a record from current record set of current association relationship
Render
in file LightColorPicker.php, method LightColorPicker::Render()
    Render, draw the control with a popup color picker
Render
in file LabelText.php, method LabelText::Render()
    Render, draw the element according to the mode
Render
in file Listbox.php, method Listbox::Render()
    Render, draw the control according to the mode
Render
in file InputDate.php, method InputDate::Render()
    Render / draw the element according to the mode
Render
in file OptionElement.php, method OptionElement::Render()
    Render, draw the control according to the mode
Render
in file Checkbox.php, method Checkbox::Render()
    Render element, according to the mode
Render
in file LabelPassword.php, method LabelPassword::Render()
    Render, draw the control according to the mode
render
in file LabelList.php, method LabelList::render()
    Render, draw the element to show description
Render
in file InputPassword.php, method InputPassword::Render()
Render
in file InputDatetime.php, method InputDatetime::Render()
    Render / draw the element according to the mode
Render
in file DynaView.php, method DynaView::Render()
    Render this view.
Render
in file InputPicker.php, method InputPicker::Render()
    Render, draw the control according to the mode
Render
in file InputText.php, method InputText::Render()
    Render, draw the control according to the mode
Render
in file Panel.php, method Panel::Render()
    Render the Panel and return array of rendering element (html text)
Render
in file InputElement.php, method InputElement::Render()
    Render, draw the element according to the mode just return element value
render
in file chartService.php, method chartService::render()
Render
in file EasyForm.php, method EasyForm::Render()
    Render this form (return html content), called by EasyView's render method (called when form is loaded).
Render
in file AutoSuggest.php, method AutoSuggest::Render()
    Render element, according to the mode
Render
in file SubmitButton.php, method SubmitButton::Render()
    Render, draw the element according to the mode
Render
in file sysheader.inc, method iUIControl::Render()
Render
in file ViewRenderer.php, method ViewRenderer::Render()
    Render view object
Render
in file Textarea.php, method Textarea::Render()
    Render, draw the element according to the mode
Render
in file RowCheckbox.php, method RowCheckbox::Render()
    Render, draw the element according to the mode
Render
in file RichText.php, method RichText::Render()
    Render, draw the element according to the mode
Render
in file Radio.php, method Radio::Render()
    Render, draw the control according to the mode
Render
in file ColumnBool.php, method ColumnBool::Render()
    Render element, according to the mode
Render
in file Button.php, method Button::Render()
    Render element, according to the mode
Render
in file RawData.php, method RawData::Render()
    Render, draw the element according to the mode
Render
in file ResetButton.php, method ResetButton::Render()
    Render, draw the element according to the mode
render
in file reportService.php, method reportService::render()
    reportService::render() - render the pdf output
Render
in file Password.php, method Password::Render()
    Render, draw the control according to the mode
Render
in file CKEditor.php, method CKEditor::Render()
    Render element, according to the mode
Render
in file HTMLButton.php, method HTMLButton::Render()
    Render / draw the element according to the mode
Render
in file Hidden.php, method Hidden::Render()
    Draw the element according to the mode
render
in file ColumnList.php, method ColumnList::render()
    Draw/Render the element to show description
Render
in file HTMLMenus.php, method HTMLMenus::Render()
    Render the html menu
Render
in file EasyFormWizard.php, method EasyFormWizard::Render()
    Render this form
Render
in file FormRenderer.php, method FormRenderer::Render()
    Render form object
Render
in file EasyView.php, method EasyView::Render()
    Render this view.
render
in file excelService.php, method excelService::render()
    Render excel data
Render
in file ColumnPassword.php, method ColumnPassword::Render()
    Render element, according to the mode
Render
in file Element.php, method Element::Render()
    Render the element by html
Render
in file File.php, method File::Render()
    Render the element, according to the mode
Render
in file HTMLTabs.php, method HTMLTabs::Render()
Render
in file HTMLBlock.php, method HTMLBlock::Render()
    Render/Draw the control according to the mode
Render
in file EditCombobox.php, method EditCombobox::Render()
    Render element, according to the mode
Render
in file ColumnImage.php, method ColumnImage::Render()
    Render element, according to the mode
Render
in file HTMLTree.php, method HTMLTree::Render()
    Render HTML Tree
RenderContextMenu
in file EasyForm.php, method EasyForm::RenderContextMenu()
    Render context menu code
renderCSV
in file excelService.php, method excelService::renderCSV()
    Render the excel output with CSV format
RenderHTML
in file EasyForm.php, method EasyForm::RenderHTML()
    Render html content of this form
renderLabel
in file ColumnList.php, method ColumnList::renderLabel()
    When render table, it return the table header; when render array, it return the display name
RenderLabel
in file ColumnText.php, method ColumnText::RenderLabel()
    Render label, When render table, it return the table header; when render array, it return the display name
RenderLabel
in file RowCheckbox.php, method RowCheckbox::RenderLabel()
    Render label
RenderLabel
in file RawData.php, method RawData::RenderLabel()
    Render label, just return elemen label
RenderLabel
in file LabelText.php, method LabelText::RenderLabel()
    Render label
RenderLabel
in file InputElement.php, method InputElement::RenderLabel()
    Render label, just return label value
RenderMenuItems
in file HTMLMenus.php, method HTMLMenus::RenderMenuItems()
    Render menu items
RenderNodeItems
in file HTMLTree.php, method HTMLTree::RenderNodeItems()
    Render the html tree
RenderParent
in file EasyForm.php, method EasyForm::RenderParent()
    Render parent form
RenderPHP
in file ViewRenderer.php, method ViewRenderer::RenderPHP()
    Render PHP template for view object
RenderPHP
in file FormRenderer.php, method FormRenderer::RenderPHP()
    Render PHP template for form object
RenderPiePlot
in file chartService.php, method chartService::RenderPiePlot()
    chartService::RenderPiePlot() - draw the Pie type plot
RenderRecord
in file Panel.php, method Panel::RenderRecord()
    Render record
RenderSingleMenuItem
in file HTMLMenus.php, method HTMLMenus::RenderSingleMenuItem()
RenderSingleNodeItem
in file HTMLTree.php, method HTMLTree::RenderSingleNodeItem()
    Render single node item
RenderSmarty
in file ViewRenderer.php, method ViewRenderer::RenderSmarty()
    Render smarty template for view object
RenderSmarty
in file FormRenderer.php, method FormRenderer::RenderSmarty()
    Render smarty template for form object
RenderStep
in file EasyViewWizard.php, method EasyViewWizard::RenderStep()
    Render step
RenderTable
in file Panel.php, method Panel::RenderTable()
    Render table and return an array with 3 sub arraies (elems, data, ids)
renderTSV
in file excelService.php, method excelService::renderTSV()
    Render the excel output with TSV format
RenderView
in file BizController.php, method BizController::RenderView()
    Render a bizview
renderView
in file pdfService.php, method pdfService::renderView()
    pdfService::render() - render the pdf output
RenderXYPlot
in file chartService.php, method chartService::RenderXYPlot()
    Draw the XY type plot
ReplaceElementsExpr
in file Expression.php, method Expression::ReplaceElementsExpr()
    Replace elements expression with value from $formObj
ReplaceFieldsExpr
in file Expression.php, method Expression::ReplaceFieldsExpr()
    Replase field expression with value from $bizobj
ReplaceMacrosExpr
in file Expression.php, function ReplaceMacrosExpr()
    Replace macro expression replace macro @var:key to $userProfile[$key]
ReplaceVarExpr
in file Expression.php, method Expression::ReplaceVarExpr()
ReportError
in file ioService.php, method ioService::ReportError()
ReportError
in file excelService.php, method excelService::ReportError()
    Show error message
reportService
in file reportService.php, class reportService
    reportService - class reportService is the plug-in service of generate report for BizDataobj
ReRender
in file HTMLMenus.php, method HTMLMenus::ReRender()
    Rerender the menu
ReRender
in file HTMLTabs.php, method HTMLTabs::ReRender()
    Rerender the tabs
ReRender
in file EasyForm.php, method EasyForm::ReRender()
    Rerender this form (form is rendered already) .
ReRender
in file HTMLTree.php, method HTMLTree::ReRender()
    Rerender the menu
ReRenderSubForms
in file EasyForm.php, method EasyForm::ReRenderSubForms()
    Rerender sub forms who has dependecy on this form.
Reset
in file QueryStringParam.php, method QueryStringParam::Reset()
ResetButton
in file ResetButton.php, class ResetButton
    ResetButton class is element for render html reset button
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
ResizeImage
in file ImageUploader.php, method ImageUploader::ResizeImage()
    Resize the image *
Resource
in file Resource.php, class Resource
    Resource class
Resource.php
procedural page Resource.php
RestrictedRole
in file accessService.php, class RestrictedRole
    RestrictedRole class
RestrictedView
in file accessService.php, class RestrictedView
    RestrictedView class
RetrieveSessionObjects
in file SessionContext.php, method SessionContext::RetrieveSessionObjects()
    Retrieve/Get session variables of all stateful objects from sessionid_obj file
rewind
in file sysheader.inc, method MetaIterator::rewind()
rewind
in file DataRecord.php, method DataRecord::rewind()
    Rewind, Send pointer to start of list
RichText
in file RichText.php, class RichText
    RichText class is input element for render RichText editor
RowCheckbox
in file RowCheckbox.php, class RowCheckbox
    RowCheckbox class is input element for render RowCheckbox
RuleToSql
in file BizDataObj_SQLHelper.php, function RuleToSql()
    Convert search/sort rule to sql clause, replace [fieldName] with table.column openbiz SQL expression as : "[fieldName] opr 'Value' AND/OR [fieldName] opr 'Value'...". "()" is valid syntax
RunClientScript
in file ClientProxy.php, method ClientProxy::RunClientScript()
    Run client script
RunEventLog
in file EasyForm.php, method EasyForm::RunEventLog()
RunSearch
in file EasyForm.php, method EasyForm::RunSearch()
    Run Search
reportService.php
procedural page reportService.php
s

s

$services
in file Expression.php, variable Expression::$services
SubmitButton.php
procedural page SubmitButton.php
SearchHelper.php
procedural page SearchHelper.php
Save
in file DataRecord.php, method DataRecord::Save()
    Save record. This function calls BizDataObj UpdateRecord method internally
save
in file cacheService.php, method cacheService::save()
    Save cache
SaveJSONArray
in file SessionContext.php, method SessionContext::SaveJSONArray()
    Save a JSON array in session
SaveOldRecord
in file BizRecord.php, method BizRecord::SaveOldRecord()
    Save old recrod, used in update record when old record value is needed in the action
SaveOldValue
in file BizField.php, method BizField::SaveOldValue()
    Save the old value to an internal variable
SaveRecord
in file EasyForm.php, method EasyForm::SaveRecord()
    Save input and redirect page to a new view
SaveSessionObjects
in file SessionContext.php, method SessionContext::SaveSessionObjects()
    Save session variables of all stateful objects into sessionid_obj file
securityFilter
in file securityService.php, class securityFilter
    MetaIterator class MetaIterator is the base class of all derived metadata-driven classes who support iteration
securityRule_Abstract
in file securityService.php, class securityRule_Abstract
securityService
in file securityService.php, class securityService
SECURITY_SERVICE
in file sysheader.inc, constant SECURITY_SERVICE
SelectRecord
in file EasyFormTree.php, method EasyFormTree::SelectRecord()
SelectRecord
in file EasyForm.php, method EasyForm::SelectRecord()
    Select Record
SendEmail
in file doTriggerService.php, method doTriggerService::SendEmail()
SendEmail
in file emailService.php, method emailService::SendEmail()
    A convenience function that will issue an email based on the parameter provided Will log email attempts but will NOT run the body through a template
securityService.php
procedural page securityService.php
SessionContext
in file BizSystem.php, method BizSystem::SessionContext()
    Get the SessionContext object this static method wrapping the GetObjectFactory method
SessionContext
in file SessionContext.php, class SessionContext
    SessionContext class is Session management class that has additional methods to save/get session variables of metadata based stateful objects through their GetSessionVars|SetSessionVars interfaces
SessionContext.php
procedural page SessionContext.php
set
in file sysheader.inc, method MetaIterator::set()
Set
in file UserSetting.php, method UserSetting::Set()
set
in file DataRecord.php, method DataRecord::set()
    Set item value of array
SetActiveRecord
in file EasyForm.php, method EasyForm::SetActiveRecord()
    Set active record
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
SetBindValues
in file QueryStringParam.php, method QueryStringParam::SetBindValues()
SetClientScripts
in file HTMLTabs.php, method HTMLTabs::SetClientScripts()
SetClientScripts
in file EasyForm.php, method EasyForm::SetClientScripts()
    Set client scripts, auto add javascripts code to the page
SetClientScripts
in file EasyView.php, method EasyView::SetClientScripts()
    Include client javascript and css in the html content
SetConsoleOutput
in file EasyView.php, method EasyView::SetConsoleOutput()
    Set the Render output to console (as calling print ...) or to a string buffer
SetCurrentTab
in file HTMLTabs.php, method HTMLTabs::SetCurrentTab()
    Set current tab with view name
SetCurrentTabInSession
in file HTMLTabs.php, method HTMLTabs::SetCurrentTabInSession()
SetCurrentViewName
in file BizSystem.php, method BizSystem::SetCurrentViewName()
    Set the current view name
SetCurrentViewSet
in file BizSystem.php, method BizSystem::SetCurrentViewSet()
    Set current view set
SetDataObj
in file EasyForm.php, method EasyForm::SetDataObj()
    Set data object (BizDataObj) with specified instant from parameter
SetExtension
in file logService.php, method logService::SetExtension()
    Set the extension based on the type of format selected in app.inc
SetFixSearchRule
in file EasyForm.php, method EasyForm::SetFixSearchRule()
    Set the dependent search rule of the bizform, this search rule will apply on its BizDataObj.
SetFormatter
in file logService.php, method logService::SetFormatter()
    Set the formatter based on the type of format selected in app.inc
SetFormInputData
in file ClientProxy.php, method ClientProxy::SetFormInputData()
    Set form input data.
SetFormName
in file Element.php, method EventHandler::SetFormName()
    Set form name that contain element and EventHandler
SetFormState
in file EasyViewWizard.php, method EasyViewWizard::SetFormState()
SetHeaders
in file ViewRenderer.php, method ViewRenderer::SetHeaders()
    Set headers of view
SetInputRecord
in file BizRecord.php, method BizRecord::SetInputRecord()
SetLimit
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::SetLimit()
    Set limit of the query.
SetObjVar
in file SessionContext.php, method SessionContext::SetObjVar()
    Set single session variable of a stateful object
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]
SetParameters
in file EasyView.php, method EasyView::SetParameters()
    Set parameters
SetParentForm
in file EasyView.php, method FormReference::SetParentForm()
    Set parent form
SetParentFormData
in file PickerForm.php, method PickerForm::SetParentFormData()
    Set parent form data/informations
SetQueryParam
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::SetQueryParam()
    Set query parameter for parameter binding in the query
SetRecordArr
in file Panel.php, method Panel::SetRecordArr()
    Set record array TODO: change field=>value to element=>value
SetRecordArr
in file BizRecord.php, method BizRecord::SetRecordArr()
    Set record array to internal data structure
SetRequestParams
in file EasyForm.php, method EasyForm::SetRequestParams()
    Set request parameters
SetRPCFlag
in file ClientProxy.php, method ClientProxy::SetRPCFlag()
    Set RPC flag.
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_Lite.php, method BizDataObj_Lite::SetSessionVars()
    Save Session variables/data of this object
SetSessionVars
in file PickerForm.php, method PickerForm::SetSessionVars()
    Save object variable to session context
SetSessionVars
in file EasyForm.php, method EasyForm::SetSessionVars()
    Save object variable to session context
SetSessionVars
in file EasyFormWizard.php, method EasyFormWizard::SetSessionVars()
    Save object variable to session context
SetSessionVars
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::SetSessionVars()
    Set session variables
SetSessionVars
in file sysheader.inc, method iSessionObject::SetSessionVars()
SetSessionVars
in file EasyView.php, method EasyView::SetSessionVars()
    Save Session data of this object
SetSessionVars
in file EasyFormTree.php, method EasyFormTree::SetSessionVars()
SetSessionVars
in file EasyViewWizard.php, method EasyViewWizard::SetSessionVars()
    Save Session data of this object
SetSortFlag
in file ColumnText.php, method ColumnText::SetSortFlag()
    Set the sort flag of the element
setSortFlag
in file ColumnList.php, method ColumnList::setSortFlag()
    set the sort flag of the element
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
SetSubForms
in file EasyForm.php, method EasyForm::SetSubForms()
    Set the sub forms of this form. This form is parent of other forms
SetValue
in file Element.php, method Element::SetValue()
    Set value of element
SetValue
in file BizField.php, method BizField::SetValue()
    Set the value of the field.
SetValue
in file FileUploader.php, method FileUploader::SetValue()
    Set value of element
SetValue
in file InputPassword.php, method InputPassword::SetValue()
    Set value of element
SetValue
in file ImageUploader.php, method ImageUploader::SetValue()
    Set value of element
SetVar
in file SessionContext.php, method SessionContext::SetVar()
    Set single session variable
SetViewHistory
in file SessionContext.php, method SessionContext::SetViewHistory()
    Set view history data of given bizform into session file
shorterThan
in file validateService.php, method validateService::shorterThan()
    Function to check if a value is shorter than the $max length
ShowChildrenNodes
in file EasyFormTree.php, method EasyFormTree::ShowChildrenNodes()
    Show children nodes
ShowClientAlert
in file ClientProxy.php, method ClientProxy::ShowClientAlert()
    Show popup an alert window on the client browser.
ShowErrorMessage
in file ClientProxy.php, method ClientProxy::ShowErrorMessage()
    Show error message.
ShowErrorPopup
in file ClientProxy.php, method ClientProxy::ShowErrorPopup()
    Show error on popup window
ShowPopup
in file ClientProxy.php, method ClientProxy::ShowPopup()
    Show popup window
ShowPopupWindow
in file ClientProxy.php, method ClientProxy::ShowPopupWindow()
    Show popup window
SMARTY_DIR
in file sysheader.inc, constant SMARTY_DIR
    **************************************************************************
social
in file validateService.php, method validateService::social()
    Social Security check for US format ###-###-#### or (###)###-####
SortRecord
in file EasyForm.php, method EasyForm::SortRecord()
    Sort Record, for list form
street
in file validateService.php, method validateService::street()
    Street Address check for US format #### Memory Lane
strongPassword
in file validateService.php, method validateService::strongPassword()
    Strong Password checks if the string is "strong", i.e. the password must be at least 8 characters and must contain at least one lower case letter, one upper case letter and one digit
SubmitButton
in file SubmitButton.php, class SubmitButton
    SubmitButton class is element for render html submit button
substr_lr
in file BizDataObj_SQLHelper.php, function substr_lr()
    substr_lr() - help function (helper).
sysheader.inc
procedural page sysheader.inc
t

t

$two2three
in file I18n.php, variable I18n::$two2three
TableJoin.php
procedural page TableJoin.php
Textarea.php
procedural page Textarea.php
TableJoin
in file TableJoin.php, class TableJoin
    TableJoin class defines the table join used in BizDataObj
TabView
in file HTMLTabs.php, class TabView
    TabView class is internal class mapping to the metadata of View element in HTMLTabs
test
in file cacheService.php, method cacheService::test()
    Test cache
Textarea
in file Textarea.php, class Textarea
    Textarea class is element for render html Textarea
TextToValue
in file TypeManager.php, method TypeManager::TextToValue()
    Unformat a text to value
TIMEOUT
in file sysheader.inc, constant TIMEOUT
toArray
in file DataRecord.php, method DataRecord::toArray()
    Return record in array
translate
in file I18n.php, method I18n::translate()
    Translate string to another string with current lanuguage setting
translate2
in file I18n.php, method I18n::translate2()
    Translate string to another string with specific language
TriggerAction
in file doTriggerService.php, class TriggerAction
    TriggerAction class
TypeManager
in file TypeManager.php, class TypeManager
    A class with help methods to format data to UI and unformat UI input to data.
TypeManager
in file BizSystem.php, method BizSystem::TypeManager()
    Get the TypeManager object this static method wrapping the GetTypeManager method
TypeManager.php
procedural page TypeManager.php
u

u

UpdateClientElement
in file ClientProxy.php, method ClientProxy::UpdateClientElement()
    Update client element
UpdateForm
in file EasyForm.php, method EasyForm::UpdateForm()
    Update form controls
UpdateFormElements
in file ClientProxy.php, method ClientProxy::UpdateFormElements()
    Update the form elements/controls on the client UI
UpdateNode
in file EasyFormTree.php, method EasyFormTree::UpdateNode()
    Update Node
UpdateRecord
in file BizDataObj.php, method BizDataObj::UpdateRecord()
    Update record using given input record array
UpdateRecord
in file EasyForm.php, method EasyForm::UpdateRecord()
    Update record
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
URLFilterRule
in file securityService.php, class URLFilterRule
UseAccount
in file emailService.php, method emailService::UseAccount()
    Will set the Default Transport object for the mail object based on the supplied accountname
UseDefaultFormat
in file BizField.php, method BizField::UseDefaultFormat()
    Use default format if no format is given
userErrorHandler
in file sysheader.inc, function userErrorHandler()
    userErrorHandler - user error handler function
userExceptionHandler
in file sysheader.inc, function userExceptionHandler()
UserSetting
in file UserSetting.php, class UserSetting
    UserSetting class
UserSetting.php
procedural page UserSetting.php
v

v

ViewRenderer.php
procedural page ViewRenderer.php
validateService.php
procedural page validateService.php
valid
in file sysheader.inc, method MetaIterator::valid()
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
Validate
in file Element.php, method Element::Validate()
    Validate element
ValidateForm
in file EasyForm.php, method EasyForm::ValidateForm()
ValidateInput
in file BizDataObj.php, method BizDataObj::ValidateInput()
    Validate user input data and trigger error message and adjust BizField if invalid.
ValidateInput
in file BizDataObj_Lite.php, method BizDataObj_Lite::ValidateInput()
    Validate user input data and trigger error message and adjust BizField if invalid.
validateService
in file validateService.php, class validateService
ValidateUniqueness
in file BizDataObj.php, method BizDataObj::ValidateUniqueness()
    Validate uniqueness Uniqueness = "fld1,fld2;fld3,fld4;..."
VALIDATE_SERVICE
in file sysheader.inc, constant VALIDATE_SERVICE
ValidationException
in file sysheader.inc, class ValidationException
ValueToCurrency
in file TypeManager.php, method TypeManager::ValueToCurrency()
    Format value to currency
ValueToDate
in file TypeManager.php, method TypeManager::ValueToDate()
    Format value to date
ValueToDatetime
in file TypeManager.php, method TypeManager::ValueToDatetime()
    Format value to date time
ValueToFormattedString
in file TypeManager.php, method TypeManager::ValueToFormattedString()
    Convert Value To Formatted String
ValueToNumber
in file TypeManager.php, method TypeManager::ValueToNumber()
    Format value to number
ValueToPhone
in file TypeManager.php, method TypeManager::ValueToPhone()
    Format value to phone number
ValueToText
in file TypeManager.php, method TypeManager::ValueToText()
    Format value to text
VarExists
in file SessionContext.php, method SessionContext::VarExists()
    Is variable exist in the session
ViewRenderer
in file ViewRenderer.php, class ViewRenderer
    ViewRenderer class is view helper for rendering form
x

x

XYGraphRender
in file chartService.php, method chartService::XYGraphRender()
    Draw the XY type graph (can have > 1 plots)
z

z

ZEND_FRWK_HOME
in file sysheader.inc, constant ZEND_FRWK_HOME
zip
in file validateService.php, method validateService::zip()
    US Zip check in ##### or #####-####
_

_

$_aliasIndex
in file BizDataSql.php, variable BizDataSql::$_aliasIndex
$_joinAliasList
in file BizDataSql.php, variable BizDataSql::$_joinAliasList
$_lastAccessTime
in file SessionContext.php, variable SessionContext::$_lastAccessTime
$_localeInfo
in file TypeManager.php, variable TypeManager::$_localeInfo
$_mainTable
in file BizDataSql.php, variable BizDataSql::$_mainTable
$_objsRefMap
in file ObjectFactory.php, variable ObjectFactory::$_objsRefMap
    Internal array for cache MetaObject
$_orderBy
in file BizDataSql.php, variable BizDataSql::$_orderBy
$_otherSQL
in file BizDataSql.php, variable BizDataSql::$_otherSQL
$_prevViewObjNames
in file SessionContext.php, variable SessionContext::$_prevViewObjNames
$_sessObjArr
in file SessionContext.php, variable SessionContext::$_sessObjArr
$_sessObjFileName
in file SessionContext.php, variable SessionContext::$_sessObjFileName
$_sqlWhere
in file BizDataSql.php, variable BizDataSql::$_sqlWhere
$_statefulSessObjArr
in file SessionContext.php, variable SessionContext::$_statefulSessObjArr
$_tableAliasList
in file BizDataSql.php, variable BizDataSql::$_tableAliasList
$_tableColumns
in file BizDataSql.php, variable BizDataSql::$_tableColumns
$_tableJoins
in file BizDataSql.php, variable BizDataSql::$_tableJoins
$_timeOut
in file SessionContext.php, variable SessionContext::$_timeOut
$_viewHistory
in file SessionContext.php, variable SessionContext::$_viewHistory
_compKeyRuleToSql
in file BizDataObj_SQLHelper.php, function _compKeyRuleToSql()
_convertSqlExpression
in file BizDataObj_SQLHelper.php, function _convertSqlExpression()
    Convert Sql Expression Replace [field name] in the SQL expression with table_alias.column
_fetch_record
in file BizDataObj_Lite.php, method BizDataObj_Lite::_fetch_record()
    Get record from result setand move the cursor to next row
_render
in file EasyView.php, method EasyView::_render()
    Render this view. This function is called by Render() or ReRender()
_render
in file DynaView.php, method DynaView::_render()
    Render this view. This function is called by Render() or ReRender()
_run_search
in file BizDataObj_Lite.php, method BizDataObj_Lite::_run_search()
    Run query with current search rule and returns PDO statement
_showForm
in file EasyForm.php, method EasyForm::_showForm()
__autoload
in file sysheader.inc, function __autoload()
    __auload - search for the php file required to load the class
__construct
in file ObjReference.php, method ObjReference::__construct()
__construct
in file profileService.php, method profileService::__construct()
__construct
in file ObjectFactory.php, method ObjectFactory::__construct()
__construct
in file ioService.php, method ioService::__construct()
__construct
in file HTMLTabs.php, method TabView::__construct()
    Initialize TabView with xml array
__construct
in file HTMLTabs.php, method HTMLTabs::__construct()
    Initialize HTMLTabs with xml array
__construct
in file HTMLTree.php, method HTMLTree::__construct()
    Initialize HTMLTree with xml array
__construct
in file ImageUploader.php, method ImageUploader::__construct()
    Initialize Element with xml array
__construct
in file logService.php, method logService::__construct()
    Create the log object
__construct
in file queryService.php, method queryService::__construct()
__construct
in file validateService.php, method validateService::__construct()
__construct
in file securityService.php, method securityFilter::__construct()
__construct
in file HTMLMenus.php, method HTMLMenus::__construct()
    Initialize HTMLMenus with xml array
__construct
in file SessionContext.php, method SessionContext::__construct()
    Constructor of SessionContext, init session and set session file path
__construct
in file sysheader.inc, method MetaIterator::__construct()
    Contructor of class
__construct
in file sysheader.inc, method MetaObject::__construct()
__construct
in file sysheader.inc, method Parameter::__construct()
__construct
in file sysheader.inc, method ValidationException::__construct()
__construct
in file securityService.php, method securityRule_Abstract::__construct()
__construct
in file securityService.php, method securityService::__construct()
__construct
in file TypeManager.php, method TypeManager::__construct()
    Constructor of TypeManager, set locale with $localCode parameter
__construct
in file TableJoin.php, method TableJoin::__construct()
__construct
in file reportService.php, method reportService::__construct()
    reportService::reportService()
__construct
in file Element.php, method Element::__construct()
    Initialize Element with xml array
__construct
in file cacheService.php, method cacheService::__construct()
    Initialize accessService with xml array metadata
__construct
in file BizRecord.php, method BizRecord::__construct()
    Initialize BizRecord with xml array
__construct
in file chartService.php, method chartService::__construct()
    Initialize chartService with xml array metadata
__construct
in file Configuration.php, method Configuration::__construct()
    Read Config.xml into a internal array.
__construct
in file genIdService.php, method genIdService::__construct()
    Initialize excelService with xml array metadata
__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 accessService.php, method RestrictedView::__construct()
    Initialize RestrictedView with xml array metadata
__construct
in file accessService.php, method RestrictedRole::__construct()
    Initialize RestrictedView with xml array metadata
__construct
in file auditService.php, method auditService::__construct()
    Initialize auditService with xml array metadata
__construct
in file authService.php, method authService::__construct()
    Initialize auditService with xml array metadata
__construct
in file BizDataObj_Abstract.php, method BizDataObj_Abstract::__construct()
    Initialize BizDataObj with xml array
__construct
in file BizDataObj.php, method BizDataObj::__construct()
__construct
in file doTriggerService.php, method doTriggerService::__construct()
    Initialize chartService with xml array metadata
__construct
in file doTriggerService.php, method DOTrigger::__construct()
__construct
in file emailService.php, method EmailAccount::__construct()
    Load the supplied array of config data into the object
__construct
in file Element.php, method EventHandler::__construct()
    Initialize EventHandler with xml array
__construct
in file accessService.php, method accessService::__construct()
    Initialize accessService with xml array metadata
__construct
in file emailService.php, method emailService::__construct()
    Initialize emailService with xml array metadata
__construct
in file excelService.php, method excelService::__construct()
    Initialize excelService with xml array metadata
__construct
in file FileUploader.php, method FileUploader::__construct()
    Initialize Element with xml array
__construct
in file Expression.php, method Expression::__construct()
__construct
in file doTriggerService.php, method TriggerAction::__construct()
__construct
in file EasyView.php, method FormReference::__construct()
    Contructor, store form info from array to variable of class
__construct
in file DynaView.php, method DynaView::__construct()
    Initialize DynaView with xml array
__construct
in file EasyForm.php, method EasyForm::__construct()
    Initialize BizForm with xml array
__construct
in file EasyFormTree.php, method Node::__construct()
__construct
in file EasyView.php, method EasyView::__construct()
    Initialize EasyView with xml array
__destruct
in file ObjectFactory.php, method ObjectFactory::__destruct()
__destruct
in file BizSystem.php, method BizSystem::__destruct()
    Destruct object: save object session variables
__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;

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