String screenName, String sectionName, GenericDelegator delegator,
UICache uiCache) throws GenericEntityException {
// This method is here so a child class can specify a different screen section class.
Debug.logVerbose("Looking in cache for UIScreenSection", module);
UIScreenSection uiScreenSection = uiCache.getUiScreenSection(screenName,
sectionName, userInfo.getPartyId());
UIWebScreenSection uiWebScreenSection = null;
if (uiScreenSection == null) {
Debug.logVerbose("Screen section not found in cache. Creating", module);