Sei sulla pagina 1di 3

School site

https://dev-secure.nslc.org/nslcweb/secure_area/Transcript/sch_to_open_all.asp
https://prod-subctl.www.nslc.org/svn/NSCTranscriptServices/TranscriptServicesApp
/branches/TranscriptServicesApp_ADF_Rewrite
https://prod-subctl.www.nslc.org/svn/NSCSoftwareArchitectureInfrastructure/NSCSh
aredServices/trunk
240448 --fulfilled 200025-82
240841
00146800, 00142400 - sentry sch
try 00232500
002247-- Sentry with no school proifle
toeditusr/31Edit_12
http://dev-sandbox:8010/tsorder/faces/TranscriptOrder?ficeCode=20002582
https://webqa-secure.nslc.org/nslcweb/secure_area/schools.asp
qaeditusr/Welcome_123
sideeque/Welcome_01
eamadimn/welcome01
00884900
to_delivery_queue
v_to_recipient
to_recipient
order_status
grace
jess
C:\ProgramData\Oracle\Java\javapath;%SystemRoot%\system32;%SystemRoot%;%SystemRo
ot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;c:\sentry8;c:\pb
8dk;C:\Program Files (x86)\Common Files\Maximizer;C:\Program Files\TortoiseSVN\b
in
C:\ProgramData\Oracle\Java\javapath;%SystemRoot%\system32;%SystemRoot%;%SystemRo
ot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;c:\sentry8;c:\pb
8dk;C:\Program Files (x86)\Common Files\Maximizer;C:\Program Files (x86)\QuickTi
me\QTSystem\;C:\Program Files\TortoiseSVN\bin
Insert into sql_template (category, name, value, description, subsystem, created
_by, modified_by, comments, referenced_by) VALUES('GenericQuery', 'ADF_RETRIEVE_
DASHBOARD_RESULTS', "select /*+ORDERED*/ skip #skip_number# first #page_size# o.
to_order_id, o.first_name as req_first_name, o.middle_name as req_middle_name, o
.last_name as req_last_name,o.street1 as req_street1, o.street2 as req_street2,o
.city as req_city, o.state as req_state,o.zip as req_zip, o.country as req_count
ry,o.ssn as req_ssn, o.student_id as req_student_id, o.attend_begin_year as req_
attend_beg_yr,o.attend_end_year as req_attend_end_yr, o.degree_title1 as req_deg
ree_title1,o.award_year1 as req_award_year1,o.degree_title2 as req_degree_title2
,o.award_year2 as req_award_year2,o.degree_title3 as req_degree_title3,o.award_y
ear3 as req_award_year3,o.degree_title4 as req_degree_title4,o.award_year4 as r
eq_award_year4,v.to_recipient_id,v.suborder_number,v.order_status,v.send_to_type

, v.organization,v.attention,v.street1, v.street2, v.city, v.state, v.zip, v.cou


ntry,v.special_instr,v.processing_option, v.process_option_txt, v.xcript_type_tx
t, v.deliv_method_type, v.deliv_mtd_txt_only,'-'||v.exchange_network_type as exc
hange_network_type,v.dept_processing_option,v.pdf_delivery_subtype,v.quantity, v
.overnight_carrier, v.overnight_tracking, v.schl_respond_date, v.consent_form_da
te, v.offer_pdf_delivery, s.offer_pdf_delivery as req_offer_pdf_delivery, s.to_s
cprofil_id as req_to_scprofil_id, s.allow_doc_upload ,toScCampus.campus_name,toS
cCampus.state as campus_location,s.allow_campus_tracking , v.etx_delivery_file_f
ormat,v.xcript_purpose_txt,o.birth_date as req_birth_date,v.total_fee as recpt_t
otal_fee,(v.total_fee - v.fr_fee_reduction) as recpt_calculated_total_fee,o.schl
_first_name,o.schl_middle_name,o.schl_last_name,(select count(*) from doc_upload
_detail where doc_upload_detail.to_recipient_id=v.to_recipient_id and status='U'
) as additional_docs_count from to_scprofil s, v_to_recipient v ,to_order o,oute
r to_sc_campus toScCampus where o.to_scprofil_id = s.to_scprofil_id and s.to_sc
profil_id = #to_scprofil_id# and o.ch_flag = '#ch_flag#' and o.to_sc_campus_id
= toScCampus.to_sc_campus_id and o.to_order_id = v.to_order_id #additional_cr
iteria# and consent_form_date >= today-365 #campus_filter# order by #orderby#"
, 'Retrieve Dashboard Result', Null, 'TO Team', Null, 'OrderStatusManager.retrie
veDashboardResults', 'TO School Admin Results view');
AFBtnSecondary

String totalFeePaidStr = (String) ELHelper.evaluateEL("#{bin


dings.TotalFeePaid.inputValue}");
BigDecimal totalFeePaid = new BigDecimal(totalFeePaidStr.sub
string(1, totalFeePaidStr.length()));
if(totalFeePaid.compareTo(new BigDecimal(0)) == 0) {
return false;
240019
240803
pt1:r1:0:pt1:r3:1:pt1:searchingPopup

234971
234910

} else {

https://dev-sandbox.nslc.org:8110/tsorder/schoolwelcome?ficecode=20002582
194901,194902,194921,194962,194968,195002,195743,195764,195766,195768,234189,234
425,234502,234614,236201,236475,237385,237387,193882,234610,239345,240221,234188
,240702
ToOrderId, FirstName, MiddleName, LastName, OrderStatus, Valid
public static void main(String[] args) {
TSSchoolAdminAMImpl am = (TSSchoolAdminAMImpl)
Configuration.createRootApplicationModule("org.nsc.ts.sadmin.model.am.TS
SchoolAdminAM","TSSchoolAdminAMLocal");
ConsentPendingOrderVOImpl vo = am.getConsentPendingOrder();
vo.setpendingOrderList("193882,11111111111111111,194901,123123");

vo.executeQuery();;
Row r = vo.first();
System.out.println("=================== vo =============================
= " + vo.getRowCount());
while(r!=null) {
System.out.println("======================= studentName ============
=========== " + r.getAttribute("FirstName"));
r = vo.next();
}
}

Potrebbero piacerti anche