Implemented remaining packout method.
This commit is contained in:
parent
65690c8704
commit
0b8363851a
|
@ -337,7 +337,8 @@ public class ColumnElementHandler extends AbstractElementHandler {
|
|||
public void packOut(PackOut packout, TransformerHandler packoutHandler,
|
||||
TransformerHandler docHandler,
|
||||
int recordId) throws Exception {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
Env.setContext(packout.getCtx(), I_AD_Column.COLUMNNAME_AD_Column_ID, recordId);
|
||||
create(packout.getCtx(), packoutHandler);
|
||||
packout.getCtx().remove(I_AD_Column.COLUMNNAME_AD_Column_ID);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -190,7 +190,8 @@ public class FieldElementHandler extends AbstractElementHandler {
|
|||
public void packOut(PackOut packout, TransformerHandler packoutHandler,
|
||||
TransformerHandler docHandler,
|
||||
int recordId) throws Exception {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
Env.setContext(packout.getCtx(), I_AD_Field.COLUMNNAME_AD_Field_ID, recordId);
|
||||
create(packout.getCtx(), packoutHandler);
|
||||
packout.getCtx().remove(I_AD_Field.COLUMNNAME_AD_Field_ID);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -174,7 +174,8 @@ public class ImpFormatRowElementHandler extends AbstractElementHandler {
|
|||
public void packOut(PackOut packout, TransformerHandler packoutHandler,
|
||||
TransformerHandler docHandler,
|
||||
int recordId) throws Exception {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
Env.setContext(packout.getCtx(), I_AD_ImpFormat_Row.COLUMNNAME_AD_ImpFormat_Row_ID, recordId);
|
||||
create(packout.getCtx(), packoutHandler);
|
||||
packout.getCtx().remove(I_AD_ImpFormat_Row.COLUMNNAME_AD_ImpFormat_Row_ID);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -115,7 +115,6 @@ public class OrgRoleElementHandler extends AbstractElementHandler {
|
|||
public void packOut(PackOut packout, TransformerHandler packoutHandler,
|
||||
TransformerHandler docHandler,
|
||||
int recordId) throws Exception {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
create(packout.getCtx(), packoutHandler);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -130,7 +130,9 @@ public class PreferenceElementHandler extends AbstractElementHandler {
|
|||
public void packOut(PackOut packout, TransformerHandler packoutHandler,
|
||||
TransformerHandler docHandler,
|
||||
int recordId) throws Exception {
|
||||
// TODO Auto-generated method stub
|
||||
Env.setContext(packout.getCtx(), I_AD_Preference.COLUMNNAME_AD_Preference_ID, recordId);
|
||||
create(packout.getCtx(), packoutHandler);
|
||||
packout.getCtx().remove(I_AD_Preference.COLUMNNAME_AD_Preference_ID);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -108,7 +108,6 @@ public class ProcessAccessElementHandler extends AbstractElementHandler {
|
|||
public void packOut(PackOut packout, TransformerHandler packoutHandler,
|
||||
TransformerHandler docHandler,
|
||||
int recordId) throws Exception {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
create(packout.getCtx(), packoutHandler);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -152,7 +152,8 @@ public class ProcessParaElementHandler extends AbstractElementHandler {
|
|||
public void packOut(PackOut packout, TransformerHandler packoutHandler,
|
||||
TransformerHandler docHandler,
|
||||
int recordId) throws Exception {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
Env.setContext(packout.getCtx(), I_AD_Process_Para.COLUMNNAME_AD_Process_Para_ID, recordId);
|
||||
create(packout.getCtx(), packoutHandler);
|
||||
packout.getCtx().remove(I_AD_Process_Para.COLUMNNAME_AD_Process_Para_ID);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -128,7 +128,8 @@ public class ReferenceListElementHandler extends AbstractElementHandler {
|
|||
public void packOut(PackOut packout, TransformerHandler packoutHandler,
|
||||
TransformerHandler docHandler,
|
||||
int recordId) throws Exception {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
Env.setContext(packout.getCtx(), I_AD_Ref_List.COLUMNNAME_AD_Ref_List_ID, recordId);
|
||||
create(packout.getCtx(), packoutHandler);
|
||||
packout.getCtx().remove(I_AD_Ref_List.COLUMNNAME_AD_Ref_List_ID);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -176,7 +176,8 @@ public class ReferenceTableElementHandler extends AbstractElementHandler {
|
|||
public void packOut(PackOut packout, TransformerHandler packoutHandler,
|
||||
TransformerHandler docHandler,
|
||||
int recordId) throws Exception {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
Env.setContext(packout.getCtx(), I_AD_Ref_Table.COLUMNNAME_AD_Reference_ID, recordId);
|
||||
create(packout.getCtx(), packoutHandler);
|
||||
packout.getCtx().remove(I_AD_Ref_Table.COLUMNNAME_AD_Reference_ID);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -172,7 +172,8 @@ public class ReportViewColElementHandler extends AbstractElementHandler {
|
|||
public void packOut(PackOut packout, TransformerHandler packoutHandler,
|
||||
TransformerHandler docHandler,
|
||||
int recordId) throws Exception {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
Env.setContext(packout.getCtx(), I_AD_ReportView_Col.COLUMNNAME_AD_ReportView_Col_ID, recordId);
|
||||
create(packout.getCtx(), packoutHandler);
|
||||
packout.getCtx().remove(I_AD_ReportView_Col.COLUMNNAME_AD_ReportView_Col_ID);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -231,7 +231,8 @@ public class TabElementHandler extends AbstractElementHandler {
|
|||
public void packOut(PackOut packout, TransformerHandler packoutHandler,
|
||||
TransformerHandler docHandler,
|
||||
int recordId) throws Exception {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
Env.setContext(packout.getCtx(), I_AD_Tab.COLUMNNAME_AD_Tab_ID, recordId);
|
||||
create(packout.getCtx(), packoutHandler);
|
||||
packout.getCtx().remove(I_AD_Tab.COLUMNNAME_AD_Tab_ID);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -104,7 +104,6 @@ public class TaskAccessElementHandler extends AbstractElementHandler {
|
|||
public void packOut(PackOut packout, TransformerHandler packoutHandler,
|
||||
TransformerHandler docHandler,
|
||||
int recordId) throws Exception {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
create(packout.getCtx(), packoutHandler);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -111,7 +111,6 @@ public class UserRoleElementHandler extends AbstractElementHandler {
|
|||
public void packOut(PackOut packout, TransformerHandler packoutHandler,
|
||||
TransformerHandler docHandler,
|
||||
int recordId) throws Exception {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
create(packout.getCtx(), packoutHandler);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -110,7 +110,6 @@ public class WindowAccessElementHandler extends AbstractElementHandler {
|
|||
public void packOut(PackOut packout, TransformerHandler packoutHandler,
|
||||
TransformerHandler docHandler,
|
||||
int recordId) throws Exception {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
create(packout.getCtx(), packoutHandler);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -106,7 +106,6 @@ public class WorkflowAccessElementHandler extends AbstractElementHandler {
|
|||
public void packOut(PackOut packout, TransformerHandler packoutHandler,
|
||||
TransformerHandler docHandler,
|
||||
int recordId) throws Exception {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
create(packout.getCtx(), packoutHandler);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -150,7 +150,8 @@ public class WorkflowNodeElementHandler extends AbstractElementHandler {
|
|||
public void packOut(PackOut packout, TransformerHandler packoutHandler,
|
||||
TransformerHandler docHandler,
|
||||
int recordId) throws Exception {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
Env.setContext(packout.getCtx(), I_AD_WF_Node.COLUMNNAME_AD_WF_Node_ID, recordId);
|
||||
create(packout.getCtx(), packoutHandler);
|
||||
packout.getCtx().remove(I_AD_WF_Node.COLUMNNAME_AD_WF_Node_ID);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -209,8 +209,9 @@ public class WorkflowNodeNextConditionElementHandler extends
|
|||
public void packOut(PackOut packout, TransformerHandler packoutHandler,
|
||||
TransformerHandler docHandler,
|
||||
int recordId) throws Exception {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
Env.setContext(packout.getCtx(), I_AD_WF_NextCondition.COLUMNNAME_AD_WF_NextCondition_ID, recordId);
|
||||
create(packout.getCtx(), packoutHandler);
|
||||
packout.getCtx().remove(I_AD_WF_NextCondition.COLUMNNAME_AD_WF_NextCondition_ID);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -168,7 +168,8 @@ public class WorkflowNodeNextElementHandler extends AbstractElementHandler {
|
|||
public void packOut(PackOut packout, TransformerHandler packoutHandler,
|
||||
TransformerHandler docHandler,
|
||||
int recordId) throws Exception {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
Env.setContext(packout.getCtx(), I_AD_WF_NodeNext.COLUMNNAME_AD_WF_NodeNext_ID, recordId);
|
||||
create(packout.getCtx(), packoutHandler);
|
||||
packout.getCtx().remove(I_AD_WF_NodeNext.COLUMNNAME_AD_WF_NodeNext_ID);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue