9.3 カスタマイズBean

カスタマイズBeanは,レイアウトカスタマイズ画面([レイアウト編集画面]および[レイアウト編集画面]から遷移するほかの画面の総称)を編集するためのAPIです。

カスタマイズBeanの一覧を次の表に示します。

表9-2 カスタマイズBeanの一覧

クラス名説明
jp.co.hitachi.soft.portal.portal.portlets.beans.DeviceBean各クライアントのレイアウトカスタマイズ画面を構成します。
jp.co.hitachi.soft.portal.portal.portlets.beans.LayoutBean一つのレイアウトカスタマイズ画面を構成します。
jp.co.hitachi.soft.portal.portal.portlets.beans.LayoutCustomizeBeanカスタマイズ機能を提供するクラスです。
jp.co.hitachi.soft.portal.portal.portlets.beans.LayoutCustomizeUtilカスタマイズするときに使用するライブラリです。
jp.co.hitachi.soft.portal.portal.portlets.beans.LayoutEntryBeanレイアウトの一覧を取得するクラスです。レイアウトの一要素を管理します。読み込み専用のクラスです。
jp.co.hitachi.soft.portal.portal.portlets.beans.PortletBean一つの動的ポートレット情報を保持します。
jp.co.hitachi.soft.portal.portal.portlets.beans.PortletEntryBean一つの静的ポートレット情報を保持します。ポートレット情報の設定はできません。
jp.co.hitachi.soft.portal.portal.portlets.beans.PortletGroupBeanレイアウトグループ単位を管理します。

カスタマイズBeanの詳細を説明します。

<この節の構成>
jp.co.hitachi.soft.portal.portal.portlets.beans.DeviceBean
jp.co.hitachi.soft.portal.portal.portlets.beans.LayoutBean
jp.co.hitachi.soft.portal.portal.portlets.beans.LayoutCustomizeBean
jp.co.hitachi.soft.portal.portal.portlets.beans.LayoutCustomizeUtil
jp.co.hitachi.soft.portal.portal.portlets.beans.LayoutEntryBean
jp.co.hitachi.soft.portal.portal.portlets.beans.PortletBean
jp.co.hitachi.soft.portal.portal.portlets.beans.PortletEntryBean
jp.co.hitachi.soft.portal.portal.portlets.beans.PortletGroupBean