Package com.microstrategy.web.objects
Interface WebSubscriptionAssociatedUsers
-
- All Superinterfaces:
java.util.Collection<WebSubscriptionAssociatedUser>,java.lang.Iterable<WebSubscriptionAssociatedUser>,java.util.List<WebSubscriptionAssociatedUser>
public interface WebSubscriptionAssociatedUsers extends java.util.List<WebSubscriptionAssociatedUser>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetDSUsersCount()the number of the DS usersbooleanisAllowUsersSubscribe()Whether allow users to subscribebooleanisObjectNewlyCreate()Is the associated report or document is newly createdvoidpopulate()populate from IServervoidsaveObjectAssociatedUsers()save the associated users for report or documentvoidsetAllowUsersToSubscribe(boolean allowUsersToSubscribe)voidsetDSUsersCount(int ct)set the number of the DS usersvoidsetMessageId(java.lang.String msgId)set the message idvoidsetObject(ResultSetBean rsb)set the Object associatedvoidsetObjectId(java.lang.String objId)set the Object Id associatedvoidsetObjectType(int objType)set the report/document object type associated-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
-
-
-
Method Detail
-
saveObjectAssociatedUsers
void saveObjectAssociatedUsers() throws WebObjectsExceptionsave the associated users for report or document- Throws:
WebObjectsException
-
setObject
void setObject(ResultSetBean rsb)
set the Object associated
-
setObjectId
void setObjectId(java.lang.String objId)
set the Object Id associated
-
setObjectType
void setObjectType(int objType)
set the report/document object type associated
-
setMessageId
void setMessageId(java.lang.String msgId)
set the message id
-
populate
void populate() throws WebObjectsExceptionpopulate from IServer- Throws:
WebObjectsException
-
isObjectNewlyCreate
boolean isObjectNewlyCreate()
Is the associated report or document is newly created- Returns:
- boolean whether the associated report or document is newly created
-
getDSUsersCount
int getDSUsersCount()
the number of the DS users- Returns:
- the number of the DS users
-
setDSUsersCount
void setDSUsersCount(int ct)
set the number of the DS users
-
isAllowUsersSubscribe
boolean isAllowUsersSubscribe()
Whether allow users to subscribe- Returns:
- boolean Whether allow users to subscribe
-
setAllowUsersToSubscribe
void setAllowUsersToSubscribe(boolean allowUsersToSubscribe)
-
-