com.businessobjects.dsws.reportengine
Interface FillDBLogons

All Superinterfaces:
Action

public interface FillDBLogons
extends Action

FillDBLogons stores FillDBLogon objects used to connect to a database when a document is refreshed.

See Also:
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

type

static final org.apache.xmlbeans.SchemaType type

Internal Use Only.

Method Detail

getFillDBLogonListArray

FillDBLogon[] getFillDBLogonListArray()

Internal Use Only.


getFillDBLogonListArray

FillDBLogon getFillDBLogonListArray(int i)

Internal Use Only.


isNilFillDBLogonListArray

boolean isNilFillDBLogonListArray(int i)
Checks if the FillDBLogonList element is nil at the specified index position.

Parameters:
i - the index of the FillDBLogonList element
Returns:
true if the FillDBLogonList element is nil, otherwise false

sizeOfFillDBLogonListArray

int sizeOfFillDBLogonListArray()
Returns the number of FillDBLogonList element.

Returns:
the size of the FillDBLogonList array

setFillDBLogonListArray

void setFillDBLogonListArray(FillDBLogon[] fillDBLogonListArray)
Sets the array of FillDBLogon objects to the FillDBLogons object.

Parameters:
fillDBLogonListArray - an array of FillDBLogon objects.

setFillDBLogonListArray

void setFillDBLogonListArray(int i,
                             FillDBLogon fillDBLogonList)
Sets the FillDBLogon object at the specified index position..

Note: Before using this function, #setFillDBLogonList(com.businessobjects.dsws.reportengine.FillDBLogon[] fillDBLogonList) has to be called to initialize the array.

Parameters:
i - The index of the FillDBLogon to be set.
fillDBLogonList - a FillDBLogon object.

setNilFillDBLogonListArray

void setNilFillDBLogonListArray(int i)
Sets the FillDBLogonList element to nil at the specified index position.

Parameters:
i - the index of the FillDBLogonList array

insertNewFillDBLogonList

FillDBLogon insertNewFillDBLogonList(int i)
Inserts and returns a new empty value as the ith FillDBLogonList element.

Parameters:
i - the index of the FillDBLogonList element
Returns:
a new empty value as the ith FillDBLogonList element

addNewFillDBLogonList

FillDBLogon addNewFillDBLogonList()
Appends and returns a new empty value as the last FillDBLogonList element

Returns:
a new empty value as the last FillDBLogonList element

removeFillDBLogonList

void removeFillDBLogonList(int i)
Removes the FillDBLogonList element from the specified index position.

Parameters:
i - the index of the FillDBLogonList element