Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Enterprise Edition Systems Management
11g Release 1(11.1.1)

E16455-05

oracle.bi.management.adminservices.mbeans
Interface PresentationConfigurationMBean


@Description(resourceKey="oracle.bi.management.adminservices.mbeans.PresentationConfigurationMBean.description",
             resourceBundleBaseName="oracle.bi.management.adminservices.rsc.BIMBeanMsg")
public interface PresentationConfigurationMBean

Defines an MBean interface for managing the presentation configuration of a BI Instance. To ensure that exceptions are correctly reported in clients such as JConsole, which typically do not have BIEE jars, only standard exceptions are surfaced here.


Method Summary
 java.lang.String[] getSkinMappingFamilies()
          Retrieve a list of all Skin Families that have a mapping
 boolean isAllowDashboardSectionsCollapsing()
           
 boolean isBIComposerEnabled()
          Return boolean which tells whether BI Composer is enabled or not.
 boolean isPageTabsShownByDefault()
           
 boolean isPivotTablesAutoPreview()
           
 boolean isSectionHeadingShownByDefault()
           
 java.lang.String retrieveSkinMapping(java.lang.String family)
          Retrieve the current Skin mapped to the given SkinFamily or NULL if no mapping exists
 void setAllowDashboardSectionsCollapsing(boolean b)
           
 void setBIComposerEnabled(boolean biComposerEnabled)
          Set boolean to enabled/disable BI Composer.
 void setPageTabsShownByDefault(boolean b)
           
 void setPivotTablesAutoPreview(boolean b)
           
 void setSectionHeadingShownByDefault(boolean b)
           
 void updateSkinMapping(java.lang.String family, java.lang.String skin)
          Add a new Skin Mapping from SkinFamily to Skin or update an existing one.
 

Method Detail

isAllowDashboardSectionsCollapsing

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.PresentationConfigurationMBean.AllowDashboardSectionsCollapsing",
             resourceBundleBaseName="oracle.bi.management.adminservices.rsc.BIMBeanMsg")
boolean isAllowDashboardSectionsCollapsing()

setAllowDashboardSectionsCollapsing

void setAllowDashboardSectionsCollapsing(boolean b)

isPivotTablesAutoPreview

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.PresentationConfigurationMBean.PivotTablesAutoPreview",
             resourceBundleBaseName="oracle.bi.management.adminservices.rsc.BIMBeanMsg")
boolean isPivotTablesAutoPreview()

setPivotTablesAutoPreview

void setPivotTablesAutoPreview(boolean b)

isPageTabsShownByDefault

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.PresentationConfigurationMBean.PageTabsShownByDefault",
             resourceBundleBaseName="oracle.bi.management.adminservices.rsc.BIMBeanMsg")
boolean isPageTabsShownByDefault()

setPageTabsShownByDefault

void setPageTabsShownByDefault(boolean b)

isSectionHeadingShownByDefault

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.PresentationConfigurationMBean.SectionHeadingShownByDefault",
             resourceBundleBaseName="oracle.bi.management.adminservices.rsc.BIMBeanMsg")
boolean isSectionHeadingShownByDefault()

setSectionHeadingShownByDefault

void setSectionHeadingShownByDefault(boolean b)

updateSkinMapping

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.PresentationConfigurationMBean.UpdateSkinMapping",
             resourceBundleBaseName="oracle.bi.management.adminservices.rsc.BIMBeanMsg")
void updateSkinMapping(@Name(value="skinFamily")
                                   java.lang.String family,
                                   @Name(value="skin")
                                   java.lang.String skin)
Add a new Skin Mapping from SkinFamily to Skin or update an existing one. You can delete a mapping by passing a NULL Skin

Parameters:
family - Family
skin - Skin
Since:
11.1.1.5.1

retrieveSkinMapping

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.PresentationConfigurationMBean.RetrieveSkinMapping",
             resourceBundleBaseName="oracle.bi.management.adminservices.rsc.BIMBeanMsg")
java.lang.String retrieveSkinMapping(@Name(value="skinFamily")
                                                 java.lang.String family)
Retrieve the current Skin mapped to the given SkinFamily or NULL if no mapping exists

Parameters:
family - Family
Returns:
Skin
Since:
11.1.1.5.1

getSkinMappingFamilies

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.PresentationConfigurationMBean.GetSkinMappingFamilies",
             resourceBundleBaseName="oracle.bi.management.adminservices.rsc.BIMBeanMsg")
java.lang.String[] getSkinMappingFamilies()
Retrieve a list of all Skin Families that have a mapping

Returns:
Array of Skin Families that currently have a mapped skin
Since:
11.1.1.5.1

isBIComposerEnabled

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.PresentationConfigurationMBean.BIComposerEnabled",
             resourceBundleBaseName="oracle.bi.management.adminservices.rsc.BIMBeanMsg")
boolean isBIComposerEnabled()
Return boolean which tells whether BI Composer is enabled or not.

Returns:
boolean Is BIComposer enabled?
Since:
11.1.1.6.2

setBIComposerEnabled

void setBIComposerEnabled(boolean biComposerEnabled)
Set boolean to enabled/disable BI Composer.

Since:
11.1.1.6.2

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Enterprise Edition Systems Management
11g Release 1(11.1.1)

E16455-05

Copyright © 2010, 2013, Oracle. All rights reserved.