1 package com.proalpha.pds.paconnector.repository;
36 String getClassInformation(String drcClassObj, String request);
38 String getClassOBJ(String fileName);
40 String getInstanceID(String instanceObj);
42 String getInstanceObj(String fileName);
44 String getClassGroupOf(String className);
49 String getListOfTableFields(String tableName);
53 String getListOFSubClasses(String rootClass);
55 String getMessageText(String messageCode, String text);
57 String getModule(String fileName);
59 String getModuleDescription(String fileName);
61 String getProductDescription(String fileName);
63 String getProductName(String fileName);
65 String getProgramShortDesc(String fileName);
67 String getRelativePath(String fileName);
69 String getTableCompanyInclude(String tableName);
71 String getTableInformation(String tableName, String request);
73 Object isInstanceOfClass(String instance, String className);
75 boolean isObjectBlockable(String fileName);