Whitebeam Template Reference Documentation

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Whitebeam Template Reference Documentation

rb.catalogue.item Object Description
(catalogue Template)

The rb.catalogue.item object represents saleable items in an on-line catalogue. Each item can be associated with any number of prices and with binary files such as images. An item can be grouped directly with other items (as well as under multiple categories). Items can easily be set up, maintained and browsed.

Methods

rb.catalogue.item.create() Creates a new item or adds new associations to an existing item.
rb.catalogue.item.modify() Modifies an existing item.
rb.catalogue.item.remove() Deletes an item, its prices and associations to categories, files and contacts.
rb.catalogue.item.get() Returns an iterator for retrieving each item matching the search criteria.
rb.catalogue.item.count() Gets a count of items matching the search criteria.

Aggregate Types

rb.catalogue.item.fileRefType Reference to any type of binary file associated with a catalogue item.
rb.catalogue.item.priceInfoType Price information for an item.
rb.catalogue.item.itemInfoType Main catalogue item or product including prices, associated file identifiers and custom data.
rb.catalogue.item.itemSearchType Search criteria for items.
Whitebeam release 1.3.36
(loadtime : 62ms)