| Package | Description |
|---|---|
| org.egov.commons | |
| org.egov.commons.dao | |
| org.egov.commons.repository | |
| org.egov.commons.service |
| Modifier and Type | Method and Description |
|---|---|
ObjectType |
ObjectHistory.getObjectType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectHistory.setObjectType(ObjectType objectType) |
| Modifier and Type | Method and Description |
|---|---|
ObjectType |
ObjectTypeDAO.getObjectType(int objType) |
ObjectType |
ObjectTypeDAO.getObjectType(String objTypeName) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectTypeDAO.createObjectType(ObjectType objectType) |
void |
ObjectTypeDAO.removeObjectType(ObjectType objectType) |
void |
ObjectTypeDAO.updateObjectType(ObjectType objectType) |
| Modifier and Type | Method and Description |
|---|---|
ObjectType |
ObjectTypeRepository.findByType(String type) |
| Modifier and Type | Method and Description |
|---|---|
ObjectType |
ObjectTypeService.getObjectTypeByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectTypeService.create(ObjectType objectType) |
void |
ObjectTypeService.delete(ObjectType objectType) |
void |
ObjectTypeService.update(ObjectType objectType) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.