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

Element index for package openbiz.bin

Package indexes

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

_

_

$_lastAccessTime
in file SessionContext.php, variable SessionContext::$_lastAccessTime
$_localeInfo
in file TypeManager.php, variable TypeManager::$_localeInfo
$_objsRefMap
in file ObjectFactory.php, variable ObjectFactory::$_objsRefMap
    Internal array for cache MetaObject
$_prevViewObjNames
in file SessionContext.php, variable SessionContext::$_prevViewObjNames
$_sessObjArr
in file SessionContext.php, variable SessionContext::$_sessObjArr
$_sessObjFileName
in file SessionContext.php, variable SessionContext::$_sessObjFileName
$_statefulSessObjArr
in file SessionContext.php, variable SessionContext::$_statefulSessObjArr
$_timeOut
in file SessionContext.php, variable SessionContext::$_timeOut
$_viewHistory
in file SessionContext.php, variable SessionContext::$_viewHistory
__autoload
in file sysheader.inc, function __autoload()
    __auload - search for the php file required to load the class
__construct
in file sysheader.inc, method MetaObject::__construct()
__construct
in file sysheader.inc, method MetaIterator::__construct()
    Contructor of class
__construct
in file sysheader.inc, method Parameter::__construct()
__construct
in file sysheader.inc, method ValidationException::__construct()
__construct
in file TypeManager.php, method TypeManager::__construct()
    Constructor of TypeManager, set locale with $localCode parameter
__construct
in file Configuration.php, method Configuration::__construct()
    Read Config.xml into a internal array.
__construct
in file SessionContext.php, method SessionContext::__construct()
    Constructor of SessionContext, init session and set session file path
__construct
in file securityService.php, method securityRule_Abstract::__construct()
__construct
in file Expression.php, method Expression::__construct()
__construct
in file ObjectFactory.php, method ObjectFactory::__construct()
__construct
in file securityService.php, method securityFilter::__construct()
__construct
in file securityService.php, method securityService::__construct()
__destruct
in file BizSystem.php, method BizSystem::__destruct()
    Destruct object: save object session variables
__destruct
in file ObjectFactory.php, method ObjectFactory::__destruct()
a

a

ACCESS_SERVICE
in file sysheader.inc, constant ACCESS_SERVICE
ACL_SERVICE
in file sysheader.inc, constant ACL_SERVICE
ADODB_DIR
in file sysheader.inc, constant ADODB_DIR
AgentFilterRule
in file securityService.php, class AgentFilterRule
AllowAccess
in file sysheader.inc, method MetaObject::AllowAccess()
AllowUserAccess
in file BizSystem.php, method BizSystem::AllowUserAccess()
    Check if user can access the given resource action
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
AUTH_SERVICE
in file sysheader.inc, constant AUTH_SERVICE
    **************************************************************************
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
b

b

BDOException
in file sysheader.inc, class BDOException
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
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
c

c

CACHE_SERVICE
in file sysheader.inc, constant CACHE_SERVICE
CheckEffectiveTime
in file securityService.php, method securityRule_Abstract::CheckEffectiveTime()
CHECKUSER
in file sysheader.inc, constant CHECKUSER
CleanObj
in file SessionContext.php, method SessionContext::CleanObj()
    Clean Obbject
ClearSessionObjects
in file SessionContext.php, method SessionContext::ClearSessionObjects()
    Clear session variables of all stateful objects
ClearVar
in file SessionContext.php, method SessionContext::ClearVar()
    Clear/Unset single session variable
ClientProxy
in file BizSystem.php, method BizSystem::ClientProxy()
    Get the ClientProxy object this static method wrapping the GetClientProxy method
ClientProxy
in file ClientProxy.php, class ClientProxy
    ClientProxy class
ClientProxy.php
procedural page ClientProxy.php
ClosePopup
in file ClientProxy.php, method ClientProxy::ClosePopup()
    Close popup window
Configuration
in file Configuration.php, class Configuration
    Configuration class Configuration management class that has help methods to get data from config.xml
Configuration
in file BizSystem.php, method BizSystem::Configuration()
    Get the Configuration object this static method wrapping the Configuration method
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
CreateObject
in file ObjectFactory.php, method ObjectFactory::CreateObject()
    ObjectFactory::CreateObject() - To create a new metadata based object instance
