|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FillDBLogons
FillDBLogons stores FillDBLogon objects used to connect to a database when a document is refreshed.
RetrieveDBLogonInfo,
FillDBLogon,
Action,
ReportEngine,
DocumentInformation| Nested Class Summary | |
|---|---|
static class |
FillDBLogons.Factory
A class with methods for creating instances of the FillDBLogons type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
FillDBLogon |
addNewFillDBLogonList()
Appends and returns a new empty value as the last FillDBLogonList element |
FillDBLogon[] |
getFillDBLogonListArray()
Internal Use Only. |
FillDBLogon |
getFillDBLogonListArray(int i)
Internal Use Only. |
FillDBLogon |
insertNewFillDBLogonList(int i)
Inserts and returns a new empty value as the ith FillDBLogonList element. |
boolean |
isNilFillDBLogonListArray(int i)
Checks if the FillDBLogonList element is nil at the specified index position. |
void |
removeFillDBLogonList(int i)
Removes the FillDBLogonList element from the specified index position. |
void |
setFillDBLogonListArray(FillDBLogon[] fillDBLogonListArray)
Sets the array of FillDBLogon objects to the FillDBLogons object. |
void |
setFillDBLogonListArray(int i,
FillDBLogon fillDBLogonList)
Sets the FillDBLogon object at the specified index position.. |
void |
setNilFillDBLogonListArray(int i)
Sets the FillDBLogonList element to nil at the specified index position. |
int |
sizeOfFillDBLogonListArray()
Returns the number of FillDBLogonList element. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
Internal Use Only.
| Method Detail |
|---|
FillDBLogon[] getFillDBLogonListArray()
Internal Use Only.
FillDBLogon getFillDBLogonListArray(int i)
Internal Use Only.
boolean isNilFillDBLogonListArray(int i)
i - the index of the FillDBLogonList element
true if the FillDBLogonList element is nil, otherwise falseint sizeOfFillDBLogonListArray()
void setFillDBLogonListArray(FillDBLogon[] fillDBLogonListArray)
fillDBLogonListArray - an array of FillDBLogon objects.
void setFillDBLogonListArray(int i,
FillDBLogon fillDBLogonList)
Note: Before using this function,
#setFillDBLogonList(com.businessobjects.dsws.reportengine.FillDBLogon[] fillDBLogonList) has to be called
to initialize the array.
i - The index of the FillDBLogon to be set.fillDBLogonList - a FillDBLogon object.void setNilFillDBLogonListArray(int i)
i - the index of the FillDBLogonList arrayFillDBLogon insertNewFillDBLogonList(int i)
i - the index of the FillDBLogonList element
FillDBLogon addNewFillDBLogonList()
void removeFillDBLogonList(int i)
i - the index of the FillDBLogonList element
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||