Class ItemHistoryAdminService

Description

The ItemHistoryAdminService provides services for HistoryItems.

  • version: $Id: ItemHistoryAdminService.php,v 1.8 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
         |
         --ItemHistoryAdminService
Method Summary
ItemHistoryAdminService ItemHistoryAdminService ( $itemtype)
void deleteAllHistoryVersions ( $id,  $langid)
void deleteHistoryVersion ( $id,  $langid,  $modifieddate)
Methods
Constructor ItemHistoryAdminService (line 44)
ItemHistoryAdminService ItemHistoryAdminService ( $itemtype)
  • $itemtype
deleteAllHistoryVersions (line 71)

Deletes all old Versions of this Item

void deleteAllHistoryVersions ( $id,  $langid)
  • $id
  • $langid
deleteAllHistoryVersionsAllLanguages (line 56)

Deletes all old Versions of this Item

void deleteAllHistoryVersionsAllLanguages ( $id)
  • $id
deleteHistoryVersion (line 87)

Deletes a special History Version of this Item

void deleteHistoryVersion ( $id,  $langid,  $modifieddate)
  • $id
  • $langid
  • $modifieddate

Inherited Methods

Inherited From ItemHistoryService

ItemHistoryService::ItemHistoryService()
ItemHistoryService::countHistoryVersions()
ItemHistoryService::getHistoryVersion()
ItemHistoryService::getHistoryVersions()
ItemHistoryService::initItemHistoryService()

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