com.ibm.mashups.enabler.strategy
Interface CatalogCategoryLoadAheadStrategy

All Superinterfaces:
Strategy

public CatalogCategoryLoadAheadStrategy
extends Strategy

Interface that defines a load ahead mulipart strategy for loading the Catalog Category Model as part of a multipart request


Constructor Summary
constructor(boolean loadAheadCatalogCategoryModel)
           
 
Method Summary
 Boolean isLoadAheadCatalogCategoryModel()
           Returns if the catalog category model should be loaded
 unknown setCatalogCategoryModel(unknown catalogCategoryModel)
           
 unknown getCatalogCategoryModel()
           
 

Constructor Detail

constructor

public constructor(boolean loadAheadCatalogCategoryModel)
Parameters:
loadAheadCatalogCategoryModel - if the catalog category model should be preloaded. Must not be null.
Method Detail

isLoadAheadCatalogCategoryModel

Boolean isLoadAheadCatalogCategoryModel()
Returns if the catalog category model should be loaded

Returns:
true if the catalog category model should be preloaded, false otherwise

setCatalogCategoryModel

unknown setCatalogCategoryModel(unknown catalogCategoryModel)

getCatalogCategoryModel

unknown getCatalogCategoryModel()


Copyright IBM Corp. 2010 All Rights Reserved.