| |
|
| com.sun.portal.search.admin.CSViewBeanBase com.sun.portal.search.admin.AdvancedLogViewBean
AdvancedLogViewBean | public class AdvancedLogViewBean extends CSViewBeanBase (Code) | | iCS admin console view bean: TODO
|
ADVLOG_BUTTON_RESET | final public static String ADVLOG_BUTTON_RESET(Code) | | |
ADVLOG_BUTTON_SUBMIT | final public static String ADVLOG_BUTTON_SUBMIT(Code) | | |
ADVLOG_IDX_MAINT_LOG_TEXT | final public static String ADVLOG_IDX_MAINT_LOG_TEXT(Code) | | |
ADVLOG_RDM_DBG_LEVEL_COMBOBOX | final public static String ADVLOG_RDM_DBG_LEVEL_COMBOBOX(Code) | | |
ADVLOG_RDM_DBG_LOG_TEXT | final public static String ADVLOG_RDM_DBG_LOG_TEXT(Code) | | |
ADVLOG_RDM_LOG_TEXT | final public static String ADVLOG_RDM_LOG_TEXT(Code) | | |
ADVLOG_RD_MGR_LOG_TEXT | final public static String ADVLOG_RD_MGR_LOG_TEXT(Code) | | |
ADVLOG_SEARCH_LOG_CHECKBOX | final public static String ADVLOG_SEARCH_LOG_CHECKBOX(Code) | | |
CHILD_ERROR_MSG_BOX | final public static String CHILD_ERROR_MSG_BOX(Code) | | |
DEFAULT_DISPLAY_URL | final public static String DEFAULT_DISPLAY_URL(Code) | | |
RESTART_WARNING | final public static String RESTART_WARNING(Code) | | |
AdvancedLogViewBean | public AdvancedLogViewBean()(Code) | | constructor
Parameters: PageName - of this view bean Parameters: displayURL - default display URL |
beginDisplay | public void beginDisplay(DisplayEvent event)(Code) | | begin displaying page. we set the required information
Parameters: event - display event throws: ModelControlException - if problem access value of component |
createChild | protected View createChild(String name)(Code) | | create child component
Parameters: name - of component child component |
getWebActionModels | public Model[] getWebActionModels(int modelType)(Code) | | Returns the model to be used for auto-retrieving. This means the
model will automatically be executed via its retrieve() method
when the tiled view begins display.
Parameters: modelType - the auto-execution model type. an array of Model objects for the auto-execution. |
handleAdvLogButtonHelpRequest | public void handleAdvLogButtonHelpRequest(RequestInvocationEvent event)(Code) | | handles the help button
Parameters: event - request invocation event1. forward to the help page |
handleAdvLogButtonResetRequest | public void handleAdvLogButtonResetRequest(RequestInvocationEvent event)(Code) | | handles the reset button
Parameters: event - request invocation event1. do nothing2. refreshes the page |
handleAdvLogButtonSubmitRequest | public void handleAdvLogButtonSubmitRequest(RequestInvocationEvent event)(Code) | | handles the Submit button
Parameters: event - request invocation event1. persist the Model2. forward to itself |
registerChildren | protected void registerChildren()(Code) | | register child component
|
Methods inherited from com.sun.portal.search.admin.CSViewBeanBase | public void addMessageBoxButton(String name, String url)(Code)(Java Doc) public boolean beginMessageBoxDisplay(ChildDisplayEvent event)(Code)(Java Doc) protected View createChild(String name)(Code)(Java Doc) protected String getLocalizedMessageFormat(String key, String arg1)(Code)(Java Doc) protected String getLocalizedMessageFormat(String key, String arg1, String arg2)(Code)(Java Doc) protected String getLocalizedMessageFormat(String key, String arg1, String arg2, String arg3)(Code)(Java Doc) protected String getLocalizedMessageFormat(String key, Object[] arguments)(Code)(Java Doc) protected String getLocalizedString(String key)(Code)(Java Doc) protected String getLocalizedString(String key, boolean returnKeyIfNotFound)(Code)(Java Doc) protected String[] getLocalizedStringArray(String key, String sep)(Code)(Java Doc) protected Locale getUserLocale()(Code)(Java Doc) public void setMessageBoxTitle(String title)(Code)(Java Doc) protected void setPageEncoding()(Code)(Java Doc)
|
|
|
|