|
|
|
File: c:/web/jpeto2/jpeto/jpeto_objectpicker.php
JPETo - James's Publishing & Edition Tool - jpeto_objects
jpeto_objectpicker
jpeto_core | +-- jpeto_object | +-- jpeto_objectpicker
This class provides the objectpicker functionality
|
private class jpeto_objectpicker extends jpeto_object
This class provides the objectpicker functionality
|
| |
|
Methods inherited from jpeto_object |
| jpeto_object, geticon, createadmininterface, getfields, getsubtype, getjpetotypedetails, getjpetotype, getjoin, isonline, get_jpeto_object, numchildren, isexpired, islocked, lock, unlock, assigncontent, striplastlinebreak, mapfields, maptypefields, mapobjectfields, newuniqueid, debug, delete, getonlinestatusimage, getfromurlkey, gettourlkey, addadminlink, iscached, getcachefilename, tocache, getcache, purgecache, store, getdefaultvalues, updateobject, insertobject, addsubobject, isrestricted, tohtml, todetailhtml, xmlformat, xmlelement, toxml, getboundary, getcontentid, toplaintext, getmaildata, upgrade, getorigin |
|
|
|
|
|
|
|
Fields inherited from jpeto_object |
| $j_uniqueid, $o_uniqueid, $o_language, $o_version, $j_jpetotype, $j_onlinestart, $j_onlineend, $j_isonline, $j_owner, $j_createdon, $j_lastmodified, $j_comments, $j_expires, $j_restrictions, $j_lockedby, $j_lockstart, $j_name, $j_classname, $j_subtable, $j_accesslevel, $j_enabled, $j_timeless, $j_project, $extraquery, $j_sortpos, $j_prevjpetotype, $j_nextjpetotype, $cachefile, $content, $order, $p_recordset, $p_pointer |
|
Fields inherited from jpeto_core |
| $j_language, $j_version, $j_jpetotype, $o_jpetotype, $adminmode, $islast, $isfirst, $recordset, $pointer, $subtype, $j_parentobject |
|
|
|
|
|
|
|
Public Method Details |
jpeto_objectpicker |
|
public void jpeto_objectpicker( )
|
| |
constructor
|
| Returns |
void |
|
|
Private Method Details |
get_all_languages |
|
private void get_all_languages( )
|
| |
retrieves distinct languages
|
| Returns |
void |
|
get_all_versions |
|
private void get_all_versions( )
|
| |
retrieves distinct versions
|
| Returns |
void |
|
get_all_jpetotypes |
|
private void get_all_jpetotypes( )
|
| |
retrieves distinct jpeto types
|
| Returns |
void |
|
get_all_owners |
|
private void get_all_owners( )
|
| |
retrieves distinct owners
|
| Returns |
void |
|
get_next_jpeto_object |
|
private void get_next_jpeto_object( )
|
| |
returns one object after the other
Warning: documentation is missing.
|
| Returns |
void |
|
get_num_parents |
|
private void get_num_parents( [ string $j_UniqueID, string $j_Language, string $j_Version ] )
|
| |
gets the number of parent objects for the given uniqueid / language / version
|
| Parameter |
|
| string |
$j_UniqueID |
= >>"0"<< |
|
uniqueid of the object to look up |
|
|
| string |
$j_Language |
= >>"DE"<< |
|
language of the object to look up |
|
|
| string |
$j_Version |
= >>"O"<< |
|
version of the object to look up |
|
| Returns |
void |
|
get_num_children |
|
private void get_num_children( [ string $j_UniqueID, string $j_Language, string $j_Version ] )
|
| |
gets the number of child objects for the given uniqueid / language / version
|
| Parameter |
|
| string |
$j_UniqueID |
= >>"0"<< |
|
uniqueid of the object to look up |
|
|
| string |
$j_Language |
= >>"DE"<< |
|
language of the object to look up |
|
|
| string |
$j_Version |
= >>"O"<< |
|
version of the object to look up |
|
| Returns |
void |
|
|
|
|
|
|
|
| PHPDoc 1.0beta |