Uses of Class
ibi.broker.api.data.library.Category

Packages that use Category
ibi.broker.api.cci   
ibi.broker.api.data.library   
ibi.broker.api.ws   
 

Uses of Category in ibi.broker.api.cci
 

Methods in ibi.broker.api.cci that return Category
 Category[] LibraryContentManager.getAccessibleCategoryInfoList(java.lang.String owner)
          Returns a Category list which can be accessible by the user owner.
 Category[] LibraryContentManager.getAccessibleCategoryInfoList(java.lang.String owner, java.lang.String domainId, java.lang.String reportId)
           
 Category[] LibraryContentManager.getAccessibleCategoryInfoListByCaller()
          Retrieves an array of Category objects that are accessible to the authenticated user.
 Category[] LibraryContentManager.getCategoryInfoList()
          Retrieves an array of Category objects.
 Category[] LibraryContentManager.getCategoryInfoListByOwner(java.lang.String owner)
          Retrieves an array of Category objects associated with a given ReportCaster user.
 

Methods in ibi.broker.api.cci with parameters of type Category
 Content[] LibraryContentManager.getAccessibleContentInfoList(java.lang.String owner, Category category)
          Retrieves value of the designated category as a Content[] object without versionList.
 Content[] LibraryContentManager.getAccessibleContentInfoList(java.lang.String owner, Category category, boolean isVersionList)
           
 Content[] LibraryContentManager.getAccessibleContentInfoListByCaller(Category category)
          Retrieves an array of all Content objects accessible by the authenticated user and associated with the given Category.
 Content[] LibraryContentManager.getContentInfoList(Category category)
          Retrieves an array of Content objects associated with the given Category.
 Content[] LibraryContentManager.getContentInfoList(Category category, boolean isVersionList)
           
 Content[] LibraryContentManager.getContentInfoListByCaller(Category category)
          Retrieves an array of Content objects identified with the given Category and owned by the current authenticated user.
 Content[] LibraryContentManager.getContentInfoListByOwner(java.lang.String owner, Category category)
          Retrieves an array of Content objects owned by the specified ReportCaster userid within the specified Category.
 

Uses of Category in ibi.broker.api.data.library
 

Methods in ibi.broker.api.data.library that return Category
 Category Content.getCategory()
           
 

Methods in ibi.broker.api.data.library with parameters of type Category
 void Content.setCategory(Category parent)
           
 

Uses of Category in ibi.broker.api.ws
 

Methods in ibi.broker.api.ws that return Category
 Category[] LibraryContentManagerClientSF.getAccessibleCategoryInfoList(java.lang.String owner)
           
 Category[] LibraryContentManagerClientSF.getAccessibleCategoryInfoListByCaller()
           
 Category[] LibraryContentManagerIF.getAccessibleCategoryInfoListByCaller(Authenticate authenticate)
           
 Category[] LibraryContentManagerWS.getAccessibleCategoryInfoListByCaller(Authenticate authenticate)
           
 Category[] LibraryContentManagerClientSF.getCategoryInfoList()
           
 Category[] LibraryContentManagerIF.getCategoryInfoList(Authenticate authenticate)
           
 Category[] LibraryContentManagerWS.getCategoryInfoList(Authenticate authenticate)
           
 Category[] LibraryContentManagerIF.getCategoryInfoListByOwner(Authenticate authenticate, java.lang.String owner)
           
 Category[] LibraryContentManagerWS.getCategoryInfoListByOwner(Authenticate authenticate, java.lang.String owner)
           
 Category[] LibraryContentManagerClientSF.getCategoryInfoListByOwner(java.lang.String owner)
           
 

Methods in ibi.broker.api.ws with parameters of type Category
 Content[] LibraryContentManagerClientSF.getAccessibleContentInfoList(java.lang.String owner, Category category)
           
 Content[] LibraryContentManagerIF.getAccessibleContentInfoListByCaller(Authenticate authenticate, Category category)
           
 Content[] LibraryContentManagerWS.getAccessibleContentInfoListByCaller(Authenticate authenticate, Category category)
           
 Content[] LibraryContentManagerClientSF.getAccessibleContentInfoListByCaller(Category category)
           
 Content[] LibraryContentManagerIF.getContentInfoList(Authenticate authenticate, Category category)
           
 Content[] LibraryContentManagerWS.getContentInfoList(Authenticate authenticate, Category category)
           
 Content[] LibraryContentManagerClientSF.getContentInfoList(Category category)
           
 Content[] LibraryContentManagerIF.getContentInfoListByCaller(Authenticate authenticate, Category category)
           
 Content[] LibraryContentManagerWS.getContentInfoListByCaller(Authenticate authenticate, Category category)
           
 Content[] LibraryContentManagerClientSF.getContentInfoListByCaller(Category category)
           
 Content[] LibraryContentManagerIF.getContentInfoListByOwner(Authenticate authenticate, java.lang.String owner, Category category)
           
 Content[] LibraryContentManagerWS.getContentInfoListByOwner(Authenticate authenticate, java.lang.String owner, Category category)
           
 Content[] LibraryContentManagerClientSF.getContentInfoListByOwner(java.lang.String owner, Category category)
           
 



Copyright © 2006 Information Builders, Incorporated.