Package com.businessobjects.jsf.sdk.model

This package contains the interfaces used to create the EnterpriseItem, EnterpriseItems, and Identity beans.

See:
          Description

Interface Summary
IEnterpriseItem Used to create an EnterpriseItem bean that is the source for a single BusinessObjects Enterprise object such as a report, folder, or program.
IEnterpriseItems Used to create an EnterpriseItems bean that is the source for a collection of BusinessObjects Enterprise objects such as reports, folders, or programs.
IIdentity Used to create an Identity bean that provides the capability to log on and log off BusinessObjects Enterprise, and manages internal references to BusinessObjects Enterprise.
IItemSource The source for a BusinessObjects Enterprise object or collection of objects.
 

Package com.businessobjects.jsf.sdk.model Description

This package contains the interfaces used to create the EnterpriseItem, EnterpriseItems, and Identity beans. These managed beans can be bound to the BusinessObjects Enterprise JSF components as a source of user and item data.

Related Documentation