public class PropertyDemolitionService extends org.egov.infstr.services.PersistenceService<PropertyImpl,Long>
| Constructor and Description |
|---|
PropertyDemolitionService() |
PropertyDemolitionService(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 |
getUserAssignment(org.egov.infra.admin.master.entity.User user,
Property property) |
org.egov.eis.entity.Assignment |
getUserAssignmentOnReject(String loggedInUserDesignation,
PropertyImpl property) |
org.egov.eis.entity.Assignment |
getWfInitiator(PropertyImpl property) |
void |
saveProperty(Property oldProperty,
Property newProperty,
Character status,
String comments,
String workFlowAction,
Long approverPosition,
String additionalRule) |
void |
updateProperty(Property newProperty,
String comments,
String workFlowAction,
Long approverPosition,
String additionalRule) |
void |
validateAssignmentForCscUser(Property property,
org.springframework.validation.BindingResult errors) |
void |
validateProperty(Property property,
org.springframework.validation.BindingResult errors,
javax.servlet.http.HttpServletRequest request) |
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 PropertyDemolitionService()
public PropertyDemolitionService(Class<PropertyImpl> type)
@Transactional public void saveProperty(Property oldProperty, Property newProperty, Character status, String comments, String workFlowAction, Long approverPosition, String additionalRule) throws TaxCalculatorExeption
TaxCalculatorExeptionpublic void updateProperty(Property newProperty, String comments, String workFlowAction, Long approverPosition, String additionalRule)
public org.egov.eis.entity.Assignment getUserAssignment(org.egov.infra.admin.master.entity.User user,
Property property)
public void validateProperty(Property property, org.springframework.validation.BindingResult errors, javax.servlet.http.HttpServletRequest request)
public void validateAssignmentForCscUser(Property property, org.springframework.validation.BindingResult errors)
public void addModelAttributes(org.springframework.ui.Model model,
BasicProperty basicProperty)
public org.egov.eis.entity.Assignment getUserAssignmentOnReject(String loggedInUserDesignation, PropertyImpl property)
public String getLoggedInUserDesignation(Long posId, org.egov.infra.admin.master.entity.User user)
public org.egov.eis.entity.Assignment getWfInitiator(PropertyImpl property)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.