|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.businessobjects.dsws.reportengine.FillDBLogon
The FillDBLogon class is used to provide the user, password, and connection information used to connect to the database when a document is refreshed.
Example: Filling the user,password,and connection information used to connect to the database .
FillDBLogons fillDBLogon = new FillDBLogon();
FillDBLogon[] fillDBLogonlist = new FillDBLogon[1];
fillDBLogonlist[0] = new FillDBLogon();
// Sets the name of the database connection
fillDBLogonlist[0].setName = objDBLogon[0].getName();
// Sets the user name used to log in to the database
fillDBLogonlist[0].setUserName("guest");
// Sets the password of the user used to log in to the database
fillDBLogonlist[0].setPassword("password");
fillDBLogon.setFillDBLogonList(fillDBLogonlist);
Action[] actions = new Action[1];
actions[0] = fillDBLogon
DocumentInformation boDocInfo = RepEng.getDocumentInformation( docid, null, actions, null, null);
RetrieveDBLogonInfo,
FillDBLogons,
Action,
ReportEngine,
DocumentInformation,
Serialized Form| Constructor Summary | |
FillDBLogon()
Instantiate a new blank FillDBLogon object. |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Internal Use Only. |
java.lang.String |
getConnectionString()
Internal Use Only. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Internal Use Only. |
java.lang.String |
getName()
Internal Use Only. |
java.lang.String |
getPassword()
Internal Use Only. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Internal Use Only. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Internal Use Only. |
java.lang.String |
getUserName()
Internal Use Only. |
int |
hashCode()
Internal Use Only. |
void |
setConnectionString(java.lang.String connectionString)
Sets the connection string used for database login. |
void |
setName(java.lang.String name)
Sets the name of the database connection. |
void |
setPassword(java.lang.String password)
Sets the password of the user used to log in to the database. |
void |
setUserName(java.lang.String userName)
Sets the user name used to log in to the database. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FillDBLogon()
| Method Detail |
public java.lang.String getName()
Internal Use Only.
public void setName(java.lang.String name)
name - the name of the database connection.public java.lang.String getUserName()
Internal Use Only.
public void setUserName(java.lang.String userName)
userName - the user name used to log in to the database.public java.lang.String getPassword()
Internal Use Only.
public void setPassword(java.lang.String password)
password - the database users password.public java.lang.String getConnectionString()
Internal Use Only.
public void setConnectionString(java.lang.String connectionString)
connectionString - the connection string.public boolean equals(java.lang.Object obj)
Internal Use Only.
public int hashCode()
Internal Use Only.
public static org.apache.axis.description.TypeDesc getTypeDesc()
Internal Use Only.
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Internal Use Only.
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Internal Use Only.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||