Class ItemProjectService

Description

Holds methods for receiving Project Values for Items.

The ItemProjectService MUST be intialized with an Itemtype!

  • version: $Id: ItemProjectService.php,v 1.9 2006/11/26 22:04:09 kpapst Exp $
  • copyright: Copyright (C) 2002-2006 Kevin Papst
  • author: Kevin Papst
  • license: GNU Public License


			
Method Summary
ItemProjectService ItemProjectService (int $itemtype)
void existsProjectNum (int $itemid, int $languageid, String $key)
void existsProjectText (int $itemid, int $languageid, String $key)
void getAllProjectNum (int $itemid, int $languageid)
void getAllProjectText (int $itemid, int $languageid)
void getProjectNum (int $itemid, int $languageid, String $key)
void getProjectText (int $itemid, int $languageid, String $key)
Methods
Constructor ItemProjectService (line 47)

Initalizes a new ItemService for a special Itemtype.

ItemProjectService ItemProjectService (int $itemtype)
  • int $itemtype: the Itemtype to get6 Project Values for
existsProjectNum (line 114)

Checks whether the Project Numeric Value for ItemID and LanguageID and specified Key exists.

void existsProjectNum (int $itemid, int $languageid, String $key)
  • int $itemid: the ItemID to get Project Numeric Values for
  • int $languageid: the LanguageID to get Project Numeric Values for
  • String $key: the key specifying your Project Text Value
existsProjectText (line 126)

Checks whether the Project Text Value for ItemID and LanguageID and specified Key exists.

void existsProjectText (int $itemid, int $languageid, String $key)
  • int $itemid: the ItemID to get Project Text Values for
  • int $languageid: the LanguageID to get Project Text Values for
  • String $key: the key specifying your Project Text Value
getAllProjectNum (line 78)

Get all Project Numeric Values for ItemID and LanguageID.

void getAllProjectNum (int $itemid, int $languageid)
  • int $itemid: the ItemID to get Project Numeric Values for
  • int $languageid: the LanguageID to get Project Numeric Values for
getAllProjectText (line 67)

Get all Project Text Values for ItemID and LanguageID.

void getAllProjectText (int $itemid, int $languageid)
  • int $itemid: the ItemID to get Project Text Values for
  • int $languageid: the LanguageID to get Project Text Values for
getProjectNum (line 102)

Get a Project Numeric Value for ItemID and LanguageID for the specified Key.

void getProjectNum (int $itemid, int $languageid, String $key)
  • int $itemid: the ItemID to get Project Numeric Values for
  • int $languageid: the LanguageID to get Project Numeric Values for
  • String $key: the key specifying your Project Text Value
getProjectText (line 90)

Get a Project Text Value for ItemID and LanguageID for the specified Key.

void getProjectText (int $itemid, int $languageid, String $key)
  • int $itemid: the ItemID to get Project Text Values for
  • int $languageid: the LanguageID to get Project Text Values for
  • String $key: the key specifying your Project Text Value

Documentation generated by phpDocumentor 1.3.1