public class WorksService extends Object
| Constructor and Description |
|---|
WorksService() |
| Modifier and Type | Method and Description |
|---|---|
void |
createAccountDetailKey(Long id,
String type) |
org.egov.commons.Accountdetailtype |
getAccountdetailtypeByName(String name) |
List<org.egov.infra.admin.master.entity.Department> |
getAllDeptmentsForLoggedInUser() |
List<org.egov.infra.admin.master.entity.AppConfigValues> |
getAppConfigValue(String moduleName,
String key)
This method will return the value in AppConfigValue table for the given module and key.
|
org.egov.infra.admin.master.entity.User |
getCurrentLoggedInUser() |
Long |
getCurrentLoggedInUserId() |
String |
getEmpNameDesignation(org.egov.pims.commons.Position position,
Date date) |
Map<String,Integer> |
getExceptionSOR() |
org.egov.commons.CFinancialYear |
getFinancialYearByDate(Date asOnDate) |
org.egov.eis.entity.Assignment |
getLatestAssignmentForCurrentLoginUser() |
Collection<Date> |
getStatusDateDetails(Date[] statusDates) |
Collection<String> |
getStatusNameDetails(String[] statusNames) |
List<String> |
getTendertypeList() |
String |
getWorksConfigValue(String key) |
List |
getWorksRoles() |
void |
setPersistenceService(org.egov.infstr.services.PersistenceService persistenceService) |
String |
toCurrency(double money) |
boolean |
validateWorkflowForUser(org.egov.infra.workflow.entity.StateAware wfObj,
org.egov.infra.admin.master.entity.User user) |
public List<org.egov.infra.admin.master.entity.AppConfigValues> getAppConfigValue(String moduleName, String key)
moduleName - key - public org.egov.commons.Accountdetailtype getAccountdetailtypeByName(String name)
public String getEmpNameDesignation(org.egov.pims.commons.Position position, Date date)
public List getWorksRoles()
public boolean validateWorkflowForUser(org.egov.infra.workflow.entity.StateAware wfObj,
org.egov.infra.admin.master.entity.User user)
public Long getCurrentLoggedInUserId()
public org.egov.infra.admin.master.entity.User getCurrentLoggedInUser()
public List<org.egov.infra.admin.master.entity.Department> getAllDeptmentsForLoggedInUser()
public void setPersistenceService(org.egov.infstr.services.PersistenceService persistenceService)
public String toCurrency(double money)
public Collection<String> getStatusNameDetails(String[] statusNames)
public Collection<Date> getStatusDateDetails(Date[] statusDates)
public org.egov.eis.entity.Assignment getLatestAssignmentForCurrentLoginUser()
public org.egov.commons.CFinancialYear getFinancialYearByDate(Date asOnDate)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.