com.ibm.mashups.enabler.model
Interface Factory


Deprecated.  Use the model factories in the sub-packages of the respective models

public Factory

Interface representing a model factory. Please note that the model factory creates only one instance of a model and returns this instance every time the respective get-method is called.


Method Summary
 CatalogCategoryModel getCatalogCategoryModel()
          Deprecated.  Use com.ibm.mashups.enabler.catalog.Factory instead.
 NavigationModel getNavigationModel()
          Deprecated.  Use com.ibm.mashups.enabler.navigation.Factory instead.
 SharedNavigationModel getSharedNavigationModel()
          Deprecated.  Use com.ibm.mashups.enabler.navigation.Factory instead.
 ThemeModel getThemeModel()
          Deprecated.  Use com.ibm.mashups.enabler.theme.Factory instead.
 UserModel getUserModel()
          Deprecated.  Use com.ibm.mashups.enabler.user.Factory instead.
 RemoteModel getRemoteModel()
          Deprecated.  Use com.ibm.mashups.enabler.remote.Factory instead.
 TemplateModel getTemplateModel()
          Deprecated.  Use com.ibm.mashups.enabler.template.Factory instead.
 SpaceModel getSpaceModel()
          Deprecated.  Use com.ibm.mashups.enabler.space.Factory instead.
 SpaceExtensionModel getSpaceExtensionModel()
          Deprecated.  Use com.ibm.mashups.enabler.space.Factory instead.
 

Method Detail

getCatalogCategoryModel

CatalogCategoryModel getCatalogCategoryModel()
Deprecated.  Use com.ibm.mashups.enabler.catalog.Factory instead.

Returns the catalog category model.

Returns:
catalog category model, may be null if the aspect is not supported by the server runtime

getNavigationModel

NavigationModel getNavigationModel()
Deprecated.  Use com.ibm.mashups.enabler.navigation.Factory instead.

Returns the navigation model.

Returns:
navigation model, may be null if the aspect is not supported by the server runtime

getSharedNavigationModel

SharedNavigationModel getSharedNavigationModel()
Deprecated.  Use com.ibm.mashups.enabler.navigation.Factory instead.

Returns the shared navigation model.

Returns:
shared navigation model, may be null if the aspect is not supported by the server runtime

getThemeModel

ThemeModel getThemeModel()
Deprecated.  Use com.ibm.mashups.enabler.theme.Factory instead.

Returns the theme model.

Returns:
theme model, may be null if the aspect is not supported by the server runtime

getUserModel

UserModel getUserModel()
Deprecated.  Use com.ibm.mashups.enabler.user.Factory instead.

Returns the user model.

Returns:
user model, may be null if the aspect is not supported by the server runtime

getRemoteModel

RemoteModel getRemoteModel()
Deprecated.  Use com.ibm.mashups.enabler.remote.Factory instead.

Returns the remote model.

Returns:
remote model, may be null if the aspect is not supported by the server runtime

getTemplateModel

TemplateModel getTemplateModel()
Deprecated.  Use com.ibm.mashups.enabler.template.Factory instead.

Returns the template model.

Returns:
template model, may be null if the aspect is not supported by the server runtime

getSpaceModel

SpaceModel getSpaceModel()
Deprecated.  Use com.ibm.mashups.enabler.space.Factory instead.

Returns the space model.

Returns:
space model, may be null if the aspect is not supported by the server runtime

getSpaceExtensionModel

SpaceExtensionModel getSpaceExtensionModel()
Deprecated.  Use com.ibm.mashups.enabler.space.Factory instead.

Returns the space extension model.

Returns:
space extension model model, may be null if the aspect is not supported by the server runtime


Copyright IBM Corp. 2010 All Rights Reserved.