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 int
getDSUsersCount()
the number of the DS usersboolean
isAllowUsersSubscribe()
Whether allow users to subscribeboolean
isObjectNewlyCreate()
Is the associated report or document is newly createdvoid
populate()
populate from IServervoid
saveObjectAssociatedUsers()
save the associated users for report or documentvoid
setAllowUsersToSubscribe(boolean allowUsersToSubscribe)
void
setDSUsersCount(int ct)
set the number of the DS usersvoid
setMessageId(java.lang.String msgId)
set the message idvoid
setObject(ResultSetBean rsb)
set the Object associatedvoid
setObjectId(java.lang.String objId)
set the Object Id associatedvoid
setObjectType(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 WebObjectsException
save 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 WebObjectsException
populate 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)
-
-