com.ibm.mashups.enabler.model
Interface CatalogEntryModel

All Superinterfaces:
ListModel, ListModelController, Locator, Model

public CatalogEntryModel
extends ListModelController

Interface for a catalog model containing entry nodes. This list model describes a list of concrete catalog entries for a given category.


Method Summary
 CatalogEntryNode create(JSON context)
           creates a new CatalogEnryNode.
 
Methods inherited from interface com.ibm.mashups.enabler.ListModelController
create, confirmCreate, insert, confirmInsert, remove, confirmRemove
 
Methods inherited from interface com.ibm.mashups.enabler.ListModel
iterator
 
Methods inherited from interface com.ibm.mashups.enabler.model.Model
setStrategy, getStrategies, getStrategy, addStrategy, removeStrategy
 
Methods inherited from interface com.ibm.mashups.enabler.Locator
find
 

Method Detail

create

CatalogEntryNode create(JSON context)
creates a new CatalogEnryNode. The created node can be inserted into the model using an appropriate insert method. The node will not appear in the model unless it is inserted.

Parameters:
context - array of predefined information used for the creation of the node. May be null. Accepted names are:
    cid - the client id for the entry to be created (optional)
Returns:
the created node


Copyright IBM Corp. 2010 All Rights Reserved.