java.lang.Object | |
↳ | com.microstrategy.web.objects.WebIServerSubscriptionDynamicRecipientListsImpl |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
add(WebSubscriptionContact contact)
Add a new
WebSubscriptionContact object to the collection. | ||||||||||
void |
clear()
Clears all items from the collection.
| ||||||||||
WebSubscriptionContact |
get(int index)
Returns the
WebSubscriptionContact object at the given index | ||||||||||
int | getCurrentCount() | ||||||||||
int |
getTotalCount()
Returns the total count of
WebSubscriptionContact objects that is returned. | ||||||||||
boolean |
isEmpty()
Returns whether the current collection is empty or not
| ||||||||||
boolean |
isReadOnly()
Returns whether the current collection is read-only
| ||||||||||
void |
remove(int index)
Removes the
WebSubscriptionContact object at the given index from the collection | ||||||||||
int |
size()
Returns the current size of the collection
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Add a new WebSubscriptionContact
object to the collection.
Clears all items from the collection.
Returns the WebSubscriptionContact
object at the given index
Returns the total count of WebSubscriptionContact
objects that is returned. Please
note that this is different from the size()
method. This method is useful in determining whether
there are more WebSubscriptionContact
objects that could be obtained by an incremental fetch.
Returns whether the current collection is empty or not
Returns whether the current collection is read-only
Removes the WebSubscriptionContact
object at the given index from the collection
Returns the current size of the collection
WebSubscriptionContact
objects in the collection