| Package | Description |
|---|---|
| org.egov.commons | |
| org.egov.commons.dao | |
| org.egov.commons.formatters | |
| org.egov.commons.repository | |
| org.egov.commons.service |
| Modifier and Type | Method and Description |
|---|---|
EgwTypeOfWork |
EgwTypeOfWork.getParentid() |
| Modifier and Type | Method and Description |
|---|---|
Set<EgwTypeOfWork> |
EgPartytype.getEgwTypeofworks() |
| Modifier and Type | Method and Description |
|---|---|
void |
EgwTypeOfWork.setParentid(EgwTypeOfWork parentid) |
| Modifier and Type | Method and Description |
|---|---|
void |
EgPartytype.setEgwTypeofworks(Set<EgwTypeOfWork> egwTypeofworks) |
| Constructor and Description |
|---|
EgPartytype(EgPartytype egPartytype,
String code,
String description,
BigDecimal createdby,
Date createddate,
BigDecimal lastmodifiedby,
Date lastmodifieddate,
Set<EgwTypeOfWork> egwTypeofworks,
Set<EgPartytype> egPartytypes) |
| Modifier and Type | Method and Description |
|---|---|
EgwTypeOfWork |
EgwTypeOfWorkHibernateDAO.findByCode(String code) |
EgwTypeOfWork |
EgwTypeOfWorkHibernateDAO.getTypeOfWorkById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<EgwTypeOfWork> |
EgwTypeOfWorkHibernateDAO.getAllParentOrderByCode() |
List<EgwTypeOfWork> |
EgwTypeOfWorkHibernateDAO.getTypeOfWorkDetailFilterBy(String code,
String parentCode,
String description) |
List<EgwTypeOfWork> |
EgwTypeOfWorkHibernateDAO.getTypeOfWorkDetailFilterByParty(String code,
String parentCode,
String description,
String partyTypeCode) |
List<EgwTypeOfWork> |
EgwTypeOfWorkHibernateDAO.getTypeOfWorkForPartyTypeContractor() |
| Modifier and Type | Method and Description |
|---|---|
EgwTypeOfWork |
EgwTypeOfWorkFormatter.parse(String id,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
String |
EgwTypeOfWorkFormatter.print(EgwTypeOfWork object,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
EgwTypeOfWork |
TypeOfWorkRepository.findByCodeIgnoreCase(String code) |
| Modifier and Type | Method and Description |
|---|---|
List<EgwTypeOfWork> |
TypeOfWorkRepository.findByNameContainingIgnoreCase(String name) |
List<EgwTypeOfWork> |
TypeOfWorkRepository.findByParentid_idAndEgPartytype_codeContainingIgnoreCaseAndActiveTrueOrderByName(Long parentid,
String partyTypeCode) |
List<EgwTypeOfWork> |
TypeOfWorkRepository.findByParentid_idIsNullAndEgPartytype_codeContainingIgnoreCaseAndActiveTrueOrderByName(String partyTypeCode) |
List<EgwTypeOfWork> |
TypeOfWorkRepository.findByParentidAndEgPartytype(Long parentId,
String partyTypeCode) |
List<EgwTypeOfWork> |
TypeOfWorkRepository.findByPartyType(String partyTypeCode) |
| Modifier and Type | Method and Description |
|---|---|
EgwTypeOfWork |
TypeOfWorkService.create(EgwTypeOfWork typeOfWork) |
EgwTypeOfWork |
TypeOfWorkService.getTypeOfWorkByCode(String code) |
EgwTypeOfWork |
TypeOfWorkService.getTypeOfWorkById(Long typeOfWorkId) |
EgwTypeOfWork |
TypeOfWorkService.update(EgwTypeOfWork typeOfWork) |
| Modifier and Type | Method and Description |
|---|---|
List<EgwTypeOfWork> |
TypeOfWorkService.findAll() |
List<EgwTypeOfWork> |
TypeOfWorkService.getActiveSubTypeOfWorksByParentIdAndPartyType(Long parentid,
String partyTypeCode) |
List<EgwTypeOfWork> |
TypeOfWorkService.getActiveTypeOfWorksByPartyType(String partyTypeCode) |
List<EgwTypeOfWork> |
TypeOfWorkService.getByParentidAndEgPartytype(Long parentId,
String partyTypeCode) |
List<EgwTypeOfWork> |
TypeOfWorkService.getTypeOfWorkByPartyType(String partyTypeCode) |
List<EgwTypeOfWork> |
TypeOfWorkService.searchSubTypeOfWorkToView(TypeOfWorkSearchRequest typeOfWorkSearchRequest) |
List<EgwTypeOfWork> |
TypeOfWorkService.searchTypeOfWorkToView(TypeOfWorkSearchRequest searchRequestTypeOfWork) |
| Modifier and Type | Method and Description |
|---|---|
EgwTypeOfWork |
TypeOfWorkService.create(EgwTypeOfWork typeOfWork) |
EgwTypeOfWork |
TypeOfWorkService.update(EgwTypeOfWork typeOfWork) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.