-
大小: 11.39MB文件類(lèi)型: .rar金幣: 1下載: 0 次發(fā)布日期: 2023-07-20
- 語(yǔ)言: 其他
- 標(biāo)簽:
資源簡(jiǎn)介
ADF開(kāi)發(fā)指南,新手能快速熟悉開(kāi)發(fā)流程,中級(jí)開(kāi)發(fā)者可以更加深度的學(xué)習(xí)其中的原理.
代碼片段和文件信息
package?com.packtpub.adfguide.ch9.model.service;
import?com.packtpub.adfguide.ch9.model.service.common.HRServiceAppModule;
import?oracle.jbo.server.ApplicationModuleImpl;
import?oracle.jbo.server.ViewlinkImpl;
import?oracle.jbo.server.ViewobjectImpl;
//?---------------------------------------------------------------------
//?---????File?generated?by?Oracle?ADF?Business?Components?Design?Time.
//?---????Tue?Feb?21?15:29:03?IST?2012
//?---????Custom?code?may?be?added?to?this?class.
//?---????Warning:?Do?not?modify?method?signatures?of?generated?methods.
//?---------------------------------------------------------------------
public?class?HRServiceAppModuleImpl?extends?ApplicationModuleImpl?implements?HRServiceAppModule?{
????/**
?????*?This?is?the?default?constructor?(do?not?remove).
?????*/
????public?HRServiceAppModuleImpl()?{
????}
????/**
?????*?Container‘s?getter?for?Departments.
?????*?@return?Departments
?????*/
????public?ViewobjectImpl?getDepartments()?{
????????return?(ViewobjectImpl)findViewobject(“Departments“);
????}
????/**
?????*?Container‘s?getter?for?Employees.
?????*?@return?Employees
?????*/
????public?ViewobjectImpl?getEmployees()?{
????????return?(ViewobjectImpl)findViewobject(“Employees“);
????}
????/**
?????*?Container‘s?getter?for?EmployeesForDepartment.
?????*?@return?EmployeesForDepartment
?????*/
????public?ViewobjectImpl?getEmployeesForDepartment()?{
????????return?(ViewobjectImpl)findViewobject(“EmployeesForDepartment“);
????}
????/**
?????*?Container‘s?getter?for?EmpDeptFklink1.
?????*?@return?EmpDeptFklink1
?????*/
????public?ViewlinkImpl?getEmpDeptFklink1()?{
????????return?(ViewlinkImpl)findViewlink(“EmpDeptFklink1“);
????}
????public?String?validateDepartment(){
????????
????????return?“continue“;
????}
????public?String?testAction(String?arg){
????????
????????return?“continue“;
????}
????/**
?????*?Container‘s?getter?for?LocationVO1.
?????*?@return?LocationVO1
?????*/
????public?ViewobjectImpl?getLocations()?{
????????return?(ViewobjectImpl)findViewobject(“Locations“);
????}
????
????public?boolean?hasMinumumEmployees(){
????????System.out.println(?“hasMinumumEmployees?-?“?+getEmployeesForDepartment().getRowCount()?);
????????if(getEmployeesForDepartment().getRowCount()>5){
????????????return?true;
????????}else{
????????????return?false;
????????}
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????文件???????1283??2011-07-31?11:27??ADF開(kāi)發(fā)指南(中文版)\chapter1\ADFDevGuideCh1FirstApp\.adf\me
?????文件???????1088??2011-07-29?18:56??ADF開(kāi)發(fā)指南(中文版)\chapter1\ADFDevGuideCh1FirstApp\.adf\me
?????文件???????4655??2011-07-31?19:16??ADF開(kāi)發(fā)指南(中文版)\chapter1\ADFDevGuideCh1FirstApp\ADFDevGuideCh1FirstApp.jws
?????文件??????11145??2011-07-30?19:09??ADF開(kāi)發(fā)指南(中文版)\chapter1\ADFDevGuideCh1FirstApp\Model\Model.jpr
?????文件???????2407??2011-07-30?19:10??ADF開(kāi)發(fā)指南(中文版)\chapter1\ADFDevGuideCh1FirstApp\Model\src\devguide\adf\ch1\firstapp\model\entity\DepartmentEO.xm
?????文件???????1236??2011-07-31?11:27??ADF開(kāi)發(fā)指南(中文版)\chapter1\ADFDevGuideCh1FirstApp\Model\src\devguide\adf\ch1\firstapp\model\Model.jpx
?????文件????????163??2011-07-30?23:23??ADF開(kāi)發(fā)指南(中文版)\chapter1\ADFDevGuideCh1FirstApp\Model\src\devguide\adf\ch1\firstapp\model\ModelBundle.properties
?????文件???????1253??2011-07-31?09:20??ADF開(kāi)發(fā)指南(中文版)\chapter1\ADFDevGuideCh1FirstApp\Model\src\devguide\adf\ch1\firstapp\model\service\common\bc4j.xcfg
?????文件????????693??2011-07-31?09:20??ADF開(kāi)發(fā)指南(中文版)\chapter1\ADFDevGuideCh1FirstApp\Model\src\devguide\adf\ch1\firstapp\model\service\HRServiceAppModule.xm
?????文件???????1647??2011-07-30?19:10??ADF開(kāi)發(fā)指南(中文版)\chapter1\ADFDevGuideCh1FirstApp\Model\src\devguide\adf\ch1\firstapp\model\view\DepartmentVO.xm
?????文件????????761??2012-09-04?05:37??ADF開(kāi)發(fā)指南(中文版)\chapter1\ADFDevGuideCh1FirstApp\readme.txt
?????文件???????3301??2011-07-29?18:56??ADF開(kāi)發(fā)指南(中文版)\chapter1\ADFDevGuideCh1FirstApp\src\me
?????文件????????959??2011-07-29?18:56??ADF開(kāi)發(fā)指南(中文版)\chapter1\ADFDevGuideCh1FirstApp\src\me
?????文件????????753??2011-07-29?18:38??ADF開(kāi)發(fā)指南(中文版)\chapter1\ADFDevGuideCh1FirstApp\src\me
?????文件???????1132??2011-07-31?18:01??ADF開(kāi)發(fā)指南(中文版)\chapter1\ADFDevGuideCh1FirstApp\ViewController\adfmsrc\devguide\adf\ch1\firstapp\view\DataBindings.cpx
?????文件???????1079??2011-07-31?18:01??ADF開(kāi)發(fā)指南(中文版)\chapter1\ADFDevGuideCh1FirstApp\ViewController\adfmsrc\devguide\adf\ch1\firstapp\view\pageDefs\departmentsPageDef.xm
?????文件????????231??2011-07-31?11:29??ADF開(kāi)發(fā)指南(中文版)\chapter1\ADFDevGuideCh1FirstApp\ViewController\adfmsrc\me
?????文件???????5615??2011-07-31?18:01??ADF開(kāi)發(fā)指南(中文版)\chapter1\ADFDevGuideCh1FirstApp\ViewController\public_html\departments.jsf
?????文件????????138??2011-07-29?18:38??ADF開(kāi)發(fā)指南(中文版)\chapter1\ADFDevGuideCh1FirstApp\ViewController\public_html\WEB-INF\adfc-config.xm
?????文件????????237??2011-07-29?18:38??ADF開(kāi)發(fā)指南(中文版)\chapter1\ADFDevGuideCh1FirstApp\ViewController\public_html\WEB-INF\faces-config.xm
?????文件????????208??2011-07-29?18:38??ADF開(kāi)發(fā)指南(中文版)\chapter1\ADFDevGuideCh1FirstApp\ViewController\public_html\WEB-INF\trinidad-config.xm
?????文件???????6982??2011-07-31?18:00??ADF開(kāi)發(fā)指南(中文版)\chapter1\ADFDevGuideCh1FirstApp\ViewController\public_html\WEB-INF\web.xm
?????文件????????124??2011-07-29?18:38??ADF開(kāi)發(fā)指南(中文版)\chapter1\ADFDevGuideCh1FirstApp\ViewController\src\me
?????文件??????25786??2011-07-31?18:01??ADF開(kāi)發(fā)指南(中文版)\chapter1\ADFDevGuideCh1FirstApp\ViewController\ViewController.jpr
?????文件???????1209??2012-08-19?10:57??ADF開(kāi)發(fā)指南(中文版)\chapter10\ADFDevGuideCh10\.adf\me
?????文件???????1088??2012-08-19?10:58??ADF開(kāi)發(fā)指南(中文版)\chapter10\ADFDevGuideCh10\.adf\me
?????文件???????5188??2012-03-13?08:04??ADF開(kāi)發(fā)指南(中文版)\chapter10\ADFDevGuideCh10\ADFDevGuideCh10.jws
?????文件??????10707??2012-02-17?12:19??ADF開(kāi)發(fā)指南(中文版)\chapter10\ADFDevGuideCh10\HRDataModel\HRDataModel.jpr
?????文件???????1508??2012-02-17?12:19??ADF開(kāi)發(fā)指南(中文版)\chapter10\ADFDevGuideCh10\HRDataModel\src\com\packtpub\adfguide\ch9\model\entity\assoc\DeptMgrFkAssoc.xm
?????文件???????1515??2012-02-17?12:19??ADF開(kāi)發(fā)指南(中文版)\chapter10\ADFDevGuideCh10\HRDataModel\src\com\packtpub\adfguide\ch9\model\entity\assoc\EmpDeptFkAssoc.xm
............此處省略1750個(gè)文件信息
評(píng)論
共有 條評(píng)論