XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | List of all members
integration_searchModel Class Reference
Inheritance diagram for integration_searchModel:
module ModuleObject BaseObject

Public Member Functions

 init ()
 
 getDocuments ($target, $module_srls_list, $search_target, $search_keyword, $page=1, $list_count=20)
 
 getComments ($target, $module_srls_list, $search_keyword, $page=1, $list_count=20)
 
 getTrackbacks ($target, $module_srls_list, $search_target="title", $search_keyword, $page=1, $list_count=20)
 
 _getFiles ($target, $module_srls_list, $search_keyword, $page, $list_count, $direct_download= 'Y')
 
 getImages ($target, $module_srls_list, $search_keyword, $page=1, $list_count=20)
 
 getFiles ($target, $module_srls_list, $search_keyword, $page=1, $list_count=20)
 
- Public Member Functions inherited from module
 moduleInstall ()
 Implement if additional tasks are necessary when installing. More...
 
 checkUpdate ()
 a method to check if successfully installed More...
 
 moduleUpdate ()
 Execute update. More...
 
 updateForUniqueSiteDomain ()
 
 recompileCache ()
 Re-generate the cache file. More...
 
- Public Member Functions inherited from ModuleObject
 setModule ($module)
 
 setModulePath ($path)
 
 setRedirectUrl ($url= './', $output=NULL)
 
 getRedirectUrl ()
 
 setMessage ($message= 'success', $type=NULL)
 
 setMessageType ($type)
 
 getMessageType ()
 
 setRefreshPage ()
 
 setAct ($act)
 
 setModuleInfo ($module_info, $xml_info)
 
 stop ($msg_code)
 
 setTemplateFile ($filename)
 
 getTemplateFile ()
 
 setTemplatePath ($path)
 
 getTemplatePath ()
 
 setEditedLayoutFile ($filename)
 
 getEditedLayoutFile ()
 
 setLayoutFile ($filename)
 
 getLayoutFile ()
 
 setLayoutPath ($path)
 
 getLayoutPath ($layout_name="", $layout_type="P")
 
 proc ()
 
- Public Member Functions inherited from BaseObject
 __construct ($error=0, $message= 'success')
 
 setError ($error=0)
 
 getError ()
 
 setHttpStatusCode ($code= '200')
 
 getHttpStatusCode ()
 
 setMessage ($message= 'success', $type=NULL)
 
 getMessage ()
 
 add ($key, $val)
 
 adds ($object)
 
 get ($key)
 
 gets ()
 
 getVariables ()
 
 getObjectVars ()
 
 toBool ()
 
 toBoolean ()
 

Additional Inherited Members

- Public Attributes inherited from ModuleObject
 $mid = NULL
 string to represent run-time instance of Module (XE Module) More...
 
 $module = NULL
 Class name of Xe Module that is identified by mid. More...
 
 $module_srl = NULL
 integer value to represent a run-time instance of Module (XE Module) More...
 
 $module_info = NULL
 an object containing the module information More...
 
 $origin_module_info = NULL
 
 $xml_info = NULL
 an object containing the module description extracted from XML file More...
 
 $module_path = NULL
 a path to directory where module source code resides More...
 
 $act = NULL
 a string value to contain the action name More...
 
 $template_path = NULL
 a path of directory where template files reside More...
 
 $template_file = NULL
 name of template file More...
 
 $layout_path = ''
 a path of directory where layout files reside More...
 
 $layout_file = ''
 name of layout file More...
 
 $edited_layout_file = ''
 name of temporary layout files that is modified in an admin mode More...
 
 $stop_proc = FALSE
 a flag to indicating whether to stop the execution of code. More...
 
 $module_config = NULL
 
 $ajaxRequestMethod = array('XMLRPC', 'JSON')
 
 $gzhandler_enable = TRUE
 
- Public Attributes inherited from BaseObject
 $error = 0
 
 $message = 'success'
 
 $variables = array()
 
 $httpStatusCode = NULL
 

Detailed Description

The model class of integration module

Author
NAVER (devel.nosp@m.oper.nosp@m.s@xpr.nosp@m.esse.nosp@m.ngine.nosp@m..com)

Definition at line 8 of file integration_search.model.php.

Member Function Documentation

integration_searchModel::_getFiles (   $target,
  $module_srls_list,
  $search_keyword,
  $page,
  $list_count,
  $direct_download = 'Y' 
)

Search file

Parameters
string$targetchoose target. exclude or include for $module_srls_list
string$module_srls_listmodule_srl list to string type. ef - 102842,59392,102038
string$search_keywordKeyword
integer$pagepage of page navigation
integer$list_countlist count of page navigation
string$direct_downloadY or N
Returns
BaseObject output file list

Definition at line 153 of file integration_search.model.php.

integration_searchModel::getComments (   $target,
  $module_srls_list,
  $search_keyword,
  $page = 1,
  $list_count = 20 
)

Search comment

Parameters
string$targetchoose target. exclude or include for $module_srls_list
string$module_srls_listmodule_srl list to string type. ef - 102842,59392,102038
string$search_keywordKeyword
integer$pagepage of page navigation
integer$list_countlist count of page navigation
Returns
BaseObject output comment list

Definition at line 74 of file integration_search.model.php.

integration_searchModel::getDocuments (   $target,
  $module_srls_list,
  $search_target,
  $search_keyword,
  $page = 1,
  $list_count = 20 
)

Search documents

Parameters
string$targetchoose target. exclude or include for $module_srls_list
string$module_srls_listmodule_srl list to string type. ef - 102842,59392,102038
string$search_targetTarget
string$search_keywordKeyword
integer$pagepage of page navigation
integer$list_countlist count of page navigation
Returns
BaseObject output document list

Definition at line 31 of file integration_search.model.php.

integration_searchModel::getFiles (   $target,
  $module_srls_list,
  $search_keyword,
  $page = 1,
  $list_count = 20 
)

Search for attachments. call function _getFiles().

Parameters
string$targetchoose target. exclude or include for $module_srls_list
string$module_srls_listmodule_srl list to string type. ef - 102842,59392,102038
string$search_keywordKeyword
integer$pagepage of page navigation
integer$list_countlist count of page navigation
Returns
BaseObject

Definition at line 268 of file integration_search.model.php.

integration_searchModel::getImages (   $target,
  $module_srls_list,
  $search_keyword,
  $page = 1,
  $list_count = 20 
)

Search Multimedia. call function _getFiles().

Parameters
string$targetchoose target. exclude or include for $module_srls_list
string$module_srls_listmodule_srl list to string type. ef - 102842,59392,102038
string$search_keywordKeyword
integer$pagepage of page navigation
integer$list_countlist count of page navigation
Returns
BaseObject

Definition at line 252 of file integration_search.model.php.

integration_searchModel::getTrackbacks (   $target,
  $module_srls_list,
  $search_target = "title",
  $search_keyword,
  $page = 1,
  $list_count = 20 
)

Search trackbacks

Parameters
string$targetchoose target. exclude or include for $module_srls_list
string$module_srls_listmodule_srl list to string type. ef - 102842,59392,102038
string$search_targetTarget
string$search_keywordKeyword
integer$pagepage of page navigation
integer$list_countlist count of page navigation
Returns
BaseObject output trackback list

Definition at line 118 of file integration_search.model.php.

integration_searchModel::init ( )

Initialization

Returns
void

Definition at line 15 of file integration_search.model.php.


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