jp.go.nict.langrid.management.web.view.page.language.service.composite.component.form.panel
クラス ServiceInvocationListFormPanel

java.lang.Object
  上位を拡張 org.apache.wicket.Component
      上位を拡張 org.apache.wicket.MarkupContainer
          上位を拡張 org.apache.wicket.markup.html.WebMarkupContainer
              上位を拡張 org.apache.wicket.markup.html.WebMarkupContainerWithAssociatedMarkup
                  上位を拡張 org.apache.wicket.markup.html.panel.Panel
                      上位を拡張 jp.go.nict.langrid.management.web.view.page.language.service.composite.component.form.panel.ServiceInvocationListFormPanel
すべての実装されたインタフェース:
Serializable, org.apache.wicket.IClusterable, org.apache.wicket.IConverterLocator, org.apache.wicket.markup.html.IHeaderPartContainerProvider

public class ServiceInvocationListFormPanel
extends org.apache.wicket.markup.html.panel.Panel

java実装の複合サービスで使用する動的バインド定義の入力用パネル

バージョン:
$Revision$
作成者:
Masaaki Kamiya, $Author$
関連項目:
直列化された形式

入れ子のクラスの概要
 
クラス org.apache.wicket.Component から継承された入れ子のクラス/インタフェース
org.apache.wicket.Component.ComponentModelChange, org.apache.wicket.Component.EnabledChange, org.apache.wicket.Component.IVisitor<T extends org.apache.wicket.Component>, org.apache.wicket.Component.VisibilityChange
 
フィールドの概要
 
クラス org.apache.wicket.Component から継承されたフィールド
ENABLE, FLAG_CONFIGURED, FLAG_INITIALIZED, FLAG_REMOVING_FROM_HIERARCHY, FLAG_RESERVED1, FLAG_RESERVED2, FLAG_RESERVED3, FLAG_RESERVED4, FLAG_RESERVED5, FLAG_RESERVED6, FLAG_RESERVED7, FLAG_RESERVED8, PATH_SEPARATOR, RENDER
 
コンストラクタの概要
ServiceInvocationListFormPanel(String panelId, String gridId)
          コンストラクタ
ServiceInvocationListFormPanel(String panelId, String gridId, JavaCompositeServiceModel model)
          コンストラクタ
 
メソッドの概要
 List<InvocationModel> getInvocations(String ownerServiceId)
          Invocation情報を取得する
protected  String getOwnerGridId()
           
protected  String getOwnerUserId()
           
 
クラス org.apache.wicket.markup.html.panel.Panel から継承されたメソッド
onComponentTag, onComponentTagBody, renderHead
 
クラス org.apache.wicket.markup.html.WebMarkupContainerWithAssociatedMarkup から継承されたメソッド
newHeaderPartContainer, renderHeadFromAssociatedMarkupFile
 
クラス org.apache.wicket.markup.html.WebMarkupContainer から継承されたメソッド
getMarkupType, getWebPage, getWebRequest
 
クラス org.apache.wicket.MarkupContainer から継承されたメソッド
add, addOrReplace, autoAdd, autoAdd, contains, findMarkupStream, get, get, getAssociatedMarkupStream, getMarkupStream, hasAssociatedMarkup, internalAdd, isTransparentResolver, iterator, iterator, newMarkupResourceStream, onRender, remove, remove, removeAll, renderAll, renderAssociatedMarkup, renderComponentTagBody, renderNext, replace, setDefaultModel, setMarkupStream, size, swap, toString, toString, visitChildren, visitChildren
 
クラス org.apache.wicket.Component から継承されたメソッド
add, addStateChange, afterRender, beforeRender, callOnBeforeRenderIfNotVisible, checkComponentTag, checkComponentTagAttribute, checkHierarchyChange, configure, continueToOriginalDestination, debug, detach, detachBehaviors, detachModel, detachModels, determineVisibility, error, exceptionMessage, fatal, findPage, findParent, findParentWithAssociatedMarkup, getApplication, getBehaviors, getBehaviors, getBehaviorsRawList, getClassRelativePath, getComponentBorder, getConverter, getConverter, getDefaultModel, getDefaultModelObject, getDefaultModelObjectAsString, getDefaultModelObjectAsString, getEscapeModelStrings, getFeedbackMessage, getFlag, getFlag, getId, getInnermostModel, getInnermostModel, getLocale, getLocalizer, getMarkupAttributes, getMarkupId, getMarkupId, getMarkupIdImpl, getMetaData, getModelComparator, getOutputMarkupId, getOutputMarkupPlaceholderTag, getPage, getPageRelativePath, getParent, getPath, getRenderBodyOnly, getRequest, getRequestCycle, getResponse, getSession, getSizeInBytes, getStatelessHint, getString, getString, getString, getStyle, getVariation, hasBeenRendered, hasErrorMessage, hasFeedbackMessage, info, initModel, internalAttach, internalDetach, internalOnAttach, internalOnDetach, internalOnModelChanged, isActionAuthorized, isAncestorOf, isAttached, isBehaviorAccepted, isEnableAllowed, isEnabled, isEnabledInHierarchy, isIgnoreAttributeModifier, isRenderAllowed, isStateless, isVersioned, isVisibilityAllowed, isVisible, isVisibleInHierarchy, locateMarkupStream, markAttached, markRendering, modelChanged, modelChanging, onAfterRender, onAttach, onBeforeRender, onBeginRequest, onConfigure, onDetach, onEndRequest, onInitialize, onModelChanged, onModelChanging, onRemove, prepareForRender, prepareForRender, redirectToInterceptPage, remove, remove, render, render, renderComponent, renderComponent, renderComponentTag, rendered, renderPlaceholderTag, replaceComponentTagBody, replaceWith, sameInnermostModel, sameInnermostModel, setAuto, setComponentBorder, setDefaultModelObject, setEnabled, setEscapeModelStrings, setFlag, setFlag, setIgnoreAttributeModifier, setMarkupId, setMarkupIdImpl, setMetaData, setOutputMarkupId, setOutputMarkupPlaceholderTag, setRedirect, setRenderBodyOnly, setResponsePage, setResponsePage, setResponsePage, setVersioned, setVisibilityAllowed, setVisible, urlFor, urlFor, urlFor, urlFor, urlFor, urlFor, visitParents, warn, wrap
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

ServiceInvocationListFormPanel

public ServiceInvocationListFormPanel(String panelId,
                                      String gridId)
                               throws ServiceManagerException
コンストラクタ

パラメータ:
panelId - パネルID
gridId - グリッドID
例外:
ServiceManagerException - 処理に失敗した

ServiceInvocationListFormPanel

public ServiceInvocationListFormPanel(String panelId,
                                      String gridId,
                                      JavaCompositeServiceModel model)
                               throws ServiceManagerException
コンストラクタ

パラメータ:
panelId - パネルID
gridId - グリッドID
model - 対象のjava実装複合サービスモデル
例外:
ServiceManagerException - 処理に失敗した
メソッドの詳細

getInvocations

public List<InvocationModel> getInvocations(String ownerServiceId)
                                     throws ServiceManagerException
Invocation情報を取得する

パラメータ:
ownerServiceId - Invocation情報のサービスを呼び出すサービスID
戻り値:
結果のリスト
例外:
ServiceManagerException - 処理に失敗した

getOwnerUserId

protected String getOwnerUserId()

getOwnerGridId

protected String getOwnerGridId()