91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 14.64MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2024-02-04
  • 語(yǔ)言: Java
  • 標(biāo)簽: 房屋租售??

資源簡(jiǎn)介

房屋租售管理系統(tǒng)后臺(tái)功能 本系統(tǒng)實(shí)現(xiàn)的功能主要包括:客戶管理,房源管理,資費(fèi)管理,合同管理, 收費(fèi)管理,租售管理(中心業(yè)務(wù))六個(gè)模塊,從平臺(tái)操作用戶的類型上課可以分 為基礎(chǔ)數(shù)據(jù)維護(hù)人員,中心業(yè)務(wù)處理人員,財(cái)務(wù)管理人員三類分別依次映射的功 能為:“客戶管理,房源管理”,“租售管理(中心業(yè)務(wù))”,“資費(fèi)管理,收費(fèi)管理”;客戶管理:對(duì)每個(gè)客戶進(jìn)行建檔,實(shí)現(xiàn)“一人一檔”,主要登記客戶名稱、 證件號(hào)碼、電話號(hào)碼、職業(yè)、工作單位、登記時(shí)間、是否入住等相關(guān)信息,可對(duì) 客戶進(jìn)行增刪改查。 房源管理:對(duì)每一所房源進(jìn)行建檔,實(shí)現(xiàn)“一房一檔”,主要是記錄房源的 房間編號(hào)、房間名稱、房間類型、房間面積、裝修情況、房間設(shè)施、業(yè)務(wù)類型、 房間的水表電表度數(shù)等相關(guān)信息,可對(duì)房源進(jìn)行增刪改查。

資源截圖

代碼片段和文件信息

package?com.dao;

import?java.util.List;
import?org.apache.commons.logging.Log;
import?org.apache.commons.logging.LogFactory;
import?org.hibernate.LockMode;
import?org.springframework.context.ApplicationContext;
import?org.springframework.orm.hibernate3.support.HibernateDaoSupport;

import?com.model.TAdmin;

/**
?*?Data?access?object?(DAO)?for?domain?model?class?TAdmin.
?*?
?*?@see?com.model.TAdmin
?*?@author?MyEclipse?Persistence?Tools
?*/

