資源簡介
ssh汽車銷售系統(tǒng).rar
代碼片段和文件信息
package?com.svse.action;
import?java.util.ArrayList;
import?java.util.List;
import?com.svse.entity.TClient;
import?com.svse.entity.TEmp;
import?com.svse.impl.LevelImpl;
import?com.svse.service.ClientService;
import?com.svse.service.EmpService;
import?com.svse.service.LevelService;
import?com.svse.service.PartService;
import?com.svse.util.MyPage;
public?class?ClientAction?{
//?分頁調(diào)用工具類
private?MyPage?page?=?new?MyPage();
//?權(quán)限
private?LevelService?levelService?=?new?LevelImpl();
private?ClientService?clientService;
private?EmpService?empService;
private?Integer?eid;//?員工編號(hào)
private?Integer?cid;//?客戶編號(hào)
private?TClient?client;
private?List?clientList;
private?List?partList;
private?List?empList;
private?Integer?current;?//?分頁當(dāng)前在第幾頁
//?返回的參數(shù)
private?Integer?result;
public?List?getPartList()?{
return?partList;
}
public?void?setPartList(List?partList)?{
this.partList?=?partList;
}
public?List?getEmpList()?{
return?empList;
}
public?void?setEmpList(List?empList)?{
this.empList?=?empList;
}
public?EmpService?getEmpService()?{
return?empService;
}
public?void?setEmpService(EmpService?empService)?{
this.empService?=?empService;
}
public?Integer?getCurrent()?{
return?current;
}
public?void?setCurrent(Integer?current)?{
this.current?=?current;
}
public?Integer?getCid()?{
return?cid;
}
public?void?setCid(Integer?cid)?{
this.cid?=?cid;
}
public?Integer?getResult()?{
return?result;
}
public?void?setResult(Integer?result)?{
this.result?=?result;
}
public?TClient?getClient()?{
return?client;
}
public?void?setClient(TClient?client)?{
this.client?=?client;
}
public?Integer?getEid()?{
return?eid;
}
public?void?setEid(Integer?eid)?{
this.eid?=?eid;
}
@SuppressWarnings(“unchecked“)
public?List?getClientList()?{
return?clientList;
}
@SuppressWarnings(“unchecked“)
public?void?setClientList(List?clientList)?{
this.clientList?=?clientList;
}
public?ClientService?getClientService()?{
return?clientService;
}
public?void?setClientService(ClientService?clientService)?{
this.clientService?=?clientService;
}
//?根據(jù)員工編號(hào)獲取客戶信息
@SuppressWarnings(“unchecked“)
public?String?getClientByEid()?{
int?pages?=?10;//?單頁的數(shù)據(jù)量
current?=?current?==?null???1?:?current;
int?allcount?=?this.clientService.getClientCountByEid(eid);
int?allpages?=?page.getAllCount(allcount?pages);
int?up?=?page.getUp(current);
int?next?=?page.getNext(current?allpages);
current?=?current?>?allpages???allpages?:?current;
this.clientList?=?this.clientService
.getClientByEid(eid?current?pages);
clientList.add(new?TClient(current?up?next?allpages?allcount));
return?“AjaxClientList“;
}
//?查詢已經(jīng)刪除的客戶信息
@SuppressWarnings(“unchecked“)
public?String?getDelCilent()?{
int?pages?=?10;//?單頁的數(shù)據(jù)量
current?=?current?==?null???1?:?cu
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????6467??2016-08-17?00:38??ssh汽車銷售系統(tǒng)\JAWeb\.classpath
?????文件????????598??2016-08-17?00:38??ssh汽車銷售系統(tǒng)\JAWeb\.myhibernatedata
?????文件????????288??2016-08-17?08:12??ssh汽車銷售系統(tǒng)\JAWeb\.myme
?????文件???????1688??2016-08-17?00:38??ssh汽車銷售系統(tǒng)\JAWeb\.project
?????文件???????1003??2016-08-17?00:38??ssh汽車銷售系統(tǒng)\JAWeb\.settings\org.eclipse.core.resources.prefs
?????文件????????330??2016-08-17?00:38??ssh汽車銷售系統(tǒng)\JAWeb\.settings\org.eclipse.jdt.core.prefs
?????文件????????470??2016-08-17?00:38??ssh汽車銷售系統(tǒng)\JAWeb\.springBeans
?????文件??????21708??2016-08-17?02:12??ssh汽車銷售系統(tǒng)\JAWeb\JAWeb.sql
?????文件????????803??2016-08-17?00:38??ssh汽車銷售系統(tǒng)\JAWeb\src\.struts.mex
?????文件???????3575??2016-08-17?00:38??ssh汽車銷售系統(tǒng)\JAWeb\src\applicationContext-actions.xm
?????文件???????4869??2016-08-17?00:38??ssh汽車銷售系統(tǒng)\JAWeb\src\applicationContext-beans.xm
?????文件???????1681??2016-08-17?00:38??ssh汽車銷售系統(tǒng)\JAWeb\src\applicationContext-commons.xm
?????文件???????6677??2016-08-17?00:38??ssh汽車銷售系統(tǒng)\JAWeb\src\com\svse\action\ClientAction.java
?????文件??????17353??2016-08-17?00:38??ssh汽車銷售系統(tǒng)\JAWeb\src\com\svse\action\EmpAction.java
?????文件???????7488??2016-08-17?00:38??ssh汽車銷售系統(tǒng)\JAWeb\src\com\svse\action\PartAction.java
?????文件???????2722??2016-08-17?00:38??ssh汽車銷售系統(tǒng)\JAWeb\src\com\svse\action\ReportAction.java
?????文件???????3266??2016-08-17?00:38??ssh汽車銷售系統(tǒng)\JAWeb\src\com\svse\action\TInProductAction.java
?????文件???????6342??2016-08-17?00:38??ssh汽車銷售系統(tǒng)\JAWeb\src\com\svse\action\TOrdersAction.java
?????文件???????4281??2016-08-17?00:38??ssh汽車銷售系統(tǒng)\JAWeb\src\com\svse\action\TOrdersMxAction.java
?????文件???????1669??2016-08-17?00:38??ssh汽車銷售系統(tǒng)\JAWeb\src\com\svse\action\TOutProductAction.java
?????文件??????10200??2016-08-17?00:38??ssh汽車銷售系統(tǒng)\JAWeb\src\com\svse\action\TProductAction.java
?????文件???????4207??2016-08-17?00:38??ssh汽車銷售系統(tǒng)\JAWeb\src\com\svse\action\TProductyearAction.java
?????文件???????4819??2016-08-17?00:38??ssh汽車銷售系統(tǒng)\JAWeb\src\com\svse\action\TSortAction.java
?????文件??????10089??2016-08-17?00:38??ssh汽車銷售系統(tǒng)\JAWeb\src\com\svse\dao\TClientDAO.java
?????文件??????14321??2016-08-17?00:38??ssh汽車銷售系統(tǒng)\JAWeb\src\com\svse\dao\TEmpDAO.java
?????文件???????6388??2016-08-17?00:38??ssh汽車銷售系統(tǒng)\JAWeb\src\com\svse\dao\TInproductDAO.java
?????文件???????9050??2016-08-17?00:38??ssh汽車銷售系統(tǒng)\JAWeb\src\com\svse\dao\TOrdersDAO.java
?????文件???????8763??2016-08-17?00:38??ssh汽車銷售系統(tǒng)\JAWeb\src\com\svse\dao\TOrdersmxDAO.java
?????文件???????6158??2016-08-17?00:38??ssh汽車銷售系統(tǒng)\JAWeb\src\com\svse\dao\TOutproductDAO.java
?????文件???????6699??2016-08-17?00:38??ssh汽車銷售系統(tǒng)\JAWeb\src\com\svse\dao\TPartDAO.java
............此處省略689個(gè)文件信息
評(píng)論
共有 條評(píng)論