| Package | Description |
|---|---|
| org.exoplatform.ps.DAO | |
| org.exoplatform.ps.entity | |
| org.exoplatform.ps.storage.api | |
| org.exoplatform.ps.storage.impl |
| Modifier and Type | Method and Description |
|---|---|
List<SubContractorEntity> |
SubContractorDAO.getAll(int offset,
int limit) |
List<SubContractorEntity> |
SubContractorDAO.getcompany(int offset,
int limit) |
List<SubContractorEntity> |
SubGcDAO.getSubsByGc(Long gcId,
int offset,
int limit) |
| Constructor and Description |
|---|
SubGcEntity(SubContractorEntity subContractor,
GeneralContractorEntity generalcontractor) |
SubStaffCompanyEntity(SubContractorEntity subContractorEntity,
String userid) |
| Modifier and Type | Method and Description |
|---|---|
SubContractorEntity |
SubUserInfoStorage.convert(SubContractor user) |
SubContractorEntity |
SubUserInfoStorage.createSubUserInfo(String userId,
SubContractor userProfil) |
SubContractorEntity |
SubUserInfoStorage.getSubUserInfo(String userId) |
SubContractorEntity |
SubUserInfoStorage.updateSubUserInfo(String userId,
SubContractor userProfil) |
| Modifier and Type | Method and Description |
|---|---|
List<SubContractorEntity> |
SubUserInfoStorage.getSubUserInfoByCompanyNameAndDisplayName(String displayName,
String companyName,
int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
SubContractor |
SubUserInfoStorage.convert(SubContractorEntity subContractorEntity) |
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) |
SubCompanyEntity |
SubCompanyStorage.createSubCompany(Long id,
SubContractorEntity subContractorEntity,
String firstName,
String lastName) |
SubGcEntity |
SubGcStorage.createSubGc(SubContractorEntity subCatEntity,
GeneralContractorEntity generalContractorEntity) |
void |
SubCatStorage.updateSubCat(String subCatName,
SubContractorEntity userProfile,
String subRank) |
SubCompanyEntity |
SubCompanyStorage.updateSubCompany(Long id,
SubContractorEntity subContractorEntity,
String firstName,
String lastName) |
| Modifier and Type | Method and Description |
|---|---|
SubContractorEntity |
SubUserInfoStorageImpl.convert(SubContractor user) |
SubContractorEntity |
SubUserInfoStorageImpl.createSubUserInfo(String userId,
SubContractor userProfile) |
SubContractorEntity |
SubUserInfoStorageImpl.getSubUserInfo(String userId) |
SubContractorEntity |
SubUserInfoStorageImpl.updateSubUserInfo(String userId,
SubContractor userProfile) |
| Modifier and Type | Method and Description |
|---|---|
List<SubContractorEntity> |
SubUserInfoStorageImpl.getSubUserInfoByCompanyNameAndDisplayName(String displayName,
String companyName,
int offset,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
SubContractor |
SubUserInfoStorageImpl.convert(SubContractorEntity subContractorEntity) |
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) |
SubCompanyEntity |
SubCompanyStorageImpl.createSubCompany(Long id,
SubContractorEntity subContractorEntity,
String firstName,
String lastName) |
SubGcEntity |
SubGcStorageImpl.createSubGc(SubContractorEntity subContractorEntity,
GeneralContractorEntity generalContractorEntity) |
void |
SubCatStorageImpl.updateSubCat(String subCatName,
SubContractorEntity userProfile,
String subRank) |
SubCompanyEntity |
SubCompanyStorageImpl.updateSubCompany(Long id,
SubContractorEntity subContractorEntity,
String firstName,
String lastName) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.