Interface UserEntitiesBean

    • Method Detail

      • size

        int size()
          throws WebBeanException
        Returns the number of user in this collection.
        Returns:
        int the size of this collection.
        Throws:
        WebBeanException - Thrown when error ocurrs.
      • totalCount

        int totalCount()
      • get

        UserEntityBean get​(int index)
                    throws WebBeanException
        Returns the user in this collection by its index.
        Parameters:
        index - int The index of the user to reach.
        Returns:
        UserEntityBean The user in the bean at the specified index.
        Throws:
        WebBeanException - Thrown when error occurs.
      • setSourceType

        void setSourceType​(int sourceType)
        Sets the source type from EnumUserEntitiesSourceTypes to indicate where the current user entities collection comes from.
        Parameters:
        sourceType - the source type.
        Since:
        MicroStrategy Web 9.0.0
      • getSourceType

        int getSourceType()
        Returns the source type from EnumUserEntitiesSourceTypes to indicate where the current user entities collection comes from.
        Returns:
        the source type.
        Since:
        MicroStrategy Web 9.0.0