Package com.microstrategy.web.objects
Class WebIServerSubscriptionDynamicRecipientListsImpl
- java.lang.Object
 - 
- com.microstrategy.web.objects.WebIServerSubscriptionDynamicRecipientListsImpl
 
 
- 
- All Implemented Interfaces:
 WebSubscriptionContacts
public class WebIServerSubscriptionDynamicRecipientListsImpl extends java.lang.Object implements WebSubscriptionContacts
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(WebSubscriptionContact contact)Add a newWebSubscriptionContactobject to the collection.voidclear()Clears all items from the collection.WebSubscriptionContactget(int index)Returns theWebSubscriptionContactobject at the given indexintgetCurrentCount()intgetTotalCount()Returns the total count ofWebSubscriptionContactobjects that is returned.booleanisEmpty()Returns whether the current collection is empty or notbooleanisReadOnly()Returns whether the current collection is read-onlyvoidremove(int index)Removes theWebSubscriptionContactobject at the given index from the collectionintsize()Returns the current size of the collection- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface com.microstrategy.web.objects.WebSubscriptionContacts
add, clear, get, getTotalCount, isEmpty, isReadOnly, remove, size 
 - 
 
 - 
 
- 
- 
Method Detail
- 
size
public int size()
Description copied from interface:WebSubscriptionContactsReturns the current size of the collection- Specified by:
 sizein interfaceWebSubscriptionContacts- Returns:
 - the number of 
WebSubscriptionContactobjects in the collection 
 
- 
isEmpty
public boolean isEmpty()
Description copied from interface:WebSubscriptionContactsReturns whether the current collection is empty or not- Specified by:
 isEmptyin interfaceWebSubscriptionContacts
 
- 
get
public WebSubscriptionContact get(int index)
Description copied from interface:WebSubscriptionContactsReturns theWebSubscriptionContactobject at the given index- Specified by:
 getin interfaceWebSubscriptionContacts
 
- 
getTotalCount
public int getTotalCount()
Description copied from interface:WebSubscriptionContactsReturns the total count ofWebSubscriptionContactobjects that is returned. Please note that this is different from theWebSubscriptionContacts.size()method. This method is useful in determining whether there are moreWebSubscriptionContactobjects that could be obtained by an incremental fetch.- Specified by:
 getTotalCountin interfaceWebSubscriptionContacts
 
- 
getCurrentCount
public int getCurrentCount()
 
- 
isReadOnly
public boolean isReadOnly()
Description copied from interface:WebSubscriptionContactsReturns whether the current collection is read-only- Specified by:
 isReadOnlyin interfaceWebSubscriptionContacts
 
- 
remove
public void remove(int index)
Description copied from interface:WebSubscriptionContactsRemoves theWebSubscriptionContactobject at the given index from the collection- Specified by:
 removein interfaceWebSubscriptionContacts
 
- 
add
public void add(WebSubscriptionContact contact)
Description copied from interface:WebSubscriptionContactsAdd a newWebSubscriptionContactobject to the collection.- Specified by:
 addin interfaceWebSubscriptionContacts
 
- 
clear
public void clear()
Description copied from interface:WebSubscriptionContactsClears all items from the collection.- Specified by:
 clearin interfaceWebSubscriptionContacts
 
 - 
 
 -