| Modifier and Type | Method and Description |
|---|---|
String |
ContractorCodeGenerator.getNextNumber(Contractor contractor) |
| Modifier and Type | Method and Description |
|---|---|
String |
ContractorCodeGeneratorImpl.getNextNumber(Contractor contractor) |
| Modifier and Type | Method and Description |
|---|---|
Contractor |
ContractorFormatter.parse(String id,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
String |
ContractorFormatter.print(Contractor object,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
Contractor |
ContractorDetail.getContractor() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContractorDetail.setContractor(Contractor contractor) |
| Modifier and Type | Method and Description |
|---|---|
Contractor |
ContractorRepository.findByCodeIgnoreCase(String code) |
| Modifier and Type | Method and Description |
|---|---|
Contractor |
ContractorService.createContractor(Contractor contractor) |
Contractor |
ContractorService.getContractorByCode(String code) |
Contractor |
ContractorService.getContractorById(Long contractorId) |
Contractor |
ContractorService.save(Contractor contractor) |
Contractor |
ContractorService.updateContractor(Contractor contractor) |
| Modifier and Type | Method and Description |
|---|---|
List<Contractor> |
ContractorService.filterActiveEntities(String filterKey,
int maxRecords,
Integer accountDetailTypeId) |
List<Contractor> |
ContractorService.filterActiveEntitiesByCode(String filterKey,
int maxRecords,
Integer accountDetailTypeId) |
List<Contractor> |
ContractorService.getAllActiveEntities(Integer accountDetailTypeId) |
List<Contractor> |
ContractorService.getAllContractors() |
List<Contractor> |
ContractorService.getContractorListForCriterias(Map<String,Object> criteriaMap) |
List<Contractor> |
ContractorService.getContractorsByCode(String queryString) |
List<Contractor> |
ContractorService.getContractorsByCodeOrName(String queryString) |
List<Contractor> |
ContractorService.getEntitiesById(List<Long> idsList) |
List<Contractor> |
ContractorService.validateEntityForRTGS(List<Long> idsList) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContractorService.createAccountDetailKey(Contractor cont) |
Contractor |
ContractorService.createContractor(Contractor contractor) |
String |
ContractorService.generateContractorCode(Contractor contractor) |
Contractor |
ContractorService.save(Contractor contractor) |
Contractor |
ContractorService.updateContractor(Contractor contractor) |
| Modifier and Type | Method and Description |
|---|---|
Contractor |
TenderResponseContractors.getContractor() |
Contractor |
TenderResponseQuotes.getContractor() |
| Modifier and Type | Method and Description |
|---|---|
void |
TenderResponseContractors.setContractor(Contractor contractor) |
void |
TenderResponseQuotes.setContractor(Contractor contractor) |
| Modifier and Type | Method and Description |
|---|---|
Contractor |
WorkProgressRegister.getContractor() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkProgressRegister.setContractor(Contractor contractor) |
| Modifier and Type | Method and Description |
|---|---|
Contractor |
WorkOrder.getContractor() |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkOrder.setContractor(Contractor contractor) |
| Modifier and Type | Method and Description |
|---|---|
List<Contractor> |
WorkOrderEstimateRepository.findContractorByWorkOrderStatus(String contractorname,
String workOrderStatus,
String offlineStatus,
String objectType) |
List<Contractor> |
WorkOrderEstimateRepository.findContractorsByWorkOrderStatus(String contractorname,
String workOrderStatus) |
| Modifier and Type | Method and Description |
|---|---|
List<Contractor> |
WorkOrderEstimateService.findContractorsByWorkOrderStatus(String code) |
List<Contractor> |
WorkOrderEstimateService.getContractorsByWorkOrderStatus(String contractorNameCode) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.