Packageindex Classtrees Modulegroups Elementlist Report XML Files

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

Methods inherited from jpeto_core

jpeto_core, getkey, getuniqueidfromkey, getlanguagefromkey, getversionfromkey, conv, translate, reconv

Public Method Summary

void

jpeto_objectpicker()

constructor

Private Method Summary

void

get_all_languages()

retrieves distinct languages
void

get_all_versions()

retrieves distinct versions
void

get_all_jpetotypes()

retrieves distinct jpeto types
void

get_all_owners()

retrieves distinct owners
void

get_next_jpeto_object()

returns one object after the otherWarning: documentation is missing.
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
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

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

Included files inherited from jpeto_object

jpeto/jpeto_core.php, jpeto/jpeto_user.php, jpeto/jpeto_mapper.php, j_classname.".php">jpeto/".$subobject->j_classname.".php, j_classname.".php">jpeto/".$tmp->j_classname.".php

Included files inherited from jpeto_core

jpeto/jpeto_config.php, jpeto/jpeto_util.php, jpeto/jpeto_cache_manager.php

Included files Summary, Type: include_once

jpeto/jpeto_object.php Warning: documentation is missing.

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


Included Files, Type: include_once

jpeto/jpeto_object.php

include_once( jpeto/jpeto_object.php )




Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta