| 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 |
|---|---|
SubCatEntity |
SubCatDAO.getSubCatByonemail(String email) |
| Modifier and Type | Method and Description |
|---|---|
List<SubCatEntity> |
SubCatDAO.getSubCatByCatId(String catId,
int offset,
int limit) |
List<SubCatEntity> |
SubCatDAO.getSubCatByGc(Long gc,
int offset,
int limit) |
List<SubCatEntity> |
SubCatDAO.getSubCatBymail(String email,
int offset,
int limit) |
List<SubCatEntity> |
SubCatDAO.getSubCatBySubId(String subId,
int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
UsersRestService.inviteByMailSub(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.ws.rs.core.UriInfo uriInfo,
List<SubCatEntity> usersIn) |
| Modifier and Type | Method and Description |
|---|---|
SubCatEntity |
SubCatStorage.createSubCat(String subcatId,
CategoryEntity cat,
SubContractorEntity sub,
String subRank) |
SubCatEntity |
SubCatStorage.createSubCat(String subId,
String catId,
SubContractorEntity userProfile,
String subRank,
String catAbrDesc,
String catFullDesc,
String catCsiDesc) |
SubCatEntity |
SubCatStorage.getSubCat(String subCatName) |
| Modifier and Type | Method and Description |
|---|---|
List<SubCatEntity> |
SubCatStorage.getSubCatsByCatId(String catId,
int offset,
int limit) |
List<SubCatEntity> |
SubCatStorage.getSubCatsBySubId(String subId,
int offset,
int limit) |
List<SubCatEntity> |
SubCatStorage.subCatSearch(boolean isVendor,
String searchCondition,
List<String> SearchConditions,
List<SubCatEntity> excluded,
List<SubCatEntity> include,
String orderBy,
String order,
long offset,
long limit) |
| Modifier and Type | Method and Description |
|---|---|
ProjectSubEntity |
ProjectSubRelationShipStorage.createProjectSubRelationShip(SubCatEntity subCat,
String projectId,
String status,
String note,
String relrank,
String bidScoped) |
ProjectSubEntity |
ProjectSubRelationShipStorage.updateProjectSubRelationShip(String relationName,
SubCatEntity subCat,
String status,
String note,
String bid,
String relrank,
String bidScoped) |
void |
SubGcStorage.updateSubCat(String id,
SubCatEntity subCatEntity,
GeneralContractorEntity generalContractorEntity) |
| Modifier and Type | Method and Description |
|---|---|
List<SubCatEntity> |
SubCatStorage.subCatSearch(boolean isVendor,
String searchCondition,
List<String> SearchConditions,
List<SubCatEntity> excluded,
List<SubCatEntity> include,
String orderBy,
String order,
long offset,
long limit) |
List<SubCatEntity> |
SubCatStorage.subCatSearch(boolean isVendor,
String searchCondition,
List<String> SearchConditions,
List<SubCatEntity> excluded,
List<SubCatEntity> include,
String orderBy,
String order,
long offset,
long limit) |
int |
SubCatStorage.subCatSearchCount(boolean isVendor,
String searchCondition,
List<String> SearchConditions,
List<SubCatEntity> excluded,
List<SubCatEntity> include) |
int |
SubCatStorage.subCatSearchCount(boolean isVendor,
String searchCondition,
List<String> SearchConditions,
List<SubCatEntity> excluded,
List<SubCatEntity> include) |
| Modifier and Type | Method and Description |
|---|---|
SubCatEntity |
SubCatStorageImpl.createSubCat(String subcatId,
CategoryEntity cat,
SubContractorEntity sub,
String subRank) |
SubCatEntity |
SubCatStorageImpl.createSubCat(String subId,
String catId,
SubContractorEntity userProfile,
String subRank,
String catAbrDesc,
String catFullDesc,
String catCsiDesc) |
SubCatEntity |
SubCatStorageImpl.getSubCat(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<SubCatEntity> |
SubCatStorageImpl.getSubCatsByCatId(String catId,
int offset,
int limit) |
List<SubCatEntity> |
SubCatStorageImpl.getSubCatsBySubId(String subId,
int offset,
int limit) |
List<SubCatEntity> |
SubCatStorageImpl.subCatSearch(boolean isVendor,
String searchCondition,
List<String> SearchConditions,
List<SubCatEntity> excluded,
List<SubCatEntity> include,
String orderBy,
String order,
long offset,
long limit) |
| Modifier and Type | Method and Description |
|---|---|
ProjectSubEntity |
ProjectSubRelationShipStorageImpl.createProjectSubRelationShip(SubCatEntity subCat,
String projectId,
String status,
String note,
String relrank,
String bidScoped) |
ProjectSubEntity |
ProjectSubRelationShipStorageImpl.updateProjectSubRelationShip(String SubCatProjectID,
SubCatEntity subCat,
String status,
String note,
String bid,
String relrank,
String bidScoped) |
void |
SubGcStorageImpl.updateSubCat(String id,
SubCatEntity subCatEntity,
GeneralContractorEntity generalContractorEntity) |
| Modifier and Type | Method and Description |
|---|---|
List<SubCatEntity> |
SubCatStorageImpl.subCatSearch(boolean isVendor,
String searchCondition,
List<String> SearchConditions,
List<SubCatEntity> excluded,
List<SubCatEntity> include,
String orderBy,
String order,
long offset,
long limit) |
List<SubCatEntity> |
SubCatStorageImpl.subCatSearch(boolean isVendor,
String searchCondition,
List<String> SearchConditions,
List<SubCatEntity> excluded,
List<SubCatEntity> include,
String orderBy,
String order,
long offset,
long limit) |
int |
SubCatStorageImpl.subCatSearchCount(boolean isVendor,
String searchCondition,
List<String> SearchConditions,
List<SubCatEntity> excluded,
List<SubCatEntity> include) |
int |
SubCatStorageImpl.subCatSearchCount(boolean isVendor,
String searchCondition,
List<String> SearchConditions,
List<SubCatEntity> excluded,
List<SubCatEntity> include) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.