public class DataDictionaryDumperDetailAction extends org.kuali.rice.kns.web.struts.action.KualiAction
Modifier and Type | Field and Description |
---|---|
protected org.kuali.rice.kns.service.BusinessObjectMetaDataService |
boMetaSvc |
protected org.kuali.rice.kns.service.BusinessObjectDictionaryService |
boSvc |
protected org.kuali.rice.kns.service.DataDictionaryService |
ddSvc |
protected String |
docClass |
protected Set<String> |
documentClasses |
protected org.apache.ojb.broker.metadata.DescriptorRepository |
dr |
protected DataDictionaryDumperDetailForm |
dumperDetailForm |
protected String |
entityClass |
protected String |
jstlKey |
protected static org.apache.log4j.Logger |
LOG |
protected org.kuali.rice.kns.service.MaintenanceDocumentDictionaryService |
maintDocSvc |
protected org.apache.ojb.broker.metadata.MetadataManager |
mm |
protected Set<String> |
objectsToSkip |
protected org.kuali.rice.krad.service.PersistenceStructureService |
persistSS |
protected List<DataDictionaryDumperDocumentRow> |
rowList |
protected List<DataDictionaryDumperSection> |
sectionList |
protected org.kuali.rice.kns.service.TransactionalDocumentDictionaryService |
transDocSvc |
protected String |
type |
protected List<DataDictionaryDumperDocumentRow> |
unprocessedRows |
Constructor and Description |
---|
DataDictionaryDumperDetailAction() |
Modifier and Type | Method and Description |
---|---|
org.apache.struts.action.ActionForward |
execute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected DataDictionaryDumperSection |
getDetailSectionForBoClass(Class<? extends org.kuali.rice.krad.bo.BusinessObject> boClass) |
protected boolean |
hasExistenceCheck(Collection<org.kuali.rice.krad.datadictionary.ReferenceDefinition> existenceChecks,
String attributeName) |
protected void |
processDumpDataDictionary_MaintenanceDocumentCollections(Class<org.kuali.rice.krad.bo.BusinessObject> boClass) |
void |
processDumpDataDictionary_MaintenanceDocuments() |
protected void |
processDumpDataDictionary_MaintenanceDocuments(Class<org.kuali.rice.krad.bo.BusinessObject> boClass) |
void |
processDumpDataDictionary_TransactionalDocuments() |
void |
processDumpDataDictionary_TransactionalDocuments(Class<? extends org.kuali.rice.krad.document.Document> documentClazz) |
protected void |
processUnprocessedRows(Class<org.kuali.rice.krad.bo.BusinessObject> boClass,
List<DataDictionaryDumperDocumentRow> processingRows) |
addMethodToCallToUncheckedList, checkAuthorization, defaultDispatch, dispatchMethod, doProcessingAfterPost, findMethodToCall, getApplicationBaseUrl, getBusinessObjectAuthorizationService, getEncryptionService, getHeaderTabDispatch, getHeaderTabNavigateTo, getImageContext, getKualiModuleService, getLineToDelete, getLineToEdit, getReturnLocation, getRoleQualification, getSelectedLine, getTabToToggle, headerTab, hideAllTabs, isModuleLocked, performInquiry, performLookup, performQuestionWithInput, performQuestionWithInputAgainBecauseOfErrors, performQuestionWithoutInput, performWorkgroupLookup, postTextAreaToParent, refresh, retrieveLookupParameterValue, showAllTabs, toggleTab, updateTextArea, validateLookupInquiryFullParameter
cancelled, getMethod, getMethodName, getParameter, unspecified
addErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
protected transient org.kuali.rice.kns.service.MaintenanceDocumentDictionaryService maintDocSvc
protected transient org.kuali.rice.kns.service.BusinessObjectDictionaryService boSvc
protected transient org.kuali.rice.kns.service.DataDictionaryService ddSvc
protected transient org.kuali.rice.kns.service.BusinessObjectMetaDataService boMetaSvc
protected transient org.kuali.rice.kns.service.TransactionalDocumentDictionaryService transDocSvc
protected transient org.apache.ojb.broker.metadata.MetadataManager mm
protected org.kuali.rice.krad.service.PersistenceStructureService persistSS
protected transient org.apache.ojb.broker.metadata.DescriptorRepository dr
protected Set<String> documentClasses
protected Set<String> objectsToSkip
protected DataDictionaryDumperDetailForm dumperDetailForm
protected String entityClass
protected List<DataDictionaryDumperDocumentRow> rowList
protected List<DataDictionaryDumperSection> sectionList
protected List<DataDictionaryDumperDocumentRow> unprocessedRows
protected static final org.apache.log4j.Logger LOG
public DataDictionaryDumperDetailAction()
public org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
execute
in class org.kuali.rice.kns.web.struts.action.KualiAction
public void processDumpDataDictionary_MaintenanceDocuments()
protected DataDictionaryDumperSection getDetailSectionForBoClass(Class<? extends org.kuali.rice.krad.bo.BusinessObject> boClass)
protected void processDumpDataDictionary_MaintenanceDocuments(Class<org.kuali.rice.krad.bo.BusinessObject> boClass)
protected void processDumpDataDictionary_MaintenanceDocumentCollections(Class<org.kuali.rice.krad.bo.BusinessObject> boClass)
protected void processUnprocessedRows(Class<org.kuali.rice.krad.bo.BusinessObject> boClass, List<DataDictionaryDumperDocumentRow> processingRows)
boClass
- processingRows
- Exception
public void processDumpDataDictionary_TransactionalDocuments()
public void processDumpDataDictionary_TransactionalDocuments(Class<? extends org.kuali.rice.krad.document.Document> documentClazz)
protected boolean hasExistenceCheck(Collection<org.kuali.rice.krad.datadictionary.ReferenceDefinition> existenceChecks, String attributeName)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.