Interface ProjectsBean

  • All Superinterfaces:
    AppComponent, Transformable, WebComponent

    public interface ProjectsBean
    extends AppComponent
    This class defines the bean that takes care of displaying the list of projects that are available to the user
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Method Detail

      • getProjectList

        java.util.ArrayList getProjectList()
        Get the list of ProjectInformation instances that should be rendered by this bean when transformed
        Returns:
        an ArrayList instance of ProjectInformation instances representing projects available to the user.
      • getProjectErrorList

        java.util.ArrayList getProjectErrorList()
        Get the list of ProjectInformation instances that generated some type error when loaded their information from the I-Server. Typically, the error might be associated with the user having to change the password before being able to get the full project list stored there.
        Returns:
        an ArrayList instance of ProjectInformation instances that generated any type of error while being loaded.