| java.lang.Object org.ofbiz.base.util.UtilCache com.sourcetap.sfa.ui.UICache
Constructor Summary | |
public | UICache() |
Method Summary | |
public UIAttribute | getUiAttribute(String attributeId) | public UIDisplayObject | getUiDisplayObject(String displayObjectId) | public UIEntity | getUiEntity(String entityId) | public UIFieldInfo | getUiFieldInfo(String sectionId, String partyId, String attributeId) | public UIScreen | getUiScreen(String screenName) | public UIScreenSection | getUiScreenSection(String screenName, String sectionName, String partyId) | public UIScreenSectionEntity | getUiScreenSectionEntity(String sectionId, String entityId) | public synchronized void | putUiAttribute(String attributeId, UIAttribute uiAttribute) | public synchronized void | putUiDisplayObject(String displayObjectId, UIDisplayObject uiDisplayObject) | public synchronized void | putUiEntity(String entityId, UIEntity uiEntity) | public synchronized void | putUiFieldInfo(String sectionId, String partyId, String attributeId, UIFieldInfo uiFieldInfo) | public synchronized void | putUiScreen(String screenName, UIScreen uiScreen) | public synchronized void | putUiScreenSection(String screenName, String sectionName, String partyId, UIScreenSection uiScreenSection) | public synchronized void | putUiScreenSectionEntity(String sectionId, String entityId, UIScreenSectionEntity uiScreenSectionEntity) | public synchronized void | removeUiAttribute(String attributeId) | public synchronized void | removeUiDisplayObject(String displayObjectId) | public synchronized void | removeUiEntity(String entityId) | public synchronized void | removeUiFieldInfo(String sectionId, String partyId, String attributeId) | public synchronized void | removeUiScreen(String screenName) | public synchronized void | removeUiScreenSection(String screenName, String sectionName, String partyId) | public synchronized void | removeUiScreenSectionEntity(String sectionId, String entityId) |
getUiFieldInfo | public UIFieldInfo getUiFieldInfo(String sectionId, String partyId, String attributeId)(Code) | | DOCUMENT ME!
Parameters: sectionId - Parameters: partyId - Parameters: attributeId - |
getUiScreen | public UIScreen getUiScreen(String screenName)(Code) | | DOCUMENT ME!
Parameters: screenName - |
getUiScreenSection | public UIScreenSection getUiScreenSection(String screenName, String sectionName, String partyId)(Code) | | DOCUMENT ME!
Parameters: screenName - Parameters: sectionName - Parameters: partyId - |
putUiAttribute | public synchronized void putUiAttribute(String attributeId, UIAttribute uiAttribute)(Code) | | DOCUMENT ME!
Parameters: attributeId - Parameters: uiAttribute - |
putUiDisplayObject | public synchronized void putUiDisplayObject(String displayObjectId, UIDisplayObject uiDisplayObject)(Code) | | DOCUMENT ME!
Parameters: displayObjectId - Parameters: uiDisplayObject - |
putUiEntity | public synchronized void putUiEntity(String entityId, UIEntity uiEntity)(Code) | | DOCUMENT ME!
Parameters: entityId - Parameters: uiEntity - |
putUiFieldInfo | public synchronized void putUiFieldInfo(String sectionId, String partyId, String attributeId, UIFieldInfo uiFieldInfo)(Code) | | DOCUMENT ME!
Parameters: sectionId - Parameters: partyId - Parameters: attributeId - Parameters: uiFieldInfo - |
putUiScreen | public synchronized void putUiScreen(String screenName, UIScreen uiScreen)(Code) | | DOCUMENT ME!
Parameters: screenName - Parameters: uiScreen - |
putUiScreenSection | public synchronized void putUiScreenSection(String screenName, String sectionName, String partyId, UIScreenSection uiScreenSection)(Code) | | DOCUMENT ME!
Parameters: screenName - Parameters: sectionName - Parameters: partyId - Parameters: uiScreenSection - |
putUiScreenSectionEntity | public synchronized void putUiScreenSectionEntity(String sectionId, String entityId, UIScreenSectionEntity uiScreenSectionEntity)(Code) | | DOCUMENT ME!
Parameters: sectionId - Parameters: entityId - Parameters: uiScreenSectionEntity - |
removeUiAttribute | public synchronized void removeUiAttribute(String attributeId)(Code) | | DOCUMENT ME!
Parameters: attributeId - |
removeUiDisplayObject | public synchronized void removeUiDisplayObject(String displayObjectId)(Code) | | DOCUMENT ME!
Parameters: displayObjectId - |
removeUiEntity | public synchronized void removeUiEntity(String entityId)(Code) | | DOCUMENT ME!
Parameters: entityId - |
removeUiFieldInfo | public synchronized void removeUiFieldInfo(String sectionId, String partyId, String attributeId)(Code) | | DOCUMENT ME!
Parameters: sectionId - Parameters: partyId - Parameters: attributeId - |
removeUiScreen | public synchronized void removeUiScreen(String screenName)(Code) | | DOCUMENT ME!
Parameters: screenName - |
removeUiScreenSection | public synchronized void removeUiScreenSection(String screenName, String sectionName, String partyId)(Code) | | DOCUMENT ME!
Parameters: screenName - Parameters: sectionName - Parameters: partyId - |
removeUiScreenSectionEntity | public synchronized void removeUiScreenSectionEntity(String sectionId, String entityId)(Code) | | DOCUMENT ME!
Parameters: sectionId - Parameters: entityId - |
|
|