Eclipseplugins
pACreateTrigger.java
1 package com.proalpha.pds.templates.jet.trunk;
2 
3 import com.openedge.pdt.core.template.TemplateGenerationException;
4 import com.proalpha.pds.templates.jet.IpaTemplateGenerator;
5 import com.proalpha.pds.templates.data.GeneratorSettingsConstans;
6 
7 import java.util.Map;
8 import java.util.Map;
9 import java.util.Date;
10 import java.text.SimpleDateFormat;
11 import com.proalpha.pds.templates.helper.CodeFormatter;
12 
13 public class pACreateTrigger implements IpaTemplateGenerator
14 {
15  protected static String nl;
16  public static synchronized pACreateTrigger create(String lineSeparator)
17  {
18  nl = lineSeparator;
19  pACreateTrigger result = new pACreateTrigger();
20  nl = null;
21  return result;
22  }
23 
24  public final String NL = nl == null ? (System.getProperties().getProperty("line.separator")) : nl;
25  protected final String TEXT_1 = "&ANALYZE-SUSPEND _VERSION-NUMBER UIB_v8r2 GUI" + NL + "&ANALYZE-RESUME" + NL;
26  protected final String TEXT_2 = NL + "&ANALYZE-SUSPEND _UIB-CODE-BLOCK _CUSTOM _DECLARATIONS V-table-Win " + NL + "" + NL + "/* _UIB-CODE-BLOCK-END */ " + NL + "&ANALYZE-RESUME" + NL + NL;
27  protected final String TEXT_3 = NL + "&ANALYZE-SUSPEND _UIB-CODE-BLOCK _XFTR \"Update Information\" Procedure _INLINE" + NL + "/* Actions: ? ? ? ? adm/support/proc/ds_pa_01.w */" + NL + "" + NL + "/* _UIB-CODE-BLOCK-END */" + NL + "&ANALYZE-RESUME" + NL + "" + NL + "&ANALYZE-SUSPEND _UIB-CODE-BLOCK _CUSTOM _DEFINITIONS Procedure" + NL + "/******************************************************************************/" + NL + "/* @COPYRIGHT@ */" + NL + "/* Project: proALPHA */" + NL + "/* */";
28  protected final String TEXT_4 = NL;
29  protected final String TEXT_5 = NL + "/* */";
30  protected final String TEXT_6 = NL + "/* Current: @PAVERSION@ as of @PADATE@/@PALASTAUTHOR@ */" + NL + "/* */" + NL + "/*----------------------------------------------------------------------------*/" + NL + "/* DESCRIPTION */" + NL + "/*----------------------------------------------------------------------------*/" + NL + "/* */";
31  protected final String TEXT_7 = NL + "/* */" + NL + "/*----------------------------------------------------------------------------*/" + NL + "/* PARAMETERS */" + NL + "/*----------------------------------------------------------------------------*/" + NL + "/* Name Description */" + NL + "/*----------------------------------------------------------------------------*/" + NL + "/* */" + NL + "/*----------------------------------------------------------------------------*/" + NL + "/* HISTORY */" + NL + "/*----------------------------------------------------------------------------*/" + NL + "/* @FILEHISTORY@ */" + NL + "/******************************************************************************/";
32  protected final String TEXT_8 = NL + NL + "trigger procedure for create of ";
33  protected final String TEXT_9 = "." + NL + "" + NL + "/* Procedure information */" + NL + "" + NL + "&GLOBAL-DEFINE pa-Autor ";
34  protected final String TEXT_10 = NL + "&GLOBAL-DEFINE pa-Version @PAVERSION@" + NL + "&GLOBAL-DEFINE pa-Datum @PADATE@" + NL + "&GLOBAL-DEFINE pa-Letzter @PALASTAUTHOR@" + NL + "" + NL + "&GLOBAL-DEFINE pa-GenVersion OEA" + NL + "&GLOBAL-DEFINE pa-ProgrammTyp Trigger" + NL + "&GLOBAL-DEFINE pa-XBasisName ";
35  protected final String TEXT_11 = NL + NL + "/* Type specific global definitions (prior to parameter definition!) ---------*/" + NL + "" + NL + "&GLOBAL-DEFINE pa-TriggerFunktion CREATE" + NL + "&GLOBAL-DEFINE pa-TriggerTabelle ";
36  protected final String TEXT_12 = NL + NL + "/* Globals -------------------------------------------------------------------*/" + NL + "" + NL + "{adm/template/incl/dt_trg10.df}" + NL + "" + NL + "/* SCOPEDs ------------------------------------------------------------------*/" + NL + "" + NL + "/* Variables -----------------------------------------------------------------*/" + NL + "/*----------------------------------------------------------------------------*/" + NL + "" + NL + "/* Buffers -------------------------------------------------------------------*/" + NL + "" + NL + "" + NL + "/* _UIB-CODE-BLOCK-END */" + NL + "&ANALYZE-RESUME" + NL + "" + NL + "" + NL + "&ANALYZE-SUSPEND _UIB-PREPROCESSOR-BLOCK" + NL + "" + NL + "/* ******************** Preprocessor Definitions ******************** */" + NL + "" + NL + "&Scoped-define PROCEDURE-TYPE Procedure" + NL + "" + NL + "/* _UIB-PREPROCESSOR-BLOCK-END */" + NL + "&ANALYZE-RESUME" + NL + "" + NL + "" + NL + "/* *********************** Procedure Settings ************************ */" + NL + "" + NL + "&ANALYZE-SUSPEND _PROCEDURE-SETTINGS" + NL + "/* Settings for THIS-PROCEDURE" + NL + " Type: Procedure" + NL + " Allow:" + NL + " Frames: 0" + NL + " Add Fields to: Neither" + NL + " Other Settings: CODE-ONLY" + NL + " */" + NL + "&ANALYZE-RESUME _END-PROCEDURE-SETTINGS" + NL + "" + NL + "/* ************************* Create Window ************************** */" + NL + "" + NL + "&ANALYZE-SUSPEND _CREATE-WINDOW" + NL + "/* DESIGN Window definition (used by the UIB)" + NL + " CREATE WINDOW Procedure ASSIGN" + NL + " HEIGHT = 10" + NL + " WIDTH = 50." + NL + "/* END WINDOW DEFINITION */" + NL + " */" + NL + "&ANALYZE-RESUME" + NL + "" + NL + "" + NL + "&ANALYZE-SUSPEND _UIB-CODE-BLOCK _CUSTOM _INCLUDED-LIB Procedure" + NL + "/* ************************* Included-Libraries *********************** */" + NL + "" + NL + "{adm/method/incl/dm_trg00.lib}" + NL + "" + NL + "/* _UIB-CODE-BLOCK-END */" + NL + "&ANALYZE-RESUME" + NL + "" + NL + "&ANALYZE-SUSPEND _UIB-CODE-BLOCK _CUSTOM _MAIN-BLOCK Procedure" + NL + "" + NL + "/*----------------------------------------------------------------------------*/" + NL + "/* Processing */" + NL + "/*----------------------------------------------------------------------------*/" + NL + "" + NL + "/* Common pre-processing */" + NL + "" + NL + "{adm/template/incl/dt_trg10.if}" + NL + " " + NL + "/* Common post-processing */" + NL + "" + NL + "{adm/template/incl/dt_trg20.if}" + NL + "" + NL + "/* Cleanup with optional \"finally\"-Block */" + NL + "" + NL + "" + NL + "/* _UIB-CODE-BLOCK-END */" + NL + "&ANALYZE-RESUME";
37 
38 /* (non-javadoc)
39  * @see ITemplateGenerator#generate(Object)
40  */
41 public String generate(Map<String, Object> wizardSettings) throws TemplateGenerationException
42  {
43  final StringBuffer stringBuffer = new StringBuffer();
44  String author = (String)wizardSettings.get(GeneratorSettingsConstans.AUTHOR);
45  String description = (String)wizardSettings.get(GeneratorSettingsConstans.DESCRIPTION);
46  String fileName = (String)wizardSettings.get(GeneratorSettingsConstans.FILE_NAME);
47  String product = (String)wizardSettings.get(GeneratorSettingsConstans.PRODUCT);
48  String productDesc = (String)wizardSettings.get(GeneratorSettingsConstans.PRODUCT_DESCRIPTION);
49  String module = (String)wizardSettings.get("Module");
50  String moduleDesc = (String)wizardSettings.get(GeneratorSettingsConstans.MODULE_DESCRIPTION);
51  String version = (String)wizardSettings.get(GeneratorSettingsConstans.VERSION);
52  String xbasename = fileName.replace(".","_");
53  Date date = new Date();
54  SimpleDateFormat year = new SimpleDateFormat("yyyy");
55  SimpleDateFormat today = new SimpleDateFormat("dd.MM.yyyy");
56  stringBuffer.append(TEXT_1);
57  if ((fileName.endsWith(".p")) || (fileName.endsWith(".w") || (fileName.endsWith(".cls"))))
58 {
59  stringBuffer.append(TEXT_2);
60  }
61  stringBuffer.append(TEXT_3);
62  stringBuffer.append(TEXT_4);
63  stringBuffer.append(CodeFormatter.SingleLineComment("Name : " + fileName));
64  stringBuffer.append(TEXT_4);
65  stringBuffer.append(CodeFormatter.SingleLineComment("Product: " + product + " - " + productDesc ));
66  stringBuffer.append(TEXT_4);
67  stringBuffer.append(CodeFormatter.SingleLineComment("Module : " + module + " - " + moduleDesc ));
68  stringBuffer.append(TEXT_5);
69  stringBuffer.append(TEXT_4);
70  stringBuffer.append(CodeFormatter.SingleLineComment("Created: " + version + " as of " + today.format(date) + "/" + author));
71  stringBuffer.append(TEXT_6);
72  stringBuffer.append(TEXT_4);
73  stringBuffer.append(CodeFormatter.MultiLineComment(description));
74  stringBuffer.append(TEXT_7);
75 
76 String TableName = (String)wizardSettings.get(GeneratorSettingsConstans.TABLE_NAME);
77 
78  stringBuffer.append(TEXT_8);
79  stringBuffer.append(TableName);
80  stringBuffer.append(TEXT_9);
81  stringBuffer.append(author);
82  stringBuffer.append(TEXT_10);
83  stringBuffer.append(xbasename);
84  stringBuffer.append(TEXT_11);
85  stringBuffer.append(TableName);
86  stringBuffer.append(TEXT_12);
87  stringBuffer.append(TEXT_4);
88  return stringBuffer.toString();
89  }
90 }