CurrencyToValue
in file TypeManager.php, method TypeManager::CurrencyToValue()
    Unformat a currency to value
current
in file sysheader.inc, method MetaIterator::current()
CurrentPageURL
in file BizSystem.php, method BizSystem::CurrentPageURL()
    Get current page URL
d

d

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
Destroy
in file SessionContext.php, method SessionContext::Destroy()
    Destroy/free all session data of the current session
DispatchRequest
in file BizController.php, method BizController::DispatchRequest()
    Dispatches client requests to proper objects, print the returned html text.
DomainFilterRule
in file securityService.php, class DomainFilterRule
DOTRIGGER_SERVICE
in file sysheader.inc, constant DOTRIGGER_SERVICE
e

e

DEFAULT_LANGUAGE
in file I18n.php, class constant I18n::DEFAULT_LANGUAGE
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
EVENTLOG_SERVICE
in file sysheader.inc, constant EVENTLOG_SERVICE
EXCEL_SERVICE
in file sysheader.inc, constant EXCEL_SERVICE
ExceptionHandler
in file ErrorHandler.php, method OB_ErrorHandler::ExceptionHandler()
    User exception handler
Expression
in file Expression.php, class Expression
    Expression - class Expression is the base class of evaluating simple expression
Expression.php
procedural page Expression.php
f

f

FormattedStringToValue
in file TypeManager.php, method TypeManager::FormattedStringToValue()
    Convert Formatted String To Value
g

g

$g_BizSystem
in file BizController.php, global variable $g_BizSystem
    Process Security Filters
GENID_SERVICE
in file sysheader.inc, constant GENID_SERVICE
get
in file sysheader.inc, method MetaIterator::get()
Get
in file UserSetting.php, method UserSetting::Get()
get3from2
in file I18n.php, method I18n::get3from2()
    Get 3 length code from 2 length code
GetAllObjects
in file ObjectFactory.php, method ObjectFactory::GetAllObjects()
    Get all object from the internal object array (object cache)
GetAppendedScripts
in file ClientProxy.php, method ClientProxy::GetAppendedScripts()
    Get append scripts
GetAppendedStyles
in file ClientProxy.php, method ClientProxy::GetAppendedStyles()
    Get appended styles
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
GetClientProxy
in file BizSystem.php, method BizSystem::GetClientProxy()
    Get the ClientProxy object
GetConfiguration
in file BizSystem.php, method BizSystem::GetConfiguration()
    Get the Configuration object
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
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.
GetDBConnection
in file BizSystem.php, method BizSystem::GetDBConnection()
    Get the database connection object
GetErrorMessage
in file securityService.php, method securityFilter::GetErrorMessage()
GetErrorMessage
in file securityService.php, method securityRule_Abstract::GetErrorMessage()
GetErrorMessage
in file securityService.php, method securityService::GetErrorMessage()
GetFilterRule
in file securityService.php, class GetFilterRule
GetFormInputs
in file ClientProxy.php, method ClientProxy::GetFormInputs()
    Get form all inputs or one input if ctrlName is given
GetFormOutput
in file ClientProxy.php, method ClientProxy::GetFormOutput()
    Get form output.
GetImageUrl
in file Resource.php, method Resource::GetImageUrl()
    Get image URL
getInstance
in file I18n.php, method I18n::getInstance()
    Get instance of I18n
GetJsUrl
in file Resource.php, method Resource::GetJsUrl()
    Get JavaScript(JS) URL
GetLibFileWithPath
in file Resource.php, method Resource::GetLibFileWithPath()
    Get openbiz library php file path by searching modules/package, /bin/package and /bin
GetLibFileWithPath
in file BizSystem.php, method BizSystem::GetLibFileWithPath()
    Get openbiz library php file path by searching modules/package, /bin/package and /bin
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
GetMessage
in file Resource.php, method Resource::GetMessage()
    Get message from CONSTANT, translate and format it
GetMessage
in file BizSystem.php, method BizSystem::GetMessage()
    Get message resource enhanced by Jixian
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
GetProperty
in file sysheader.inc, method MetaObject::GetProperty()
    Get property
GetProperty
in file sysheader.inc, method Parameter::GetProperty()
GetRequestParam
in file ClientProxy.php, method ClientProxy::GetRequestParam()
    Get request parameter
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 sysheader.inc, method iSessionObject::GetSessionVars()
GetSmartyTemplate
in file Resource.php, method Resource::GetSmartyTemplate()
    Get smarty template
