@Service @Transactional public class TaxExemptionService extends org.egov.infstr.services.PersistenceService<PropertyImpl,Long>
| Constructor and Description |
|---|
TaxExemptionService() |
TaxExemptionService(Class<PropertyImpl> type) |
| Modifier and Type | Method and Description |
|---|---|
void |
addModelAttributes(org.springframework.ui.Model model,
BasicProperty basicProperty) |
void |
buildSMS(Property property,
String workFlowAction) |
String |
getLoggedInUserDesignation(Long posId,
org.egov.infra.admin.master.entity.User user) |
org.egov.eis.entity.Assignment |
getUserAssignmentOnReject(String loggedInUserDesignation,
PropertyImpl property) |
org.egov.eis.entity.Assignment |
getWfInitiator(PropertyImpl property) |
Boolean |
isPropertyByEmployee(Property property) |
BasicProperty |
saveProperty(Property newProperty,
Property oldProperty,
Character status,
String approvalComment,
String workFlowAction,
Long approvalPosition,
String taxExemptedReason,
Boolean propertyByEmployee,
String additionalRule) |
BasicProperty |
saveProperty(Property newProperty,
Property oldProperty,
Character status,
String approvalComment,
String workFlowAction,
Long approvalPosition,
String taxExemptedReason,
Boolean propertyByEmployee,
String additionalRule,
HashMap<String,String> meesevaParams) |
void |
updateProperty(Property newProperty,
String comments,
String workFlowAction,
Long approverPosition,
Boolean propertyByEmployee,
String additionalRule) |
addFilterCriteriaForObject, addIndexparams, applyAuditing, applyAuditing, create, delete, find, find, findAll, findAll, findAllBy, findAllByNamedQuery, findByExample, findById, findById, findByIdWithJoinFetch, findByNamedQuery, findPageBy, findPageByNamedQuery, getNamedQuery, getSession, getType, load, merge, persist, update, validate, validateModelpublic TaxExemptionService()
public TaxExemptionService(Class<PropertyImpl> type)
@Transactional public BasicProperty saveProperty(Property newProperty, Property oldProperty, Character status, String approvalComment, String workFlowAction, Long approvalPosition, String taxExemptedReason, Boolean propertyByEmployee, String additionalRule)
@Transactional public void updateProperty(Property newProperty, String comments, String workFlowAction, Long approverPosition, Boolean propertyByEmployee, String additionalRule)
public void addModelAttributes(org.springframework.ui.Model model,
BasicProperty basicProperty)
public BasicProperty saveProperty(Property newProperty, Property oldProperty, Character status, String approvalComment, String workFlowAction, Long approvalPosition, String taxExemptedReason, Boolean propertyByEmployee, String additionalRule, HashMap<String,String> meesevaParams)
public String getLoggedInUserDesignation(Long posId, org.egov.infra.admin.master.entity.User user)
public org.egov.eis.entity.Assignment getUserAssignmentOnReject(String loggedInUserDesignation, PropertyImpl property)
public org.egov.eis.entity.Assignment getWfInitiator(PropertyImpl property)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.