Class ItemHistoryService

Description

Holds methods for receiving History Versions of Items of the initialized Itemtype.

  • version: $Id: ItemHistoryService.php,v 1.5 2006/11/26 22:04:09 kpapst Exp $
  • copyright: Copyright (C) 2002-2006 Kevin Papst
  • author: Kevin Papst
  • license: GNU Public License
MasterItemType
   |
   --Itemtype
      |
      --ItemHistoryService
Direct descendents
Class Description
ItemHistoryAdminService The ItemHistoryAdminService provides services for HistoryItems.
Method Summary
ItemHistoryService ItemHistoryService ([ $itemtype = ''])
int countHistoryVersions ( $id,  $languageid)
void getHistoryVersion ( $itemid,  $languageid,  $modifiedDate)
void getHistoryVersions ( $itemid,  $languageid)
void initItemHistoryService ( $itemtype)
Methods
Constructor ItemHistoryService (line 44)

Initalizes a new ItemHistoryService for a special Itemtype

ItemHistoryService ItemHistoryService ([ $itemtype = ''])
  • $itemtype
countHistoryVersions (line 89)

Count all history Versions of this Item.

  • return: the amount of History Versions for this Item
int countHistoryVersions ( $id,  $languageid)
  • $id
  • $languageid
getHistoryVersion (line 68)
void getHistoryVersion ( $itemid,  $languageid,  $modifiedDate)
  • $itemid
  • $languageid
  • $modifiedDate
getHistoryVersions (line 54)
void getHistoryVersions ( $itemid,  $languageid)
  • $itemid
  • $languageid
initItemHistoryService (line 49)
void initItemHistoryService ( $itemtype)
  • $itemtype

Inherited Methods

Inherited From Itemtype

Itemtype::Itemtype()
Itemtype::getClass()
Itemtype::getClassName()
Itemtype::getCommand()
Itemtype::getDirectory()
Itemtype::getItemtypeID()
Itemtype::initItemtype()

Inherited From MasterItemType

MasterItemType::MasterItemType()
MasterItemType::countItemtypes()
MasterItemType::getClassForItemType()
MasterItemType::getClassNameForItemType()
MasterItemType::getCommandForItemType()
MasterItemType::getDirectoryForItemType()
MasterItemType::getItemTypeForCommand()
MasterItemType::getSelectColumns()

Documentation generated by phpDocumentor 1.3.1