GetSmartyTemplate
in file BizSystem.php, method BizSystem::GetSmartyTemplate()
    Get smarty template
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
GetTplFileWithPath
in file BizSystem.php, method BizSystem::GetTplFileWithPath()
    Get openbiz template file path by searching modules/package, /templates
GetTplFileWithPath
in file Resource.php, method Resource::GetTplFileWithPath()
    Get openbiz template file path by searching modules/package, /templates
GetTypeManager
in file BizSystem.php, method BizSystem::GetTypeManager()
    Get the TypeManager object
GetUserProfile
in file BizSystem.php, method BizSystem::GetUserProfile()
    Get user profile
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
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 Resource.php, method Resource::GetXmlFileWithPath()
    Get Xml file with path
GetXmlFileWithPath
in file BizSystem.php, method BizSystem::GetXmlFileWithPath()
    Get Xml file with path
GetZendTemplate
in file Resource.php, method Resource::GetZendTemplate()
    Get Zend Template
GetZendTemplate
in file BizSystem.php, method BizSystem::GetZendTemplate()
    Get Zend Template
h

h

HasFormRerendered
in file ClientProxy.php, method ClientProxy::HasFormRerendered()
    Check has form rendered?
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)
i

i

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
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
InitUserProfile
in file BizSystem.php, method BizSystem::InitUserProfile()
    Initialize User Profile
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
IO_SERVICE
in file sysheader.inc, constant IO_SERVICE
IPFilterRule
in file securityService.php, class IPFilterRule
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
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
k

k

key
in file sysheader.inc, method MetaIterator::key()
l

l

LoadMessage
in file Resource.php, method Resource::LoadMessage()
    Load message from file
log
in file BizSystem.php, method BizSystem::log()
    Log message to log file
logError
in file BizSystem.php, method BizSystem::logError()
LOG_SERVICE
in file sysheader.inc, constant LOG_SERVICE
m

m

$m_Access
in file sysheader.inc, variable MetaObject::$m_Access
$m_Action
in file securityService.php, variable securityRule_Abstract::$m_Action
$m_bRPCFlag
in file ClientProxy.php, variable ClientProxy::$m_bRPCFlag
$m_Class
in file sysheader.inc, variable MetaObject::$m_Class
$m_Description
in file sysheader.inc, variable MetaObject::$m_Description
$m_EffectiveTime
in file securityService.php, variable securityRule_Abstract::$m_EffectiveTime
$m_ErrorMessage
in file securityService.php, variable securityService::$m_ErrorMessage
$m_ErrorMessage
in file securityService.php, variable securityFilter::$m_ErrorMessage
$m_ErrorMessage
in file securityService.php, variable securityRule_Abstract::$m_ErrorMessage
$m_Errors
in file sysheader.inc, variable ValidationException::$m_Errors
$m_FormInputArray
in file ClientProxy.php, variable ClientProxy::$m_FormInputArray
$m_InOut
in file sysheader.inc, variable Parameter::$m_InOut
$m_Match
in file securityService.php, variable securityRule_Abstract::$m_Match
$m_Mode
in file securityService.php, variable securityService::$m_Mode
$m_Mode
in file securityService.php, variable securityFilter::$m_Mode
$m_Name
in file sysheader.inc, variable MetaObject::$m_Name
$m_Name
in file securityService.php, variable securityFilter::$m_Name
$m_Name
in file sysheader.inc, variable Parameter::$m_Name
$m_Name
in file securityService.php, variable securityRule_Abstract::$m_Name
$m_Package
in file sysheader.inc, variable MetaObject::$m_Package
$m_prtObj
in file sysheader.inc, variable MetaIterator::$m_prtObj
$m_RequestArgs
in file ClientProxy.php, variable ClientProxy::$m_RequestArgs
$m_Required
in file sysheader.inc, variable Parameter::$m_Required
$m_Rules
in file securityService.php, variable securityFilter::$m_Rules
$m_Value
in file sysheader.inc, variable Parameter::$m_Value
$m_var
in file sysheader.inc, variable MetaIterator::$m_var
merge
in file sysheader.inc, method MetaIterator::merge()
    Merge to another MetaIterator object
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

