@Service @Transactional(readOnly=true) public class FinancialUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
VOUCHER_SUBTYPES |
| Constructor and Description |
|---|
FinancialUtils() |
| Modifier and Type | Method and Description |
|---|---|
AccountCodePurpose |
getAccountCodePurposeById(Long id) |
String |
getApproverDetails(String workFlowAction,
org.egov.infra.workflow.entity.State state,
Long id,
Long approvalPosition) |
String |
getApproverName(Long approvalPosition) |
Long |
getApproverPosition(String designationName,
org.egov.infra.workflow.entity.State state,
Long createdById) |
org.hibernate.Session |
getCurrentSession() |
List<HashMap<String,Object>> |
getHistory(org.egov.infra.workflow.entity.State state,
List<org.egov.infra.workflow.entity.StateHistory> history) |
org.egov.commons.EgwStatus |
getStatusById(Integer id) |
List<org.egov.commons.EgwStatus> |
getStatusByModule(String moduleType) |
org.egov.commons.EgwStatus |
getStatusByModuleAndCode(String moduleType,
String code) |
boolean |
isBillEditable(org.egov.infra.workflow.entity.State state) |
public org.hibernate.Session getCurrentSession()
@Transactional(propagation=REQUIRES_NEW,
readOnly=true)
public org.egov.commons.EgwStatus getStatusByModuleAndCode(String moduleType,
String code)
@Transactional(propagation=REQUIRES_NEW,
readOnly=true)
public List<org.egov.commons.EgwStatus> getStatusByModule(String moduleType)
@Transactional(propagation=REQUIRES_NEW,
readOnly=true)
public org.egov.commons.EgwStatus getStatusById(Integer id)
public String getApproverDetails(String workFlowAction, org.egov.infra.workflow.entity.State state, Long id, Long approvalPosition)
public Long getApproverPosition(String designationName, org.egov.infra.workflow.entity.State state, Long createdById)
public boolean isBillEditable(org.egov.infra.workflow.entity.State state)
public List<HashMap<String,Object>> getHistory(org.egov.infra.workflow.entity.State state, List<org.egov.infra.workflow.entity.StateHistory> history)
public AccountCodePurpose getAccountCodePurposeById(Long id)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.