public interface WorksPackageService extends BaseService<WorksPackage,Long>
| Modifier and Type | Method and Description |
|---|---|
List<AbstractEstimate> |
getAbStractEstimateListByWorksPackage(WorksPackage entity) |
Collection<EstimateLineItemsForWP> |
getActivitiesForEstimate(WorksPackage wpObj) |
double |
getTotalAmount(Collection<EstimateLineItemsForWP> actList) |
List<Object> |
getWorksPackageDetails(Long estimateId)
This function returns list of Objects containing worksPackage Id and worksPackage number.
|
WorksPackage |
getWorksPackageForAbstractEstimate(AbstractEstimate estimate) |
void |
setWorksPackageNumber(WorksPackage entity,
org.egov.commons.CFinancialYear finYear) |
create, delete, find, find, findAll, findAllBy, findAllByNamedQuery, findByExample, findById, findByNamedQuery, getCurrentFinancialYear, merge, persist, updatevoid setWorksPackageNumber(WorksPackage entity, org.egov.commons.CFinancialYear finYear)
List<AbstractEstimate> getAbStractEstimateListByWorksPackage(WorksPackage entity)
Collection<EstimateLineItemsForWP> getActivitiesForEstimate(WorksPackage wpObj)
double getTotalAmount(Collection<EstimateLineItemsForWP> actList)
WorksPackage getWorksPackageForAbstractEstimate(AbstractEstimate estimate)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.