next
in file sysheader.inc, method MetaIterator::next()
NumberToValue
in file TypeManager.php, method TypeManager::NumberToValue()
    Unformat a number to value
o

o

ObjectFactory
in file ObjectFactory.php, class ObjectFactory
    ObjectFactory is factory class to create metadata based objects (bizview, bizform, bizdataobj...)
ObjectFactory
in file BizSystem.php, method BizSystem::ObjectFactory()
    Get get the ObjectFactory object as static method this static method wrapping the GetObjectFactory method
ObjectFactory.php
procedural page ObjectFactory.php
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
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
p

p

Parameter
in file sysheader.inc, class Parameter
PDF_SERVICE
in file sysheader.inc, constant PDF_SERVICE
PhoneToValue
in file TypeManager.php, method TypeManager::PhoneToValue()
    Unformat a phone to value
PHPMAILER_DIR
in file sysheader.inc, constant PHPMAILER_DIR
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
PrintOutput
in file ClientProxy.php, method ClientProxy::PrintOutput()
    Print output.
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()
Process
in file securityService.php, method iSecurityRule::Process()
Process
in file securityService.php, method IPFilterRule::Process()
Process
in file securityService.php, method PostFilterRule::Process()
ProcessFilters
in file securityService.php, method securityService::ProcessFilters()
ProcessRules
in file securityService.php, method securityFilter::ProcessRules()
ProcessSecurityFilters
in file BizController.php, method BizController::ProcessSecurityFilters()
PROFILE_SERVICE
in file sysheader.inc, constant PROFILE_SERVICE
PROFILING
in file sysheader.inc, constant PROFILING
q

q

QUERY_SERVICE
in file sysheader.inc, constant QUERY_SERVICE
r

r

ReadMetaCollection
in file sysheader.inc, method MetaObject::ReadMetaCollection()
    Read metadata collection
ReadMetadata
in file securityService.php, method securityRule_Abstract::ReadMetadata()
ReadMetadata
in file securityService.php, method securityService::ReadMetadata()
ReadMetadata
in file securityService.php, method securityFilter::ReadMetadata()
ReadMetaData
in file sysheader.inc, method MetaObject::ReadMetaData()
    Read meta data
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
Render
in file sysheader.inc, method iUIControl::Render()
RenderView
in file BizController.php, method BizController::RenderView()
    Render a bizview
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()
Resource
in file Resource.php, class Resource
    Resource class
Resource.php
procedural page Resource.php
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()
RunClientScript
in file ClientProxy.php, method ClientProxy::RunClientScript()
    Run client script
s

s

$services
in file Expression.php, variable Expression::$services
SaveJSONArray
in file SessionContext.php, method SessionContext::SaveJSONArray()
    Save a JSON array in session
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
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()
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
SetFormInputData
in file ClientProxy.php, method ClientProxy::SetFormInputData()
    Set form input data.
SetObjVar
in file SessionContext.php, method SessionContext::SetObjVar()
    Set single session variable of a stateful object
SetRPCFlag
in file ClientProxy.php, method ClientProxy::SetRPCFlag()
    Set RPC flag.
SetSessionVars
in file sysheader.inc, method iSessionObject::SetSessionVars()
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
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
    **************************************************************************
sysheader.inc
procedural page sysheader.inc
t

t

$two2three
in file I18n.php, variable I18n::$two2three
TextToValue
in file TypeManager.php, method TypeManager::TextToValue()
    Unformat a text to value
TIMEOUT
in file sysheader.inc, constant TIMEOUT
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
TypeManager
in file BizSystem.php, method BizSystem::TypeManager()
    Get the TypeManager object this static method wrapping the GetTypeManager method
TypeManager
in file TypeManager.php, class TypeManager
    A class with help methods to format data to UI and unformat UI input to data.
TypeManager.php
procedural page TypeManager.php
u

u

UpdateClientElement
in file ClientProxy.php, method ClientProxy::UpdateClientElement()
    Update client element
UpdateFormElements
in file ClientProxy.php, method ClientProxy::UpdateFormElements()
    Update the form elements/controls on the client UI
URLFilterRule
in file securityService.php, class URLFilterRule
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

valid
in file sysheader.inc, method MetaIterator::valid()
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
z

z

ZEND_FRWK_HOME
in file sysheader.inc, constant ZEND_FRWK_HOME

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