CaMykS  1.0-20231201
Public Member Functions | Private Member Functions | List of all members
Admin_GenericDirectoryManagerContact Class Reference

Admin_GenericDirectoryManager Module contact library. More...

Inheritance diagram for Admin_GenericDirectoryManagerContact:
ModuleLibrary

Public Member Functions

 __construct ($id, &$module)
 
 build_SQLCondition ($params)
 
 count_byCategories ($categories=null)
 
 get_multiStatusList ($full=false)
 
 get_statusList ()
 
 get_list ($params=array())
 
 count ($params=array())
 
 get_nameListDisplay ()
 
- Public Member Functions inherited from ModuleLibrary
 __construct ($id, &$module, $wf_version=false)
 
 ModuleLibrary ($id, &$module, $wf_version=false)
 
 init_library ()
 
 initialise ()
 
 get ($language=true)
 
 get_fromHeader ($prefix='')
 
 save ()
 
 delete ()
 
 reset ()
 
 install ()
 
 uninstall ()
 
 is_installed ()
 
 is_marked ()
 
get_newObject ($id=0)
 
 get_databaseItems ()
 
 save_databaseItems ()
 
 delete_databaseItems ()
 
 reset_databaseItems ()
 
 install_databaseItems ()
 
 uninstall_databaseItems ()
 
 check_databaseInstallation ()
 
 get_objectList_databaseItemsSQLQuery ($where='', $limit=-1, $count=-1, $order='id', $sens='')
 
 update_databaseSpecificItems ($updatedItems)
 
 get_databaseLocalisedItems ()
 
 save_databaseLocalisedItems ()
 
 delete_databaseLocalisedItems ()
 
 reset_databaseLocalisedItems ()
 
 install_databaseLocalisedItems ()
 
 get_objectList_databaseLocalisedItemsSQLQuery ($ids)
 
 get_allDatabaseItems ($language)
 
 get_objectList_allDatabaseItemsSQLQuery ($language, $where='', $limit=-1, $count=-1, $order='id', $sens='')
 
 get_textItems ($language=null)
 
 save_textItems ()
 
 delete_textItems ()
 
 reset_textItems ()
 
 install_textItems ()
 
 get_fileItems ($language=null)
 
 save_fileItems ()
 
 delete_fileItems ()
 
 reset_fileItems ()
 
 install_fileItems ()
 
 get_tempItems ()
 
 get_fromArray ($data, $match=null, $onlyAvailable=false)
 
 get_fromItems ()
 
 check_data ()
 
 load_fromSession ($name='ObjectData', $onlyAvailable=false)
 
 save_toSession ($name='ObjectData')
 
 delete_fromSession ($name='ObjectData')
 
 get_fileURL ($file, $full=true, $default='')
 
 load_file ($file)
 
 get_varFileURL ($file, $full=true, $default='')
 
 load_varFile ($file)
 
 get_translation ($str, $args=null)
 
 get_objectList ($language=false, $where='', $limit=-1, $count=-1, $order='id', $sens='')
 
 get_objectIdList ($language=false, $where='', $orderBy='', $orderWay='asc')
 
 get_nameList ($element='name', $where='', $language='', $orderBy='', $orderWay='asc')
 
 get_objectCount ($where='', $language=false)
 
 get_uniqueItemList ($element='name', $where='', $structured=false)
 
 execute_DBQuery ($sql='', $line=-1, $file='', $resName=null)
 
 execute_DBMultiQueries ($sql='', $line=-1, $file='', $resName=null)
 
 get_DBQueryGeneratedId ($resName=null)
 
 get_DBQueryDataLine ($resName=null)
 
 get_DBQueryNumDataLine ($resName=null)
 
 get_DBQueryError ($resName=null)
 
 get_DBQueryAffectedRows ($resName=null)
 
 escape_string ($string)
 
 get_DBInsertExtra ()
 
 create_DBTable ($name, $fields, $charset='utf8')
 

Private Member Functions

 build_whereStatement ($params=array())
 

Additional Inherited Members

- Public Attributes inherited from ModuleLibrary
 $object_type = 'ModuleLibrary'
 Object type. More...
 
 $_libName
 Object name. More...
 
 $_libParent
 Parent module. More...
 
 $_libItems = array()
 Object item list. More...
 
 $_libItemTypes = array('db' => array(), 'dbl' => array(), 'text' => array(), 'file' => array(), 'temp' => array())
 Object item list by type. More...
 
 $_libSQLTable
 Object table name in database. More...
 
 $_libSQLLocaleTable
 
 $_libDesc
 Library description. More...
 
 $_libError
 Last error. More...
 
 $_libIsInstalled = null
 
 $id
 Object instance id. More...
 
 $vars = array()
 Object item values. More...
 
- Protected Member Functions inherited from ModuleLibrary
 add_newItem ($name, $itemtype, $info0, $info1, $info2, $default=null, $localised=false)
 
 insert_multiObjectsDatabaseItems ($keys, $values)
 
 check_SQLCondition ($where, $localeOnly=false)
 
 build_SQLOrderByStatement ($order, $way='')
 
- Protected Attributes inherited from ModuleLibrary
 $_libParentFile
 Object library file. More...
 
 $_libDBConnector
 Database connection. More...
 

Detailed Description

Admin_GenericDirectoryManager Module contact library.

Plugin, Module Library

Author
CaMykS Team camyk.nosp@m.s.co.nosp@m.ntact.nosp@m.@gma.nosp@m.il.co.nosp@m.m
Version
1.0.1
Date
Creation: Jun 2010
Modification: Jan 2021
Note
This program is distributed as is - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Admin_GenericDirectoryManagerContact class.

Constructor & Destructor Documentation

◆ __construct()

Admin_GenericDirectoryManagerContact::__construct (   $id,
$module 
)

Class constructor.

Parameters
integer$id
Module$module
Returns
void

Member Function Documentation

◆ build_SQLCondition()

Admin_GenericDirectoryManagerContact::build_SQLCondition (   $params)

Build sql condition for lists.

Parameters
array$params
Returns
string

Reimplemented from ModuleLibrary.

◆ count_byCategories()

Admin_GenericDirectoryManagerContact::count_byCategories (   $categories = null)

Return document count by categories.

Parameters
array$categories
Returns
array

◆ get_multiStatusList()

Admin_GenericDirectoryManagerContact::get_multiStatusList (   $full = false)

Return contacts status list.

Parameters
boolean$full
Returns
array

◆ get_statusList()

Admin_GenericDirectoryManagerContact::get_statusList ( )

Return single contact status list.

Returns
array

◆ get_list()

Admin_GenericDirectoryManagerContact::get_list (   $params = array())

Return contact list with given params.

Parameters
array$params
Returns
array

◆ count()

Admin_GenericDirectoryManagerContact::count (   $params = array())

Return contact count with given params.

Parameters
array$params
Returns
array

◆ build_whereStatement()

Admin_GenericDirectoryManagerContact::build_whereStatement (   $params = array())
private

Build where statement from params

Parameters
array$params
Returns
string

◆ get_nameListDisplay()

Admin_GenericDirectoryManagerContact::get_nameListDisplay ( )

Return contact name name display for admin list.

Returns
string

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