|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectUICommand
com.businessobjects.jsf.sdk.components.UIBaseControl
com.businessobjects.jsf.sdk.components.UIBaseScheduleControl
com.businessobjects.jsf.sdk.components.UIReportDatabaseLogon
public class UIReportDatabaseLogon
Enables a user to specify report logon credentials for accessing a report database when a scheduled report is run.
| Field Summary | |
|---|---|
static java.lang.String |
DATABASENAME
|
static java.lang.String |
DEFAULT_PASSWORD
|
static java.lang.String |
PASSWORD
|
static java.lang.String |
SERVERNAME
|
static java.lang.String |
TYPE
|
static java.lang.String |
USERNAME
|
| Fields inherited from class com.businessobjects.jsf.sdk.components.UIBaseScheduleControl |
|---|
DEFAULT_FORM, SUBMIT |
| Constructor Summary | |
|---|---|
UIReportDatabaseLogon()
|
|
| Method Summary | |
|---|---|
boolean |
checkItemType()
For internal use only. |
void |
decode(FacesContext context)
For internal use only. |
java.lang.String |
getDatabaseNameText()
Gets the text to display beside the database name input field label. |
java.lang.String |
getFamily()
For internal use only. |
java.lang.String |
getNotReportText()
Gets the message to display when the Report is not of a valid type. |
java.lang.String |
getPasswordText()
Gets the text to display beside the password input field label. |
java.lang.String |
getServerNameText()
Gets the text to display beside the server name input field label. |
java.lang.String |
getUserNameText()
Gets the text to display beside the user name input field label. |
void |
restoreState(FacesContext context,
java.lang.Object state)
For internal use only. |
java.lang.Object |
saveState(FacesContext context)
For internal use only. |
void |
setDatabaseNameText(java.lang.String databaseNameText)
Sets the text to display beside the database name input field label. |
void |
setItemSource(IItemSource itemSource)
Sets the source of the item bound to the component. |
void |
setNotReportText(java.lang.String notReportText)
Sets the message to display when the Report is not of a valid type. |
void |
setPasswordText(java.lang.String passwordText)
Sets the text to display beside the password input field label. |
void |
setServerNameText(java.lang.String serverNameText)
Sets the text to display beside the server name input field label. |
void |
setUserNameText(java.lang.String userNameText)
Sets the text to display beside the user name input field label. |
| Methods inherited from class com.businessobjects.jsf.sdk.components.UIBaseScheduleControl |
|---|
getEmptyText, getItemSource, getLabelAlignment, getLoggedOffText, getStyleClass, getSubmitButton, setAutoHandleEvents, setEmptyText, setLabelAlignment, setLoggedOffText, setStyleClass, setSubmitButton, submit |
| Methods inherited from class com.businessobjects.jsf.sdk.components.UIBaseControl |
|---|
encodeBegin, getLocale, getTitle, isAutoHandleEvents, isEnabled, setEnabled, setLocale, setTitle |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String TYPE
public static final java.lang.String SERVERNAME
public static final java.lang.String DATABASENAME
public static final java.lang.String USERNAME
public static final java.lang.String PASSWORD
public static final java.lang.String DEFAULT_PASSWORD
| Constructor Detail |
|---|
public UIReportDatabaseLogon()
| Method Detail |
|---|
public void setItemSource(IItemSource itemSource)
The itemsource is a bean that implements either IEnterpriseItem or IEnterpriseItems.
setItemSource in class UIBaseControlitemsource - An IItemSource bean.public java.lang.String getNotReportText()
String containing the error message.public void setNotReportText(java.lang.String notReportText)
notReportText - A String containing the error message.public java.lang.String getServerNameText()
String containing the text to display beside
the server name input field label.public void setServerNameText(java.lang.String serverNameText)
serverNameText - A String containing the text to display beside
the server name input field label.public java.lang.String getDatabaseNameText()
String containing the text to display beside
the database name input field label.public void setDatabaseNameText(java.lang.String databaseNameText)
databaseNameText - A String containing the text to display beside
the database name input field label.public java.lang.String getUserNameText()
The minimum information required to use the ReportDatabaseLogon control is a user name input field and a password input field. The getUserNameText method is used to customize the text on the user name input field label.
String containing the text to display beside
the user name input field label.public void setUserNameText(java.lang.String userNameText)
The minimum information required to use the ReportDatabaseLogon control is a user name input field and a password input field. The setUserNameText method is used to customize the text on the user name input field label.
userNameText - A String containing the text to display beside
the user name input field label.public java.lang.String getPasswordText()
The minimum information required to use the ReportDatabaseLogon control is a user name input field and a password input field. The getPasswordText method is used to customize the text on the password input field label.
String containing the text to display beside
the password input field label.public void setPasswordText(java.lang.String passwordText)
The minimum information required to use the ReportDatabaseLogon control is a user name input field and a password input field. The setPasswordText method is used to customize the text on the password input field label.
passwordText - A String containing the text to display beside
the password input field label.public void decode(FacesContext context)
public boolean checkItemType()
checkItemType in class UIBaseScheduleControlpublic java.lang.String getFamily()
public java.lang.Object saveState(FacesContext context)
saveState in class UIBaseScheduleControl
public void restoreState(FacesContext context,
java.lang.Object state)
restoreState in class UIBaseScheduleControl
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||