| Package | Description |
|---|---|
| org.exoplatform.ps.DAO | |
| org.exoplatform.ps.rest | |
| org.exoplatform.ps.storage.api | |
| org.exoplatform.ps.storage.impl |
| Modifier and Type | Method and Description |
|---|---|
List<CategoryEntity> |
CategoryDAO.getAll(int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
UsersRestService.createCats(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.ws.rs.core.UriInfo uriInfo,
CategoryEntity[] cats) |
| Modifier and Type | Method and Description |
|---|---|
CategoryEntity |
BBCategoryStorage.convert(Category category) |
CategoryEntity |
BBCategoryStorage.createBBCategory(String id,
String catCsiDesc,
String catAbrDesc,
String catFullDesc,
String groupIdn) |
CategoryEntity |
BBCategoryStorage.getBBCategory(String catId) |
| Modifier and Type | Method and Description |
|---|---|
List<CategoryEntity> |
BBCategoryStorage.getBBCategories(int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
Category |
BBCategoryStorage.convert(CategoryEntity category) |
SubCatEntity |
SubCatStorage.createSubCat(String subcatId,
CategoryEntity cat,
SubContractorEntity sub,
String subRank) |
| Modifier and Type | Method and Description |
|---|---|
CategoryEntity |
BBCategoryStorageImpl.convert(Category category) |
CategoryEntity |
BBCategoryStorageImpl.createBBCategory(String catId,
String catCsiDesc,
String catAbrDesc,
String catFullDesc,
String groupIdn) |
CategoryEntity |
BBCategoryStorageImpl.getBBCategory(String catId) |
| Modifier and Type | Method and Description |
|---|---|
List<CategoryEntity> |
BBCategoryStorageImpl.getBBCategories(int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
Category |
BBCategoryStorageImpl.convert(CategoryEntity categoryEntity) |
SubCatEntity |
SubCatStorageImpl.createSubCat(String subcatId,
CategoryEntity cat,
SubContractorEntity sub,
String subRank) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.