@Repository public class PositionMasterDAO extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static org.apache.log4j.Logger |
LOGGER |
| Constructor and Description |
|---|
PositionMasterDAO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkDuplication(String positionName,
String className) |
void |
createPositionMaster(org.egov.pims.commons.Position position) |
org.hibernate.Session |
getCurrentSession() |
org.egov.pims.commons.Position |
getPosition(int posId) |
Integer |
getPositionIdByPositionName(String positionName) |
void |
removePosition(org.egov.pims.commons.Position position) |
void |
updatePosition(org.egov.pims.commons.Position position) |
public org.hibernate.Session getCurrentSession()
public void createPositionMaster(org.egov.pims.commons.Position position)
public void updatePosition(org.egov.pims.commons.Position position)
public void removePosition(org.egov.pims.commons.Position position)
public org.egov.pims.commons.Position getPosition(int posId)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.