Uses of Class
com.collabnet.ce.soap60.webservices.categorization.CategorySoapList
Packages that use CategorySoapList
-
Uses of CategorySoapList in com.collabnet.ce.soap60.webservices.categorization
Methods in com.collabnet.ce.soap60.webservices.categorization that return CategorySoapListModifier and TypeMethodDescriptionCategorizationAppSoap.getAllCategories
(String sessionId) Returns a list of all categories.CategorizationAppSoapMockStub.getAllCategories
(String sessionId) Simulate a call to getAllCategoriesCategorizationAppSoapStub.getAllCategories
(String sessionId) ICategorizationAppSoap.getAllCategories
(String sessionId) Returns a list of all categories.CategorizationAppSoap.getProjectCategories
(String sessionId, String projectId) Returns a list of categories the project belongs toCategorizationAppSoapMockStub.getProjectCategories
(String sessionId, String projectId) Simulate a call to getProjectCategoriesCategorizationAppSoapStub.getProjectCategories
(String sessionId, String projectId) ICategorizationAppSoap.getProjectCategories
(String sessionId, String projectId) Returns a list of categories the project belongs toCategorizationAppSoap.getSubcategories
(String sessionId, String categoryId, boolean recursive) Returns a list of subcategories to the specified category.CategorizationAppSoapMockStub.getSubcategories
(String sessionId, String categoryId, boolean recursive) Simulate a call to getSubcategoriesCategorizationAppSoapStub.getSubcategories
(String sessionId, String categoryId, boolean recursive) ICategorizationAppSoap.getSubcategories
(String sessionId, String categoryId, boolean recursive) Returns a list of subcategories to the specified category.