public?class?TAdminDAO?extends?HibernateDaoSupport?{
private?static?final?Log?log?=?LogFactory.getLog(TAdminDAO.class);

//?property?constants
public?static?final?String?USER_NAME?=?“userName“;

public?static?final?String?USER_PW?=?“userPw“;

protected?void?initDao()?{
//?do?nothing
}

public?void?save(TAdmin?transientInstance)?{
log.debug(“saving?TAdmin?instance“);
try?{
getHibernateTemplate().save(transientInstance);
log.debug(“save?successful“);
}?catch?(RuntimeException?re)?{
log.error(“save?failed“?re);
throw?re;
}
}

public?void?delete(TAdmin?persistentInstance)?{
log.debug(“deleting?TAdmin?instance“);
try?{
getHibernateTemplate().delete(persistentInstance);
log.debug(“delete?successful“);
}?catch?(RuntimeException?re)?{
log.error(“delete?failed“?re);
throw?re;
}
}

public?TAdmin?findById(java.lang.Integer?id)?{
log.debug(“getting?TAdmin?instance?with?id:?“?+?id);
try?{
TAdmin?instance?=?(TAdmin)?getHibernateTemplate().get(
“com.model.TAdmin“?id);
return?instance;
}?catch?(RuntimeException?re)?{
log.error(“get?failed“?re);
throw?re;
}
}

public?List?findByExample(TAdmin?instance)?{
log.debug(“finding?TAdmin?instance?by?example“);
try?{
List?results?=?getHibernateTemplate().findByExample(instance);
log.debug(“find?by?example?successful?result?size:?“
+?results.size());
return?results;
}?catch?(RuntimeException?re)?{
log.error(“find?by?example?failed“?re);
throw?re;
}
}

public?List?findByProperty(String?propertyName?object?value)?{
log.debug(“finding?TAdmin?instance?with?property:?“?+?propertyName
+?“?value:?“?+?value);
try?{
String?queryString?=?“from?TAdmin?as?model?where?model.“
+?propertyName?+?“=??“;
return?getHibernateTemplate().find(queryString?value);
}?catch?(RuntimeException?re)?{
log.error(“find?by?property?name?failed“?re);
throw?re;
}
}

public?List?findByUserName(object?userName)?{
return?findByProperty(USER_NAME?userName);
}

public?List?findByUserPw(object?userPw)?{
return?findByProperty(USER_PW?userPw);
}

public?List?findAll()?{
log.debug(“finding?all?TAdmin?instances“);
try?{
String?queryString?=?“from?TAdmin“;
return?getHibernateTemplate().find(queryString);
}?catch?(RuntimeException?re)?{
log.error(“find?all?failed“?re);
throw?re;
}
}

public?TAdmin?merge(TAdmin?detachedInstance)?{
log.debug(“

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件???????6584??2016-06-06?16:41??JSP房屋租售管理系統(tǒng)java+mysql+ssh\數(shù)據(jù)庫(kù)\db_fwzl.sql

?????文件???????3277??2018-03-17?16:57??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\.classpath

?????文件????????552??2016-06-06?16:41??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\.externalToolBuilders\org.eclipse.wst.common.project.facet.core.builder?(4).launch

?????文件????????548??2016-06-06?16:41??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\.externalToolBuilders\org.eclipse.wst.jsdt.core.javascriptValidator?(4).launch

?????文件????????566??2016-06-06?16:41??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\.myhibernatedata

?????文件????????285??2016-06-24?09:58??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\.mymetadata

?????文件???????2627??2016-06-06?16:41??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\.project

?????文件????????500??2016-06-06?16:41??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\.settings\.jsdtscope

?????文件????????137??2016-06-06?16:41??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\.settings\org.eclipse.core.resources.prefs

?????文件????????598??2016-06-24?09:58??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\.settings\org.eclipse.jdt.core.prefs

?????文件????????456??2016-06-06?16:41??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\.settings\org.eclipse.wst.common.component

?????文件????????252??2016-06-24?09:59??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\.settings\org.eclipse.wst.common.project.facet.core.xml

?????文件?????????49??2016-06-06?16:41??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\.settings\org.eclipse.wst.jsdt.ui.superType.container

?????文件??????????6??2016-06-06?16:41??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\.settings\org.eclipse.wst.jsdt.ui.superType.name

?????文件????????142??2016-06-06?16:41??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\.settings\org.springframework.ide.eclipse.beans.core.prefs

?????文件???????6741??2016-06-06?16:41??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\.settings\org.springframework.ide.eclipse.core.prefs

?????文件????????474??2016-06-06?16:41??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\.springBeans

?????文件???????3980??2016-06-06?16:41??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\src\com\dao\TAdminDAO.java

?????文件???????3797??2016-06-06?16:41??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\src\com\dao\TChushouDAO.java

?????文件???????3733??2016-06-06?16:41??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\src\com\dao\TChuzuDAO.java

?????文件???????3765??2016-06-06?16:41??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\src\com\dao\TLiuyanDAO.java

?????文件???????3765??2016-06-06?16:41??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\src\com\dao\TQiugouDAO.java

?????文件???????3733??2016-06-06?16:41??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\src\com\dao\TQiuzuDAO.java

?????文件???????3729??2016-06-06?16:41??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\src\com\dao\TUserDAO.java

?????文件????????782??2016-06-06?16:41??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\src\com\model\TAdmin.hbm.xml

?????文件????????887??2016-06-06?16:41??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\src\com\model\TAdmin.java

?????文件???????1815??2016-06-06?16:41??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\src\com\model\TChushou.hbm.xml

?????文件???????2740??2016-06-06?16:41??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\src\com\model\TChushou.java

?????文件???????1915??2016-06-06?16:41??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\src\com\model\TChuzu.hbm.xml

?????文件???????2732??2016-06-06?16:41??JSP房屋租售管理系統(tǒng)java+mysql+ssh\程序\fwzl\src\com\model\TChuzu.java

............此處省略913個(gè)文件信息

評(píng)論

共有 條評(píng)論